.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:232,244,217;--color-primary-1:186,221,140;--color-primary-2:140,198,63;--color-primary-3:137,193,62;--color-primary-4:28,40,13;--color-secondary-0:221,222,226;--color-secondary-1:142,146,160;--color-secondary-2:29,37,64;--color-secondary-3:15,19,32;--color-secondary-4:4,6,10;--color-tertiary-0:221,222,226;--color-tertiary-1:142,146,160;--color-tertiary-2:29,37,64;--color-tertiary-3:15,19,32;--color-tertiary-4:4,6,10;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container { background-color: transparent; background-image: none; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container > .video-iframe-container { display: none; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row > .video-iframe-container { display: none; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container { border-width: 0; border-radius: 0; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#OxO18iCvgZOVM1EMCNQt0ITGpi116Je2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.497375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1865234375rem;left:47.93359375rem;display:block; }
#TiN32OHQPDWxqOU0G4hNVDuJdvFsu2se { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRV2Tyl5iEsc9odbbT2m4c9OXPs1pgT4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.06201171875rem;left:63.25rem;display:block; }
#nersZBFeU8oXWDLv0amsICxTGAil7tKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.936525rem;width:10.3125rem;top:0.84375rem;left:2rem;overflow:hidden;display:block; }
#qRLX2CVLwDnOWPymtSmt5MgIiCcXZbKM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4963125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1865234375rem;left:55.80859375rem;display:block; }
#Gc5I9bKToPFZimXqoGEk3hdSBPpJEvGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/117a7d81-e02a-464a-b669-e8e5cdbf35ab/BGCOMPREMIOS3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V.adaptive-delivery-prevent-bg, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyload, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyloading { background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { border-width: 0; border-radius: 0; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { font-size:0.875rem;font-family:lato;height:42.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#BdtgMDoAyZhnTXvaAEHuMGPkExwob6ik { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.5rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4373125rem;height:3.99956875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.873046875rem;left:0rem;display:block; }
#zt1Ti7KlbV5bAiSwpzLaIQazJ9JLWplZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdZnKw20QQyvfJxBK1SGXhP3D4WHNdmr { color:#ffffff;display:block;width:32.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6.3115234375rem;left:2.1865234375rem;height:15.46875rem;display:block; }
#UcnLGKLveS1TlOIfIs7zGN0APe53Z6ui { color:#ffffff;display:block;width:31.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:23.5625rem;left:2.1865234375rem;height:5.775rem;font-style:normal;display:block; }
#HImC5g6TgExGaraDZECTJwIgEb1x9Ttk { color:#ffffff;display:block;width:22.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:35.5595703125rem;left:2.1865234375rem;height:;font-style:normal;display:block; }
#mRv5dNCo4EQiBFr1qspETgrgw3tgMylp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:49.5rem;display:none; }
#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp { background-color:rgba(var(--color-tertiary-2),0.96);background-image:url("https://images.assets-landingi.com/uc/9b907064-5845-4530-90dc-ddb18209371e/bgcopiar.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp.adaptive-delivery-prevent-bg, #kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp.lazyload, #kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp.lazyloading { background-image: none; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container { background-color: transparent; background-image: none; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container > .video-iframe-container { display: none; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row > .video-iframe-container { display: none; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container { border-width: 0; border-radius: 0; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container { font-size:0.875rem;font-family:lato;height:42.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#dPTQCHZWN5q4neBzmwlIAxmDV45zHnBp { color:#1d2540;display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:5.875rem;left:1.4375rem;height:6.736125rem;display:block; }
#oZtkfcnJ4vTcsq2UsGRLhOcM06QRbFJz { color:#8cc63f;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:13.25rem;left:1.5625rem;height:3.36875rem;display:block; }
#xmdEGsO8FguNU6We7y7GlcMxRT699B7W { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:23.375rem;top:8.875rem;left:23.125rem;overflow:hidden;display:block; }
#rR0aUQ8gboV1DJwETS72FEMHRn64gqqR { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:7.13671875rem;left:42.875rem;height:10.7205rem;font-style:normal;display:block; }
#Aotlgzo5G8dgOxghvgWxyel1DW3PfkdZ { box-sizing:content-box;height:14.5rem;width:29.1875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.310546875rem;left:36.6875rem;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }
#DQEQL0uEto5J0x5LegSQEPL6k0TEdw3O { color:#1d2540;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.5625rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:20.724609375rem;left:44.375rem;height:1.23480625rem;font-style:italic;display:block; }
#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO { background-color:#fcfcfc;background-image:url("https://images.assets-landingi.com/uc/345de692-57c6-493a-b363-b9f594e2c60e/bgdobra3.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO.adaptive-delivery-prevent-bg, #CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO.lazyload, #CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO.lazyloading { background-image: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container { background-color: transparent; background-image: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container > .video-iframe-container { display: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row > .video-iframe-container { display: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container { border-width: 0; border-radius: 0; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container { font-size:0.875rem;font-family:lato;height:55.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#dG3zn1xqLJGEcSLm8qzFDXAdhyuIkTMq { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:5.5625rem;left:3.625rem;height:4.881725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bi9HElK99VZTSG8blPKPnhTpDnipaGJS { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:11.875rem;left:3.625rem;height:5.848525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tb7U68TrzvpChdFAhAwaXp9nXSogmnHd { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:46.1748046875rem;left:45.1875rem;height:6.9759375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HUy4kqTWPkWsXB5xxSRwnaABdF8TdIB9 { box-sizing:content-box;height:14.6875rem;width:28.625rem;position:absolute;display:block;z-index:15013;background-color:#8cc63f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3173828125rem;left:43.75rem;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }
#hsKSrAlzoFPbfzhZrGdnH3mMpPzKLTNZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:113.625rem;width:51rem;display:none; }
#GOBDFodfqarPBfaFGwKR2La2IttheNTS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4a61a8bc-0e22-4a48-90fc-ce88895f18ea/bd3alternativa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS.adaptive-delivery-prevent-bg, #GOBDFodfqarPBfaFGwKR2La2IttheNTS.lazyload, #GOBDFodfqarPBfaFGwKR2La2IttheNTS.lazyloading { background-image: none; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container { background-color: transparent; background-image: none; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container > .video-iframe-container { display: none; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row > .video-iframe-container { display: none; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container { border-width: 0; border-radius: 0; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container { font-size:0.875rem;font-family:lato;height:39.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#SDf1q2PPJ86NrTioAhsbo8nt13Ji8QCi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:37.6875rem;top:1.6875rem;left:32.625rem;overflow:hidden;display:block; }
#WDUHg85OTSLSFEriVcDv9mWkd4XqJNvT { color:rgba(var(--color-primary-2),1);display:block;width:36.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.6875rem;left:2.75rem;height:9.2100625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AcPVCvBCGMGTkLVKtycOP2Irw236Mv4L { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:18.1875rem;left:2.75rem;height:16.8391875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89e77953-1a99-45a9-9b4e-1ae332c8cb27/bgazulmaisclarosemelemento.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW.adaptive-delivery-prevent-bg, #lSWAShDBr9dnBnZ3J0txiRUJxlFokveW.lazyload, #lSWAShDBr9dnBnZ3J0txiRUJxlFokveW.lazyloading { background-image: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container { background-color: transparent; background-image: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1d2540; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container > .video-iframe-container { display: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1d2540; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row > .video-iframe-container { display: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container { border-width: 0; border-radius: 0; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#V7yz8lMoauCVfULMGco49dTGXJCqdntR { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8GMr002IhJTDX4cqwWGCXDn5aeo6CUa { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3.9375rem;left:1.875rem;height:15.9505rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aWepRLcg23FhsDMioHmfKR8knm9iVhxG { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:6.4375rem;left:48.75rem;height:3.98763125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NudnXkabiChJKADcxDAkro0glWAzPwUi { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:31.8125rem;top:3.1875rem;left:26.875rem;overflow:hidden;display:block; }
#A6ASneJgn4eBP4qE1N4PIt9oBqSfETkD { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:11.125rem;left:48.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTt2XyQRlUnWhLy7y0miKyKz1VJhBeSm { color:#8cc63f;display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.75rem;left:48.6875rem;height:2.03125rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3RdeOeTSClcOlTfKtWrkCLu1MTUTdJq { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:40.125rem;top:17.21875rem;left:26.875rem;overflow:hidden;display:block; }
#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4a61a8bc-0e22-4a48-90fc-ce88895f18ea/bd3alternativa.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4.adaptive-delivery-prevent-bg, #aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4.lazyload, #aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4.lazyloading { background-image: none; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container { background-color: transparent; background-image: none; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container > .video-iframe-container { display: none; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row > .video-iframe-container { display: none; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container { border-width: 0; border-radius: 0; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#Zxh9ToB4624myv6z1mnK5Z3Z5k0wEJ3F { color:rgba(var(--color-tertiary-2),1);display:block;width:62.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0830078125rem;left:6.40625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZomDGCqlaisIf7PCo0WZEbwsxVMpaTCJ { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.7705078125rem;left:27.5rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgfzONDz4OBnmUwf8lHdBazRgzzKnDWn { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:65.125rem;top:10.6953125rem;left:4.9375rem;overflow:hidden;display:block; }
#BTz4fbVUrtgrG2gMV4qy9rly0yT42x6l { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.9453125rem;left:13.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6CNaqp8COaczcVKAB7Tf6psNnuaG71H { color:rgba(var(--color-secondary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3203125rem;left:18.5625rem;height:5.85069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { background-color: transparent; background-image: none; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container > .video-iframe-container { display: none; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row > .video-iframe-container { display: none; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { border-width: 0; border-radius: 0; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#KBrsM22Nay4uU5SNtQXqol3crJ2VWbqc { color:#ffffff;display:block;width:44.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:2.3111982345581rem;left:15.999349594116rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-element-container { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-2),1);background-image:none;vertical-align:top; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#ffffff; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);color:#ffffff; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5ae1830b1875c7ac2b7eed3eaac91d0bf81c43fa.svg");background-size:contain !important; }#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-trigger.adaptive-delivery-prevent-bg, #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-trigger.lazyload, #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-trigger.lazyloading { background-image: none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD { box-sizing:content-box;height:auto;width:69.310625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15043;background-color:#67a130;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.185546875rem;left:1.59375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RIJuBxZCf794pKHp71OUpagZqi222fNM { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #isAs0OyTHHGe7s3cbp39pd8Pc3FNOsAV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #duh6zk6fZKIwqk9bi8XCWRbBVX9aLitf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Rp8i0K8igL9sU7tI0obWRELvXrJHKPpL { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #s7mA3fv0HHohbsxd7FxRHL6vmos89nWk {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #OSpvzh1FZXi2T6ZbV2R3hyM8Q5tgBvBf { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Ws0UHgTHVAuhHX7AqpK8Z3qykT3Gkyco { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #zDVT58HqJAabFxHBpSLl9ulZPCIGyaiw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #dOH6s6J8ADQveTAWT8TZG7M9dmssq8ah { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #X2ffCp8oqqxyyV3eT0BtL6lbw6HmX5zg {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qWExqixfi7VfTRbDWx2vQD8VreTqIaps { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #WbAMQaQ0Bc7hzzGfrFS1BRhgIG55SQ3q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #OHX4rrhr0fHuckaTeWenPXVguu5uXkEl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #zreq6uGc6E1W1yuTVbgJkBhcUGwqieeA { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #vaqGXMOWBkoACTHdogZ7xPzC7AHNkFA0 {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lQTUvNkCUATDQ7atAyG81mSPUiipTll8 { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #LRHAkG1lAm94lMmgseA4NX2bUwvZoFTf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #t9Ur0bEDkQ2JcJylkvH2dQAg2VhTVvOV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #vKB4OigwR0JbUPv9ctbxRBpxHQLyAWKr { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lhyAaIHyicM9O761TZnO1y89mbCg1PpA {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qSDGmN3zN7n1ryry8vziQRRhtfzxIT1k { display:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Ah0Edp9RVfMSG9ek4KfJw4Q7fReGdy7A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #b1DipVtIZulJnVXcDNNQz74b9Oiz6TLV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qgC3m5otbBrV9oFpqdtssQyDUAgtXRcA { display:block;position:relative; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #bNynQgleXSBiNb9f4OgSu5rete1zrFOh {  }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #s7gOW7Udzq7IqzVfuBNavEuAQeEIPe2A { display:none; }
#WJ4xXzARi0CK37A7rfHiyw553SAvcn95 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4975rem;height:4.31125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:57.311201095581rem;left:18.060983657837rem;display:block; }
#M2el9eoNy5cmg0PZet7CC8dN1seOx3C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWcVmFXy3SVh8v3CTAPTHICPrKXpX7rZ { color:#ffffff;display:block;width:44.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:61.125rem;left:16rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KP41PoWzKCa7OPKxm4fgpH4iLXlnZF3l { color:#ffffff;display:block;width:44.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:8.498046875rem;left:16.75rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { background-color: transparent; background-image: none; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container > .video-iframe-container { display: none; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row > .video-iframe-container { display: none; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { border-width: 0; border-radius: 0; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#Butqdqa4fpDaZRT74iJ6hRqOoBFeT1Zi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:4.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.5rem;left:23.375rem;display:block; }
#VxdOTRKJM6RdMABxO6WgT0SEkeHRZQo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UM5F6KGb3y1m49HM5hwzkSxEMaghuKU0 { color:#ffffff;display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:2.5rem;left:15.4375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container { background-color: transparent; background-image: none; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container > .video-iframe-container { display: none; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row > .video-iframe-container { display: none; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container { border-width: 0; border-radius: 0; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#SNdLaw5sTTBUWsyCIVU9aSphQoB83CAS { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#RXRvikkbvbHFHecnO4RGsu0d8FFCOiOo { color:rgba(var(--color-primary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#VrUvqPCVpG87SNW4nusyWB2WyzQTIrNd { color:rgba(var(--color-primary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05rem;font-style:normal;display:block; }
#n8doqgeeWAQrRs8ez6f2grBDu069k6Q5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#psLwp2BFTJ8ep507aidvcHgABiFBRt13 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#gqDlkCuHkaJtTAhrGKZBNc6TO64xb6Tf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#ysbbVGNP3GTpRHbv5iefltBgKM7USo5z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#ysbbVGNP3GTpRHbv5iefltBgKM7USo5z > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#uXTf6NOmEk9a4ipsT7gLDeOBu0cEyQGU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#uXTf6NOmEk9a4ipsT7gLDeOBu0cEyQGU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#yOBcw6GziySraSs0ayI7FDJU7kHhVeTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#yOBcw6GziySraSs0ayI7FDJU7kHhVeTX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 { display:block; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxO18iCvgZOVM1EMCNQt0ITGpi116Je2 { width:6.4375rem;height:2.5rem;top:1.125rem;left:34.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiN32OHQPDWxqOU0G4hNVDuJdvFsu2se { display:block; }
 }@media only screen and (max-width: 763px) { #vRV2Tyl5iEsc9odbbT2m4c9OXPs1pgT4 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nersZBFeU8oXWDLv0amsICxTGAil7tKP { display:block; }
 }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { top:0.8125rem;left:0rem;width:10.3125rem;height:2.936525rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRLX2CVLwDnOWPymtSmt5MgIiCcXZbKM { width:6.4375rem;height:2.5rem;top:1.125rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc5I9bKToPFZimXqoGEk3hdSBPpJEvGD { display:block; }
 }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdtgMDoAyZhnTXvaAEHuMGPkExwob6ik { width:30.375rem;height:3.9375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt1Ti7KlbV5bAiSwpzLaIQazJ9JLWplZ { display:block; }
 }@media only screen and (max-width: 763px) { #rdZnKw20QQyvfJxBK1SGXhP3D4WHNdmr { top:6.25rem;left:0rem;width:32.375rem;height:15.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnLGKLveS1TlOIfIs7zGN0APe53Z6ui { top:23.5625rem;left:0rem;width:31.3125rem;height:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImC5g6TgExGaraDZECTJwIgEb1x9Ttk { top:35.5rem;left:0rem;width:22.875rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRv5dNCo4EQiBFr1qspETgrgw3tgMylp { width:36.9375rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp { display:block; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPTQCHZWN5q4neBzmwlIAxmDV45zHnBp { top:5.875rem;left:0rem;width:21.6875rem;height:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZtkfcnJ4vTcsq2UsGRLhOcM06QRbFJz { top:13.25rem;left:0rem;width:21.4375rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmdEGsO8FguNU6We7y7GlcMxRT699B7W { top:8.875rem;left:9.5rem;width:23.375rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR0aUQ8gboV1DJwETS72FEMHRn64gqqR { top:7.125rem;left:27.25rem;width:20.5rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aotlgzo5G8dgOxghvgWxyel1DW3PfkdZ { top:5.25rem;left:18.0625rem;width:29.1875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQEQL0uEto5J0x5LegSQEPL6k0TEdw3O { top:20.6875rem;left:30.75rem;width:14.3125rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO { display:block; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG3zn1xqLJGEcSLm8qzFDXAdhyuIkTMq { top:5.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi9HElK99VZTSG8blPKPnhTpDnipaGJS { top:11.875rem;left:0rem;width:23.8125rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7U68TrzvpChdFAhAwaXp9nXSogmnHd { top:46.125rem;left:22rem;width:25.75rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUy4kqTWPkWsXB5xxSRwnaABdF8TdIB9 { top:42.3125rem;left:19.125rem;width:28.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKSrAlzoFPbfzhZrGdnH3mMpPzKLTNZ { width:47.6875rem;height:106.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOBDFodfqarPBfaFGwKR2La2IttheNTS { display:block; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDf1q2PPJ86NrTioAhsbo8nt13Ji8QCi { top:1.6875rem;left:10.0625rem;width:37.6875rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUHg85OTSLSFEriVcDv9mWkd4XqJNvT { width:36.9375rem;height:9.1875rem;top:6.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcPVCvBCGMGTkLVKtycOP2Irw236Mv4L { width:26.8125rem;height:16.8125rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSWAShDBr9dnBnZ3J0txiRUJxlFokveW { display:block; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7yz8lMoauCVfULMGco49dTGXJCqdntR { width:20.625rem;height:;top:21.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8GMr002IhJTDX4cqwWGCXDn5aeo6CUa { width:25.875rem;height:15.9375rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWepRLcg23FhsDMioHmfKR8knm9iVhxG { width:25.0625rem;height:4rem;top:6.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NudnXkabiChJKADcxDAkro0glWAzPwUi { top:3.1875rem;left:13.25rem;width:31.8125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ASneJgn4eBP4qE1N4PIt9oBqSfETkD { width:24.9375rem;height:6.125rem;top:11.125rem;left:22.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTt2XyQRlUnWhLy7y0miKyKz1VJhBeSm { width:22.4375rem;height:2rem;top:17.75rem;left:25.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RdeOeTSClcOlTfKtWrkCLu1MTUTdJq { top:17.1875rem;left:7.625rem;width:40.125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 { display:block; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxh9ToB4624myv6z1mnK5Z3Z5k0wEJ3F { width:47.75rem;height:3.875rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZomDGCqlaisIf7PCo0WZEbwsxVMpaTCJ { width:20rem;height:2.875rem;top:7.75rem;left:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfzONDz4OBnmUwf8lHdBazRgzzKnDWn { top:10.6875rem;left:0rem;width:47.75rem;height:10.768953934741rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTz4fbVUrtgrG2gMV4qy9rly0yT42x6l { width:47.75rem;height:2.25rem;top:25.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6CNaqp8COaczcVKAB7Tf6psNnuaG71H { width:37.875rem;height:5.8125rem;top:29.3125rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 { display:block; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBrsM22Nay4uU5SNtQXqol3crJ2VWbqc { width:44.0625rem;height:3.0625rem;top:2.25rem;left:2.3743495941162rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD { display:flex;height:auto;width:45.25rem;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RIJuBxZCf794pKHp71OUpagZqi222fNM {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #isAs0OyTHHGe7s3cbp39pd8Pc3FNOsAV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #duh6zk6fZKIwqk9bi8XCWRbBVX9aLitf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Rp8i0K8igL9sU7tI0obWRELvXrJHKPpL {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #s7mA3fv0HHohbsxd7FxRHL6vmos89nWk {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #OSpvzh1FZXi2T6ZbV2R3hyM8Q5tgBvBf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Ws0UHgTHVAuhHX7AqpK8Z3qykT3Gkyco {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #zDVT58HqJAabFxHBpSLl9ulZPCIGyaiw {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #dOH6s6J8ADQveTAWT8TZG7M9dmssq8ah {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #X2ffCp8oqqxyyV3eT0BtL6lbw6HmX5zg {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qWExqixfi7VfTRbDWx2vQD8VreTqIaps {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #WbAMQaQ0Bc7hzzGfrFS1BRhgIG55SQ3q {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #OHX4rrhr0fHuckaTeWenPXVguu5uXkEl {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #zreq6uGc6E1W1yuTVbgJkBhcUGwqieeA {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #vaqGXMOWBkoACTHdogZ7xPzC7AHNkFA0 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lQTUvNkCUATDQ7atAyG81mSPUiipTll8 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #LRHAkG1lAm94lMmgseA4NX2bUwvZoFTf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #t9Ur0bEDkQ2JcJylkvH2dQAg2VhTVvOV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #vKB4OigwR0JbUPv9ctbxRBpxHQLyAWKr {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lhyAaIHyicM9O761TZnO1y89mbCg1PpA {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qSDGmN3zN7n1ryry8vziQRRhtfzxIT1k {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Ah0Edp9RVfMSG9ek4KfJw4Q7fReGdy7A {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #b1DipVtIZulJnVXcDNNQz74b9Oiz6TLV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qgC3m5otbBrV9oFpqdtssQyDUAgtXRcA {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #bNynQgleXSBiNb9f4OgSu5rete1zrFOh {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #s7gOW7Udzq7IqzVfuBNavEuAQeEIPe2A {  }
 }@media only screen and (max-width: 763px) { #WJ4xXzARi0CK37A7rfHiyw553SAvcn95 { width:41.4375rem;height:4.25rem;top:57.25rem;left:4.4359836578369rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2el9eoNy5cmg0PZet7CC8dN1seOx3C2 { display:block; }
 }@media only screen and (max-width: 763px) { #cWcVmFXy3SVh8v3CTAPTHICPrKXpX7rZ { width:44.0625rem;height:1.5rem;top:61.125rem;left:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP41PoWzKCa7OPKxm4fgpH4iLXlnZF3l { width:44.0625rem;height:3.0625rem;top:8.4375rem;left:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM { display:block; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Butqdqa4fpDaZRT74iJ6hRqOoBFeT1Zi { width:28.25rem;height:4.3125rem;top:7.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxdOTRKJM6RdMABxO6WgT0SEkeHRZQo5 { display:block; }
 }@media only screen and (max-width: 763px) { #UM5F6KGb3y1m49HM5hwzkSxEMaghuKU0 { width:44.125rem;height:3.0625rem;top:2.5rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ { display:block; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNdLaw5sTTBUWsyCIVU9aSphQoB83CAS { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXRvikkbvbHFHecnO4RGsu0d8FFCOiOo { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrUvqPCVpG87SNW4nusyWB2WyzQTIrNd { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8doqgeeWAQrRs8ez6f2grBDu069k6Q5 { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psLwp2BFTJ8ep507aidvcHgABiFBRt13 { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDlkCuHkaJtTAhrGKZBNc6TO64xb6Tf { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysbbVGNP3GTpRHbv5iefltBgKM7USo5z { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ysbbVGNP3GTpRHbv5iefltBgKM7USo5z > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #uXTf6NOmEk9a4ipsT7gLDeOBu0cEyQGU { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#uXTf6NOmEk9a4ipsT7gLDeOBu0cEyQGU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #yOBcw6GziySraSs0ayI7FDJU7kHhVeTX { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#yOBcw6GziySraSs0ayI7FDJU7kHhVeTX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 { position:relative;z-index:auto;display:block; }#hJ8F4LOkpe9BLEfF2TWSE6Gi3A6tyTR4 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxO18iCvgZOVM1EMCNQt0ITGpi116Je2 { width:3.9375rem;height:2.25rem;top:3.1875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiN32OHQPDWxqOU0G4hNVDuJdvFsu2se { display:block; }
 }@media only screen and (max-width: 763px) { #vRV2Tyl5iEsc9odbbT2m4c9OXPs1pgT4 { width:8.6875rem;height:2.0625rem;top:3.28125rem;left:11.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nersZBFeU8oXWDLv0amsICxTGAil7tKP { display:block; }
 }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { width:6.25rem;height:1.875rem;top:0.9375rem;left:6.874374985695rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRLX2CVLwDnOWPymtSmt5MgIiCcXZbKM { width:5.4375rem;height:2.0625rem;top:3.28125rem;left:4.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc5I9bKToPFZimXqoGEk3hdSBPpJEvGD { display:block; }
 }@media only screen and (max-width: 763px) { #igAd0EiIeTZtqywZtW4207ER9wmqRm9V { background-color:#8cc63f;background-image:url("https://images.assets-landingi.com/uc/c3985f4c-b0b5-414d-a6a1-faff453a2e92/bgsemnadamobile.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V.adaptive-delivery-prevent-bg, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyload, #igAd0EiIeTZtqywZtW4207ER9wmqRm9V.lazyloading { background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { background-color: transparent; background-image: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { display: none; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { border-width: 0; border-radius: 0; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igAd0EiIeTZtqywZtW4207ER9wmqRm9V > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdtgMDoAyZhnTXvaAEHuMGPkExwob6ik { width:11.25rem;height:1.625rem;top:11.175000190735rem;left:0.5625rem;font-size:0.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #zt1Ti7KlbV5bAiSwpzLaIQazJ9JLWplZ { display:block; }
 }@media only screen and (max-width: 763px) { #rdZnKw20QQyvfJxBK1SGXhP3D4WHNdmr { width:12.5rem;height:4.94824375rem;top:2.1429691314698rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnLGKLveS1TlOIfIs7zGN0APe53Z6ui { width:9.375rem;height:3.025175rem;top:7.530468940735rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImC5g6TgExGaraDZECTJwIgEb1x9Ttk { width:10.125rem;height:0.48112rem;top:13.361980438233rem;left:1.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRv5dNCo4EQiBFr1qspETgrgw3tgMylp { top:1.0374999046326rem;left:10.25rem;width:9.75rem;height:13.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp { display:block; }#kT2e3bW06bicrXEVNgXSsOVOL0T7uFpp > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPTQCHZWN5q4neBzmwlIAxmDV45zHnBp { width:19.25rem;height:1.65rem;top:1.1875rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZtkfcnJ4vTcsq2UsGRLhOcM06QRbFJz { width:14.9375rem;height:1.65rem;top:2.8125rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmdEGsO8FguNU6We7y7GlcMxRT699B7W { width:7.625rem;height:9.625rem;top:6.285156443715rem;left:2.10546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR0aUQ8gboV1DJwETS72FEMHRn64gqqR { width:8.0625rem;height:4.1232625rem;top:7.34765625rem;left:9.0625rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Aotlgzo5G8dgOxghvgWxyel1DW3PfkdZ { width:10.875rem;height:7.4375rem;top:5.6914064437151rem;left:6.675000190735rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQEQL0uEto5J0x5LegSQEPL6k0TEdw3O { width:7.625rem;height:1.44205625rem;top:13.66015625rem;left:9.974609375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO { background-color:#1d2540;background-image:none;display:block; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container { background-color: transparent; background-image: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container > .video-iframe-container { display: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row > .video-iframe-container { display: none; }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqZ4O416lXrUgyLFZRVcQRvrihVf9DEO > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG3zn1xqLJGEcSLm8qzFDXAdhyuIkTMq { width:17.875rem;height:1.65rem;top:1.0625rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bi9HElK99VZTSG8blPKPnhTpDnipaGJS { width:15.6875rem;height:0.974825rem;top:3.0498046875rem;left:2.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7U68TrzvpChdFAhAwaXp9nXSogmnHd { width:13.9375rem;height:3.37239375rem;top:50.375rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUy4kqTWPkWsXB5xxSRwnaABdF8TdIB9 { width:14.4375rem;height:4.625rem;top:49.75rem;left:2.8125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKSrAlzoFPbfzhZrGdnH3mMpPzKLTNZ { top:4.3993742465973rem;left:0.03903690869231rem;width:19.8125rem;height:44.25rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GOBDFodfqarPBfaFGwKR2La2IttheNTS { display:block; }#GOBDFodfqarPBfaFGwKR2La2IttheNTS > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDf1q2PPJ86NrTioAhsbo8nt13Ji8QCi { width:11.125rem;height:11.25rem;top:1.25rem;left:8.7867496886675rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUHg85OTSLSFEriVcDv9mWkd4XqJNvT { width:10.6875rem;height:3.2986125rem;top:0.98046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcPVCvBCGMGTkLVKtycOP2Irw236Mv4L { width:9.4375rem;height:6.2510625rem;top:4.90234375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSWAShDBr9dnBnZ3J0txiRUJxlFokveW { background-color:#1d2540;background-image:none;display:block; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container { background-color: transparent; background-image: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container > .video-iframe-container { display: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row > .video-iframe-container { display: none; }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSWAShDBr9dnBnZ3J0txiRUJxlFokveW > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7yz8lMoauCVfULMGco49dTGXJCqdntR { width:17.6875rem;height:3.16731875rem;top:5.7804698944092rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8GMr002IhJTDX4cqwWGCXDn5aeo6CUa { width:20rem;height:3.298825rem;top:1.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWepRLcg23FhsDMioHmfKR8knm9iVhxG { width:20rem;height:1.65rem;top:23.831251144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NudnXkabiChJKADcxDAkro0glWAzPwUi { width:13.1875rem;height:14.3125rem;top:9.518750190735rem;left:4.0500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ASneJgn4eBP4qE1N4PIt9oBqSfETkD { width:14.375rem;height:3.16731875rem;top:25.481250762939rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTt2XyQRlUnWhLy7y0miKyKz1VJhBeSm { width:20rem;height:1.05625rem;top:28.837501525879rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RdeOeTSClcOlTfKtWrkCLu1MTUTdJq { width:13.375rem;height:8.75rem;top:15.131250023842rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 { display:block; }#aC2zuE4IpSg7LgCTHeWKaJduqfB7M6v4 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxh9ToB4624myv6z1mnK5Z3Z5k0wEJ3F { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZomDGCqlaisIf7PCo0WZEbwsxVMpaTCJ { width:20rem;height:1.21875rem;top:5.6726570129394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfzONDz4OBnmUwf8lHdBazRgzzKnDWn { width:20rem;height:4.5rem;top:7.1414070129394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTz4fbVUrtgrG2gMV4qy9rly0yT42x6l { width:20rem;height:0.8941rem;top:12.234375953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6CNaqp8COaczcVKAB7Tf6psNnuaG71H { width:14.125rem;height:2.92535rem;top:13.440620422363rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { background-color: transparent; background-image: none; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container > .video-iframe-container { display: none; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row > .video-iframe-container { display: none; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { border-width: 0; border-radius: 0; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTw7HVBFe7HKO7qBzhJC3ScagPFLlys4 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBrsM22Nay4uU5SNtQXqol3crJ2VWbqc { width:16.5625rem;height:1.38125rem;top:2.0726575851441rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-element-container { background-color:#7db335;background-image:none; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-heading-text { color:#ffffff;font-size:0.875rem;height:auto; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-desc-text { color:#ffffff;font-size:0.875rem;height:auto; }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD { display:flex;height:auto;width:17.5rem;top:3.4054679870606rem;left:0rem;background-color:#8cc63f;background-image:none; }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RIJuBxZCf794pKHp71OUpagZqi222fNM {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #isAs0OyTHHGe7s3cbp39pd8Pc3FNOsAV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #duh6zk6fZKIwqk9bi8XCWRbBVX9aLitf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Rp8i0K8igL9sU7tI0obWRELvXrJHKPpL {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #s7mA3fv0HHohbsxd7FxRHL6vmos89nWk {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #OSpvzh1FZXi2T6ZbV2R3hyM8Q5tgBvBf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Ws0UHgTHVAuhHX7AqpK8Z3qykT3Gkyco {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #zDVT58HqJAabFxHBpSLl9ulZPCIGyaiw {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #dOH6s6J8ADQveTAWT8TZG7M9dmssq8ah {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #X2ffCp8oqqxyyV3eT0BtL6lbw6HmX5zg {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qWExqixfi7VfTRbDWx2vQD8VreTqIaps {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #WbAMQaQ0Bc7hzzGfrFS1BRhgIG55SQ3q {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #OHX4rrhr0fHuckaTeWenPXVguu5uXkEl {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #zreq6uGc6E1W1yuTVbgJkBhcUGwqieeA {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #vaqGXMOWBkoACTHdogZ7xPzC7AHNkFA0 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lQTUvNkCUATDQ7atAyG81mSPUiipTll8 {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #LRHAkG1lAm94lMmgseA4NX2bUwvZoFTf {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #t9Ur0bEDkQ2JcJylkvH2dQAg2VhTVvOV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #vKB4OigwR0JbUPv9ctbxRBpxHQLyAWKr {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #lhyAaIHyicM9O761TZnO1y89mbCg1PpA {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qSDGmN3zN7n1ryry8vziQRRhtfzxIT1k {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #Ah0Edp9RVfMSG9ek4KfJw4Q7fReGdy7A {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #b1DipVtIZulJnVXcDNNQz74b9Oiz6TLV {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #qgC3m5otbBrV9oFpqdtssQyDUAgtXRcA {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #bNynQgleXSBiNb9f4OgSu5rete1zrFOh {  }
 }@media only screen and (max-width: 763px) { #RoEV1wHxuJxIgFssu4TdszbOwR6WCJvD #s7gOW7Udzq7IqzVfuBNavEuAQeEIPe2A {  }
 }@media only screen and (max-width: 763px) { #WJ4xXzARi0CK37A7rfHiyw553SAvcn95 { width:15.25rem;height:2.0625rem;top:57.342498779297rem;left:2.3743749856949rem;font-size:0.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2el9eoNy5cmg0PZet7CC8dN1seOx3C2 { display:block; }
 }@media only screen and (max-width: 763px) { #cWcVmFXy3SVh8v3CTAPTHICPrKXpX7rZ { width:13.375rem;height:1.7875rem;top:59.875001907349rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KP41PoWzKCa7OPKxm4fgpH4iLXlnZF3l { width:20rem;height:1.70625rem;top:72.806640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM { background-color:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { background-color: transparent; background-image: none; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container > .video-iframe-container { display: none; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row > .video-iframe-container { display: none; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { border-width: 0; border-radius: 0; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLRR1LoqrNzviXPNI55q0AZb8Rw4MwJM > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Butqdqa4fpDaZRT74iJ6hRqOoBFeT1Zi { width:14.5625rem;height:2.6875rem;top:3.375rem;left:2.75rem;font-size:0.9375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxdOTRKJM6RdMABxO6WgT0SEkeHRZQo5 { display:block; }
 }@media only screen and (max-width: 763px) { #UM5F6KGb3y1m49HM5hwzkSxEMaghuKU0 { width:20rem;height:1.7068125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ { display:block; }#fwDmSeFG47l7Z1Th2ttNDDvweZu6HTbQ > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNdLaw5sTTBUWsyCIVU9aSphQoB83CAS { width:9.7445625rem;height:1.1375rem;top:6.0625rem;left:5.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RXRvikkbvbHFHecnO4RGsu0d8FFCOiOo { width:11.3695625rem;height:1.1375rem;top:3.8125rem;left:5.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VrUvqPCVpG87SNW4nusyWB2WyzQTIrNd { width:20rem;height:0.9625rem;top:8.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8doqgeeWAQrRs8ez6f2grBDu069k6Q5 { width:1.5625rem;height:1.5625rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psLwp2BFTJ8ep507aidvcHgABiFBRt13 { width:1.5625rem;height:1.5625rem;top:5.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDlkCuHkaJtTAhrGKZBNc6TO64xb6Tf { width:7.0625rem;height:1.9375rem;top:1.3125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysbbVGNP3GTpRHbv5iefltBgKM7USo5z { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:6.8125rem;font-size:1.3125rem; }
#ysbbVGNP3GTpRHbv5iefltBgKM7USo5z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uXTf6NOmEk9a4ipsT7gLDeOBu0cEyQGU { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:9.0625rem;font-size:1.3125rem; }
#uXTf6NOmEk9a4ipsT7gLDeOBu0cEyQGU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yOBcw6GziySraSs0ayI7FDJU7kHhVeTX { display:flex;width:1.875rem;height:1.875rem;top:10.0625rem;left:11.3125rem;font-size:1.3125rem; }
#yOBcw6GziySraSs0ayI7FDJU7kHhVeTX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }