.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(128,128,128,0.14);background-color:rgba(62,106,107,0.15);background-image:url("https://images.assets-landingi.com/uc/597daeb2-2bf7-4975-a0e1-d5fbe8a0204c/simbolo_opacity.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF.adaptive-delivery-prevent-bg, #fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF.lazyload, #fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF.lazyloading { background-image: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container { background-color: transparent; background-image: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container > .video-iframe-container { display: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row > .video-iframe-container { display: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .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); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container { border-width: 0; border-radius: 0; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { 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:6.0625rem;width:14.875rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#N5qZDgTpHXInBH4qwRyOI2JnEWQfFCdW { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:60.9375rem;display:block; }
#ZPv0RlHlVFdX7Dt1Icmf4FteNgKswJE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFiIhgATh6TVmPiKiaQgBmq20o7vUicK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.8125rem;left:61.8125rem; }
#Gy5VaVTVPip7BRVMnWwyz1ofqsTPNKki { color:#3e6a6b;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.37890625rem;left:46.4375rem;height:1.0556625rem;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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(62,106,107,0.15);background-image:url("https://images.assets-landingi.com/uc/597daeb2-2bf7-4975-a0e1-d5fbe8a0204c/simbolo_opacity.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Iz50WeKlma0xupvHwJWU768t3ApMgt08 { color:#3e6a6b;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:15.6875rem;left:0rem;height:3.75rem;display:block; }
#W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nemepbNbNNIvR3O7GicAwOhFRoBnfh8E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:32rem;left:0.9375rem; }
#R2oIA7ZiWlpXiEp0ll4kq95euUaVBVRu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3e6a6b;border-left:0.125rem solid #3e6a6b;border-right:0.125rem solid #3e6a6b;border-bottom:0.125rem solid #3e6a6b;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.375rem;left:22.8125rem;display:block; }
#fWBJ0kIICzWumub8O1hK6Z33ZaT1FLe2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZa3liTaetI3Fat5hQ6rAXQWSr9vcxT1 { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.25rem;left:0rem;display:block; }
#DdNI8co42CIc7gB7oICxhemD1dFVXOgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SJ5T6C8AXURNa6OnlHEfrSDZ7luL74wd { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.25rem;left:9.9375rem;display:block; }
#r8ZzUMpE264aExDuwyRLLpQq2JIOPNg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6BEX4PkDdqM4twp41kuwQSMGiRV1rbR { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.25rem;left:16.25rem;display:block; }
#Xd7qkLkkGyb9BicWgxzQkEOsL7mhWRnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPgBN6c0JOl6cnFuUKXD44fdK1ewSzXr { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.25rem;left:27.755859375rem;display:block; }
#xBxn1r6tmT4eUTT2w7ywotw4AZaucSFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN3O35H3GJotCN1m7nNdT9bCEJfoSb2E { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.375rem;left:0rem;display:block; }
#dec4m4r8BlE4mvstK9VBGvxXZyOtF4th { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rLouG71wNPhyI5ZIS2HpThJ8bCQKMTOz { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.375rem;left:6.75rem;display:block; }
#htWqoxOBBQJ2FCenCMEn0CnnU4tku9De { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BomfNzF5niUPKENOEriMaRCklI6hZ0EV { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.375rem;left:18.4375rem;display:block; }
#tGW9ewzuhROtX91uBv6Nsk7UfxM4cqko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgsqK5A3PRgAaXK5ikbIefh4JDJcCagD { background-color:rgba(62,106,107,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.375rem;left:31.8125rem;display:block; }
#I60ry7fFxquoPu1H5EHS2RfHLyxX1hVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv { box-sizing:content-box;height:42.9375rem;width:25rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/51c54611-37bb-402f-a1ae-c5de60cc5b69/dra1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:48.388671875rem;display:block; }#DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv.adaptive-delivery-prevent-bg, #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv.lazyload, #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv.lazyloading { background-image: none; }
#bL7cQ42VEAK5fJGsqtyFTaHycQOy44fA { color:#3e6a6b;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:39.3125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNBy54SnBS2ca7l2KEVdohsTACfV8ePy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:38.875rem;left:0rem; }
#nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { color:#3e6a6b;display:block;width:41.375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:5.8125rem;left:0rem;height:8.4550625rem;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; }
#mfeq88KprPCDmRlpwv3DwXZ6DhIRIr50 { color:#c47b8b;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.1875rem;left:0rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(62,106,107,0.29);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; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container { background-color: transparent; background-image: none; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container > .video-iframe-container { display: none; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row > .video-iframe-container { display: none; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .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); }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container { border-width: 0; border-radius: 0; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#MFskGAi99DZXhpadTpiKgprfiWrqMTAp { color:#3e6a6b;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.90625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwueqgqHKeqTRtdXa03nJqefmqf7nKAp { color:#3e6a6b;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:12.625rem;left:20.375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOzI6MfQudyzBEM48ZBpQOTc6xZzaLOs { color:#3e6a6b;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:12.625rem;left:39.40625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CK7x2xTiTKEL4NFpwkzeWTopasTNyzax { color:#3e6a6b;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.625rem;left:58.15625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#em9whQcLIJAW8BoM8uxf2LA1EscwQTyN { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c585349a-8e9a-43b4-bd12-d9bac347ea72/icon11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.6875rem;left:6.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#em9whQcLIJAW8BoM8uxf2LA1EscwQTyN.adaptive-delivery-prevent-bg, #em9whQcLIJAW8BoM8uxf2LA1EscwQTyN.lazyload, #em9whQcLIJAW8BoM8uxf2LA1EscwQTyN.lazyloading { background-image: none; }
#bG29wCMs4E9k3muEdzoAJdcOUiuT7WhP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1fb65ee5-4ce7-4953-a0c9-8fb0d5e47191/icon21.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.6875rem;left:25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#bG29wCMs4E9k3muEdzoAJdcOUiuT7WhP.adaptive-delivery-prevent-bg, #bG29wCMs4E9k3muEdzoAJdcOUiuT7WhP.lazyload, #bG29wCMs4E9k3muEdzoAJdcOUiuT7WhP.lazyloading { background-image: none; }
#FOhmsO9Jxrk2mcb9xsJ3TSQhozurTxQP { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d84ae2a5-d8fd-4c24-a9c7-6c011f44de4f/icon31.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.6875rem;left:43.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#FOhmsO9Jxrk2mcb9xsJ3TSQhozurTxQP.adaptive-delivery-prevent-bg, #FOhmsO9Jxrk2mcb9xsJ3TSQhozurTxQP.lazyload, #FOhmsO9Jxrk2mcb9xsJ3TSQhozurTxQP.lazyloading { background-image: none; }
#UTMuev70nXeZbl21KA8dmVduMTCXHFhG { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd5c5de7-fd68-44b1-a640-01459174caaa/icon42.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.6875rem;left:62.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#UTMuev70nXeZbl21KA8dmVduMTCXHFhG.adaptive-delivery-prevent-bg, #UTMuev70nXeZbl21KA8dmVduMTCXHFhG.lazyload, #UTMuev70nXeZbl21KA8dmVduMTCXHFhG.lazyloading { background-image: none; }
#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(62,106,107,0.29);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; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container { background-color: transparent; background-image: none; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container > .video-iframe-container { display: none; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row > .video-iframe-container { display: none; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .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); }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container { border-width: 0; border-radius: 0; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#EtlVMAKAzF2s98K52NqFa4iOh24Dkikn { color:#ffffff;display:block;width:64.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:1.875rem;left:1.71875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWKa2J8HpiTlJcKBeCNNJNs2Ez4VsUm1 { box-sizing:content-box;height:6.1875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#3e6a6b;background-image:none;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZViBfJTAdFLOh3qrI2EZFJk0rWGmTSNU { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.25rem;left:60.75rem;display:block; }
#tldRdIVS0d8Ta2mJPHSs3QU8855TV7Wm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7Zx9kAk5ScGUEayDAwEdX1OdvCTAB07 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.875rem;left:61.6875rem; }
#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x { position:relative;display:block; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x { background-color: transparent; background-image: none; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .row .container > .video-iframe-container { display: none; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .row > .video-iframe-container { display: none; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .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); }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x { border-width: 0; border-radius: 0; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .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; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .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:54.375rem;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; }#qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM { box-sizing:content-box;height:43.9375rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a38a5e8-398c-42d3-aed1-ed32efc7e92d/CapturadeTela20250219as114052.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.4375rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }#qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM.adaptive-delivery-prevent-bg, #qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM.lazyload, #qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM.lazyloading { background-image: none; }
#qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }#qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(101,134,120,0.23); }#rv7Jz8Tve6mhS4ZDD1X8K3qwdwc8SmRm { color:#3e6a6b;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.4375rem;left:29rem;height:7.628875rem;font-style:normal;display:block; }
#JR9SwiiQXx2n9yq3HNJdag0cbToubW70 { color:#878787;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:01.5;letter-spacing:0;top:15.125rem;left:28.875rem;height:25.125rem;font-style:normal;display:block; }#JR9SwiiQXx2n9yq3HNJdag0cbToubW70 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JR9SwiiQXx2n9yq3HNJdag0cbToubW70 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
#Sn64CBI5Cyp3hHXnEQBF242V4xoLF79q { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44rem;left:28.875rem;display:block; }
#VtZMsR44OolBiJLLGHJpImSmVgxHUTpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyuTOKeNtPdR5MUUXoTMu7kLvLZy9anl { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:44.625rem;left:29.8125rem; }
#xiFglG5KNTGT2eCzczwJZazbNGD5SSNn { color:#878787;display:block;width:21.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:01.5;letter-spacing:0;top:15.125rem;left:53.625rem;height:25.125rem;font-style:normal;display:block; }#xiFglG5KNTGT2eCzczwJZazbNGD5SSNn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xiFglG5KNTGT2eCzczwJZazbNGD5SSNn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
#QS45eQ0HEDEKZibqrFWpIexSq6GpyFsy { box-sizing:content-box;height:39.375rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #0e2e2e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #0e2e2e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #0e2e2e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #0e2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0e2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0e2e2e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #0e2e2e);background-size:cover !important;top:9rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#ThHdZTLmB6cOaa713ZPagWE8yviWBGur { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:34.84375rem;left:2.40625rem;height:10.3125rem;font-style:normal;display:block; }
#f1fTZxMI7oMgKhwGhIgluuidQq0Gz6fe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.125rem;left:2.40625rem; }
#GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(62,106,107,0.15);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:none; }#GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC > .row .container { border-width: 0; border-radius: 0; }#GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:none; }#SX1Tik0gtwwtw4oIEfXQdn2EvFLo2Oq8 { color:#3e6a6b;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:5.2246125rem;font-style:normal;display:block; }
#C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi { color:#878787;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:01.5;letter-spacing:0;top:14rem;left:0rem;height:;font-style:normal;display:block; }#C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
#uHK68Rrp7k74OQgNT3WrunZJuNMbS91A { color:#878787;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:01.5;letter-spacing:0;top:14rem;left:39.5625rem;height:;font-style:normal;display:block; }#uHK68Rrp7k74OQgNT3WrunZJuNMbS91A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uHK68Rrp7k74OQgNT3WrunZJuNMbS91A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
#UDPm9lMDcxHw4ZR3ofACAkFxAlJ3h6fT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3e6a6b;border-left:0.125rem solid #3e6a6b;border-right:0.125rem solid #3e6a6b;border-bottom:0.125rem solid #3e6a6b;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#3e6a6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.78125rem;left:39.5625rem;display:block; }
#fPK9TcTanSMB1ESm2d0b31Gwn1tMmaBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e6a6b;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; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container { background-color: transparent; background-image: none; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container > .video-iframe-container { display: none; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row > .video-iframe-container { display: none; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .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); }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container { border-width: 0; border-radius: 0; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:25.625rem;height:1.4619125rem;font-style:normal;display:block; }
#e0qpApQklTQolGpGT0ad9k4t156TAXIH { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:9.125rem;left:25.6875rem;height:8.160125rem;font-style:normal;display:block; }#e0qpApQklTQolGpGT0ad9k4t156TAXIH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e0qpApQklTQolGpGT0ad9k4t156TAXIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
#pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.125rem;left:50rem;height:13.889625rem;font-style:normal;display:block; }#pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
#P2VZKv4RD1AqyAe0vOZEMT4wlXbppBGq { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:50rem;height:2.923825rem;font-style:normal;display:block; }
#Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.125rem;left:0rem;height:10.2783125rem;font-style:normal;display:block; }#Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
#QZvRmdmLr29cxpBf9hgDRekOQyTAOiiz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.0625rem;left:49.125rem;display:block; }
#K1QuccK39qT4WIz5VN3qzLHQiAD1UVEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTMZSMMn9DQGEEsocpsWG2ACSghPZ15L { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:30.1875rem;left:8.6875rem;height:1.21875rem;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; }
#u83k6RysxpViPnxEedNM6TQb8z055Xfg { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b821691-8386-4155-822f-51597cc93c77/0eb6b7c298.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6.adaptive-delivery-prevent-bg, #iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6.lazyload, #iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6.lazyloading { background-image: none; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container { background-color: transparent; background-image: none; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,49,49,0.79); }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container > .video-iframe-container { display: none; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,49,49,0.79); }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row > .video-iframe-container { display: none; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .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); }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container { border-width: 0; border-radius: 0; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6::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; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#TvmREuZQA5PZVtTnF2s6sWHX70e7wLaA { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.1875rem;left:37.875rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPrCOCO6fHFNV9Vpm5WTTkTK9CDFJwA4 { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.9375rem;left:37.875rem;display:block; }
#veHgAv9JIFsxFCb5nrInQ3L5VTIQvaIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwiBTTf2z4JraQ4bVcDFoWPIy6QxvSgg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.5625rem;left:38.875rem; }
#RSw5QJaIkvi6SGhIh1HsAQdSgTnv3fO0 { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.625rem;left:37.875rem;height:11.8125rem;font-style:normal;display:block; }
#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { background-color: transparent; background-image: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container > .video-iframe-container { display: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container { display: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .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); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { border-width: 0; border-radius: 0; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI { box-sizing:content-box;height:31.125rem;width:33.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b71e91e-918b-4e23-97ed-318975aaa23b/91b8c815d7.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.4375rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI.adaptive-delivery-prevent-bg, #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI.lazyload, #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI.lazyloading { background-image: none; }
#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,80,81,0.23); }#Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { color:#3e6a6b;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.125rem;left:37.1875rem;height:5.2246125rem;font-style:normal;display:block; }
#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { color:#878787;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:14.0625rem;left:37.1875rem;height:3.611325rem;display:block; }
#c76CRunebA7SLmDbFO47wxVmH5Trr2DR { color:#878787;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:01.5;letter-spacing:0;top:19.9375rem;left:37.1875rem;height:14.9375rem;font-style:normal;display:block; }#c76CRunebA7SLmDbFO47wxVmH5Trr2DR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c76CRunebA7SLmDbFO47wxVmH5Trr2DR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
#TxiKuN9lGfUGuycswsmxIIGqZKWmL2FE { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.9375rem;left:37.1875rem;display:block; }
#vrWBOgnmZLupoIB9tlr8VnKrEcNCb3e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pipt60GiphMpSg8JtIoL2qighygHtnfJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:38.5625rem;left:38.1875rem; }
#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b595a;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; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container { background-color: transparent; background-image: none; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container > .video-iframe-container { display: none; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row > .video-iframe-container { display: none; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .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); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container { border-width: 0; border-radius: 0; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#LG1yG7RDs8TphAKHcB2o9uTS15nDFhQR { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.9375rem;left:20.34375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#254e4f;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; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container { background-color: transparent; background-image: none; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container > .video-iframe-container { display: none; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row > .video-iframe-container { display: none; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .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); }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container { border-width: 0; border-radius: 0; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#Vopp0C9e95JZvqiRulJ0FILBTNRk0xR6 { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.125rem;left:0rem;height:14.4453125rem;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; }
#RlMJzOAKeW9Bo3KZGQCv5miTcN0aRJeH { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:9.1875rem;left:25.9375rem;height:14.445325rem;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; }
#slFA6HMxKI1iLCeHccp2rPxK6sXXCSam { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:9.1875rem;left:51.0625rem;height:14.4453125rem;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; }
#V3Gp4Ee9JcIgZAIdG2g2DNMwpPLTNRHm { 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:4.6875rem;left:0rem; }
#fBfoquhF770XT8gMqJ93R4H1KQc80BA2 { 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:4.75rem;left:25.9375rem; }
#Za0NZJt1vGKr7RLFeuCAooUcPK3PqTfZ { 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:15011;opacity:1;top:4.75rem;left:51.0625rem; }
#niDlOsZytmK1xxhIZx74FPutTaTsvE5i { box-sizing:content-box;height:20rem;width:0.0625rem;position:absolute;display:block;z-index:15012;background-color:#85afb0;background-image:none;top:4.6875rem;left:24.1875rem;display:block; }
#p8k5w9mua9x5N412AwTZdEMftROyhJbU { box-sizing:content-box;height:20rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:#85afb0;background-image:none;top:4.6875rem;left:49.125rem;display:block; }
#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153b3c;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; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container { background-color: transparent; background-image: none; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container > .video-iframe-container { display: none; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row > .video-iframe-container { display: none; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .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); }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container { border-width: 0; border-radius: 0; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#oO2OJm3SxSeIBRN5wcTqB75hzJghq5T1 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.125rem;left:0rem;height:12.6396625rem;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; }
#u8QRKDuE0lTbdDwovfFrWft7ownzag3Q { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:9.125rem;left:26.3125rem;height:18.0566125rem;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; }
#cCKGPlDTT5q1Sv2sFkKTgNuUz2pg7toE { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:9.125rem;left:51.25rem;height:12.6396375rem;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; }
#bLrumxdUakJzbcX3Df78c6llynvm6Ufk { 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:4.6875rem;left:0rem; }
#dFv39KFcc3WBelHRDCOgBTEeSCIeQvsL { 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:4.6875rem;left:26.3125rem; }
#EhxS0cg7U9z86JaFphs9VUC8N3TUOyQh { 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:15011;opacity:1;top:4.6875rem;left:51.25rem; }
#L3rH4TgZ0Dt7UtIcuzV2tB3ffm17DeHi { box-sizing:content-box;height:22.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:#85afb0;background-image:none;top:4.6875rem;left:24.125rem;display:block; }
#IQRNLML01PNrNV8inDFSAzZILiJDvJOA { box-sizing:content-box;height:22.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15014;background-color:#85afb0;background-image:none;top:4.6875rem;left:49.1875rem;display:block; }
#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9b10d09-9425-4849-94e4-3c083c3dd660/2bbead6923.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD.adaptive-delivery-prevent-bg, #HE6wv2LSMQReBia3COWU8kyvB2l6XnTD.lazyload, #HE6wv2LSMQReBia3COWU8kyvB2l6XnTD.lazyloading { background-image: none; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container { background-color: transparent; background-image: none; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,65,65,0.86); }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container > .video-iframe-container { display: none; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,65,65,0.86); }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row > .video-iframe-container { display: none; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .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); }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container { border-width: 0; border-radius: 0; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD::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; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#FmTFvx6UQpSLuoMdsThzN4wIwdtofk6R { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.9375rem;left:55.1875rem;display:block; }
#zGCJD5w5nBWTkLLKq5ot8zudJl7JtQpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hn57PumOgOEHTlK0LuIJ2XqfTvwmOwec { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:3.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnIyNaEEATVKFI4d2AB4KCNHugaNuPeH { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nns9k7FIHZT1Wt0yL6zNtDnbX3VwdzKh { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gv8IcZdhCIzEv1vb8uOBTQyyoXwLi01g { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.25rem;left:28.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOS6LVv5eOLpgZlhb0xrF3lE2vUQhPv8 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:55.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4mukyofxX1yzlb9VoOwIGpfDbTnOLHf { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.25rem;left:56.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubINB6nKpM7N5s3vgm1zb8dwcG3dtVZ0 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmMG2L0my6Z1Q8iAhOaPP5swrs2Bc1IJ { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.1875rem;left:28.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q693xvU7TBTlhhynkBCISSGeBIoZzFbh { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5rem;left:3.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrTV5cEwrfOOvZwtmo5RHof2gPIvn1bP { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5869140625rem;left:29.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container { background-color: transparent; background-image: none; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container > .video-iframe-container { display: none; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row > .video-iframe-container { display: none; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .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); }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container { border-width: 0; border-radius: 0; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#GMDXfXnIolh0eAhX3LRw9dboVzwIvx8I { 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:9.375rem;width:9.375rem;top:7.75rem;left:18.6875rem;overflow:hidden;display:block; }
#nXl6KhwHBRppJkUrpHKCUQsH4qLQMgWQ { position:absolute;display:block;z-index:15005;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:7rem;width:9.375rem;top:26.1875rem;left:30.4375rem;overflow:hidden;display:block; }
#XOmsuVs6LgxysfFUAUS4Sd3XO2SUQ7X2 { position:absolute;display:block;z-index:15006;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.3125rem;width:9.375rem;top:10.75rem;left:30rem;overflow:hidden;display:block; }
#rgLr4ublD1aEOam8SwvIlWGPW9B12Pm2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.25rem;top:28.625rem;left:61.75rem;overflow:hidden;display:block; }
#ZLpU85FEk2AVCHFVdvA3rL3Vadk7E4UM { position:absolute;display:block;z-index:15006;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:5.1875rem;width:5.875rem;top:17.625rem;left:39.4375rem;overflow:hidden;display:block; }
#IPSUDi15O4ydIdJ7pSZbsrkuRnK42peM { position:absolute;display:block;z-index:15007;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:8.0625rem;width:8.0625rem;top:25.375rem;left:41rem;overflow:hidden;display:block; }
#fUZyOUUubTR2eHo6zq1SsXK9r4ofXly2 { position:absolute;display:block;z-index:15008;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.125rem;width:9.375rem;top:19.0625rem;left:59.0625rem;overflow:hidden;display:block; }
#khrWPzbiBAMXiRFz2MRNLFZKqnA9TVG6 { position:absolute;display:block;z-index:15009;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:5.375rem;width:6.5rem;top:27rem;left:22.5625rem;overflow:hidden;display:block; }
#tFFnFZWw5v1zAQuCNMCBnEJ25TrGCeDo { position:absolute;display:block;z-index:15007;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.375rem;width:6.875rem;top:18.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#dnQbk7y8NheD9lQQdoz8Sp3KIkDsBLw7 { position:absolute;display:block;z-index:15008;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.1875rem;width:8.875rem;top:27.625rem;left:51rem;overflow:hidden;display:block; }
#WT7buJFi7aOpahTitrCDrxCaQw6T0Un9 { position:absolute;display:block;z-index:15008;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:1.6875rem;width:7.25rem;top:20.25rem;left:0rem;overflow:hidden;display:block; }
#G1BWUqoKXnWwiIqAlvPIxwWevAEFDZmc { position:absolute;display:block;z-index:15009;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:9.5rem;width:9.5rem;top:15.875rem;left:27.25rem;overflow:hidden;display:block; }
#M1Sr21XyFAVa6xFhpDs5wGddepiwtwtD { position:absolute;display:block;z-index:15009;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.9375rem;width:4.5625rem;top:17.625rem;left:70.4375rem;overflow:hidden;display:block; }
#HteaUphRHI0WxUHCcJFervMWk3Z3JzQA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:17.0625rem;left:18.125rem;overflow:hidden;display:block; }
#MHzyyzKDev8nqKapKKIblR9qRddbT4hx { 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:7.8125rem;width:7.8125rem;top:25.75rem;left:13.375rem;overflow:hidden;display:block; }
#timZwSXPaRENW4H6AQbvbLHbOL7ybIdJ { position:absolute;display:block;z-index:15009;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.1875rem;width:8.375rem;top:10.3125rem;left:42.6875rem;overflow:hidden;display:block; }
#dGb8dSI52kbzO1lzPr8gT2BWaBIn47cT { 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:2.75rem;width:7.8125rem;top:11.0625rem;left:55.0625rem;overflow:hidden;display:block; }
#HvBECUS1kiCVXGWoE76FkhmazpsaLoU7 { 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:3.5rem;width:10.4375rem;top:10.875rem;left:7.375rem;overflow:hidden;display:block; }
#d7Atse3CngS3N8QRVWUnbyMdL76MUC2T { position:absolute;display:block;z-index:15014;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:6.6875rem;width:8.9375rem;top:17.3125rem;left:9.125rem;overflow:hidden;display:block; }
#fKhpUJkEBpvBvAVeGU4t1oxlyHXpVI0d { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.9375rem;top:28.25rem;left:3rem;overflow:hidden;display:block; }
#OS8h23RDTOQd8Z71XJ1EMwcPbMT1AboW { color:#3e6a6b;display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:12.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container { background-color: transparent; background-image: none; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container > .video-iframe-container { display: none; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row > .video-iframe-container { display: none; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .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); }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container { border-width: 0; border-radius: 0; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS { box-sizing:content-box;height:40.4375rem;width:31.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1e56237-ea1f-4416-a82d-ecaea8fb4d81/dra2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.90625rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }#KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS.adaptive-delivery-prevent-bg, #KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS.lazyload, #KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS.lazyloading { background-image: none; }
#KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem; }#KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,66,67,0.09); }#Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF { color:#3e6a6b;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:11.8935546875rem;left:37.5rem;height:35.871125rem;font-style:normal;display:block; }#Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_baa6e94ab5a73ca680be2e6c3ba4d110d4348b53.svg); }
#gxBBnSN3N0mhr6SvmmhGnD1QUTrK1hmE { color:#3e6a6b;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.84375rem;left:37.5rem;height:2.40625rem;font-style:normal;display:block; }
#tHqeduHmsZ5rmqQ56vAb53NvE3BC1cXL { box-sizing:content-box;height:5.25rem;width:19.9375rem;position:absolute;display:block;z-index:15003;background-color:#bad6c8;background-image:none;top:43.125rem;left:13.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }
#dxGJRUpCnEp8TfiqbTiyVTvdfBo6TghN { 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:15004;opacity:1;top:44.6875rem;left:15.125rem; }
#VI0FQVd2QumUFbQka47kXh7uVk1O6KuS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"baloo paaji";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.5rem;left:18.75rem;height:1.7871125rem;display:block; }
#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO.adaptive-delivery-prevent-bg, #XegURGKfBpmxJTrulNGTdHVvHs3LtwlO.lazyload, #XegURGKfBpmxJTrulNGTdHVvHs3LtwlO.lazyloading { background-image: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container { background-color: transparent; background-image: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container > .video-iframe-container { display: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row > .video-iframe-container { display: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .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); }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container { border-width: 0; border-radius: 0; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO::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; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#RTzaIuIGwsqysG2dgrNXUKrerQ7Sbprd { color:#3e6a6b;display:block;width:52.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container { background-color: transparent; background-image: none; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container > .video-iframe-container { display: none; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row > .video-iframe-container { display: none; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .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); }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container { border-width: 0; border-radius: 0; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#UrOldgTlxzaATXCrLULkWwSvUv3ZI1Py { position:absolute;display:block;z-index:15000;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:13.5rem;width:24.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CftON0RDSW9RuMibHcp7o8LGczlOZnnp { position:absolute;display:block;z-index:15001;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:9.125rem;width:24.4375rem;top:0.1875rem;left:25.46875rem;overflow:hidden;display:block; }
#wJDWaOfDgGHVnT62T30zuW2ekfi17UvS { position:absolute;display:block;z-index:15002;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:17.1875rem;width:24.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#cWX608H33DXQmhNIw22kqEb2mMEBkhmF { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.1875rem;left:22.4375rem;display:block; }
#blZPEx7s4yRf3n8H1uZ3sawUyE9OL496 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.5625rem;left:47.5rem;display:block; }
#KyrJDpZTx51h1gHd34iwvFIwHfx6Rnem { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.1875rem;left:72.5rem;display:block; }
#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container { background-color: transparent; background-image: none; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container > .video-iframe-container { display: none; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row > .video-iframe-container { display: none; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .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); }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container { border-width: 0; border-radius: 0; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#DBuHGFIxQkkZkicEA09dbdkAgk29Wdh3 { position:absolute;display:block;z-index:15000;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:11.8125rem;width:24.8125rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#fq6Xl2sVv6P9zCLuUgIm4fBQs66sE84z { position:absolute;display:block;z-index:15001;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:14.4375rem;width:24.4375rem;top:0.125rem;left:25.28125rem;overflow:hidden;display:block; }
#Zn7OLADRuzN1ewwmvSa4Gn6aPLmL0Q63 { position:absolute;display:block;z-index:15002;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:10.6875rem;width:24.0625rem;top:0rem;left:50.46875rem;overflow:hidden;display:block; }
#l1uZEgsZciKDNDBvTnxM55L560R9bRna { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.5625rem;left:22.375rem;display:block; }
#s23UDtZ3SNIGTcMTiVL7M9NSOMZ4ELd1 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0.5625rem;left:47.28125rem;display:block; }
#eaq6aSIlFTDa1KGGNP9DTDPiJCqcQ9ta { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.4375rem;left:72.1875rem;display:block; }
#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4545;background-image:url("https://images.assets-landingi.com/uc/597daeb2-2bf7-4975-a0e1-d5fbe8a0204c/simbolo_opacity.webp");background-position:center right !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:block; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC.adaptive-delivery-prevent-bg, #HbOS9aHg1oTvoxkb8E74DUczzggTA0xC.lazyload, #HbOS9aHg1oTvoxkb8E74DUczzggTA0xC.lazyloading { background-image: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container { background-color: transparent; background-image: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container > .video-iframe-container { display: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row > .video-iframe-container { display: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .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); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container { border-width: 0; border-radius: 0; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#REgZ0wdZdfefSGtuGPSH16KRDU2r55ze { position:absolute;display:block;z-index:15000;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:8.5rem;width:20.8125rem;top:4.630859375rem;left:27.09375rem;overflow:hidden;display:block; }
#EzG146lGwvybTvTrMaaznU8BAFyXxTOF { background-color:#24d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.4375rem;left:27.9375rem;display:block; }
#UBa8fxUrpV4sUPRisCl9WQmOqaMZT2kQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxUXRT3JJpTN05e0EgmUGJuuBvoL8OLk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.0625rem;left:28.9375rem; }
#nTDT6TaOibs5KfONwNRVbymL2vFyf3ct { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:15.76953125rem;left:21.4375rem;height:9.07325rem;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:center;text-align-last:center;display:block; }
#bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um { color:#ececec;display:block;width:9rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:43.5rem;left:33rem;height:1.8056625rem;font-style:normal;display:block; }#bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg); }
#fCnLfpuXWRhzw30KlTiWhtbf5BDr8aTq { color:#ececec;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.5625rem;left:30.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaT9FBUz9q7ebKfmQnCfxzN0xTKiwBTZ { color:#ececec;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:32.5rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vb9wHFSns6fvlnZJsqJR43AQH7z7yfGI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.625rem;left:29.4375rem; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container { background-color: transparent; background-image: none; }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container > .video-iframe-container { display: none; }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row > .video-iframe-container { display: none; }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .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); }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container { border-width: 0; border-radius: 0; }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { background-color: transparent; background-image: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container > .video-iframe-container { display: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row > .video-iframe-container { display: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { border-width: 0; border-radius: 0; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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:5.3125rem;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; }#oskFL9qp24TlbT0TBLPbFkw61AVcngsd { background-color:#c47b8b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:63.8125rem;display:block; }
#nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#racAECJSZuXOxiUUPmWNyugeisTTsTCb { box-sizing:content-box;color:#c47b8b;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#ywzfpzZqE833o3UEAfBAQLzPloRapE3K { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { 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) { #fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF { display:block; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { width:14.875rem;height:6.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qZDgTpHXInBH4qwRyOI2JnEWQfFCdW { width:14.0625rem;height:3.4375rem;top:2.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPv0RlHlVFdX7Dt1Icmf4FteNgKswJE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZFiIhgATh6TVmPiKiaQgBmq20o7vUicK { width:2.125rem;height:2.125rem;top:2.8125rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5VaVTVPip7BRVMnWwyz1ofqsTPNKki { width:11.0625rem;height:1.0625rem;top:3.375rem;left:32.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz50WeKlma0xupvHwJWU768t3ApMgt08 { width:37.5625rem;height:3.75rem;top:15.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { width:21.25rem;height:3.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block; }
 }@media only screen and (max-width: 763px) { #nemepbNbNNIvR3O7GicAwOhFRoBnfh8E { width:2.1875rem;height:2.1875rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oIA7ZiWlpXiEp0ll4kq95euUaVBVRu { width:14.8125rem;height:3.4375rem;top:31.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWBJ0kIICzWumub8O1hK6Z33ZaT1FLe2 { display:block; }
 }@media only screen and (max-width: 763px) { #mZa3liTaetI3Fat5hQ6rAXQWSr9vcxT1 { width:9.25rem;height:2.4375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdNI8co42CIc7gB7oICxhemD1dFVXOgE { display:block; }
 }@media only screen and (max-width: 763px) { #SJ5T6C8AXURNa6OnlHEfrSDZ7luL74wd { width:5.6875rem;height:2.4375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZzUMpE264aExDuwyRLLpQq2JIOPNg7 { display:block; }
 }@media only screen and (max-width: 763px) { #d6BEX4PkDdqM4twp41kuwQSMGiRV1rbR { width:10.875rem;height:2.4375rem;top:22.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7qkLkkGyb9BicWgxzQkEOsL7mhWRnD { display:block; }
 }@media only screen and (max-width: 763px) { #mPgBN6c0JOl6cnFuUKXD44fdK1ewSzXr { width:7.0625rem;height:2.4375rem;top:22.25rem;left:14.130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBxn1r6tmT4eUTT2w7ywotw4AZaucSFo { display:block; }
 }@media only screen and (max-width: 763px) { #TN3O35H3GJotCN1m7nNdT9bCEJfoSb2E { width:6.1875rem;height:2.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dec4m4r8BlE4mvstK9VBGvxXZyOtF4th { display:block; }
 }@media only screen and (max-width: 763px) { #rLouG71wNPhyI5ZIS2HpThJ8bCQKMTOz { width:11.1875rem;height:2.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htWqoxOBBQJ2FCenCMEn0CnnU4tku9De { display:block; }
 }@media only screen and (max-width: 763px) { #BomfNzF5niUPKENOEriMaRCklI6hZ0EV { width:12.875rem;height:2.4375rem;top:25.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGW9ewzuhROtX91uBv6Nsk7UfxM4cqko { display:block; }
 }@media only screen and (max-width: 763px) { #BgsqK5A3PRgAaXK5ikbIefh4JDJcCagD { width:5.6875rem;height:2.4375rem;top:25.375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60ry7fFxquoPu1H5EHS2RfHLyxX1hVm { display:block; }
 }@media only screen and (max-width: 763px) { #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv { width:25rem;height:42.9375rem;top:0rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL7cQ42VEAK5fJGsqtyFTaHycQOy44fA { width:32.0625rem;height:1.25rem;top:39.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNBy54SnBS2ca7l2KEVdohsTACfV8ePy { width:1.875rem;height:1.875rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { width:41.375rem;height:8.4375rem;top:5.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfeq88KprPCDmRlpwv3DwXZ6DhIRIr50 { width:21.0625rem;height:1.0625rem;top:35.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T { display:block; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFskGAi99DZXhpadTpiKgprfiWrqMTAp { width:14.9375rem;height:4.6875rem;top:12.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwueqgqHKeqTRtdXa03nJqefmqf7nKAp { width:15.5rem;height:4.6875rem;top:12.625rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOzI6MfQudyzBEM48ZBpQOTc6xZzaLOs { width:14.9375rem;height:4.6875rem;top:12.625rem;left:20.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK7x2xTiTKEL4NFpwkzeWTopasTNyzax { width:14.9375rem;height:3.125rem;top:12.625rem;left:32.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #em9whQcLIJAW8BoM8uxf2LA1EscwQTyN { width:5rem;height:5rem;top:4.6875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG29wCMs4E9k3muEdzoAJdcOUiuT7WhP { width:5rem;height:5rem;top:4.6875rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhmsO9Jxrk2mcb9xsJ3TSQhozurTxQP { width:5rem;height:5rem;top:4.6875rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMuev70nXeZbl21KA8dmVduMTCXHFhG { width:5rem;height:5rem;top:4.6875rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ { display:block; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtlVMAKAzF2s98K52NqFa4iOh24Dkikn { width:47.75rem;height:2.1875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKa2J8HpiTlJcKBeCNNJNs2Ez4VsUm1 { width:47.75rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZViBfJTAdFLOh3qrI2EZFJk0rWGmTSNU { width:11.625rem;height:3.4375rem;top:1.25rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tldRdIVS0d8Ta2mJPHSs3QU8855TV7Wm { display:block; }
 }@media only screen and (max-width: 763px) { #S7Zx9kAk5ScGUEayDAwEdX1OdvCTAB07 { width:2.1875rem;height:2.1875rem;top:1.875rem;left:37.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x { display:block; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM { width:25rem;height:43.9375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7Jz8Tve6mhS4ZDD1X8K3qwdwc8SmRm { width:37.25rem;height:7.625rem;top:5.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR9SwiiQXx2n9yq3HNJdag0cbToubW70 { width:20.3125rem;height:25.125rem;top:15.125rem;left:3.5625rem;font-size:1.0625rem;display:block; }#JR9SwiiQXx2n9yq3HNJdag0cbToubW70 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #Sn64CBI5Cyp3hHXnEQBF242V4xoLF79q { width:19.0625rem;height:3.4375rem;top:44rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtZMsR44OolBiJLLGHJpImSmVgxHUTpv { display:block; }
 }@media only screen and (max-width: 763px) { #HyuTOKeNtPdR5MUUXoTMu7kLvLZy9anl { width:2.1875rem;height:2.1875rem;top:44.625rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiFglG5KNTGT2eCzczwJZazbNGD5SSNn { width:21.375rem;height:25.125rem;top:15.125rem;left:26.375rem;font-size:0.875rem;display:block; }#xiFglG5KNTGT2eCzczwJZazbNGD5SSNn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #QS45eQ0HEDEKZibqrFWpIexSq6GpyFsy { width:25rem;height:39.375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThHdZTLmB6cOaa713ZPagWE8yviWBGur { width:20.125rem;height:10.3125rem;top:34.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fTZxMI7oMgKhwGhIgluuidQq0Gz6fe { width:4.5625rem;height:4.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC { display:none; }#GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SX1Tik0gtwwtw4oIEfXQdn2EvFLo2Oq8 { width:27.4375rem;height:5.25rem;top:5.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi { width:35.4375rem;height:;top:14rem;left:0rem;font-size:0.875rem;display:block; }#C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #uHK68Rrp7k74OQgNT3WrunZJuNMbS91A { width:35.4375rem;height:;top:14rem;left:12.3125rem;font-size:0.875rem;display:block; }#uHK68Rrp7k74OQgNT3WrunZJuNMbS91A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #UDPm9lMDcxHw4ZR3ofACAkFxAlJ3h6fT { width:17.25rem;height:3.4375rem;top:35.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPK9TcTanSMB1ESm2d0b31Gwn1tMmaBt { display:block; }
 }@media only screen and (max-width: 763px) { #JFXXGE2EPOLEwPzVQdto8tT88CePJsDX { display:block; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { width:13.1875rem;height:1.4375rem;top:4.4375rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0qpApQklTQolGpGT0ad9k4t156TAXIH { width:21.875rem;height:8.1875rem;top:9.125rem;left:9.875rem;font-size:0.9375rem;display:block; }#e0qpApQklTQolGpGT0ad9k4t156TAXIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
 }@media only screen and (max-width: 763px) { #pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu { width:22.75rem;height:13.875rem;top:9.125rem;left:24.875rem;font-size:0.9375rem;display:block; }#pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
 }@media only screen and (max-width: 763px) { #P2VZKv4RD1AqyAe0vOZEMT4wlXbppBGq { width:13.625rem;height:2.875rem;top:4.4375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ { width:23.25rem;height:12.0625rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }#Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
 }@media only screen and (max-width: 763px) { #QZvRmdmLr29cxpBf9hgDRekOQyTAOiiz { width:17.25rem;height:3.4375rem;top:29.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QuccK39qT4WIz5VN3qzLHQiAD1UVEn { display:block; }
 }@media only screen and (max-width: 763px) { #QTMZSMMn9DQGEEsocpsWG2ACSghPZ15L { width:32.5rem;height:1.1875rem;top:30.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83k6RysxpViPnxEedNM6TQb8z055Xfg { width:14.5rem;height:2.875rem;top:4.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 { display:block; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvmREuZQA5PZVtTnF2s6sWHX70e7wLaA { width:35.1875rem;height:5.8125rem;top:8.1875rem;left:12.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPrCOCO6fHFNV9Vpm5WTTkTK9CDFJwA4 { width:15.375rem;height:3.4375rem;top:29.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHgAv9JIFsxFCb5nrInQ3L5VTIQvaIh { display:block; }
 }@media only screen and (max-width: 763px) { #dwiBTTf2z4JraQ4bVcDFoWPIy6QxvSgg { width:2.1875rem;height:2.1875rem;top:30.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSw5QJaIkvi6SGhIh1HsAQdSgTnv3fO0 { width:31.1875rem;height:11.8125rem;top:15.625rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI { width:33.4375rem;height:31.125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { width:35.25rem;height:5.1875rem;top:7.125rem;left:12.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { width:34.625rem;height:3.5625rem;top:14.0625rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c76CRunebA7SLmDbFO47wxVmH5Trr2DR { width:36.25rem;height:14.9375rem;top:19.9375rem;left:11.5rem;font-size:0.875rem;display:block; }#c76CRunebA7SLmDbFO47wxVmH5Trr2DR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #TxiKuN9lGfUGuycswsmxIIGqZKWmL2FE { width:19.125rem;height:3.4375rem;top:37.9375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrWBOgnmZLupoIB9tlr8VnKrEcNCb3e6 { display:block; }
 }@media only screen and (max-width: 763px) { #Pipt60GiphMpSg8JtIoL2qighygHtnfJ { width:2.1875rem;height:2.1875rem;top:38.5625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l { display:block; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG1yG7RDs8TphAKHcB2o9uTS15nDFhQR { width:34.3125rem;height:5.5rem;top:6.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO { display:block; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vopp0C9e95JZvqiRulJ0FILBTNRk0xR6 { width:22.0625rem;height:14.4375rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMJzOAKeW9Bo3KZGQCv5miTcN0aRJeH { width:21.3125rem;height:14.4375rem;top:9.1875rem;left:10.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slFA6HMxKI1iLCeHccp2rPxK6sXXCSam { width:21.5rem;height:14.4375rem;top:9.1875rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gp4Ee9JcIgZAIdG2g2DNMwpPLTNRHm { width:3.125rem;height:3.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBfoquhF770XT8gMqJ93R4H1KQc80BA2 { width:3.125rem;height:3.125rem;top:4.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za0NZJt1vGKr7RLFeuCAooUcPK3PqTfZ { width:3.125rem;height:3.125rem;top:4.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niDlOsZytmK1xxhIZx74FPutTaTsvE5i { width:0.0625rem;height:20rem;top:4.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8k5w9mua9x5N412AwTZdEMftROyhJbU { width:0.0625rem;height:20rem;top:4.6875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC { display:block; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oO2OJm3SxSeIBRN5wcTqB75hzJghq5T1 { width:21.75rem;height:12.625rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8QRKDuE0lTbdDwovfFrWft7ownzag3Q { width:21.75rem;height:18.0625rem;top:9.125rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCKGPlDTT5q1Sv2sFkKTgNuUz2pg7toE { width:22.0625rem;height:12.625rem;top:9.125rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLrumxdUakJzbcX3Df78c6llynvm6Ufk { width:3.125rem;height:3.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFv39KFcc3WBelHRDCOgBTEeSCIeQvsL { width:3.125rem;height:3.125rem;top:4.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhxS0cg7U9z86JaFphs9VUC8N3TUOyQh { width:3.125rem;height:3.125rem;top:4.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3rH4TgZ0Dt7UtIcuzV2tB3ffm17DeHi { width:0.0625rem;height:22.9375rem;top:4.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRNLML01PNrNV8inDFSAzZILiJDvJOA { width:0.0625rem;height:22.9375rem;top:4.6875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE6wv2LSMQReBia3COWU8kyvB2l6XnTD { display:block; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmTFvx6UQpSLuoMdsThzN4wIwdtofk6R { width:16.3125rem;height:3.4375rem;top:17.9375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGCJD5w5nBWTkLLKq5ot8zudJl7JtQpD { display:block; }
 }@media only screen and (max-width: 763px) { #Hn57PumOgOEHTlK0LuIJ2XqfTvwmOwec { width:15.4375rem;height:2.5996125rem;top:5.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIyNaEEATVKFI4d2AB4KCNHugaNuPeH { width:14.25rem;height:3.25rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nns9k7FIHZT1Wt0yL6zNtDnbX3VwdzKh { width:15.4375rem;height:2.5996125rem;top:5.5625rem;left:16.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8IcZdhCIzEv1vb8uOBTQyyoXwLi01g { width:19.3125rem;height:3.25rem;top:8.25rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOS6LVv5eOLpgZlhb0xrF3lE2vUQhPv8 { width:15.4375rem;height:2.5996125rem;top:5.5625rem;left:32.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mukyofxX1yzlb9VoOwIGpfDbTnOLHf { width:14.375rem;height:3.25rem;top:8.25rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubINB6nKpM7N5s3vgm1zb8dwcG3dtVZ0 { width:14.25rem;height:3.25rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmMG2L0my6Z1Q8iAhOaPP5swrs2Bc1IJ { width:19.3125rem;height:4.875rem;top:19.1875rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q693xvU7TBTlhhynkBCISSGeBIoZzFbh { width:18.125rem;height:2.5625rem;top:16.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrTV5cEwrfOOvZwtmo5RHof2gPIvn1bP { width:15.4375rem;height:2.5625rem;top:16.5625rem;left:16.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79DaOwLqO92hDTzfu9KfIxvr5kk7khX { display:block; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMDXfXnIolh0eAhX3LRw9dboVzwIvx8I { width:9.375rem;height:9.375rem;top:7.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXl6KhwHBRppJkUrpHKCUQsH4qLQMgWQ { width:9.375rem;height:7rem;top:26.1875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOmsuVs6LgxysfFUAUS4Sd3XO2SUQ7X2 { width:9.375rem;height:3.3125rem;top:10.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLr4ublD1aEOam8SwvIlWGPW9B12Pm2 { width:10.25rem;height:2.4375rem;top:28.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLpU85FEk2AVCHFVdvA3rL3Vadk7E4UM { width:5.875rem;height:5.1875rem;top:17.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSUDi15O4ydIdJ7pSZbsrkuRnK42peM { width:8.0625rem;height:8.0625rem;top:25.375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUZyOUUubTR2eHo6zq1SsXK9r4ofXly2 { width:9.375rem;height:4.125rem;top:19.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrWPzbiBAMXiRFz2MRNLFZKqnA9TVG6 { width:6.5rem;height:5.375rem;top:27rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFnFZWw5v1zAQuCNMCBnEJ25TrGCeDo { width:6.875rem;height:3.375rem;top:18.5625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQbk7y8NheD9lQQdoz8Sp3KIkDsBLw7 { width:8.875rem;height:4.1875rem;top:27.625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT7buJFi7aOpahTitrCDrxCaQw6T0Un9 { width:7.25rem;height:1.6875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1BWUqoKXnWwiIqAlvPIxwWevAEFDZmc { width:9.5rem;height:9.5rem;top:15.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Sr21XyFAVa6xFhpDs5wGddepiwtwtD { width:4.5625rem;height:4.9375rem;top:17.625rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HteaUphRHI0WxUHCcJFervMWk3Z3JzQA { width:9rem;height:9rem;top:17.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzyyzKDev8nqKapKKIblR9qRddbT4hx { width:7.8125rem;height:7.8125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #timZwSXPaRENW4H6AQbvbLHbOL7ybIdJ { width:8.375rem;height:4.1875rem;top:10.3125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGb8dSI52kbzO1lzPr8gT2BWaBIn47cT { width:7.8125rem;height:2.75rem;top:11.0625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvBECUS1kiCVXGWoE76FkhmazpsaLoU7 { width:10.4375rem;height:3.5rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Atse3CngS3N8QRVWUnbyMdL76MUC2T { width:8.9375rem;height:6.6875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKhpUJkEBpvBvAVeGU4t1oxlyHXpVI0d { width:8.9375rem;height:2.8125rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8h23RDTOQd8Z71XJ1EMwcPbMT1AboW { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 { display:block; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS { width:31.625rem;height:40.4375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF { width:35.8125rem;height:35.8125rem;top:11.875rem;left:11.9375rem;font-size:1rem;display:block; }#Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_baa6e94ab5a73ca680be2e6c3ba4d110d4348b53.svg); }
 }@media only screen and (max-width: 763px) { #gxBBnSN3N0mhr6SvmmhGnD1QUTrK1hmE { width:31.75rem;height:2.4375rem;top:7.8125rem;left:16rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHqeduHmsZ5rmqQ56vAb53NvE3BC1cXL { width:19.9375rem;height:5.25rem;top:43.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxGJRUpCnEp8TfiqbTiyVTvdfBo6TghN { width:3.125rem;height:3.125rem;top:44.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI0FQVd2QumUFbQka47kXh7uVk1O6KuS { width:12.5rem;height:1.7871125rem;top:45.5rem;left:11.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XegURGKfBpmxJTrulNGTdHVvHs3LtwlO { display:block; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTzaIuIGwsqysG2dgrNXUKrerQ7Sbprd { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP { display:block; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrOldgTlxzaATXCrLULkWwSvUv3ZI1Py { width:24.9375rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftON0RDSW9RuMibHcp7o8LGczlOZnnp { width:24.4375rem;height:9.125rem;top:0.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJDWaOfDgGHVnT62T30zuW2ekfi17UvS { width:24.4375rem;height:17.1875rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWX608H33DXQmhNIw22kqEb2mMEBkhmF { width:2.5rem;height:2.5rem;top:1.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blZPEx7s4yRf3n8H1uZ3sawUyE9OL496 { width:2.5rem;height:2.5rem;top:0.5625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyrJDpZTx51h1gHd34iwvFIwHfx6Rnem { width:2.5rem;height:2.5rem;top:1.1875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGkMX1f1nE1ISKHqhR9RVyitm092qAGT { display:block; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBuHGFIxQkkZkicEA09dbdkAgk29Wdh3 { width:24.8125rem;height:11.8125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq6Xl2sVv6P9zCLuUgIm4fBQs66sE84z { width:24.4375rem;height:14.4375rem;top:0.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7OLADRuzN1ewwmvSa4Gn6aPLmL0Q63 { width:24.0625rem;height:10.6875rem;top:0rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1uZEgsZciKDNDBvTnxM55L560R9bRna { width:2.5rem;height:2.5rem;top:0.5625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s23UDtZ3SNIGTcMTiVL7M9NSOMZ4ELd1 { width:2.5rem;height:2.5rem;top:0.5625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaq6aSIlFTDa1KGGNP9DTDPiJCqcQ9ta { width:2.5rem;height:2.5rem;top:1.4375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbOS9aHg1oTvoxkb8E74DUczzggTA0xC { display:block; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REgZ0wdZdfefSGtuGPSH16KRDU2r55ze { width:20.8125rem;height:8.5rem;top:4.625rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzG146lGwvybTvTrMaaznU8BAFyXxTOF { width:19.125rem;height:3.4375rem;top:38.4375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBa8fxUrpV4sUPRisCl9WQmOqaMZT2kQ { display:block; }
 }@media only screen and (max-width: 763px) { #yxUXRT3JJpTN05e0EgmUGJuuBvoL8OLk { width:2.1875rem;height:2.1875rem;top:39.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTDT6TaOibs5KfONwNRVbymL2vFyf3ct { width:32.125rem;height:9.0625rem;top:15.75rem;left:7.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um { width:9rem;height:1.69921875rem;top:43.5rem;left:19.375rem;font-size:1rem;display:block; }#bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg); }
 }@media only screen and (max-width: 763px) { #fCnLfpuXWRhzw30KlTiWhtbf5BDr8aTq { width:13.8125rem;height:3.25rem;top:27.5625rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaT9FBUz9q7ebKfmQnCfxzN0xTKiwBTZ { width:13.0625rem;height:2.75rem;top:32.3125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9wHFSns6fvlnZJsqJR43AQH7z7yfGI { width:2.125rem;height:2.125rem;top:32.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oskFL9qp24TlbT0TBLPbFkw61AVcngsd { width:6.5rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block; }
 }@media only screen and (max-width: 763px) { #racAECJSZuXOxiUUPmWNyugeisTTsTCb { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywzfpzZqE833o3UEAfBAQLzPloRapE3K { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block; }
 }@media only screen and (max-width: 763px) { #Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF { position:relative;z-index:auto;background-color:rgba(62,106,107,0.19);background-image:none;display:block; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container { background-color: transparent; background-image: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container > .video-iframe-container { display: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row > .video-iframe-container { display: none; }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .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); }#fpoLUHf2B5WOnOFVyR9iZhr8vdpNMrqF > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { width:12.875rem;height:5.3125rem;top:2.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qZDgTpHXInBH4qwRyOI2JnEWQfFCdW { width:16.3125rem;height:3.4375rem;top:6.4375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPv0RlHlVFdX7Dt1Icmf4FteNgKswJE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZFiIhgATh6TVmPiKiaQgBmq20o7vUicK { display:flex;width:2.1875rem;height:2.1875rem;top:7.0625rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy5VaVTVPip7BRVMnWwyz1ofqsTPNKki { width:20rem;height:0.73046875rem;top:8.25rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4f3c0e0-a818-4bca-895f-0a3873a5a623/logomarcadagua.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,106,107,0.19); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,106,107,0.19); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz50WeKlma0xupvHwJWU768t3ApMgt08 { width:20rem;height:4.5rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { width:19.1875rem;height:3.4375rem;top:24.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block; }
 }@media only screen and (max-width: 763px) { #nemepbNbNNIvR3O7GicAwOhFRoBnfh8E { display:flex;width:1.8125rem;height:1.8125rem;top:25.75rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #R2oIA7ZiWlpXiEp0ll4kq95euUaVBVRu { width:14.875rem;height:3.0625rem;top:30.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWBJ0kIICzWumub8O1hK6Z33ZaT1FLe2 { display:block; }
 }@media only screen and (max-width: 763px) { #mZa3liTaetI3Fat5hQ6rAXQWSr9vcxT1 { width:6.125rem;height:1.5625rem;top:17.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdNI8co42CIc7gB7oICxhemD1dFVXOgE { display:block; }
 }@media only screen and (max-width: 763px) { #SJ5T6C8AXURNa6OnlHEfrSDZ7luL74wd { width:3.25rem;height:1.5625rem;top:17.75rem;left:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZzUMpE264aExDuwyRLLpQq2JIOPNg7 { display:block; }
 }@media only screen and (max-width: 763px) { #d6BEX4PkDdqM4twp41kuwQSMGiRV1rbR { width:6.9375rem;height:1.5625rem;top:17.75rem;left:11.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7qkLkkGyb9BicWgxzQkEOsL7mhWRnD { display:block; }
 }@media only screen and (max-width: 763px) { #mPgBN6c0JOl6cnFuUKXD44fdK1ewSzXr { width:3.9375rem;height:1.5625rem;top:19.9375rem;left:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBxn1r6tmT4eUTT2w7ywotw4AZaucSFo { display:block; }
 }@media only screen and (max-width: 763px) { #TN3O35H3GJotCN1m7nNdT9bCEJfoSb2E { width:3rem;height:1.5625rem;top:19.9375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dec4m4r8BlE4mvstK9VBGvxXZyOtF4th { display:block; }
 }@media only screen and (max-width: 763px) { #rLouG71wNPhyI5ZIS2HpThJ8bCQKMTOz { width:7.3125rem;height:1.5625rem;top:19.9375rem;left:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htWqoxOBBQJ2FCenCMEn0CnnU4tku9De { display:block; }
 }@media only screen and (max-width: 763px) { #BomfNzF5niUPKENOEriMaRCklI6hZ0EV { width:8.625rem;height:1.5625rem;top:22.125rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGW9ewzuhROtX91uBv6Nsk7UfxM4cqko { display:block; }
 }@media only screen and (max-width: 763px) { #BgsqK5A3PRgAaXK5ikbIefh4JDJcCagD { width:3.8125rem;height:1.5625rem;top:22.125rem;left:12.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60ry7fFxquoPu1H5EHS2RfHLyxX1hVm { display:block; }
 }@media only screen and (max-width: 763px) { #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv { width:20rem;height:25.3125rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL7cQ42VEAK5fJGsqtyFTaHycQOy44fA { width:14.8125rem;height:2.111325rem;top:34.75rem;left:2.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNBy54SnBS2ca7l2KEVdohsTACfV8ePy { display:flex;width:2.9375rem;height:2.9375rem;top:33.6171875rem;left:1.28125rem;z-index:15000;opacity:.24; }
 }@media only screen and (max-width: 763px) { #nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { width:20rem;height:9.0625rem;top:1.1591796875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mfeq88KprPCDmRlpwv3DwXZ6DhIRIr50 { width:20rem;height:0.89355625rem;top:28.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T { display:block; }#qvhkhH0ohzd1dNqSxduoEh7VoL0nDE7T > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFskGAi99DZXhpadTpiKgprfiWrqMTAp { width:10.625rem;height:5.25rem;top:9.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwueqgqHKeqTRtdXa03nJqefmqf7nKAp { width:8.6875rem;height:3.9375rem;top:9.0625rem;left:11.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LOzI6MfQudyzBEM48ZBpQOTc6xZzaLOs { width:9.25rem;height:5.25rem;top:23.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CK7x2xTiTKEL4NFpwkzeWTopasTNyzax { width:8.6875rem;height:3.9375rem;top:23.4375rem;left:11.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #em9whQcLIJAW8BoM8uxf2LA1EscwQTyN { width:3.125rem;height:3.125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG29wCMs4E9k3muEdzoAJdcOUiuT7WhP { width:3.125rem;height:3.125rem;top:3.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOhmsO9Jxrk2mcb9xsJ3TSQhozurTxQP { width:3.125rem;height:3.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMuev70nXeZbl21KA8dmVduMTCXHFhG { width:3.125rem;height:3.125rem;top:17.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ { display:block; }#kmCLDdrq5v13UmoM7Pnhcm2yLKd3XfSZ > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtlVMAKAzF2s98K52NqFa4iOh24Dkikn { width:17.5rem;height:4.72265625rem;top:1.4375rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWKa2J8HpiTlJcKBeCNNJNs2Ez4VsUm1 { width:20rem;height:12.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZViBfJTAdFLOh3qrI2EZFJk0rWGmTSNU { width:11.625rem;height:3.4375rem;top:7.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tldRdIVS0d8Ta2mJPHSs3QU8855TV7Wm { display:block; }
 }@media only screen and (max-width: 763px) { #S7Zx9kAk5ScGUEayDAwEdX1OdvCTAB07 { display:flex;width:2.1875rem;height:2.1875rem;top:8.1875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x { display:block; }#qKda5N5nC5UT1ok6AsJ0TbeN1HlTnm7x > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMG3nukm0d2axuxQA9CmOoEPIxCZwxNM { width:20rem;height:26.75rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7Jz8Tve6mhS4ZDD1X8K3qwdwc8SmRm { width:20rem;height:6.597625rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR9SwiiQXx2n9yq3HNJdag0cbToubW70 { width:20rem;height:19.875rem;top:11.921875rem;left:0rem;font-size:0.875rem;display:block; }#JR9SwiiQXx2n9yq3HNJdag0cbToubW70 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #Sn64CBI5Cyp3hHXnEQBF242V4xoLF79q { width:20rem;height:3.4375rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtZMsR44OolBiJLLGHJpImSmVgxHUTpv { display:block; }
 }@media only screen and (max-width: 763px) { #HyuTOKeNtPdR5MUUXoTMu7kLvLZy9anl { display:flex;width:2.1875rem;height:2.1875rem;top:82rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xiFglG5KNTGT2eCzczwJZazbNGD5SSNn { width:20rem;height:18.5625rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }#xiFglG5KNTGT2eCzczwJZazbNGD5SSNn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #QS45eQ0HEDEKZibqrFWpIexSq6GpyFsy { width:20rem;height:24.8125rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThHdZTLmB6cOaa713ZPagWE8yviWBGur { width:16.6875rem;height:8.4375rem;top:68.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fTZxMI7oMgKhwGhIgluuidQq0Gz6fe { display:flex;width:3.4375rem;height:3.4375rem;top:63.6875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC { display:none; }#GamgCvwXxnE1Te1nUsZCW7AiEarcvrSC > .row .container { width:20rem;height:64.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SX1Tik0gtwwtw4oIEfXQdn2EvFLo2Oq8 { width:20rem;height:3.298825rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi { width:20rem;height:27.5rem;top:28.98535rem;left:0rem;font-size:0.875rem;display:block; }#C54mDD2rGpeZrrPpI3gTQiJcCxcCHpCi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #uHK68Rrp7k74OQgNT3WrunZJuNMbS91A { width:20rem;height:20.625rem;top:7.67285rem;left:0rem;font-size:0.875rem;display:block; }#uHK68Rrp7k74OQgNT3WrunZJuNMbS91A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #UDPm9lMDcxHw4ZR3ofACAkFxAlJ3h6fT { width:17.25rem;height:3.4375rem;top:58.29785rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPK9TcTanSMB1ESm2d0b31Gwn1tMmaBt { display:block; }
 }@media only screen and (max-width: 763px) { #JFXXGE2EPOLEwPzVQdto8tT88CePJsDX { display:block; }#JFXXGE2EPOLEwPzVQdto8tT88CePJsDX > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { width:15.25rem;height:1.21875rem;top:22rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0qpApQklTQolGpGT0ad9k4t156TAXIH { width:20rem;height:7.3125rem;top:24.25rem;left:0rem;font-size:0.9375rem;display:block; }#e0qpApQklTQolGpGT0ad9k4t156TAXIH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
 }@media only screen and (max-width: 763px) { #pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu { width:20rem;height:12.40625rem;top:37.0625rem;left:0rem;font-size:0.9375rem;display:block; }#pWTUL0mno32yuaXiSTVTNyhPHOfv8BKu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
 }@media only screen and (max-width: 763px) { #P2VZKv4RD1AqyAe0vOZEMT4wlXbppBGq { width:20rem;height:1.21875rem;top:34.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ { width:20rem;height:10.8125rem;top:8.0625rem;left:0rem;font-size:0.9375rem;display:block; }#Wypi1QeUfGK79G5Hnyb0AHfb0Zd55UTZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bda0bbed24258043ac5dbd4db84c8edd1ea8dca5.svg); }
 }@media only screen and (max-width: 763px) { #QZvRmdmLr29cxpBf9hgDRekOQyTAOiiz { width:17.25rem;height:3.4375rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QuccK39qT4WIz5VN3qzLHQiAD1UVEn { display:block; }
 }@media only screen and (max-width: 763px) { #QTMZSMMn9DQGEEsocpsWG2ACSghPZ15L { width:20rem;height:2.4375rem;top:52.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u83k6RysxpViPnxEedNM6TQb8z055Xfg { width:14.5rem;height:2.4375rem;top:3.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 { display:block; }#iaBaP4OqSEI7XWzRAnLAXS6rSCSbpXe6 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvmREuZQA5PZVtTnF2s6sWHX70e7wLaA { width:20rem;height:6.75rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPrCOCO6fHFNV9Vpm5WTTkTK9CDFJwA4 { width:15.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHgAv9JIFsxFCb5nrInQ3L5VTIQvaIh { display:block; }
 }@media only screen and (max-width: 763px) { #dwiBTTf2z4JraQ4bVcDFoWPIy6QxvSgg { display:flex;width:2.1875rem;height:2.1875rem;top:29.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RSw5QJaIkvi6SGhIh1HsAQdSgTnv3fO0 { width:18.1875rem;height:15rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI { width:20rem;height:22.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { width:20rem;height:5.7744125rem;top:27.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { width:19.375rem;height:6.796875rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c76CRunebA7SLmDbFO47wxVmH5Trr2DR { width:18.5rem;height:12.6875rem;top:44.1875rem;left:0rem;font-size:0.875rem;display:block; }#c76CRunebA7SLmDbFO47wxVmH5Trr2DR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_35231af3cd109ba8fd9c6c29aa24d71685972de9.svg); }
 }@media only screen and (max-width: 763px) { #TxiKuN9lGfUGuycswsmxIIGqZKWmL2FE { width:19.125rem;height:3.4375rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrWBOgnmZLupoIB9tlr8VnKrEcNCb3e6 { display:block; }
 }@media only screen and (max-width: 763px) { #Pipt60GiphMpSg8JtIoL2qighygHtnfJ { display:flex;width:2.1875rem;height:2.1875rem;top:60.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l { background-color:#254e4f;background-image:none;display:block; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container { background-color: transparent; background-image: none; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container > .video-iframe-container { display: none; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row > .video-iframe-container { display: none; }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .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); }#rx5sTG1Br7MVMzHa2gxGT0TJJMeGrT0l > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG1yG7RDs8TphAKHcB2o9uTS15nDFhQR { width:17.1875rem;height:6.597625rem;top:3.701171875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO { display:block; }#l7S9zA92Kn9oRAOA97Eq4d5yTCdl5dOO > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vopp0C9e95JZvqiRulJ0FILBTNRk0xR6 { width:20rem;height:12.75rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMJzOAKeW9Bo3KZGQCv5miTcN0aRJeH { width:20rem;height:11.15625rem;top:24.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slFA6HMxKI1iLCeHccp2rPxK6sXXCSam { width:20rem;height:9.5625rem;top:41.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gp4Ee9JcIgZAIdG2g2DNMwpPLTNRHm { display:flex;width:3.125rem;height:3.125rem;top:1.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBfoquhF770XT8gMqJ93R4H1KQc80BA2 { display:flex;width:3.125rem;height:3.125rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Za0NZJt1vGKr7RLFeuCAooUcPK3PqTfZ { display:flex;width:3.125rem;height:3.125rem;top:37.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #niDlOsZytmK1xxhIZx74FPutTaTsvE5i { width:0.0625rem;height:20rem;top:50rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8k5w9mua9x5N412AwTZdEMftROyhJbU { width:0.0625rem;height:20rem;top:71.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC { display:block; }#V2Ap6hR7IFUKTzKErFilkloCkqcFJhOC > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oO2OJm3SxSeIBRN5wcTqB75hzJghq5T1 { width:20rem;height:11.15625rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8QRKDuE0lTbdDwovfFrWft7ownzag3Q { width:20rem;height:15.9375rem;top:22.40625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCKGPlDTT5q1Sv2sFkKTgNuUz2pg7toE { width:20rem;height:9.5625rem;top:43.96875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLrumxdUakJzbcX3Df78c6llynvm6Ufk { display:flex;width:3.125rem;height:3.125rem;top:1.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dFv39KFcc3WBelHRDCOgBTEeSCIeQvsL { display:flex;width:3.125rem;height:3.125rem;top:18.40625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhxS0cg7U9z86JaFphs9VUC8N3TUOyQh { display:flex;width:3.125rem;height:3.125rem;top:40.15625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L3rH4TgZ0Dt7UtIcuzV2tB3ffm17DeHi { width:0.0625rem;height:22.9375rem;top:54.78125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQRNLML01PNrNV8inDFSAzZILiJDvJOA { width:0.0625rem;height:22.9375rem;top:78.96875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HE6wv2LSMQReBia3COWU8kyvB2l6XnTD { display:block; }#HE6wv2LSMQReBia3COWU8kyvB2l6XnTD > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmTFvx6UQpSLuoMdsThzN4wIwdtofk6R { width:19.125rem;height:3.4375rem;top:53.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGCJD5w5nBWTkLLKq5ot8zudJl7JtQpD { display:block; }
 }@media only screen and (max-width: 763px) { #Hn57PumOgOEHTlK0LuIJ2XqfTvwmOwec { width:15.4375rem;height:2.5996125rem;top:3.375rem;left:2.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIyNaEEATVKFI4d2AB4KCNHugaNuPeH { width:12rem;height:2.923825rem;top:5.974609375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nns9k7FIHZT1Wt0yL6zNtDnbX3VwdzKh { width:15.4375rem;height:2.5996125rem;top:12.5625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8IcZdhCIzEv1vb8uOBTQyyoXwLi01g { width:14.9375rem;height:2.923825rem;top:15.162109375rem;left:2.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOS6LVv5eOLpgZlhb0xrF3lE2vUQhPv8 { width:15.4375rem;height:2.5996125rem;top:22.8125rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mukyofxX1yzlb9VoOwIGpfDbTnOLHf { width:14.375rem;height:2.923825rem;top:25.412109375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubINB6nKpM7N5s3vgm1zb8dwcG3dtVZ0 { width:14.25rem;height:2.923825rem;top:35.3984375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmMG2L0my6Z1Q8iAhOaPP5swrs2Bc1IJ { width:17.625rem;height:4.38574375rem;top:44.185546875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q693xvU7TBTlhhynkBCISSGeBIoZzFbh { width:18.1875rem;height:2.5996125rem;top:31.986328125rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrTV5cEwrfOOvZwtmo5RHof2gPIvn1bP { width:15.4375rem;height:2.5996125rem;top:41.2734375rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79DaOwLqO92hDTzfu9KfIxvr5kk7khX { display:block; }#H79DaOwLqO92hDTzfu9KfIxvr5kk7khX > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMDXfXnIolh0eAhX3LRw9dboVzwIvx8I { width:4.8125rem;height:4.8125rem;top:8.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXl6KhwHBRppJkUrpHKCUQsH4qLQMgWQ { width:7.1875rem;height:5.375rem;top:36.25625038147rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOmsuVs6LgxysfFUAUS4Sd3XO2SUQ7X2 { width:6.375rem;height:2.125rem;top:9.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLr4ublD1aEOam8SwvIlWGPW9B12Pm2 { width:10.4375rem;height:2.25rem;top:44.745833396912rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLpU85FEk2AVCHFVdvA3rL3Vadk7E4UM { width:4.4375rem;height:3.9375rem;top:24.349999427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSUDi15O4ydIdJ7pSZbsrkuRnK42peM { width:6.6875rem;height:6.6875rem;top:35.35000038147rem;left:13.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fUZyOUUubTR2eHo6zq1SsXK9r4ofXly2 { width:6.625rem;height:2.875rem;top:25.908332824707rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrWPzbiBAMXiRFz2MRNLFZKqnA9TVG6 { width:5.8125rem;height:4.75rem;top:36.72500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFnFZWw5v1zAQuCNMCBnEJ25TrGCeDo { width:5.375rem;height:2.5rem;top:25.443749427796rem;left:6.6723802133744rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQbk7y8NheD9lQQdoz8Sp3KIkDsBLw7 { width:8.1875rem;height:3.6875rem;top:44.027083396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT7buJFi7aOpahTitrCDrxCaQw6T0Un9 { width:5.6875rem;height:1.25rem;top:15.162109375rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1BWUqoKXnWwiIqAlvPIxwWevAEFDZmc { width:6.875rem;height:6.875rem;top:16.35000038147rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Sr21XyFAVa6xFhpDs5wGddepiwtwtD { width:3.5625rem;height:3.875rem;top:30.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HteaUphRHI0WxUHCcJFervMWk3Z3JzQA { width:6.3125rem;height:6.3125rem;top:17.25625038147rem;left:6.4333333969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzyyzKDev8nqKapKKIblR9qRddbT4hx { width:5.3125rem;height:5.3125rem;top:30.068749427796rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #timZwSXPaRENW4H6AQbvbLHbOL7ybIdJ { width:4.875rem;height:2.375rem;top:14.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGb8dSI52kbzO1lzPr8gT2BWaBIn47cT { width:5.875rem;height:1.9375rem;top:14.474609375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvBECUS1kiCVXGWoE76FkhmazpsaLoU7 { width:6.5625rem;height:1.9375rem;top:9.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Atse3CngS3N8QRVWUnbyMdL76MUC2T { width:5.875rem;height:4.375rem;top:18.224987983704rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKhpUJkEBpvBvAVeGU4t1oxlyHXpVI0d { width:7rem;height:2.125rem;top:31.662499427796rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8h23RDTOQd8Z71XJ1EMwcPbMT1AboW { width:17.875rem;height:3.8496125rem;top:2.7451171875rem;left:1.0625rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 { display:block; }#xS85a0S2CcCxWtNN4w3ROa9pDnyZmtv1 > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KunshBZ1Oydd1sOyMUgNfTlu9xtlAZBS { width:20rem;height:24.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF { width:20rem;height:43.3955rem;top:38.3046875rem;left:0rem;font-size:1rem;display:block; }#Hi6GJRMz5TNTciuTt5TDXb0OcdXvbLCF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_baa6e94ab5a73ca680be2e6c3ba4d110d4348b53.svg); }
 }@media only screen and (max-width: 763px) { #gxBBnSN3N0mhr6SvmmhGnD1QUTrK1hmE { width:20rem;height:1.4433625rem;top:35.03125rem;left:0rem;font-size:1.3125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHqeduHmsZ5rmqQ56vAb53NvE3BC1cXL { width:18.75rem;height:5.25rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxGJRUpCnEp8TfiqbTiyVTvdfBo6TghN { display:flex;width:2.25rem;height:2.25rem;top:28.1875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #VI0FQVd2QumUFbQka47kXh7uVk1O6KuS { width:13.8125rem;height:1.7871125rem;top:28.625rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XegURGKfBpmxJTrulNGTdHVvHs3LtwlO { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container { background-color: transparent; background-image: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container > .video-iframe-container { display: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row > .video-iframe-container { display: none; }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .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); }#XegURGKfBpmxJTrulNGTdHVvHs3LtwlO > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTzaIuIGwsqysG2dgrNXUKrerQ7Sbprd { width:14rem;height:3.75rem;top:2.65625rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#3e6a6b;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP { display:block; }#WkTZOTEEfU0vyMRif6FqZDOFTHaVxazP > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrOldgTlxzaATXCrLULkWwSvUv3ZI1Py { width:20rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftON0RDSW9RuMibHcp7o8LGczlOZnnp { width:20rem;height:7.5rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJDWaOfDgGHVnT62T30zuW2ekfi17UvS { width:20rem;height:14rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWX608H33DXQmhNIw22kqEb2mMEBkhmF { width:2.5rem;height:2.5rem;top:0.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blZPEx7s4yRf3n8H1uZ3sawUyE9OL496 { width:2.5rem;height:2.5rem;top:12.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyrJDpZTx51h1gHd34iwvFIwHfx6Rnem { width:2.5rem;height:2.5rem;top:20.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGkMX1f1nE1ISKHqhR9RVyitm092qAGT { display:block; }#JGkMX1f1nE1ISKHqhR9RVyitm092qAGT > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBuHGFIxQkkZkicEA09dbdkAgk29Wdh3 { width:20rem;height:9.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq6Xl2sVv6P9zCLuUgIm4fBQs66sE84z { width:20rem;height:11.75rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7OLADRuzN1ewwmvSa4Gn6aPLmL0Q63 { width:20rem;height:8.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1uZEgsZciKDNDBvTnxM55L560R9bRna { width:2.5rem;height:2.5rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s23UDtZ3SNIGTcMTiVL7M9NSOMZ4ELd1 { width:2.5rem;height:2.5rem;top:10.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaq6aSIlFTDa1KGGNP9DTDPiJCqcQ9ta { width:2.5rem;height:2.5rem;top:23.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbOS9aHg1oTvoxkb8E74DUczzggTA0xC { background-color:#2c5354;background-image:none;display:block; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container { background-color: transparent; background-image: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container > .video-iframe-container { display: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row > .video-iframe-container { display: none; }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .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); }#HbOS9aHg1oTvoxkb8E74DUczzggTA0xC > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REgZ0wdZdfefSGtuGPSH16KRDU2r55ze { width:14.8125rem;height:6.125rem;top:2.6240234375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzG146lGwvybTvTrMaaznU8BAFyXxTOF { width:19.125rem;height:3.4375rem;top:26.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBa8fxUrpV4sUPRisCl9WQmOqaMZT2kQ { display:block; }
 }@media only screen and (max-width: 763px) { #yxUXRT3JJpTN05e0EgmUGJuuBvoL8OLk { display:flex;width:2.1875rem;height:2.1875rem;top:27.5625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #nTDT6TaOibs5KfONwNRVbymL2vFyf3ct { width:20rem;height:5.361325rem;top:11.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um { width:9rem;height:1.69921875rem;top:32.1875rem;left:5.5rem;font-size:1rem;display:block; }#bBCwtwR2hWBv39D6EbAQIGWKWPGW77Um li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg); }
 }@media only screen and (max-width: 763px) { #fCnLfpuXWRhzw30KlTiWhtbf5BDr8aTq { width:13.8125rem;height:3.25rem;top:18.3125rem;left:3.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaT9FBUz9q7ebKfmQnCfxzN0xTKiwBTZ { width:13.0625rem;height:2.111325rem;top:22.505859375rem;left:3.46875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9wHFSns6fvlnZJsqJR43AQH7z7yfGI { display:flex;width:2.125rem;height:2.125rem;top:22.5rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #uhHTblTl9m2amgPtaB5z2fJqKmMThArm > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oskFL9qp24TlbT0TBLPbFkw61AVcngsd { width:4.6875rem;height:1.5rem;top:0.5625rem;left:12.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block; }
 }@media only screen and (max-width: 763px) { #racAECJSZuXOxiUUPmWNyugeisTTsTCb { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ywzfpzZqE833o3UEAfBAQLzPloRapE3K { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block; }
 }@media only screen and (max-width: 763px) { #Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { display:block; }
 }