.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;
}
@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:#1b072c;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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { background-color:#1b072c;background-image:none;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; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { background-color: transparent; background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { border-width: 0; border-radius: 0; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;overflow:visible;position:relative;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { box-sizing:content-box;height:3.1875rem;width:11.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c66371fa-b05e-45ba-ae22-fcd33e554f24/download20240916T085304848.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.5rem;left:0rem;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.adaptive-delivery-prevent-bg, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyload, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyloading { background-image: none; }
#HxWLsm3yRsQNNuhaB9KTn5wlRfO3LQa9 { color:#ffffff;display:block;width:40.437rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:16.124671936035rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#pE7mzCa8E11SxfvuREB8LX5lZZdke6UH { color:#ffffff;display:block;width:39rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:26.998878479004rem;left:0rem;height:4.72265625rem;font-style:normal;display:block; }
#QbRoUZ5ct6T8Tl04B72cEmP9J73qANmC { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.25rem;left:3.5617408752441rem;height:2.8125rem;font-style:normal;display:block; }
#y44BK5TP0ove8TCU3VHWM9fGskfD79ri { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.124313354493rem;left:0.81199264526369rem; }
#Vr4TyLSNcPcnwmf2z3OP7sG0XWDW75su { box-sizing:content-box;height:3.0625rem;width:12.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(141,83,250,0.47), rgba(250,83,207,0.5));background-image: -moz-linear-gradient(293deg, rgba(141,83,250,0.47), rgba(250,83,207,0.5));background-image: -ms-linear-gradient(293deg, rgba(141,83,250,0.47), rgba(250,83,207,0.5));background-image: -o-linear-gradient(293deg, rgba(141,83,250,0.47), rgba(250,83,207,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d53fa77', endColorstr='#fa53cf7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d53fa77', endColorstr='#fa53cf7f' );";background-image: linear-gradient(293deg, rgba(141,83,250,0.47), rgba(250,83,207,0.5));background-size:auto !important;top:10.624275207519rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(118,0,230,0.23) ;display:block; }
#yDZWrQqCvs5PIiCi96QXgPMOTdvINRn2 { color:#ffffff;display:block;width:8.686875rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:11.843170166016rem;left:16.682037353516rem;height:0.9375rem;font-style:normal;display:block; }
#tiiJDrFifbKwsTuW7kwqcuZwuRHkV1fh { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:35.6875rem;left:26.5rem;height:0.93768125rem;font-style:normal;display:block; }
#OTsfiOnhgxHwt1g4qsZuqE6qZ36S2lvD { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-left-radius:93.75rem;border-top-right-radius:93.75rem;border-bottom-left-radius:93.75rem;border-bottom-right-radius:93.75rem;display:block;z-index:15008;background-color:#ed1c24;background-image:none;top:35.875rem;left:25.375rem;box-shadow: 0rem 0rem 0.625rem #ed1c24 ;display:block; }
#fck9lqfKGNcZ7NMl3yexyIOJkZ5dyU6u { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.373229980469rem;left:2.5616683959961rem;height:2.4375rem;font-style:normal;display:block; }
#zpv278ERHI3KTcIADklP27XtWw1r9OTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.7;top:11.312389373779rem;left:14.436847686767rem; }
#hb6c8Bc71xsVhnJnukM2uKgCeT8uBkJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.7;top:34.686592102051rem;left:0rem; }
#NPvdM1Ue5AN705CK3quIwKUGEib4V0zT { box-sizing:content-box;height:10.1875rem;width:8.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(80,2,229,0.06);background-image:none;top:14.25rem;left:53.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AKVwWuaHJEklirVfSzPcax2iF1NFQdn4 { box-sizing:content-box;height:50rem;width:73.9375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e985c86-c314-4946-9019-ccb35f9f8c55/download20240927T133815552.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:24.03125rem;display:block; }#AKVwWuaHJEklirVfSzPcax2iF1NFQdn4.adaptive-delivery-prevent-bg, #AKVwWuaHJEklirVfSzPcax2iF1NFQdn4.lazyload, #AKVwWuaHJEklirVfSzPcax2iF1NFQdn4.lazyloading { background-image: none; }
#AKVwWuaHJEklirVfSzPcax2iF1NFQdn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,7,44,0.88); }#zTDby029OnXqZHQWspDLqHAuZE8zBs7H { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:#ed9e00;background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem #ed9e00 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-form-header {  }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-regular-label { height:auto;display:block;font-family:"work sans";font-size:1rem;font-weight:400;color:rgba(255,255,255,0.67);width:28.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans"; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-text {padding-top: 0; padding-bottom: 0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans"; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"work sans";font-size:0.875rem;overflow:hidden; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-select {padding-top: 0; padding-bottom: 0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-button { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:#62fa45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.3125rem solid rgba(27,7,44,0.43);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#000000;width:28.0625rem;height:3.4375rem;font-family:"work sans";overflow:hidden; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"work sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.625rem;overflow:hidden;font-style:normal; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"work sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-container:first-of-type{padding-top:0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-container:last-of-type{padding-bottom:0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8125rem;left:44.4375rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.0625rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-info-text { display:block;height:auto;font-family:"work sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV {display:block;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8125rem;left:44.4375rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #XCmqyHyXhNTEXknieMIcvGdX9JdidcwD { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #BIiE22VVBHEuP4h8ritUKUpy8lU9B1pQ { position:relative;display:block; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #OtRAQGw8uxsxtpuTKmT0y3rB8xeZOisy { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #G4n8vSwH9wPHpSZpcdUWI4a7cK0ITcHX { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #E6sozu6192O9Bk75SXhVBn0zWmmy5ICb { position:relative;display:block; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #wF2CrPEg2lNho40ynItBFwF3HfbFkEdn { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #i4KyN2hHQlud35czTr4lqZCh8O3IeUDw { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #D7po03BGXR8vJR8sBtHefC3Tyk47bqTu { position:relative;display:block; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #TrwoHRTXlcuub1v2ogKm6LsNnZEBzeMq { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #J7JF1VnOyo6xA4fifrD4f33458rRheUf { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #rbETsakudhO7a8Cxz4WeenHnGK4lzk6e { position:relative;display:block; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #UTtSJ32tP0FLTuIthVl3EL4TCLWQthX0 { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #FOTf84wB7qqFmPnkeffTKTLapxks23ut { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #JMm2zCfyCwqLSsG90z3La9uMrzokexnx { position:relative;display:block; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #SPcCGCAGsfL9cNdGlCMOrqMAPuwx0SbJ { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #MuCKgHQ2pbMPX4OszsiO1awSFVs7hHEs { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #XqX5897Dau6i3rIJIkJaiuzELHwvI4dF { position:relative;z-index:2; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #C3XSIfQZkqblDZ7G5FBM8tZ2i6JrzDdw { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #y25TU3eeuVWCHqMBEnSfywCA8w0Mdwu4 { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #aQyFyX2DncT6oyqfZSJr0Cugn0cJsJAW { position:relative;z-index:2; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #m4bzhR2cCko2NI5miqJMkIiXH65Tzyr0 { position:relative; }
#MlXdNKCLB3lZzgtMOKr222PiO0rlaGq2 { position:relative;display:block;z-index:100000;display:block; }
#Za6AalzAQRxckMt08Zue78aQVquHyQ6n { position:relative;display:block;z-index:100000;display:block; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #wWsUZ540y2hp4QfcBGbKTcWsmfHTSen8 { position:relative; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #fQyNxFldQp0im2bRSnc3q1kpNerScuoL { position:relative; }
#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ { position:relative;display:none; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ { border-width: 0; border-radius: 0; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a { background-color:transparent;background-image:none;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; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container { background-color: transparent; background-image: none; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container > .video-iframe-container { display: none; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row > .video-iframe-container { display: none; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .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); }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container { border-width: 0; border-radius: 0; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#TNg9frIA0DLbteMbObELJPiuESiIlsrJ { box-sizing:content-box;height:35.1875rem;width:37.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5454ed85-b3ec-44e0-9441-8e82846431d3/e1467124bbe0fc2a.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.4984436035156rem;left:-8.63885307312rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#TNg9frIA0DLbteMbObELJPiuESiIlsrJ.adaptive-delivery-prevent-bg, #TNg9frIA0DLbteMbObELJPiuESiIlsrJ.lazyload, #TNg9frIA0DLbteMbObELJPiuESiIlsrJ.lazyloading { background-image: none; }
#s6U5dVtAOdVNHe99h95CTPEKyJLS4SaT { box-sizing:content-box;height:22.125rem;width:35.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(80,2,229,0.34);background-image:none;top:16.499565601349rem;left:-6.9060330390931rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WOqK4RMvvOftUr130B0PxS79bT8Pzpaq { box-sizing:content-box;height:5rem;width:5.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(184,2,229,0.32);background-image:none;top:12.968569278717rem;left:25.374347686767rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.8125rem rgba(193,0,241,0.5) ;display:block; }
#NZibQeQyCr5HL5UiLpmgztMf7U1BgPR1 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8.6875rem;left:33.9375rem;height:3.00021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#idV9yPq1opcXKLLHTqOw2R4ZDzAMRyUi { color:#ffffff;display:block;width:37.3119375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.75rem;left:33.9375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwcET9IP3vznCB5Sg4HkCHt9pSa5Pigz { box-sizing:content-box;height:4.375rem;width:13.749625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:23.125rem;left:33.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ovpNXH9yRWhvPy65csStgsVr33ykEOoG { color:#ffffff;display:block;width:10.8741875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:24.5rem;left:35.375rem;height:1.687625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWTqhv8zDiBqq46xaKfr0DETCCUMhCCT { box-sizing:content-box;height:4.375rem;width:13.749625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:23.1875rem;left:48.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XeveyLTbM1PPuLqgLF9Tu1lVcfvJxSwX { color:#ffffff;display:block;width:11.1870625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:24.5rem;left:50.25rem;height:1.687625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKIXMFMm2mmDNizKbG53DmdDF3uxni0x { box-sizing:content-box;height:4.375rem;width:13.749625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:28.75rem;left:33.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#VlbRuvtThdCdPnEMmg12Dlv3mXOIqbSU { color:#ffffff;display:block;width:10.249375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:30.125rem;left:35.6875rem;height:1.687625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pz6CGt26ZSG4vVlBdygayrAycV5dcOaa { box-sizing:content-box;height:4.375rem;width:13.749625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:28.8125rem;left:48.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GkofiNcdmQmiIOz4FQkgUycLWhlZFfZp { color:#ffffff;display:block;width:8.937375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:30.125rem;left:51.375rem;height:1.687625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtX4JFmSLIVbNcBOzrqUTB3n12fBvyrr { box-sizing:content-box;height:4.3746375rem;width:13.749625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:34.4375rem;left:33.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#NTnsdAIIUZNpe1g0kfiyhETVl8Noo5c7 { color:#ffffff;display:block;width:12.18625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:35.8125rem;left:34.75rem;height:1.687625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM { background-color:transparent;background-image:none;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:none; }#WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM > .row .container { border-width: 0; border-radius: 0; }#WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;overflow:visible;position:relative;display:none; }#xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A { box-sizing:content-box;height:38.9375rem;width:41.5625rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5454ed85-b3ec-44e0-9441-8e82846431d3/e1467124bbe0fc2a.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.625rem;left:-8.7650826446281rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A.adaptive-delivery-prevent-bg, #xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A.lazyload, #xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A.lazyloading { background-image: none; }
#iTonRDBdESxVKDkSUdV4w8mfpN63SiwX { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:12.53125rem;left:36.0625rem;height:13.4982375rem;font-style:normal;display:block; }
#hdx7WwdTh8deRhU57ur27wGi0CmM3K43 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:28.46875rem;left:36.0625rem;height:7.0610625rem;font-style:normal;display:block; }#hdx7WwdTh8deRhU57ur27wGi0CmM3K43 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hdx7WwdTh8deRhU57ur27wGi0CmM3K43 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f8047451b5c7341d5e8a4903f335d1803126349.svg); }
#ql6qJnaxW8RcIdpWmg5NfqUfJz3qoNUd { box-sizing:content-box;height:22.125rem;width:43.0625rem;position:absolute;display:block;z-index:14997;background-color:rgba(80,2,229,0.34);background-image:none;top:17.4375rem;left:-10.28125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Rlgyk2MeUqPCbdLhESKL8qb8MgOkx3gN { box-sizing:content-box;height:5rem;width:5.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(184,2,229,0.32);background-image:none;top:13.90625rem;left:25.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.8125rem rgba(193,0,241,0.5) ;display:block; }
#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM { position:relative;display:none; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM { border-width: 0; border-radius: 0; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT { background-color:#1b072c;background-image:none;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; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container { background-color: transparent; background-image: none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container > .video-iframe-container { display: none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row > .video-iframe-container { display: none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .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); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container { border-width: 0; border-radius: 0; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ybxOV6a0PmCcrRVwIDGwb6Z19inQActk { color:#ffffff;display:block;width:41.937rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.375rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#NqDTZIBSMP17TNqAOcLudeEwy8gXFJ7F { box-sizing:content-box;height:8.9375rem;width:38.25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:12.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AbTs3N9ergERc5qa2BWE70EnOtK2d5Im { color:#ffffff;display:block;width:35.3741875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.027669429779rem;left:1.2451171875rem;height:4.500325rem;font-style:normal;display:block; }
#IhQ3Qv6PqVquno6dx2JZfPbD4Fa7qvJF { box-sizing:content-box;height:10.3125rem;width:17.686625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:23.375rem;left:20.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cXZds3LG2nzi8qwPciTkKrTy62FOz5ZW { color:#ffffff;display:block;width:14.2496875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.839626789093rem;left:22.428386688233rem;height:4.500325rem;font-style:normal;display:block; }
#vSTaxS2ST469MBrD8ReVH6JobavfAbbT { box-sizing:content-box;height:10.3125rem;width:19.625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:23.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AcBnSTKVqzwrdb2JmypN4pKVy6yB9wKV { color:#ffffff;display:block;width:16.3121875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.524956226349rem;left:1.2451171875rem;height:6.00043125rem;font-style:normal;display:block; }
#SaRMsmkgJ435NtgZa0fB6VS3CPWTV1W7 { box-sizing:content-box;height:8.75rem;width:19.625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:35.497721195221rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#f0OTA7I7BMznWXTGpiMw5E1ECIbRXgec { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:37.621527194977rem;left:1.2451171875rem;height:4.500325rem;font-style:normal;display:block; }
#lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr { box-sizing:content-box;height:41.25rem;width:29.3125rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/4dd563e5-0795-47aa-8fbb-ec5707063d81/download20241018T084328607.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.0618487596512rem;left:45.563259124756rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr.adaptive-delivery-prevent-bg, #lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr.lazyload, #lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr.lazyloading { background-image: none; }
#UL9IeDPZytSzfxrgc2Ral8ThCp5DQAFN { box-sizing:content-box;height:5.8125rem;width:5.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(184,2,229,0.32);background-image:none;top:37.1875rem;left:69.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.8125rem rgba(193,0,241,0.5) ;display:block; }
#chNw8e6RAu2CtMW4exoGJd0aBuWyNRBm { 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:15000;opacity:1;display:none; }
#ancvBTDffiiH1C1FwlcThlsNNllatOTk { box-sizing:content-box;height:8.75rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:35.5rem;left:20.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#E4Fk4JPW5JR1cKNBycv9qBQZPLNkgFf8 { color:#ffffff;display:block;width:9.6245625rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:37.620405673981rem;left:22.428386688233rem;height:4.500325rem;font-style:normal;display:block; }
#yi5iWus2pJa4xZQ1TrwyvSWtAkNSp8XA { color:#bc00ff;display:block;width:2.499275rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.434497833252rem;left:1.2478294372559rem;height:2.34375rem;font-style:normal;display:block; }
#EBDr1eERLxGZ9ikVNqTGx2RqxRSohyEA { color:#bc00ff;display:block;width:2.498375rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.246094226837rem;left:1.2451171875rem;height:2.34375rem;font-style:normal;display:block; }
#XfsKXTlMG4AZLAtqJT7XLxNnMiBEahOw { color:#bc00ff;display:block;width:2.498375rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.245876789093rem;left:22.428386688233rem;height:2.34375rem;font-style:normal;display:block; }
#w8ZdO75yNZwBiT8ESrmsq6z4S9KkcCAX { color:#bc00ff;display:block;width:2.498375rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:34.245188236237rem;left:1.2451171875rem;height:2.34375rem;font-style:normal;display:block; }
#bAOxP1Sc3R0tuboIQFEbeJBAVk7QZNWJ { color:#bc00ff;display:block;width:2.498375rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:34.463758945465rem;left:22.428386688233rem;height:2.34375rem;font-style:normal;display:block; }
#EUClKD9pVDodmWwHJ4IMXUC7nfqWhXKs { box-sizing:content-box;height:41.874625rem;width:29.4994375rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9425add5-7b3c-49da-89e0-b9adbe45822f/mulher.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.179470539093rem;left:43.125179290771rem;display:block; }#EUClKD9pVDodmWwHJ4IMXUC7nfqWhXKs.adaptive-delivery-prevent-bg, #EUClKD9pVDodmWwHJ4IMXUC7nfqWhXKs.lazyload, #EUClKD9pVDodmWwHJ4IMXUC7nfqWhXKs.lazyloading { background-image: none; }
#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT { background-color:transparent;background-image:none;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; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container { background-color: transparent; background-image: none; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container > .video-iframe-container { display: none; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row > .video-iframe-container { display: none; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .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); }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container { border-width: 0; border-radius: 0; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#tWquVLM1fvEOr8GC9GX35uzkkA64TtH6 { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.5933837890625rem;left:18.122467041016rem;height:6.00043125rem;font-style:normal;display:block; }
#twL28i3kLdFCiTha8kIDrH60L8MNQTGH { box-sizing:content-box;height:13.1875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#400854;background-image:none;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rWFaIH7WTsR0WHHa2iOsgULzx6wPBqPQ { position:absolute;display:block;z-index:15004;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.06170625rem;width:12.2495rem;top:5.0618493556976rem;left:2.4672660827637rem;overflow:hidden;display:block; }
#QLTy5NkVfUfGTGIapWCNqA4XkaEdZnuT { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.76744675rem;height:2.8935155rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.0871677398682rem;left:63.123012542725rem;display:block; }
#SOeZi5h0rGPAaXSeFkdvCRZTKvk4bAEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 { position:relative;display:none; }#q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 { border-width: 0; border-radius: 0; }#q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RM5dW1L2FX9tgEZZWmf82pEgJxaTb9mp { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#XCfHek8K6WVqJl44AGax5zq9uEeLGTli { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.15625rem;left:1.875rem;height:5.06185rem;font-style:normal;display:block; }
#tTLKwwvZGHsk5OQelAEoluz9776hRi37 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:7.84375rem;left:1.875rem;height:3.7489125rem;font-style:normal;display:block; }
#hhoWlJmaKvN3i0gwMdRdKK6nVp6NDFT5 { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.4375rem;left:18.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#zto9MQlqSlgpA1T9CZqvOI44zZf8L7Gl { color:#ffffff;display:block;width:13.9991875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.295644283294rem;left:20.186813354493rem;height:4.77973125rem;font-style:normal;display:block; }
#V5F6oHcDrNONVTIOKdO2X6iT7K7wV1Bn { color:#ffffff;display:block;width:12.874375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:7.8432431221006rem;left:20.186813354493rem;height:1.87445625rem;font-style:normal;display:block; }
#JWMFg8sOV3ycnOVtCJFMiC52tKmV3tpT { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.4375rem;left:56.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#ZeuOTJIiE7uqtpNSrVcXJ8mUwxwx4ppK { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.187141418457rem;left:58.124454498291rem;height:4.77973125rem;font-style:normal;display:block; }
#BCmBhpOPfwty8Jnh6zQEkkzRnkKSPxNu { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.4375rem;left:37.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#KMigntcCO1RqAEp5mJ7m3XIbAxqqL5io { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.1875rem;left:39.375rem;height:5.06185rem;font-style:normal;display:block; }
#w3UV5mbOrGJROTyn6sC28SEmZC7dEmcy { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:7.8749008178713rem;left:39.374458312988rem;height:1.87445625rem;font-style:normal;display:block; }
#pZQ7C4ae4LoTBELnNMiqEZ00DmQleLLp { color:#ffffff;display:block;width:13.812rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:6.905562877655rem;left:58.029949188233rem;height:3.7489125rem;font-style:normal;display:block; }
#LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.19));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.19));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.19));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000030' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000030' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.19));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:none; }#LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W > .row .container { border-width: 0; border-radius: 0; }#LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:none; }#yUS6w6IDfA7UiwoX2AUcCURZaSTcvCPg { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#HpvGbVVXtSA0Sp27ksJDUIv8TTAKhaph { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.71875rem;left:1.875rem;height:5.06185rem;font-style:normal;display:block; }
#aMk5KK1H09WRr6UTNkEpz2keKSWkN0VB { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:2.40625rem;left:1.875rem;height:3.7489125rem;font-style:normal;display:block; }
#CUQr1QI8kkyqDZ1Am9X9JIFBhD8Dr649 { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:18.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#g4Es65zfVoNaDv5IL4zRKWUnWGcRR9lu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.75rem;left:20.625rem;height:5.06185rem;font-style:normal;display:block; }
#UZZolvH1xetMXrLGvXmN1ZQhtAvNe0My { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:2.4375rem;left:20.625rem;height:3.7489125rem;font-style:normal;display:block; }
#zs6s9Hg8ceCdfGp6l0c51CL6yEMwmK9a { box-sizing:content-box;height:14.6875rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:0rem;left:37.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.6875rem rgba(162,0,255,0.21) ;display:block; }
#XMydvhDvNTG3nEAshDEc9DcZiHlOrwGe { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.75rem;left:39.375rem;height:5.06185rem;font-style:normal;display:block; }
#ne3tRxTlB63dQrM6XbhG4eOerbRQ2Ifo { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:3.3429317474365rem;left:39.374458312988rem;height:1.87445625rem;font-style:normal;display:block; }
#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g { background-color:transparent;background-image:none;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; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container { background-color: transparent; background-image: none; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container > .video-iframe-container { display: none; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row > .video-iframe-container { display: none; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .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); }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container { border-width: 0; border-radius: 0; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#AUUxhx9cefVwbfq86cfxHvIAmzZ6etpD { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hw3bTfvk9GCOfryUU0TrC5JUxbkaB2QC { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:1.96875rem;font-style:normal;display:block; }
#PxrNvNlZMWFGCFAHPhlqMK6vkmILQMVg { color:#ffffff;display:block;width:44rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.6555986404419rem;left:30.874999046326rem;height:9.375rem;font-style:normal;display:block; }
#dTgobSchtrDBAFDo1TTo52sNV8o0onqA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c58c06f7-5208-489f-b61f-92f961d54f06/predio2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA.adaptive-delivery-prevent-bg, #dTgobSchtrDBAFDo1TTo52sNV8o0onqA.lazyload, #dTgobSchtrDBAFDo1TTo52sNV8o0onqA.lazyloading { background-image: none; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container { background-color: transparent; background-image: none; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,0,21,0.8); }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container > .video-iframe-container { display: none; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,0,21,0.8); }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row > .video-iframe-container { display: none; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .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); }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container { border-width: 0; border-radius: 0; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#H76VwDfdPN734BaaMQeEQncOWTzqCAtX { color:#ffffff;display:block;width:57.9996875rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.9375rem;left:8.5rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULCaLGqvzuXXF50QLfXpcgTPTNmlmCnu { color:#ffffff;display:block;width:6.1873375rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16rem;left:14.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n38SWcqzWAADrT3aMQmsTkGmntCd3cc4 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:21.5625rem;left:11.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2Mx0r5gAnAuC6BfDd7Pxy0awwnmxd75 { color:#ffffff;display:block;width:6.1873375rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:28.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RP6bC8FmziX4bd5siE4ciCbX6TWfVGU6 { color:#ffffff;display:block;width:7.4365rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:21.5625rem;left:28.061522483826rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfU9DJz6n6owHBuJGiuMy6WNKbaP00Pq { color:#ffffff;display:block;width:6.1873375rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16rem;left:41.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgmAKxXqq2uXQTyQVDDtz9H7GwccBD9L { color:#ffffff;display:block;width:8.8745rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:21.5625rem;left:40.342608451843rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McOKz8vBaDXDhPBAqJ9r6cMZJDBIUTxm { color:#ffffff;display:block;width:6.1873375rem;position:absolute;font-family:"font awesome 2022";font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:16.8125rem;left:54.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#staMmyDKllfbU3gpTAVktVZxTswy15OB { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:21.5625rem;left:52.342936515808rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid { background-color:transparent;background-image:none;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; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container { background-color: transparent; background-image: none; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container > .video-iframe-container { display: none; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row > .video-iframe-container { display: none; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .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); }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container { border-width: 0; border-radius: 0; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #400854; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .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; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"work sans";font-style:normal;color:#ffffff; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .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;font-family:"work sans";font-weight:300;font-style:normal;color:#ffffff;height:auto;line-height:1.5;overflow:hidden; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-trigger.adaptive-delivery-prevent-bg, #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-trigger.lazyload, #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-trigger.lazyloading { background-image: none; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 { box-sizing:content-box;height:auto;width:36.125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15008;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:14.4375rem;left:-0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #xuxCZmxOFUZRDoz9DJifMt84wTZmMAuF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #mZAWV9ZxURgHriPG0TWUWzFhHAEocdDE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #cE29uyunMFqhKa1THUT5TvMJ3cGTcIZG { display:block;position:relative; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #uAWsLz8zUELohbiyRMESc8Kt4KFriLMa {  }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #UUozEccwEq1gbwVDsUlrL8dEmSqKeEuv {  }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #ZAxSI2VVPeGKHUCxxdAvEdrof5vLQ6i8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #LzWuVXmkSL7axdvmVtdZhKva1tv0B79T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #FNRRUZaNd7gkK3nJeNMwRBoa3Dfvh34F { display:block;position:relative; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #VUAJFr4KD2EhNVxby2yRtwAJ6SIrKqNB {  }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #aIuhcq6IEKBEMA540H3RxOf7ADqnsyAN { display:none; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #Irmorx3o4pBbU5hfQxGHslDfCxNx2T7X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #N4XlZxwoXMlT9yOT5trzdRJDdoXz3QfT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #Utp2JX70cFTLrGplpS2PoHclQBcEqEs2 { display:block;position:relative; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #aboKOE49OhnPZOi8cXlk2t3Ah4APwWIn {  }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #HiwEGrz83TXSTTFGW3ZwWlVQN0qkwDXZ { display:none; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #TMB239ttdSuQJ4NWv65RopxDZzPWu3u8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #LiCK5uM3gy9a7mqXvUmqzZkGg9sELT5x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #yLFP6BLCVZG7OMALMcDkB5oCHQVHMUfh { display:block;position:relative; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #WD9KliTLBWeyPcC3IhMdO7tFbavzcBd7 {  }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #ZPEQq4sM6LqH3cETeUSqMfImeT70eRd0 { display:none; }
#LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9 { box-sizing:content-box;height:34.5rem;width:35.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/ea2cca88-6bcf-480a-b605-e87605b23c0d/time.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.3125rem;left:44.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9.adaptive-delivery-prevent-bg, #LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9.lazyload, #LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9.lazyloading { background-image: none; }
#THK9SW2L5fcrH9SHrookoyOnVn4kHZ50 { color:#ffffff;display:block;width:29.6233125rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH { background-color:rgba(0,0,0,0.3);background-image:none;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; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container { background-color: transparent; background-image: none; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container > .video-iframe-container { display: none; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row > .video-iframe-container { display: none; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .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); }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container { border-width: 0; border-radius: 0; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX { box-sizing:content-box;height:33.5rem;width:33.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/474e1100-860d-44d3-95ba-73f33198ab06/cristiane.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX.adaptive-delivery-prevent-bg, #TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX.lazyload, #TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX.lazyloading { background-image: none; }
#nwzNStkAudTs20VKMb5Np51gWqZ1TkvT { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8.6875rem;left:38.25rem;height:6.75rem;font-style:normal;display:block; }
#DmISF8hqQ9P4uwX5E8lAAG6kRQ31ZN2x { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.625rem;left:38.25rem;height:19.5rem;font-style:normal;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; }
#sRgtDR8qi1ISxy0xkI8r4ZyN6TZ9HU06 { box-sizing:content-box;height:5.25rem;width:5.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(80,2,229,0.27);background-image:none;top:7.25rem;left:30.09375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ffB2fgkFh9gSi3Zq2TA3S1aaP1KIFktT { 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:15005;opacity:1;top:36.341701865196rem;left:28.310363769531rem; }
#ffB2fgkFh9gSi3Zq2TA3S1aaP1KIFktT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP { background-color:transparent;background-image:none;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; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container { background-color: transparent; background-image: none; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container > .video-iframe-container { display: none; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row > .video-iframe-container { display: none; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .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); }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container { border-width: 0; border-radius: 0; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;overflow:visible;position:relative;display:block; }#TMzIniOS2oTHPNhLfrE6w0bmK8BpqXhJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b072c;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; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container { background-color: transparent; background-image: none; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container > .video-iframe-container { display: none; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row > .video-iframe-container { display: none; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .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); }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container { border-width: 0; border-radius: 0; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#nK8luAnIEVu37BVktL0OCVJOUyD3hgff { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.625rem 1.625rem 0.875rem rgba(0,0,0,0.14) ;height:17.1875rem;width:30.8125rem;top:0rem;left:3.375rem;display:block; }
#GOwzTskmCEQSadtu14NCB5HJ4St8JDd2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.625rem 1.625rem 0.875rem rgba(0,0,0,0.14) ;height:17.1875rem;width:30.8125rem;top:0rem;left:40.875rem;display:block; }
#pEfTVUSIZRa6KB5HVi9i5Rva9pgedpNX { color:#ffffff;display:block;width:27.622875rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.687336921692rem;left:4.9381513595581rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRkHAXxIHfuPKpczEaBe0Ovg6I9DsuAn { color:#ffffff;display:block;width:27.6220625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:42.438151359558rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tH4HT47tBySIHwRxXIF6fAcBkz15OIZh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.625rem 1.625rem 0.875rem rgba(0,0,0,0.14) ;height:17.1875rem;width:30.8121875rem;top:23.937173843384rem;left:40.843096733093rem;display:block; }
#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b072c;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; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container { background-color: transparent; background-image: none; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container > .video-iframe-container { display: none; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row > .video-iframe-container { display: none; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .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); }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container { border-width: 0; border-radius: 0; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#VkxLRMEasuJAHyTXSocwwZo2eFBTzADM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.625rem 1.625rem 0.875rem rgba(0,0,0,0.14) ;height:17.1875rem;width:30.8125rem;top:0rem;left:3.375rem;display:block; }
#JcvasFJf8h3gX5zMOVPcfG3TKxC3dO1B { color:#ffffff;display:block;width:27.62125rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.687499374151rem;left:4.9389638900757rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slE9DIbpoJNgqKbT0IhnrH5IhDZTgB3T { color:#ffffff;display:block;width:27.6204375rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.687337249518rem;left:42.438963890076rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/748975a4-0096-4ba1-abe6-f5102a26ef5f/download20240919T075643088.webp");background-position:bottom center !important;background-repeat:no-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:none; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL.adaptive-delivery-prevent-bg, #fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL.lazyload, #fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL.lazyloading { background-image: none; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL > .row .container { border-width: 0; border-radius: 0; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL::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; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#JQ7Ph3JBm0auT3yH3WU0f0ubp9nEPMbT { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8.5rem;left:0rem;height:7.875rem;font-style:normal;display:block; }
#r8clLyhla8EtriaiBuVgvCx93434aDeS { background-color:#00a93c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.375rem;left:0rem;display:block; }
#MUmZyt061HcbaIhw4GRpmcX4xFziovdl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 { background-color:transparent;background-image:none;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:none; }#nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 > .row .container { border-width: 0; border-radius: 0; }#nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;overflow:visible;position:relative;display:none; }#uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa { box-sizing:content-box;height:25.25rem;width:33.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/c875fad3-f942-4cdc-879f-40ba71e81b23/download20240927T145609356.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa.adaptive-delivery-prevent-bg, #uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa.lazyload, #uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa.lazyloading { background-image: none; }
#Tr6C6oEOUU6GXD1gf1tnN7yLQtHRkwFA { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:9.25rem;left:38.25rem;height:11.25rem;font-style:normal;display:block; }
#vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.6875rem;left:38.25rem;height:6.3125rem;font-style:normal;display:block; }#vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f8047451b5c7341d5e8a4903f335d1803126349.svg); }
#Xsx7RewnoKxbgSG7yAKfshaxJAX31yS8 { box-sizing:content-box;height:5.25rem;width:5.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(80,2,229,0.27);background-image:none;top:29rem;left:28.71875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl { background-color:#1b072c;background-image:none;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; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container { background-color: transparent; background-image: none; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container > .video-iframe-container { display: none; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row > .video-iframe-container { display: none; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .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); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container { border-width: 0; border-radius: 0; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG { box-sizing:content-box;height:20.2498125rem;width:26.8123125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3eec5ea0-3a5e-4b7e-a96a-9b2e8923d393/mockupcertificado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.2351882457733rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG.adaptive-delivery-prevent-bg, #RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG.lazyload, #RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG.lazyloading { background-image: none; }
#vmQ92ISnys5WOidz0goa92W4eVaxZOEE { color:#ffffff;display:block;width:42.6236875rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.1875rem;left:29.8125rem;height:3.75rem;font-style:normal;display:block; }
#m0gDzXtAQWHgeoSiLvT8u7dc126it93e { color:#ffffff;display:block;width:41.687rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.625rem;left:29.8125rem;height:11.8125rem;font-style:normal;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; }
#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT { background-color:transparent;background-image:none;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; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container { background-color: transparent; background-image: none; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container > .video-iframe-container { display: none; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row > .video-iframe-container { display: none; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .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); }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container { border-width: 0; border-radius: 0; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#pwD1TwwHU6yTlxwKxAnt6Z8nraUekMxg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPxSMT1P44WrFTJJZ2MfZtleQuDAzysE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:21.5rem;width:21.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:.03;top:2.5rem;left:-12.5rem; }
#SBp0v8DsU5d98oFSOI1rTTINu8nTDgSh { position:absolute;display:block;z-index:15003;height:36.9375rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH { background-color:transparent;background-image:none;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:none; }#fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH > .row .container { border-width: 0; border-radius: 0; }#fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#kPvEiou6OiMZmTVuNuXLEWFwCPZ6RfOr { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.375rem;left:9.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2WZAiqAaTFFqE1r3EhkCNGgmpJg9xt7 { box-sizing:content-box;height:17.0625rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:11.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IoE0PNGCzdG6cZoTqUPvym25S13L1TqN { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.1875rem;left:1.4375rem;height:6rem;font-style:normal;display:block; }
#ETZTALLnIQym3M3u9GgyrLQNBaSUft8r { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.4375rem;height:3.75rem;font-style:normal;display:block; }
#BM3H2AFdp0OvysrchZW42TVBpknnvqRf { box-sizing:content-box;height:17.0625rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:11.5rem;left:15rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#do1M59luotItI7UE3otGXNSHD9BKT1v7 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.1875rem;left:16.4375rem;height:7.5rem;font-style:normal;display:block; }
#F9FCXgL0lJTHXPQcPFinv8n6Czbdn6UE { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.5rem;left:16.4375rem;height:3.75rem;font-style:normal;display:block; }
#PETBV9NPyG8hXPZhbyTTMBVs7h232lRR { box-sizing:content-box;height:17.0625rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:11.5rem;left:45rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#OyEJ8yEffzX9aXAOTCBNbeNPSwNx2avb { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.25rem;left:46.4375rem;height:7.5rem;font-style:normal;display:block; }
#UUoGLiMkOhxwp8ZmIK48zAXOGbusPaR9 { box-sizing:content-box;height:17.0625rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:11.4375rem;left:30rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#L8zEusQd8RMBfoxi6cZOtDquHdPbaFce { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.8125rem;left:31.4375rem;height:6rem;font-style:normal;display:block; }
#AOMNPsTc2aCuOzyLzuxBK5OReGv1fcIJ { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.4375rem;left:31.4375rem;height:5.625rem;font-style:normal;display:block; }
#BPzLIT6XQBwfvp5gccIdSQFTuobTeuxZ { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.5rem;left:46.4375rem;height:3.75rem;font-style:normal;display:block; }
#u9mwH2qQ168UHbQXpFZvWISQs1odUUCp { box-sizing:content-box;height:17.0625rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -moz-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -ms-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-image: -o-linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#ffffff0c' );";background-image: linear-gradient(293deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));background-size:auto !important;top:11.4375rem;left:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#a82EJbOD2hQ44vKem3LfbqADAOLIWk0c { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.1875rem;left:61.4375rem;height:4.5rem;font-style:normal;display:block; }
#cNTUkqCpUlzN8kKg0TSlD3Cdnw0ME818 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.4375rem;left:61.4375rem;height:3.75rem;font-style:normal;display:block; }
#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU { position:relative;display:none; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU { border-width: 0; border-radius: 0; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk { background-color:#400854;background-image:none;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; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { background-color: transparent; background-image: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container > .video-iframe-container { display: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container { display: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .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); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { border-width: 0; border-radius: 0; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:39.875rem;height:5.25rem;font-style:normal;display:block; }
#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { box-sizing:content-box;height:26.5625rem;width:37.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/7ffe747e-d154-441b-bfe4-105b408bd376/download20240918T160317503.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4999995231631rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.adaptive-delivery-prevent-bg, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyload, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyloading { background-image: none; }
#UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.624877929688rem;left:39.875rem;height:13.5rem;font-style:normal;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; }
#dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { position:absolute;display:block;z-index:15011;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:4.8125rem;width:4.8125rem;top:30.874877929688rem;left:39.875rem;overflow:hidden;display:block; }
#yAzT09TLoXefTSGireX6lHuzyQTaVRMT { position:absolute;display:block;z-index:15012;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:4.8125rem;width:4.8125rem;top:30.874877929688rem;left:45.875164031983rem;overflow:hidden;display:block; }
#ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { position:absolute;display:block;z-index:15013;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:4.8125rem;width:4.8125rem;top:30.874877929688rem;left:51.937175750733rem;overflow:hidden;display:block; }
#TQ7AyHXXZ65QAPNMbT87nPoTSo1Dkg0D { box-sizing:content-box;height:7rem;width:7.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(80,2,229,0.27);background-image:none;top:27.9375rem;left:-3.080078125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#u0D3DINgTsgnPVzxX58hMpghmTmfyVcE { box-sizing:content-box;height:3.0625rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(184,2,229,0.32);background-image:none;top:5.125rem;left:31.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.8125rem rgba(193,0,241,0.5) ;display:block; }
#pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { position:absolute;display:block;z-index:15011;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:4.8125rem;width:4.8125rem;top:30.874877929688rem;left:57.937339782715rem;overflow:hidden;display:block; }
#KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { position:absolute;display:block;z-index:15012;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:4.8125rem;width:4.8125rem;top:30.874877929688rem;left:63.9375rem;overflow:hidden;display:block; }
#zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { position:absolute;display:block;z-index:15013;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:4.8125rem;width:4.8125rem;top:30.874877929688rem;left:69.99951171875rem;overflow:hidden;display:block; }
#V0SKWoDxyZGV73UNhJLWgG6feCTExENX { box-sizing:content-box;height:19.4375rem;width:19.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(80,2,229,0.08);background-image:none;top:43.75rem;left:2.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#FdyWCrTOoBXPGzyfyISo25UGHnXUiZSz { box-sizing:content-box;height:8.3125rem;width:8.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(143,0,255,0.53);background-image:none;top:42.625rem;left:9rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.8125rem rgba(133,0,241,0.74) ;display:block; }
#ckbWgTchxGsS15tpxRA3en2pKPodP8DL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:22.3115rem;width:22.3115rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:.05;top:40rem;left:33.5625rem; }
#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO { background-color:transparent;background-image:none;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; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { background-color: transparent; background-image: none; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container > .video-iframe-container { display: none; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row > .video-iframe-container { display: none; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .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); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { border-width: 0; border-radius: 0; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#uUTB3xwvzVbouFaf8rhyLgPZs34MCwZZ { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"work sans";font-size:3.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.9375rem;left:12.5625rem;height:7.01175rem;font-style:normal;display:block; }
#HmlLTSyWIyluhVExaqCqHAsqXimt0fs3 { box-sizing:content-box;height:2rem;width:5.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(193,0,255,0.19);background-image:none;top:17.9375rem;left:14.5625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.8125rem rgba(203,0,241,0.21) ;display:block; }
#cqLF2KuJi8UeNkD5xfwOFqcCBuKVlGrM { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:300;z-index:14997;line-height:1.8;letter-spacing:0;top:12.3125rem;left:12.5625rem;height:3.375rem;font-style:normal;display:block; }
#Kw6yL1TX7cyPSvTP49yF5wurpUMsOioM { color:#b962ff;display:block;width:21.6245rem;position:absolute;font-family:"work sans";font-size:4.125rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.0625rem #b962ff;top:16.0625rem;left:12.5625rem;height:3.7119125rem;font-style:normal;display:block; }
#SDKVIIxC7VItLh9slgGvanyXefRUznyA { color:#ffffff;display:block;width:13.6865rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.4;letter-spacing:0;top:17.4375rem;left:32.5rem;height:1.75rem;font-style:normal;display:block; }
#ILsT4BQVSIruXLmSVZxzbmoNWq8Hgmtg { color:#ffffff;display:block;width:23.6246875rem;position:absolute;font-family:"work sans";font-size:1.3125rem;font-weight:300;z-index:14998;line-height:1.8;letter-spacing:0;top:20.8125rem;left:12.5625rem;height:2.36230625rem;font-style:normal;display:block; }
#cboQLPiAm7TwaxtAgqscQBICpqECSMiF { background-color:#62fa45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.75rem;left:53.75rem;display:block; }
#xoHVLVccLpcSacExPJsa0uXn2eInalRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { background-color: transparent; background-image: none; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container > .video-iframe-container { display: none; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row > .video-iframe-container { display: none; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .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); }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { border-width: 0; border-radius: 0; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#ywRPXHd91or2kkef7nWgrPOTGDyRggBo { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.125rem;left:24.5rem;height:4.500325rem;font-style:normal;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; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { 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:15007;opacity:1;top:5.125rem;left:63.6875rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { 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:15008;opacity:1;top:5.125rem;left:67.8125rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { 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:15009;opacity:1;top:5.125rem;left:71.875rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vV2lRkZ2WnWxqaHgH3mHTLqdcLKMFXVi { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.75rem;left:24.5rem;height:1.21889375rem;font-style:normal;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; }
#ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR { box-sizing:content-box;height:4.249675rem;width:14.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c66371fa-b05e-45ba-ae22-fcd33e554f24/download20240916T085304848.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:5.2490234375rem;left:0rem;display:block; }#ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR.adaptive-delivery-prevent-bg, #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR.lazyload, #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR.lazyloading { background-image: none; }
#EfEhBe4VXnNZgKTyFVEKmbJwOlmDEI5O { 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:15010;opacity:1;top:5.125rem;left:59.5625rem; }
#EfEhBe4VXnNZgKTyFVEKmbJwOlmDEI5O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container { background-color: transparent; background-image: none; }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container > .video-iframe-container { display: none; }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row > .video-iframe-container { display: none; }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .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); }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container { border-width: 0; border-radius: 0; }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { background-color: transparent; background-image: none; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container > .video-iframe-container { display: none; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row > .video-iframe-container { display: none; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .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); }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { border-width: 0; border-radius: 0; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R0Icu96tBr6tz9TfmKlQNyflglALCEOx { background-color:#62fa45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:60.4375rem;display:block; }
#bmrkIMvyS3NTNwpXUBtVl1cbLgToH45x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezqbCexVuaIxb6zTPFfWS2qZhEkadIFE { background-color:#62fa45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:71.75rem;display:block; }
#a8UQPHw0KlCqsTwraGil5Ji2CB7TERpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { display:block; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:11.9375rem;height:3.1875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWLsm3yRsQNNuhaB9KTn5wlRfO3LQa9 { width:40.375rem;height:8.1875rem;top:16.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE7mzCa8E11SxfvuREB8LX5lZZdke6UH { width:39rem;height:4.75rem;top:26.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRoUZ5ct6T8Tl04B72cEmP9J73qANmC { width:8.125rem;height:1.875rem;top:11.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y44BK5TP0ove8TCU3VHWM9fGskfD79ri { width:2.0625rem;height:2.0625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4TyLSNcPcnwmf2z3OP7sG0XWDW75su { width:12.75rem;height:3.0625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZWrQqCvs5PIiCi96QXgPMOTdvINRn2 { width:8.625rem;height:0.9375rem;top:11.8125rem;left:3.056640625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiiJDrFifbKwsTuW7kwqcuZwuRHkV1fh { width:11.5rem;height:0.9375rem;top:35.6875rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsfiOnhgxHwt1g4qsZuqE6qZ36S2lvD { width:0.625rem;height:0.625rem;top:35.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fck9lqfKGNcZ7NMl3yexyIOJkZ5dyU6u { width:21.3125rem;height:2.4375rem;top:34.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpv278ERHI3KTcIADklP27XtWw1r9OTD { width:1.6875rem;height:1.6875rem;top:11.25rem;left:0.81184768676756rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6c8Bc71xsVhnJnukM2uKgCeT8uBkJt { width:1.625rem;height:1.625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPvdM1Ue5AN705CK3quIwKUGEib4V0zT { width:8.25rem;height:10.1875rem;top:14.25rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKVwWuaHJEklirVfSzPcax2iF1NFQdn4 { width:47.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDby029OnXqZHQWspDLqHAuZE8zBs7H { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-regular-label { width:28.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-text { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-text {padding-top: 0; padding-bottom: 0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-textarea { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-select { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-select {padding-top: 0; padding-bottom: 0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-button { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-checkbox-label { width:26.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV  { width:28.0625rem;height:auto;top:6.8125rem;left:17.1875rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .radio-container { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV {display:block;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV { width:28.0625rem;height:auto;top:6.8125rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #XCmqyHyXhNTEXknieMIcvGdX9JdidcwD {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #BIiE22VVBHEuP4h8ritUKUpy8lU9B1pQ {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #OtRAQGw8uxsxtpuTKmT0y3rB8xeZOisy {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #G4n8vSwH9wPHpSZpcdUWI4a7cK0ITcHX {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #E6sozu6192O9Bk75SXhVBn0zWmmy5ICb {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #wF2CrPEg2lNho40ynItBFwF3HfbFkEdn {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #i4KyN2hHQlud35czTr4lqZCh8O3IeUDw {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #D7po03BGXR8vJR8sBtHefC3Tyk47bqTu {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #TrwoHRTXlcuub1v2ogKm6LsNnZEBzeMq {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #J7JF1VnOyo6xA4fifrD4f33458rRheUf {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #rbETsakudhO7a8Cxz4WeenHnGK4lzk6e {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #UTtSJ32tP0FLTuIthVl3EL4TCLWQthX0 {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #FOTf84wB7qqFmPnkeffTKTLapxks23ut {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #JMm2zCfyCwqLSsG90z3La9uMrzokexnx {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #SPcCGCAGsfL9cNdGlCMOrqMAPuwx0SbJ {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #MuCKgHQ2pbMPX4OszsiO1awSFVs7hHEs {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #XqX5897Dau6i3rIJIkJaiuzELHwvI4dF {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #C3XSIfQZkqblDZ7G5FBM8tZ2i6JrzDdw {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #y25TU3eeuVWCHqMBEnSfywCA8w0Mdwu4 {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #aQyFyX2DncT6oyqfZSJr0Cugn0cJsJAW {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #m4bzhR2cCko2NI5miqJMkIiXH65Tzyr0 {  }
 }@media only screen and (max-width: 763px) { #MlXdNKCLB3lZzgtMOKr222PiO0rlaGq2 { display:block; }
 }@media only screen and (max-width: 763px) { #Za6AalzAQRxckMt08Zue78aQVquHyQ6n { display:block; }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #wWsUZ540y2hp4QfcBGbKTcWsmfHTSen8 {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #fQyNxFldQp0im2bRSnc3q1kpNerScuoL {  }
 }@media only screen and (max-width: 763px) { #EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ { display:none; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a { display:block; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNg9frIA0DLbteMbObELJPiuESiIlsrJ { width:37.375rem;height:35.1875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6U5dVtAOdVNHe99h95CTPEKyJLS4SaT { width:35.625rem;height:22.125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOqK4RMvvOftUr130B0PxS79bT8Pzpaq { width:5.125rem;height:5rem;top:12.9375rem;left:11.749347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZibQeQyCr5HL5UiLpmgztMf7U1BgPR1 { width:37.5rem;height:3rem;top:8.625rem;left:10.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idV9yPq1opcXKLLHTqOw2R4ZDzAMRyUi { width:37.25rem;height:7.5rem;top:13.75rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwcET9IP3vznCB5Sg4HkCHt9pSa5Pigz { width:13.6875rem;height:4.3125rem;top:23.125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovpNXH9yRWhvPy65csStgsVr33ykEOoG { width:10.8125rem;height:1.625rem;top:24.5rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTqhv8zDiBqq46xaKfr0DETCCUMhCCT { width:13.6875rem;height:4.3125rem;top:23.1875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeveyLTbM1PPuLqgLF9Tu1lVcfvJxSwX { width:11.125rem;height:1.625rem;top:24.5rem;left:36.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKIXMFMm2mmDNizKbG53DmdDF3uxni0x { width:13.6875rem;height:4.3125rem;top:28.75rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlbRuvtThdCdPnEMmg12Dlv3mXOIqbSU { width:10.1875rem;height:1.625rem;top:30.125rem;left:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz6CGt26ZSG4vVlBdygayrAycV5dcOaa { width:13.6875rem;height:4.3125rem;top:28.8125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkofiNcdmQmiIOz4FQkgUycLWhlZFfZp { width:8.875rem;height:1.625rem;top:30.125rem;left:37.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtX4JFmSLIVbNcBOzrqUTB3n12fBvyrr { width:13.6875rem;height:4.3125rem;top:34.4375rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTnsdAIIUZNpe1g0kfiyhETVl8Noo5c7 { width:12.125rem;height:1.625rem;top:35.8125rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM { display:none; }#WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A { width:41.5625rem;height:38.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTonRDBdESxVKDkSUdV4w8mfpN63SiwX { width:38.75rem;height:13.5rem;top:12.5rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdx7WwdTh8deRhU57ur27wGi0CmM3K43 { width:34.9375rem;height:7.0625rem;top:28.4375rem;left:12.8125rem;font-size:1.125rem;display:block; }#hdx7WwdTh8deRhU57ur27wGi0CmM3K43 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f8047451b5c7341d5e8a4903f335d1803126349.svg); }
 }@media only screen and (max-width: 763px) { #ql6qJnaxW8RcIdpWmg5NfqUfJz3qoNUd { width:43.0625rem;height:22.125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlgyk2MeUqPCbdLhESKL8qb8MgOkx3gN { width:5.125rem;height:5rem;top:13.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM { display:none; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT { display:block; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybxOV6a0PmCcrRVwIDGwb6Z19inQActk { width:41.875rem;height:2.1875rem;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqDTZIBSMP17TNqAOcLudeEwy8gXFJ7F { width:38.25rem;height:8.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTs3N9ergERc5qa2BWE70EnOtK2d5Im { width:35.3125rem;height:4.5rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhQ3Qv6PqVquno6dx2JZfPbD4Fa7qvJF { width:17.6875rem;height:10.3125rem;top:23.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZds3LG2nzi8qwPciTkKrTy62FOz5ZW { width:14.1875rem;height:4.5rem;top:25.8125rem;left:8.8033866882325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSTaxS2ST469MBrD8ReVH6JobavfAbbT { width:19.625rem;height:10.3125rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcBnSTKVqzwrdb2JmypN4pKVy6yB9wKV { width:16.25rem;height:5.9375rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaRMsmkgJ435NtgZa0fB6VS3CPWTV1W7 { width:19.625rem;height:8.75rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0OTA7I7BMznWXTGpiMw5E1ECIbRXgec { width:16.8125rem;height:4.5rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr { width:29.3125rem;height:41.25rem;top:5rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UL9IeDPZytSzfxrgc2Ral8ThCp5DQAFN { width:5.9375rem;height:5.8125rem;top:37.1875rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chNw8e6RAu2CtMW4exoGJd0aBuWyNRBm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ancvBTDffiiH1C1FwlcThlsNNllatOTk { width:13.625rem;height:8.75rem;top:35.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Fk4JPW5JR1cKNBycv9qBQZPLNkgFf8 { width:9.5625rem;height:4.5rem;top:37.5625rem;left:8.8033866882325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5iWus2pJa4xZQ1TrwyvSWtAkNSp8XA { width:2.4375rem;height:2.3125rem;top:11.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDr1eERLxGZ9ikVNqTGx2RqxRSohyEA { width:2.4375rem;height:2.3125rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsKXTlMG4AZLAtqJT7XLxNnMiBEahOw { width:2.4375rem;height:2.3125rem;top:22.1875rem;left:8.8033866882325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ZdO75yNZwBiT8ESrmsq6z4S9KkcCAX { width:2.4375rem;height:2.3125rem;top:34.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAOxP1Sc3R0tuboIQFEbeJBAVk7QZNWJ { width:2.4375rem;height:2.3125rem;top:34.4375rem;left:8.8033866882325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUClKD9pVDodmWwHJ4IMXUC7nfqWhXKs { width:29.4375rem;height:41.8125rem;top:6.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkXeG0d0isCHetohLhRbUTB6VQMLqqTT { display:block; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWquVLM1fvEOr8GC9GX35uzkkA64TtH6 { width:42.75rem;height:6rem;top:3.5625rem;left:4.4974670410156rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twL28i3kLdFCiTha8kIDrH60L8MNQTGH { width:47.75rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWFaIH7WTsR0WHHa2iOsgULzx6wPBqPQ { width:12.1875rem;height:3.0462096348321rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTy5NkVfUfGTGIapWCNqA4XkaEdZnuT { width:9.75rem;height:2.875rem;top:5.0625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeZi5h0rGPAaXSeFkdvCRZTKvk4bAEi { display:block; }
 }@media only screen and (max-width: 763px) { #q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 { display:none; }#q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RM5dW1L2FX9tgEZZWmf82pEgJxaTb9mp { width:16.875rem;height:14.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCfHek8K6WVqJl44AGax5zq9uEeLGTli { width:11.5rem;height:5.0625rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTLKwwvZGHsk5OQelAEoluz9776hRi37 { width:9.375rem;height:3.75rem;top:7.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhoWlJmaKvN3i0gwMdRdKK6nVp6NDFT5 { width:16.875rem;height:14.6875rem;top:5.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zto9MQlqSlgpA1T9CZqvOI44zZf8L7Gl { width:13.9375rem;height:4.75rem;top:12.25rem;left:9.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5F6oHcDrNONVTIOKdO2X6iT7K7wV1Bn { width:12.8125rem;height:1.8125rem;top:7.8125rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMFg8sOV3ycnOVtCJFMiC52tKmV3tpT { width:16.875rem;height:14.6875rem;top:5.4375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuOTJIiE7uqtpNSrVcXJ8mUwxwx4ppK { width:13.75rem;height:6.375rem;top:12.125rem;left:33.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCmBhpOPfwty8Jnh6zQEkkzRnkKSPxNu { width:16.875rem;height:14.6875rem;top:5.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMigntcCO1RqAEp5mJ7m3XIbAxqqL5io { width:11.5rem;height:5.0625rem;top:12.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3UV5mbOrGJROTyn6sC28SEmZC7dEmcy { width:14.9375rem;height:1.875rem;top:7.8125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZQ7C4ae4LoTBELnNMiqEZ00DmQleLLp { width:13.75rem;height:3.6875rem;top:6.875rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W { display:none; }#LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yUS6w6IDfA7UiwoX2AUcCURZaSTcvCPg { width:16.875rem;height:14.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpvGbVVXtSA0Sp27ksJDUIv8TTAKhaph { width:13.375rem;height:5.0625rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMk5KK1H09WRr6UTNkEpz2keKSWkN0VB { width:12.375rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQr1QI8kkyqDZ1Am9X9JIFBhD8Dr649 { width:16.875rem;height:14.6875rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Es65zfVoNaDv5IL4zRKWUnWGcRR9lu { width:12.5rem;height:5.0625rem;top:6.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZolvH1xetMXrLGvXmN1ZQhtAvNe0My { width:9.375rem;height:3.75rem;top:2.4375rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs6s9Hg8ceCdfGp6l0c51CL6yEMwmK9a { width:16.875rem;height:14.6875rem;top:0rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMydvhDvNTG3nEAshDEc9DcZiHlOrwGe { width:12.875rem;height:5.0625rem;top:6.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne3tRxTlB63dQrM6XbhG4eOerbRQ2Ifo { width:9.375rem;height:1.8125rem;top:3.3125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvw868l8yT7QyvmGTOUbwf9PV8NbM20g { display:block; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUUxhx9cefVwbfq86cfxHvIAmzZ6etpD { width:21.25rem;height:3.75rem;top:5.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw3bTfvk9GCOfryUU0TrC5JUxbkaB2QC { width:25.625rem;height:1.9375rem;top:10.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxrNvNlZMWFGCFAHPhlqMK6vkmILQMVg { width:43.9375rem;height:9.375rem;top:3.625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTgobSchtrDBAFDo1TTo52sNV8o0onqA { display:block; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H76VwDfdPN734BaaMQeEQncOWTzqCAtX { width:47.75rem;height:5.1875rem;top:6.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULCaLGqvzuXXF50QLfXpcgTPTNmlmCnu { width:6.125rem;height:3.75rem;top:16rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38SWcqzWAADrT3aMQmsTkGmntCd3cc4 { width:12.1875rem;height:3.75rem;top:21.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Mx0r5gAnAuC6BfDd7Pxy0awwnmxd75 { width:6.125rem;height:3.75rem;top:16rem;left:15.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP6bC8FmziX4bd5siE4ciCbX6TWfVGU6 { width:7.375rem;height:3.75rem;top:21.5625rem;left:14.436522483826rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfU9DJz6n6owHBuJGiuMy6WNKbaP00Pq { width:6.125rem;height:3.75rem;top:16rem;left:28.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgmAKxXqq2uXQTyQVDDtz9H7GwccBD9L { width:8.8125rem;height:3.75rem;top:21.5625rem;left:26.717608451843rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McOKz8vBaDXDhPBAqJ9r6cMZJDBIUTxm { width:6.125rem;height:3.75rem;top:16.8125rem;left:40.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #staMmyDKllfbU3gpTAVktVZxTswy15OB { width:10.625rem;height:3.75rem;top:21.5625rem;left:37.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRPRJuEKs7DscZmaf7R9MBRskIRmVid { display:block; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 { display:flex;height:auto;width:27.8125rem;top:12.1875rem;left:0rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #xuxCZmxOFUZRDoz9DJifMt84wTZmMAuF {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #mZAWV9ZxURgHriPG0TWUWzFhHAEocdDE {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #cE29uyunMFqhKa1THUT5TvMJ3cGTcIZG {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #uAWsLz8zUELohbiyRMESc8Kt4KFriLMa {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #UUozEccwEq1gbwVDsUlrL8dEmSqKeEuv {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #ZAxSI2VVPeGKHUCxxdAvEdrof5vLQ6i8 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #LzWuVXmkSL7axdvmVtdZhKva1tv0B79T {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #FNRRUZaNd7gkK3nJeNMwRBoa3Dfvh34F {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #VUAJFr4KD2EhNVxby2yRtwAJ6SIrKqNB {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #aIuhcq6IEKBEMA540H3RxOf7ADqnsyAN {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #Irmorx3o4pBbU5hfQxGHslDfCxNx2T7X {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #N4XlZxwoXMlT9yOT5trzdRJDdoXz3QfT {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #Utp2JX70cFTLrGplpS2PoHclQBcEqEs2 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #aboKOE49OhnPZOi8cXlk2t3Ah4APwWIn {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #HiwEGrz83TXSTTFGW3ZwWlVQN0qkwDXZ {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #TMB239ttdSuQJ4NWv65RopxDZzPWu3u8 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #LiCK5uM3gy9a7mqXvUmqzZkGg9sELT5x {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #yLFP6BLCVZG7OMALMcDkB5oCHQVHMUfh {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #WD9KliTLBWeyPcC3IhMdO7tFbavzcBd7 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #ZPEQq4sM6LqH3cETeUSqMfImeT70eRd0 {  }
 }@media only screen and (max-width: 763px) { #LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9 { width:35.125rem;height:34.4375rem;top:5.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THK9SW2L5fcrH9SHrookoyOnVn4kHZ50 { width:29.5625rem;height:5.1875rem;top:6.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH { display:block; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX { width:33.25rem;height:33.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzNStkAudTs20VKMb5Np51gWqZ1TkvT { width:31.125rem;height:6.6875rem;top:8.6875rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmISF8hqQ9P4uwX5E8lAAG6kRQ31ZN2x { width:34.875rem;height:22.5rem;top:17.625rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgtDR8qi1ISxy0xkI8r4ZyN6TZ9HU06 { width:5.375rem;height:5.25rem;top:7.25rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffB2fgkFh9gSi3Zq2TA3S1aaP1KIFktT { width:3.125rem;height:3.125rem;top:36.3125rem;left:14.685363769531rem;display:block; }
#ffB2fgkFh9gSi3Zq2TA3S1aaP1KIFktT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP { display:block; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMzIniOS2oTHPNhLfrE6w0bmK8BpqXhJ { width:47.75rem;height:2.5625rem;top:5.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L { display:block; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nK8luAnIEVu37BVktL0OCVJOUyD3hgff { width:30.8125rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwzTskmCEQSadtu14NCB5HJ4St8JDd2 { width:30.8125rem;height:17.1875rem;top:0rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfTVUSIZRa6KB5HVi9i5Rva9pgedpNX { width:27.5625rem;height:3.0625rem;top:18.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRkHAXxIHfuPKpczEaBe0Ovg6I9DsuAn { width:27.5625rem;height:3.0625rem;top:18.6875rem;left:20.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH4HT47tBySIHwRxXIF6fAcBkz15OIZh { width:30.75rem;height:17.152810880435rem;top:23.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE { display:block; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkxLRMEasuJAHyTXSocwwZo2eFBTzADM { width:30.8125rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcvasFJf8h3gX5zMOVPcfG3TKxC3dO1B { width:27.5625rem;height:3.0625rem;top:18.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slE9DIbpoJNgqKbT0IhnrH5IhDZTgB3T { width:27.5625rem;height:3.0625rem;top:18.625rem;left:20.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL { display:block; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ7Ph3JBm0auT3yH3WU0f0ubp9nEPMbT { width:32.125rem;height:7.875rem;top:8.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8clLyhla8EtriaiBuVgvCx93434aDeS { width:16.75rem;height:3.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmZyt061HcbaIhw4GRpmcX4xFziovdl { display:block; }
 }@media only screen and (max-width: 763px) { #nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 { display:block; }#nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa { width:33.25rem;height:25.25rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6C6oEOUU6GXD1gf1tnN7yLQtHRkwFA { width:34.0625rem;height:11.25rem;top:9.25rem;left:13.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM { width:30.8125rem;height:6.3125rem;top:23.6875rem;left:11rem;font-size:1rem;display:block; }#vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f8047451b5c7341d5e8a4903f335d1803126349.svg); }
 }@media only screen and (max-width: 763px) { #Xsx7RewnoKxbgSG7yAKfshaxJAX31yS8 { width:5.375rem;height:5.25rem;top:29rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl { display:block; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG { width:26.75rem;height:20.1875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmQ92ISnys5WOidz0goa92W4eVaxZOEE { width:42.5625rem;height:3.75rem;top:7.1875rem;left:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0gDzXtAQWHgeoSiLvT8u7dc126it93e { width:41.625rem;height:11.75rem;top:12.625rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT { display:block; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwD1TwwHU6yTlxwKxAnt6Z8nraUekMxg { width:47.75rem;height:2.625rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPxSMT1P44WrFTJJZ2MfZtleQuDAzysE { width:21.5rem;height:21.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBp0v8DsU5d98oFSOI1rTTINu8nTDgSh { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH { display:block; }#fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPvEiou6OiMZmTVuNuXLEWFwCPZ6RfOr { width:47.75rem;height:2.625rem;top:5.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WZAiqAaTFFqE1r3EhkCNGgmpJg9xt7 { width:13.75rem;height:17.0625rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoE0PNGCzdG6cZoTqUPvym25S13L1TqN { width:10.875rem;height:6rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZTALLnIQym3M3u9GgyrLQNBaSUft8r { width:10.875rem;height:3.75rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM3H2AFdp0OvysrchZW42TVBpknnvqRf { width:13.75rem;height:17.0625rem;top:11.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #do1M59luotItI7UE3otGXNSHD9BKT1v7 { width:10.875rem;height:7.5rem;top:17.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9FCXgL0lJTHXPQcPFinv8n6Czbdn6UE { width:9.0625rem;height:3.75rem;top:13.5rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETBV9NPyG8hXPZhbyTTMBVs7h232lRR { width:13.75rem;height:17.0625rem;top:11.5rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyEJ8yEffzX9aXAOTCBNbeNPSwNx2avb { width:10.875rem;height:7.5rem;top:17.25rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUoGLiMkOhxwp8ZmIK48zAXOGbusPaR9 { width:13.75rem;height:17.0625rem;top:11.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zEusQd8RMBfoxi6cZOtDquHdPbaFce { width:10.875rem;height:6rem;top:18.8125rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOMNPsTc2aCuOzyLzuxBK5OReGv1fcIJ { width:10.875rem;height:9.375rem;top:13.4375rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPzLIT6XQBwfvp5gccIdSQFTuobTeuxZ { width:10.875rem;height:3.75rem;top:13.5rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9mwH2qQ168UHbQXpFZvWISQs1odUUCp { width:13.75rem;height:17.0625rem;top:11.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82EJbOD2hQ44vKem3LfbqADAOLIWk0c { width:10.875rem;height:4.5rem;top:17.1875rem;left:36.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTUkqCpUlzN8kKg0TSlD3Cdnw0ME818 { width:10.875rem;height:3.75rem;top:13.4375rem;left:36.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU { display:none; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { width:35.1875rem;height:5.25rem;top:7.5rem;left:12.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { width:37.375rem;height:26.5625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { width:33.25rem;height:15rem;top:14.5625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT09TLoXefTSGireX6lHuzyQTaVRMT { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:32.250164031983rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:38.312175750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7AyHXXZ65QAPNMbT87nPoTSo1Dkg0D { width:7.1875rem;height:7rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0D3DINgTsgnPVzxX58hMpghmTmfyVcE { width:3.125rem;height:3.0625rem;top:5.125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { width:4.8125rem;height:4.8125rem;top:30.8125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SKWoDxyZGV73UNhJLWgG6feCTExENX { width:19.9375rem;height:19.4375rem;top:43.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdyWCrTOoBXPGzyfyISo25UGHnXUiZSz { width:8.5rem;height:8.3125rem;top:42.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckbWgTchxGsS15tpxRA3en2pKPodP8DL { width:22.25rem;height:22.25rem;top:40rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO { display:block; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUTB3xwvzVbouFaf8rhyLgPZs34MCwZZ { width:30.0625rem;height:7rem;top:3.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmlLTSyWIyluhVExaqCqHAsqXimt0fs3 { width:5.1875rem;height:2rem;top:17.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqLF2KuJi8UeNkD5xfwOFqcCBuKVlGrM { width:27.5625rem;height:3.375rem;top:12.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw6yL1TX7cyPSvTP49yF5wurpUMsOioM { width:21.5625rem;height:3.6875rem;top:16.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDKVIIxC7VItLh9slgGvanyXefRUznyA { width:13.625rem;height:1.75rem;top:17.4375rem;left:18.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILsT4BQVSIruXLmSVZxzbmoNWq8Hgmtg { width:23.5625rem;height:2.3125rem;top:20.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cboQLPiAm7TwaxtAgqscQBICpqECSMiF { width:15.4375rem;height:3.25rem;top:16.75rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHVLVccLpcSacExPJsa0uXn2eInalRd { display:block; }
 }@media only screen and (max-width: 763px) { #kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg { display:block; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywRPXHd91or2kkef7nWgrPOTGDyRggBo { width:14.4375rem;height:4.4375rem;top:5.125rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { width:3.125rem;height:3.125rem;top:5.125rem;left:44.625rem;display:block; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { width:3.125rem;height:3.125rem;top:5.125rem;left:44.625rem;display:block; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { width:3.125rem;height:3.125rem;top:5.125rem;left:44.625rem;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vV2lRkZ2WnWxqaHgH3mHTLqdcLKMFXVi { width:31.375rem;height:1.1875rem;top:13.75rem;left:10.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR { width:14.6875rem;height:4.1875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfEhBe4VXnNZgKTyFVEKmbJwOlmDEI5O { width:3.125rem;height:3.125rem;top:5.125rem;left:44.625rem;display:block; }
#EfEhBe4VXnNZgKTyFVEKmbJwOlmDEI5O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0Icu96tBr6tz9TfmKlQNyflglALCEOx { width:10.4375rem;height:3.25rem;top:0rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmrkIMvyS3NTNwpXUBtVl1cbLgToH45x { display:block; }
 }@media only screen and (max-width: 763px) { #ezqbCexVuaIxb6zTPFfWS2qZhEkadIFE { width:3.25rem;height:3.25rem;top:0rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8UQPHw0KlCqsTwraGil5Ji2CB7TERpk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { background-color:transparent;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; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { background-color: transparent; background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { border-width: 0; border-radius: 0; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:9.4998125rem;height:2.68735625rem;top:2.9369201660156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWLsm3yRsQNNuhaB9KTn5wlRfO3LQa9 { width:19.8115rem;height:4.26171875rem;top:11.8115234375rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pE7mzCa8E11SxfvuREB8LX5lZZdke6UH { width:20rem;height:6.5625rem;top:16.947265625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QbRoUZ5ct6T8Tl04B72cEmP9J73qANmC { width:6.75rem;height:1.5rem;top:8.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y44BK5TP0ove8TCU3VHWM9fGskfD79ri { display:flex;width:1.5rem;height:1.5rem;top:8.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Vr4TyLSNcPcnwmf2z3OP7sG0XWDW75su { width:9.5625rem;height:2.375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDZWrQqCvs5PIiCi96QXgPMOTdvINRn2 { width:3.0625rem;height:1.5rem;top:8.24923992157rem;left:12.500000059604rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tiiJDrFifbKwsTuW7kwqcuZwuRHkV1fh { width:4.12416875rem;height:1.798825rem;top:26.5rem;left:15.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OTsfiOnhgxHwt1g4qsZuqE6qZ36S2lvD { width:0.6872125rem;height:0.6872125rem;top:27.125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fck9lqfKGNcZ7NMl3yexyIOJkZ5dyU6u { width:9.1875rem;height:3.1669875rem;top:25.811992645264rem;left:2.0616319775581rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpv278ERHI3KTcIADklP27XtWw1r9OTD { display:flex;width:1.1875rem;height:1.1875rem;top:8.4369544982913rem;left:10.750000059604rem; }
 }@media only screen and (max-width: 763px) { #hb6c8Bc71xsVhnJnukM2uKgCeT8uBkJt { display:flex;width:1.6875rem;height:1.6875rem;top:25.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPvdM1Ue5AN705CK3quIwKUGEib4V0zT { width:4.124025rem;height:4.0625rem;top:43.4345703125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKVwWuaHJEklirVfSzPcax2iF1NFQdn4 { width:20rem;height:50rem;top:44.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTDby029OnXqZHQWspDLqHAuZE8zBs7H { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-text {padding-top: 0; padding-bottom: 0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-select {padding-top: 0; padding-bottom: 0;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV  { width:17.4980625rem;height:auto;top:30.125rem;left:0rem; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV {display:block;}#mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV { width:17.4980625rem;height:auto;top:30.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #XCmqyHyXhNTEXknieMIcvGdX9JdidcwD {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #BIiE22VVBHEuP4h8ritUKUpy8lU9B1pQ {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #OtRAQGw8uxsxtpuTKmT0y3rB8xeZOisy {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #G4n8vSwH9wPHpSZpcdUWI4a7cK0ITcHX {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #E6sozu6192O9Bk75SXhVBn0zWmmy5ICb {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #wF2CrPEg2lNho40ynItBFwF3HfbFkEdn {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #i4KyN2hHQlud35czTr4lqZCh8O3IeUDw {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #D7po03BGXR8vJR8sBtHefC3Tyk47bqTu {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #TrwoHRTXlcuub1v2ogKm6LsNnZEBzeMq {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #J7JF1VnOyo6xA4fifrD4f33458rRheUf {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #rbETsakudhO7a8Cxz4WeenHnGK4lzk6e {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #UTtSJ32tP0FLTuIthVl3EL4TCLWQthX0 {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #FOTf84wB7qqFmPnkeffTKTLapxks23ut {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #JMm2zCfyCwqLSsG90z3La9uMrzokexnx {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #SPcCGCAGsfL9cNdGlCMOrqMAPuwx0SbJ {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #MuCKgHQ2pbMPX4OszsiO1awSFVs7hHEs {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #XqX5897Dau6i3rIJIkJaiuzELHwvI4dF {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #C3XSIfQZkqblDZ7G5FBM8tZ2i6JrzDdw {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #y25TU3eeuVWCHqMBEnSfywCA8w0Mdwu4 {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #aQyFyX2DncT6oyqfZSJr0Cugn0cJsJAW {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #m4bzhR2cCko2NI5miqJMkIiXH65Tzyr0 {  }
 }@media only screen and (max-width: 763px) { #MlXdNKCLB3lZzgtMOKr222PiO0rlaGq2 { display:block; }
 }@media only screen and (max-width: 763px) { #Za6AalzAQRxckMt08Zue78aQVquHyQ6n { display:block; }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #wWsUZ540y2hp4QfcBGbKTcWsmfHTSen8 {  }
 }@media only screen and (max-width: 763px) { #mDA7nqSP6xSHVUe2loUU3thsCDAt4VrV #fQyNxFldQp0im2bRSnc3q1kpNerScuoL {  }
 }@media only screen and (max-width: 763px) { #EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fedb935e-8103-4a8a-a5b7-8234aeb46dd7/download20240927T144539725.webp");background-position: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; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ.adaptive-delivery-prevent-bg, #EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ.lazyload, #EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ.lazyloading { background-image: none; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container { background-color: transparent; background-image: none; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,7,44,0.79); }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container > .video-iframe-container { display: none; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,7,44,0.79); }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row > .video-iframe-container { display: none; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .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); }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container { border-width: 0; border-radius: 0; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ::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; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdeMHTBNbKBTX7G0nkXtK5HXFHznsKEZ > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a { display:block; }#RUdEp3hk1PNTJyhG9xqsTn2sAxoWoK4a > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNg9frIA0DLbteMbObELJPiuESiIlsrJ { width:9.749375rem;height:8.4373125rem;top:2.625rem;left:5.125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5454ed85-b3ec-44e0-9441-8e82846431d3/e1467124bbe0fc2a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TNg9frIA0DLbteMbObELJPiuESiIlsrJ.adaptive-delivery-prevent-bg, #TNg9frIA0DLbteMbObELJPiuESiIlsrJ.lazyload, #TNg9frIA0DLbteMbObELJPiuESiIlsrJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s6U5dVtAOdVNHe99h95CTPEKyJLS4SaT { width:20rem;height:5.75rem;top:5.3689956665039rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(27,7,44,0.16), #1b072c);background-image: -moz-linear-gradient(180deg, rgba(27,7,44,0.16), #1b072c);background-image: -ms-linear-gradient(180deg, rgba(27,7,44,0.16), #1b072c);background-image: -o-linear-gradient(180deg, rgba(27,7,44,0.16), #1b072c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b072c28', endColorstr='#1b072c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b072c28', endColorstr='#1b072c' );";background-image: linear-gradient(180deg, rgba(27,7,44,0.16), #1b072c);background-size:auto !important;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WOqK4RMvvOftUr130B0PxS79bT8Pzpaq { width:2.8121375rem;height:2.74974375rem;top:4.1865568161011rem;left:12.119320929051rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZibQeQyCr5HL5UiLpmgztMf7U1BgPR1 { width:14.49925rem;height:4.6484375rem;top:9.9365243911744rem;left:2.7497468590736rem;font-size:1.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #idV9yPq1opcXKLLHTqOw2R4ZDzAMRyUi { width:19.99875rem;height:9.000625rem;top:15.998444020748rem;left:0.00090426206588744rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwcET9IP3vznCB5Sg4HkCHt9pSa5Pigz { width:9.6875rem;height:3.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovpNXH9yRWhvPy65csStgsVr33ykEOoG { width:8.4996875rem;height:1.31293125rem;top:27.8125rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWTqhv8zDiBqq46xaKfr0DETCCUMhCCT { width:9.6875rem;height:3.125rem;top:26.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeveyLTbM1PPuLqgLF9Tu1lVcfvJxSwX { width:8.74925rem;height:1.31293125rem;top:27.8125rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKIXMFMm2mmDNizKbG53DmdDF3uxni0x { width:9.6875rem;height:3.125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlbRuvtThdCdPnEMmg12Dlv3mXOIqbSU { width:6.8748125rem;height:1.31293125rem;top:31.5625rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pz6CGt26ZSG4vVlBdygayrAycV5dcOaa { width:9.6875rem;height:3.125rem;top:30.687209129334rem;left:10.312680304051rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkofiNcdmQmiIOz4FQkgUycLWhlZFfZp { width:5.3747125rem;height:1.31293125rem;top:31.593242645264rem;left:12.467447340488rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtX4JFmSLIVbNcBOzrqUTB3n12fBvyrr { width:9.6875rem;height:3.125rem;top:34.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTnsdAIIUZNpe1g0kfiyhETVl8Noo5c7 { width:8.8749375rem;height:1.31293125rem;top:35.3125rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM { display:none; }#WhA2XI2TkmkzX4ewiGJLFmdhMNGkw1QM > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A { width:20rem;height:17.5rem;top:27.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5454ed85-b3ec-44e0-9441-8e82846431d3/e1467124bbe0fc2a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A.adaptive-delivery-prevent-bg, #xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A.lazyload, #xg9aHpGyIFkN0x9dpWlKTuwAcIFfRe3A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iTonRDBdESxVKDkSUdV4w8mfpN63SiwX { width:20rem;height:13.5rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdx7WwdTh8deRhU57ur27wGi0CmM3K43 { width:20rem;height:10.8125rem;top:15.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#hdx7WwdTh8deRhU57ur27wGi0CmM3K43 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f8047451b5c7341d5e8a4903f335d1803126349.svg); }
 }@media only screen and (max-width: 763px) { #ql6qJnaxW8RcIdpWmg5NfqUfJz3qoNUd { width:20rem;height:7.625rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlgyk2MeUqPCbdLhESKL8qb8MgOkx3gN { width:2.8125rem;height:2.75rem;top:32.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9425add5-7b3c-49da-89e0-b9adbe45822f/mulher.webp");background-position: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; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM.adaptive-delivery-prevent-bg, #RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM.lazyload, #RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM.lazyloading { background-image: none; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container { background-color: transparent; background-image: none; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container > .video-iframe-container { display: none; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row > .video-iframe-container { display: none; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .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); }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container { border-width: 0; border-radius: 0; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTvphPMMEzoighweXTIXLI1ZXmbgg6ZM > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT { background-color:transparent;background-image:none;display:block; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container { background-color: transparent; background-image: none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container > .video-iframe-container { display: none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row > .video-iframe-container { display: none; }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .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); }#czGAqTg1zfnZCvOiosCLXTzt7hCNdRTT > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybxOV6a0PmCcrRVwIDGwb6Z19inQActk { width:16.374625rem;height:5.625rem;top:2.34375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqDTZIBSMP17TNqAOcLudeEwy8gXFJ7F { width:20rem;height:13.875rem;top:10.749603271484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTs3N9ergERc5qa2BWE70EnOtK2d5Im { width:17.1241875rem;height:10.50075rem;top:12.435981273651rem;left:1.4377170205116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhQ3Qv6PqVquno6dx2JZfPbD4Fa7qvJF { width:20rem;height:7.25rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZds3LG2nzi8qwPciTkKrTy62FOz5ZW { width:14.3125rem;height:4.500325rem;top:28rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSTaxS2ST469MBrD8ReVH6JobavfAbbT { width:20rem;height:8.9375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcBnSTKVqzwrdb2JmypN4pKVy6yB9wKV { width:15.1249375rem;height:6.00043125rem;top:37.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SaRMsmkgJ435NtgZa0fB6VS3CPWTV1W7 { width:20rem;height:8.875rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0OTA7I7BMznWXTGpiMw5E1ECIbRXgec { width:16.06175rem;height:4.500325rem;top:48.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr { width:20rem;height:20.3125rem;top:46.0625rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/4dd563e5-0795-47aa-8fbb-ec5707063d81/download20241018T084328607.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr.adaptive-delivery-prevent-bg, #lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr.lazyload, #lZxeS4vnMCRz3a0zD8a5BP5FzIBcs8Fr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UL9IeDPZytSzfxrgc2Ral8ThCp5DQAFN { width:3.49935rem;height:3.37456875rem;top:0.68720340728762rem;left:12.933123648167rem;display:block; }
 }@media only screen and (max-width: 763px) { #chNw8e6RAu2CtMW4exoGJd0aBuWyNRBm { display:flex;top:1.25rem;left:15.125rem;width:7.8125rem;height:7.8125rem;z-index:15008;opacity:.16; }
 }@media only screen and (max-width: 763px) { #ancvBTDffiiH1C1FwlcThlsNNllatOTk { width:20rem;height:6.5rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Fk4JPW5JR1cKNBycv9qBQZPLNkgFf8 { width:15.125rem;height:3.00021875rem;top:58.8125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yi5iWus2pJa4xZQ1TrwyvSWtAkNSp8XA { width:2.4368875rem;height:2.34375rem;top:9.5232794284819rem;left:1.4377170205116rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EBDr1eERLxGZ9ikVNqTGx2RqxRSohyEA { width:2.4368875rem;height:2.34375rem;top:25.25rem;left:1.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XfsKXTlMG4AZLAtqJT7XLxNnMiBEahOw { width:2.4368875rem;height:2.34375rem;top:34.1875rem;left:1.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8ZdO75yNZwBiT8ESrmsq6z4S9KkcCAX { width:2.4368875rem;height:2.34375rem;top:45rem;left:1.875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAOxP1Sc3R0tuboIQFEbeJBAVk7QZNWJ { width:2.4368875rem;height:2.34375rem;top:55.6875rem;left:1.8125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUClKD9pVDodmWwHJ4IMXUC7nfqWhXKs { width:20rem;height:41.8125rem;top:6.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkXeG0d0isCHetohLhRbUTB6VQMLqqTT { display:block; }#pkXeG0d0isCHetohLhRbUTB6VQMLqqTT > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWquVLM1fvEOr8GC9GX35uzkkA64TtH6 { width:15.125rem;height:19.5rem;top:6.5622863769531rem;left:2.1249275803566rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #twL28i3kLdFCiTha8kIDrH60L8MNQTGH { width:20rem;height:33.8125rem;top:0rem;left:0rem;background-color:#400854;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWFaIH7WTsR0WHHa2iOsgULzx6wPBqPQ { width:8.5625rem;height:2.125rem;top:2.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTy5NkVfUfGTGIapWCNqA4XkaEdZnuT { width:7.0625rem;height:3.125rem;top:27.1875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeZi5h0rGPAaXSeFkdvCRZTKvk4bAEi { display:block; }
 }@media only screen and (max-width: 763px) { #q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 { display:none; }#q6zQRpT8xsiHXgb2NDvdxnlKWaP2o7G5 > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RM5dW1L2FX9tgEZZWmf82pEgJxaTb9mp { width:19.875rem;height:8.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCfHek8K6WVqJl44AGax5zq9uEeLGTli { width:16.0625rem;height:3rem;top:5.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTLKwwvZGHsk5OQelAEoluz9776hRi37 { width:16.8125rem;height:1.5rem;top:3.0625rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hhoWlJmaKvN3i0gwMdRdKK6nVp6NDFT5 { width:19.875rem;height:10.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zto9MQlqSlgpA1T9CZqvOI44zZf8L7Gl { width:16.0625rem;height:4.5rem;top:15.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V5F6oHcDrNONVTIOKdO2X6iT7K7wV1Bn { width:16.8125rem;height:1.5rem;top:13.125rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWMFg8sOV3ycnOVtCJFMiC52tKmV3tpT { width:19.875rem;height:11.1875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuOTJIiE7uqtpNSrVcXJ8mUwxwx4ppK { width:16.0625rem;height:4.5rem;top:38.9375rem;left:1.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCmBhpOPfwty8Jnh6zQEkkzRnkKSPxNu { width:19.875rem;height:8.1875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMigntcCO1RqAEp5mJ7m3XIbAxqqL5io { width:16.0625rem;height:3rem;top:27.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3UV5mbOrGJROTyn6sC28SEmZC7dEmcy { width:16.8125rem;height:1.5rem;top:25.25rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZQ7C4ae4LoTBELnNMiqEZ00DmQleLLp { width:16.8125rem;height:3rem;top:35.3125rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W { display:none; }#LKiGiyADrEJv2Bonu4euFTXMHEUTCs6W > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yUS6w6IDfA7UiwoX2AUcCURZaSTcvCPg { width:19.875rem;height:11.0625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpvGbVVXtSA0Sp27ksJDUIv8TTAKhaph { width:16.0625rem;height:4.5rem;top:6.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aMk5KK1H09WRr6UTNkEpz2keKSWkN0VB { width:12.6875rem;height:3rem;top:3.0625rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUQr1QI8kkyqDZ1Am9X9JIFBhD8Dr649 { width:19.875rem;height:8.375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Es65zfVoNaDv5IL4zRKWUnWGcRR9lu { width:16.0625rem;height:3rem;top:18.125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZZolvH1xetMXrLGvXmN1ZQhtAvNe0My { width:16.8125rem;height:1.5rem;top:16rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zs6s9Hg8ceCdfGp6l0c51CL6yEMwmK9a { width:19.875rem;height:8.1875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMydvhDvNTG3nEAshDEc9DcZiHlOrwGe { width:16.0625rem;height:3rem;top:28.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ne3tRxTlB63dQrM6XbhG4eOerbRQ2Ifo { width:16.8125rem;height:1.5rem;top:26.25rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvw868l8yT7QyvmGTOUbwf9PV8NbM20g { display:block; }#wvw868l8yT7QyvmGTOUbwf9PV8NbM20g > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUUxhx9cefVwbfq86cfxHvIAmzZ6etpD { width:19.999625rem;height:2.25rem;top:3.3121738433838rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hw3bTfvk9GCOfryUU0TrC5JUxbkaB2QC { width:19.68675rem;height:1.50010625rem;top:6.498336315155rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxrNvNlZMWFGCFAHPhlqMK6vkmILQMVg { width:19.99875rem;height:18.5625rem;top:8.9683880805969rem;left:0.00090426206588744rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTgobSchtrDBAFDo1TTo52sNV8o0onqA { display:block; }#dTgobSchtrDBAFDo1TTo52sNV8o0onqA > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H76VwDfdPN734BaaMQeEQncOWTzqCAtX { width:16.4375rem;height:6.5rem;top:4rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ULCaLGqvzuXXF50QLfXpcgTPTNmlmCnu { width:3.4375rem;height:2.25rem;top:13.125rem;left:1.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n38SWcqzWAADrT3aMQmsTkGmntCd3cc4 { width:9.436875rem;height:3rem;top:12.8125rem;left:5.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2Mx0r5gAnAuC6BfDd7Pxy0awwnmxd75 { width:1.4375rem;height:2.25rem;top:18.3125rem;left:1.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RP6bC8FmziX4bd5siE4ciCbX6TWfVGU6 { width:6.124675rem;height:3rem;top:17.6875rem;left:5.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JfU9DJz6n6owHBuJGiuMy6WNKbaP00Pq { width:2.8125rem;height:2.25rem;top:23.125rem;left:1.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IgmAKxXqq2uXQTyQVDDtz9H7GwccBD9L { width:7.249375rem;height:3rem;top:22.75rem;left:5.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #McOKz8vBaDXDhPBAqJ9r6cMZJDBIUTxm { width:2.5rem;height:2.25rem;top:28rem;left:1.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #staMmyDKllfbU3gpTAVktVZxTswy15OB { width:10.625rem;height:1.5rem;top:28.375rem;left:4.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmRPRJuEKs7DscZmaf7R9MBRskIRmVid { display:block; }#cmRPRJuEKs7DscZmaf7R9MBRskIRmVid > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-heading-text { font-size:1.125rem;height:auto; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-desc-text { font-size:1rem;height:auto; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 { display:flex;height:auto;width:20rem;top:20.9365234375rem;left:0rem; }
#D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #xuxCZmxOFUZRDoz9DJifMt84wTZmMAuF {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #mZAWV9ZxURgHriPG0TWUWzFhHAEocdDE {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #cE29uyunMFqhKa1THUT5TvMJ3cGTcIZG {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #uAWsLz8zUELohbiyRMESc8Kt4KFriLMa {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #UUozEccwEq1gbwVDsUlrL8dEmSqKeEuv {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #ZAxSI2VVPeGKHUCxxdAvEdrof5vLQ6i8 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #LzWuVXmkSL7axdvmVtdZhKva1tv0B79T {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #FNRRUZaNd7gkK3nJeNMwRBoa3Dfvh34F {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #VUAJFr4KD2EhNVxby2yRtwAJ6SIrKqNB {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #aIuhcq6IEKBEMA540H3RxOf7ADqnsyAN {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #Irmorx3o4pBbU5hfQxGHslDfCxNx2T7X {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #N4XlZxwoXMlT9yOT5trzdRJDdoXz3QfT {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #Utp2JX70cFTLrGplpS2PoHclQBcEqEs2 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #aboKOE49OhnPZOi8cXlk2t3Ah4APwWIn {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #HiwEGrz83TXSTTFGW3ZwWlVQN0qkwDXZ {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #TMB239ttdSuQJ4NWv65RopxDZzPWu3u8 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #LiCK5uM3gy9a7mqXvUmqzZkGg9sELT5x {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #yLFP6BLCVZG7OMALMcDkB5oCHQVHMUfh {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #WD9KliTLBWeyPcC3IhMdO7tFbavzcBd7 {  }
 }@media only screen and (max-width: 763px) { #D2LXyKJCF5vH5QB4FqEu4Xlc5oDGRbI2 #ZPEQq4sM6LqH3cETeUSqMfImeT70eRd0 {  }
 }@media only screen and (max-width: 763px) { #LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9 { width:20rem;height:13.375rem;top:0.625rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/fedb935e-8103-4a8a-a5b7-8234aeb46dd7/download20240927T144539725.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9.adaptive-delivery-prevent-bg, #LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9.lazyload, #LXCLR7nFxfTTuqzhMVUMD9p4OnhgZqr9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #THK9SW2L5fcrH9SHrookoyOnVn4kHZ50 { width:20rem;height:3.75rem;top:14.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH { display:block; }#k3GA0vvX7ix6lgWa9lboAcg0P7AxQlPH > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX { width:20rem;height:17.5rem;top:10rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/474e1100-860d-44d3-95ba-73f33198ab06/cristiane.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX.adaptive-delivery-prevent-bg, #TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX.lazyload, #TJNLwa4LVr04dvEfzpKnJRgBdCwwSTdX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nwzNStkAudTs20VKMb5Np51gWqZ1TkvT { width:19.99875rem;height:4.5rem;top:3.8104019165039rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmISF8hqQ9P4uwX5E8lAAG6kRQ31ZN2x { width:19.999625rem;height:40.5rem;top:29.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sRgtDR8qi1ISxy0xkI8r4ZyN6TZ9HU06 { width:3.375rem;height:3.3125rem;top:14.5rem;left:18.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffB2fgkFh9gSi3Zq2TA3S1aaP1KIFktT { display:flex;width:3.125rem;height:3.125rem;top:23.125rem;left:15.9375rem; }
#ffB2fgkFh9gSi3Zq2TA3S1aaP1KIFktT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP { display:block; }#sBGGoyw4G4oeCCVWozsH0GO7gSdR9bVP > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMzIniOS2oTHPNhLfrE6w0bmK8BpqXhJ { width:20rem;height:5.625rem;top:3.4366855621338rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L { display:block; }#qcCha0WNmviuL6dgCrmgJXKp4iuE1D3L > .row .container { width:20rem;height:47.02734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nK8luAnIEVu37BVktL0OCVJOUyD3hgff { height:11.155625rem;width:20rem;top:2.0621757507324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwzTskmCEQSadtu14NCB5HJ4St8JDd2 { height:11.1548125rem;width:19.9991875rem;top:35.902505874634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfTVUSIZRa6KB5HVi9i5Rva9pgedpNX { width:20rem;height:2.761725rem;top:14.466959953308rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRkHAXxIHfuPKpczEaBe0Ovg6I9DsuAn { width:20rem;height:2.761725rem;top:30.642902374267rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tH4HT47tBySIHwRxXIF6fAcBkz15OIZh { height:11.1548125rem;width:19.9991875rem;top:18.238119125366rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE { display:block; }#eIUvOyyZTtIriBdQd3lC28HAvhW7NVaE > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkxLRMEasuJAHyTXSocwwZo2eFBTzADM { height:11.1548125rem;width:19.9991875rem;top:6.4046230316163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcvasFJf8h3gX5zMOVPcfG3TKxC3dO1B { width:20rem;height:2.761725rem;top:1.1433925628662rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slE9DIbpoJNgqKbT0IhnrH5IhDZTgB3T { width:20rem;height:2.761725rem;top:18.618163585663rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/748975a4-0096-4ba1-abe6-f5102a26ef5f/download20240919T075643088.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL.adaptive-delivery-prevent-bg, #fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL.lazyload, #fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL.lazyloading { background-image: none; }#fQrTSwpqqZSJrRmIqFHkgDCbacUzOMxL > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQ7Ph3JBm0auT3yH3WU0f0ubp9nEPMbT { width:20rem;height:7.5rem;top:5.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8clLyhla8EtriaiBuVgvCx93434aDeS { width:11.25rem;height:3.75rem;top:15.8125rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmZyt061HcbaIhw4GRpmcX4xFziovdl { display:block; }
 }@media only screen and (max-width: 763px) { #nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 { display:none; }#nBkzBrl5SHpst0CBiCQ79Pr316qhwLn7 > .row .container { width:20rem;height:67.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa { width:20rem;height:17.5rem;top:18.5rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/a07598dc-fbf2-4254-926b-5afcf88f1681/download20240918T134712002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa.adaptive-delivery-prevent-bg, #uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa.lazyload, #uHt66A2BGxhdUP53yUs8pnbIWKmKMlLa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tr6C6oEOUU6GXD1gf1tnN7yLQtHRkwFA { width:20rem;height:16.875rem;top:5.875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM { width:20rem;height:10.8125rem;top:37.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#vFJFd2Gmm6QfCob8d75lhid4mc7R4nAM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f8047451b5c7341d5e8a4903f335d1803126349.svg); }
 }@media only screen and (max-width: 763px) { #Xsx7RewnoKxbgSG7yAKfshaxJAX31yS8 { width:3.375rem;height:3.3125rem;top:17.625rem;left:18.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl { background-color:rgba(0,0,0,0.3);background-image:none;display:block; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container { background-color: transparent; background-image: none; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container > .video-iframe-container { display: none; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row > .video-iframe-container { display: none; }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .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); }#JgiiChwCtUWqg5UlCfQn0ii2SEuvhBGl > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG { width:7.312rem;height:4.874675rem;top:5.0309247970581rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eec5ea0-3a5e-4b7e-a96a-9b2e8923d393/mockupcertificado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG.adaptive-delivery-prevent-bg, #RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG.lazyload, #RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG.lazyloading { background-image: none; }
#RiHEXiAcFqdnxXk961frT1Qq2EOO1IVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vmQ92ISnys5WOidz0goa92W4eVaxZOEE { width:11.5625rem;height:3.750725rem;top:5.59326171875rem;left:8.4366859197619rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m0gDzXtAQWHgeoSiLvT8u7dc126it93e { width:19.9991875rem;height:18rem;top:11.810708999634rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT { display:block; }#qQw6TZFAMWMmaVoCubZ6V3aRHXVQJRPT > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwD1TwwHU6yTlxwKxAnt6Z8nraUekMxg { width:19.999625rem;height:1.5rem;top:3.0617046356201rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZPxSMT1P44WrFTJJZ2MfZtleQuDAzysE { display:flex;width:8.4375rem;height:9.0625rem;top:0rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #SBp0v8DsU5d98oFSOI1rTTINu8nTDgSh { width:19.999625rem;height:40.1249375rem;top:7.27991104126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH { display:none; }#fZEA5ySUaBsoZp7RnCV0XNbn86bhnBRH > .row .container { width:20rem;height:77.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kPvEiou6OiMZmTVuNuXLEWFwCPZ6RfOr { width:20rem;height:3.75rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2WZAiqAaTFFqE1r3EhkCNGgmpJg9xt7 { width:20rem;height:11.4375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoE0PNGCzdG6cZoTqUPvym25S13L1TqN { width:14.875rem;height:4.5rem;top:14.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETZTALLnIQym3M3u9GgyrLQNBaSUft8r { width:10.875rem;height:3.75rem;top:10.3125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BM3H2AFdp0OvysrchZW42TVBpknnvqRf { width:20rem;height:11.4375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do1M59luotItI7UE3otGXNSHD9BKT1v7 { width:16.6875rem;height:4.5rem;top:26.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9FCXgL0lJTHXPQcPFinv8n6Czbdn6UE { width:10.875rem;height:3.75rem;top:23rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PETBV9NPyG8hXPZhbyTTMBVs7h232lRR { width:20rem;height:11.4375rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyEJ8yEffzX9aXAOTCBNbeNPSwNx2avb { width:14.875rem;height:4.5rem;top:65.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUoGLiMkOhxwp8ZmIK48zAXOGbusPaR9 { width:20rem;height:11.4375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zEusQd8RMBfoxi6cZOtDquHdPbaFce { width:17.75rem;height:3rem;top:39.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOMNPsTc2aCuOzyLzuxBK5OReGv1fcIJ { width:15.25rem;height:3.75rem;top:35.6875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BPzLIT6XQBwfvp5gccIdSQFTuobTeuxZ { width:10.875rem;height:3.75rem;top:49rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9mwH2qQ168UHbQXpFZvWISQs1odUUCp { width:20rem;height:11.4375rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82EJbOD2hQ44vKem3LfbqADAOLIWk0c { width:13.4375rem;height:4.5rem;top:52.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNTUkqCpUlzN8kKg0TSlD3Cdnw0ME818 { width:10.875rem;height:3.75rem;top:61.6875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ffe747e-d154-441b-bfe4-105b408bd376/download20240918T160317503.webp");background-position: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; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU.adaptive-delivery-prevent-bg, #rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU.lazyload, #rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU.lazyloading { background-image: none; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container { background-color: transparent; background-image: none; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container > .video-iframe-container { display: none; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row > .video-iframe-container { display: none; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .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); }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container { border-width: 0; border-radius: 0; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhcsrXEwR9tO6ZDVVGl3f5s2HiTISWDU > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { width:20rem;height:5.625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { width:20rem;height:18.125rem;top:44.125rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/7ffe747e-d154-441b-bfe4-105b408bd376/download20240918T160317503.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.adaptive-delivery-prevent-bg, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyload, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { width:20rem;height:22.5rem;top:10.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { width:4.8125rem;height:4.8125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT09TLoXefTSGireX6lHuzyQTaVRMT { width:4.8125rem;height:4.8125rem;top:35.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { width:4.8125rem;height:4.8125rem;top:35.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7AyHXXZ65QAPNMbT87nPoTSo1Dkg0D { width:7.1875rem;height:7rem;top:124.2578125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0D3DINgTsgnPVzxX58hMpghmTmfyVcE { width:3.125rem;height:3.0625rem;top:132.5078125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { width:4.8125rem;height:4.8125rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { width:4.8125rem;height:4.8125rem;top:41.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { width:4.8125rem;height:4.8125rem;top:41.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SKWoDxyZGV73UNhJLWgG6feCTExENX { width:6.624375rem;height:6.4995625rem;top:0.99555110931394rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdyWCrTOoBXPGzyfyISo25UGHnXUiZSz { width:1.4368125rem;height:1.37441875rem;top:2.5616679191589rem;left:18.562825262546rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckbWgTchxGsS15tpxRA3en2pKPodP8DL { display:flex;width:8.74925rem;height:9.749375rem;top:1.306604385376rem;left:9.5621739029881rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO { background-color:transparent;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; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { background-color: transparent; background-image: none; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container > .video-iframe-container { display: none; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row > .video-iframe-container { display: none; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .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); }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { border-width: 0; border-radius: 0; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXHAmMM4gzUM1cIXoIDxvle5Z4Gf0oPO > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUTB3xwvzVbouFaf8rhyLgPZs34MCwZZ { width:19.9980625rem;height:4.673825rem;top:2.44140625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HmlLTSyWIyluhVExaqCqHAsqXimt0fs3 { width:5.1242375rem;height:0.936775rem;top:10.932073593139rem;left:14.875397741794rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqLF2KuJi8UeNkD5xfwOFqcCBuKVlGrM { width:14.99925rem;height:1.50010625rem;top:7.0517578125rem;left:2.4991861581803rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kw6yL1TX7cyPSvTP49yF5wurpUMsOioM { width:10.75rem;height:2.08105625rem;top:9.3125rem;left:2.7498372793197rem;font-size:2.3125rem;text-align:left;text-align-last:left;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #SDKVIIxC7VItLh9slgGvanyXefRUznyA { width:3.43605rem;height:1.3125rem;top:9.6868476867675rem;left:13.874511122704rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ILsT4BQVSIruXLmSVZxzbmoNWq8Hgmtg { width:13.4991875rem;height:1.19990625rem;top:12.557941436767rem;left:3.2495115995407rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cboQLPiAm7TwaxtAgqscQBICpqECSMiF { width:11.125rem;height:3.25rem;top:16.0068359375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHVLVccLpcSacExPJsa0uXn2eInalRd { display:block; }
 }@media only screen and (max-width: 763px) { #kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg { display:block; }#kBTLFHKT0QscUbBmOJhMA1q7eLnZgRgg > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywRPXHd91or2kkef7nWgrPOTGDyRggBo { width:8.875rem;height:4.22265625rem;top:9rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { display:flex;width:2.1875rem;height:2.1875rem;top:3.875rem;left:17.8125rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { display:flex;width:2.1875rem;height:2.1875rem;top:7.8125rem;left:17.8125rem;font-size:1.5rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { display:flex;width:2.1875rem;height:2.1875rem;top:11.6875rem;left:17.8125rem;font-size:1.5rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vV2lRkZ2WnWxqaHgH3mHTLqdcLKMFXVi { width:14.4375rem;height:2.611325rem;top:15.2099609375rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #ZcsWGXroH1Q8FMTR9dQLs7hRTok54CcR { width:8.625rem;height:2.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfEhBe4VXnNZgKTyFVEKmbJwOlmDEI5O { display:flex;width:2.4375rem;height:2.4375rem;top:15.2978515625rem;left:17.5625rem; }
#EfEhBe4VXnNZgKTyFVEKmbJwOlmDEI5O > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #s4W5MTvpZkRdV0gzCA0GDbEIMk4WWzf7 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JBVxfOT9HI7QLQMgFb5shPrpSpfWpLhq > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0Icu96tBr6tz9TfmKlQNyflglALCEOx { width:6.5rem;height:2.5rem;top:0rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmrkIMvyS3NTNwpXUBtVl1cbLgToH45x { display:block; }
 }@media only screen and (max-width: 763px) { #ezqbCexVuaIxb6zTPFfWS2qZhEkadIFE { width:2.5rem;height:2.5rem;top:0rem;left:17.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8UQPHw0KlCqsTwraGil5Ji2CB7TERpk { display:block; }
 }