.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,240,227;--color-primary-1:217,204,163;--color-primary-2:179,152,71;--color-primary-3:90,76,36;--color-primary-4:27,23,11;--color-secondary-0:222,248,232;--color-secondary-1:146,233,179;--color-secondary-2:37,211,102;--color-secondary-3:19,106,51;--color-secondary-4:6,32,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:97,97,97;--color-tertiary-4:0,0,0;--headlines-font-family:"Philosopher";--paragraphs-font-family:"manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container { background-color: transparent; background-image: none; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container > .video-iframe-container { display: none; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row > .video-iframe-container { display: none; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .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); }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container { border-width: 0; border-radius: 0; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8000d88d-b8de-49d1-8a0d-9d22ba2c2b2b/mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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(var(--color-tertiary-4),0.88); }#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(var(--color-tertiary-4),0.88); }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:49.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Fg4te2vPidoMaiJrMdLfavxxbCKtdg1f { 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:7.9375rem;width:15.125rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#r6vNT9k4xlaUamk4xPJriFXGd9kQSllT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.1875rem;left:0rem;height:11.0244375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzPnZay9GaxhAREAQTNk3T4n0guwsEOd { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:27.9375rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#MLwlezof8l2WBt9zWGDEJssDosopUDWJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.6875rem;left:0rem;display:block; }
#hE5wnwp6aOGlrWTS0c690ruO3EHiqTU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ed7nmCFqw7zQd5STETPJ4AHOMv7XsXpf { 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:15004;opacity:1;top:40.5rem;left:1.25rem; }
#CwhkoWCGdEG4szHBTTfHXC0Us09XkAiK { box-sizing:content-box;height:18.375rem;width:24.3125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ef115414-ced5-4ac2-bfaa-4727b350f58b/mv3.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:45.9375rem;display:block; }#CwhkoWCGdEG4szHBTTfHXC0Us09XkAiK.adaptive-delivery-prevent-bg, #CwhkoWCGdEG4szHBTTfHXC0Us09XkAiK.lazyload, #CwhkoWCGdEG4szHBTTfHXC0Us09XkAiK.lazyloading { background-image: none; }
#FS4wKlnkq5DxMGwpKb1UqwOmaTNztZ1A { box-sizing:content-box;height:18.375rem;width:23.5625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b85d4f65-8298-483c-a330-0dc24c8e8c85/CapturadeTela20250312as095034.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:62.125rem;display:block; }#FS4wKlnkq5DxMGwpKb1UqwOmaTNztZ1A.adaptive-delivery-prevent-bg, #FS4wKlnkq5DxMGwpKb1UqwOmaTNztZ1A.lazyload, #FS4wKlnkq5DxMGwpKb1UqwOmaTNztZ1A.lazyloading { background-image: none; }
#ZLocBWMDl9bkXtgzTNvGKxp4EOEJp6Bs { box-sizing:content-box;height:18.375rem;width:14.625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6439eb8-ac43-40d0-af81-1268f78f76c1/CapturadeTela20250312as095133.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:45.9375rem;display:block; }#ZLocBWMDl9bkXtgzTNvGKxp4EOEJp6Bs.adaptive-delivery-prevent-bg, #ZLocBWMDl9bkXtgzTNvGKxp4EOEJp6Bs.lazyload, #ZLocBWMDl9bkXtgzTNvGKxp4EOEJp6Bs.lazyloading { background-image: none; }
#CAMyZwxyWggeEdHl77KOgEhSdEde3c2k { box-sizing:content-box;height:18.375rem;width:13.8125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7df9a67f-b186-41c5-b258-897dd75723fc/CapturadeTela20250312as095217.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:71.8125rem;display:block; }#CAMyZwxyWggeEdHl77KOgEhSdEde3c2k.adaptive-delivery-prevent-bg, #CAMyZwxyWggeEdHl77KOgEhSdEde3c2k.lazyload, #CAMyZwxyWggeEdHl77KOgEhSdEde3c2k.lazyloading { background-image: none; }
#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB { position:relative;display:none; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB { border-width: 0; border-radius: 0; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .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; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bFCwReZODN3u6shgCehskk6oZncmseSR { position:relative;display:block; }#bFCwReZODN3u6shgCehskk6oZncmseSR { background-color: transparent; background-image: none; }#bFCwReZODN3u6shgCehskk6oZncmseSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row .container > .video-iframe-container { display: none; }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row > .video-iframe-container { display: none; }#bFCwReZODN3u6shgCehskk6oZncmseSR > .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); }#bFCwReZODN3u6shgCehskk6oZncmseSR { border-width: 0; border-radius: 0; }#bFCwReZODN3u6shgCehskk6oZncmseSR > .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; }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.125rem;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; }#HB5Lh8GEfMukwVT2bTE2VbwTP56CTAds { color:rgba(var(--color-tertiary-3),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.75rem;left:22.1875rem;height:5.7734375rem;text-align:center;text-align-last:center;display:block; }
#KciSxRgSVIcUeLbF9TI5JvyvGarIBPkW { color:rgba(var(--color-tertiary-3),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13.5rem;left:16.75rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaA24oK8tfaE04bukeACEBrXDAI1JAnp { box-sizing:content-box;height:23.4375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ef115414-ced5-4ac2-bfaa-4727b350f58b/mv3.format_auto.avif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.25rem;left:0rem;display:block; }#ZaA24oK8tfaE04bukeACEBrXDAI1JAnp.adaptive-delivery-prevent-bg, #ZaA24oK8tfaE04bukeACEBrXDAI1JAnp.lazyload, #ZaA24oK8tfaE04bukeACEBrXDAI1JAnp.lazyloading { background-image: none; }
#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container { background-color: transparent; background-image: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container > .video-iframe-container { display: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row > .video-iframe-container { display: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .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); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container { border-width: 0; border-radius: 0; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#yxFUfVoi0xAoPgOdvfspBmASfoi74zG8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:8.660125rem;display:block; }
#Idc0TwTTnni8IfhzIUDdF6mNaELENTUx { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:17.5rem;left:0rem;height:7.125rem;font-style:normal;display:block; }
#AhB4futOxK97zkEVwTlctMesTLlauHHd { box-sizing:content-box;height:49.6875rem;width:51.375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53751fbd-ed12-45c0-856a-8f65811a1922/hotel.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:46.0625rem;display:block; }#AhB4futOxK97zkEVwTlctMesTLlauHHd.adaptive-delivery-prevent-bg, #AhB4futOxK97zkEVwTlctMesTLlauHHd.lazyload, #AhB4futOxK97zkEVwTlctMesTLlauHHd.lazyloading { background-image: none; }
#Ro5TTuibpyc1PatKHlyCWrR6AThZmzgg { box-sizing:content-box;height:38.4375rem;width:25.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/77f5c5dd-b41e-4eff-aa93-f1da553cc483/9d9c09994aPhotoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:35.892578125rem;display:block; }#Ro5TTuibpyc1PatKHlyCWrR6AThZmzgg.adaptive-delivery-prevent-bg, #Ro5TTuibpyc1PatKHlyCWrR6AThZmzgg.lazyload, #Ro5TTuibpyc1PatKHlyCWrR6AThZmzgg.lazyloading { background-image: none; }
#c6laBnuL5nuhBB74x0ghBECtT5UdiTVG { color:rgba(var(--color-tertiary-3),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:;display:block; }#c6laBnuL5nuhBB74x0ghBECtT5UdiTVG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c6laBnuL5nuhBB74x0ghBECtT5UdiTVG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4fc9714fbe2def4a37031d6726a06d1f3809845.svg); }
#nSw5QgxxUUA7i55hNBu3nMOws7HbXCzE { box-sizing:content-box;height:0.0625rem;width:59.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.125rem;left:-34.375rem;display:block; }
#VASe3JcSeUZx0UCZy2fQ3gqI06xf7y5d { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.5625rem;left:0rem;display:block; }
#OX4wup0MLvsK4Re46HfGNMZBTvzycrJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWmZ9H43VmOnNrVkp0JAw5icw9rVRRbw { color:rgba(var(--color-tertiary-0),0.05);display:block;width:55.625rem;position:absolute;font-family:quentin;font-size:14.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45.5rem;left:19.375rem;height:19.1748125rem;display:block; }
#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container { background-color: transparent; background-image: none; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container > .video-iframe-container { display: none; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row > .video-iframe-container { display: none; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .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); }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container { border-width: 0; border-radius: 0; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#K65RRv6vQJT2G21vP33RWzcDIZNcpux3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.724609375rem;left:0rem;height:4.673825rem;font-style:normal;display:block; }
#v9DJl74F5QwIo0TtwMhR6egaxw9eneWx { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:7.21875rem;left:18.875rem;height:4rem;display:block; }
#l5hgFfUImQ2V6ILIJF2F1xRSp8nfEUXG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.466796875rem;left:56.3125rem;display:block; }
#mtcTT9dSShJvnBOau4l5G4Tudg7n6WVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIn3osylMBpmohDzsbczNHanZWi1uLfu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.5625rem;left:7.1875rem;display:none; }
#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container { background-color: transparent; background-image: none; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container > .video-iframe-container { display: none; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row > .video-iframe-container { display: none; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .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); }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container { border-width: 0; border-radius: 0; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#Zd6oBBqasIgqiuaeEtP6HuF5mxKp5Pyf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:58.6875rem;height:2.923825rem;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; }
#B03klJtTmbvkawFeIpNZggOEQAkze0F2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.5625rem;left:54.8125rem; }
#pxd1SOuvnlTuw5WkgSHRlwGoUZaQ8Rzv { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:30.3125rem;height:2.923825rem;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; }
#n7Twlr1BaWepLAqzEhrsWpddl6I0nefh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.4375rem;left:26.5rem; }
#Bcw9RpF8vLqyeiQq4Mg4dRV4mBXouqmc { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.75rem;height:2.923825rem;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; }
#Lrt6I8wo5yTWaDsN2TllIgKGU3uQoF6o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.5625rem;left:0rem; }
#L89tknDSKmDdwXII1PpydxyprhcNntqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container { background-color: transparent; background-image: none; }#L89tknDSKmDdwXII1PpydxyprhcNntqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container > .video-iframe-container { display: none; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row > .video-iframe-container { display: none; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .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); }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container { border-width: 0; border-radius: 0; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#UxCM49x7BIz6Ipem1163vBnJu6LJ4JaA { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:58.6875rem;height:2.923825rem;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; }
#pgb2nCWeHPOVI1iTsOHX2RhTKHqr4fsQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.4296875rem;left:54.4375rem; }
#goOZww604TyEw54rwHaGMOATE1ITC1QR { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.3125rem;height:2.923825rem;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; }
#T5wCXbHBf2Mu2970tvDdyx46z5TcDIGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.5546875rem;left:26.25rem; }
#ci2xD9DfR9Zk30gUEyJd7U0oVeJ9TiN6 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.75rem;height:2.923825rem;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; }
#Gitx22TosPTrAbRZ2RKSvtd2Q0CvXiPM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.8125rem;left:0rem; }
#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs { position:relative;display:none; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs { border-width: 0; border-radius: 0; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .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; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container { background-color: transparent; background-image: none; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container > .video-iframe-container { display: none; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row > .video-iframe-container { display: none; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .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); }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container { border-width: 0; border-radius: 0; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#MG02I8xtvOgFObgAKEnNBRslS4qIZE6L { box-sizing:content-box;height:23.375rem;width:45.6875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/016b8136-ed3d-4546-a9f6-0bd9c350a2af/IMG_11601.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9375rem;left:-28.5rem;display:block; }#MG02I8xtvOgFObgAKEnNBRslS4qIZE6L.adaptive-delivery-prevent-bg, #MG02I8xtvOgFObgAKEnNBRslS4qIZE6L.lazyload, #MG02I8xtvOgFObgAKEnNBRslS4qIZE6L.lazyloading { background-image: none; }
#eZlGDQ6Wv0giVE11nQTfh60PtUKC3MQX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:41.5rem;height:8.660125rem;display:block; }
#pBWM2BSglbR79SodTL7d7oPGZXGrJTeZ { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.75rem;left:41.5rem;height:5.34375rem;font-style:normal;display:block; }
#Q3QfI8bSqXIAtVKWHytQI6elsm7qaRP3 { box-sizing:content-box;height:23.375rem;width:17.4375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/669e5a95-2dba-48f1-80e3-b2c595427730/IMG_1146.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6rem;left:18.5rem;display:block; }#Q3QfI8bSqXIAtVKWHytQI6elsm7qaRP3.adaptive-delivery-prevent-bg, #Q3QfI8bSqXIAtVKWHytQI6elsm7qaRP3.lazyload, #Q3QfI8bSqXIAtVKWHytQI6elsm7qaRP3.lazyloading { background-image: none; }
#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 { position:relative;display:none; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 { border-width: 0; border-radius: 0; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .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; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ { position:relative;display:block; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ { background-color: transparent; background-image: none; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row .container > .video-iframe-container { display: none; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row > .video-iframe-container { display: none; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .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); }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ { border-width: 0; border-radius: 0; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .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; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iRVkOCKBFVx04vqMWSBDCQAPsmtb2Oln { box-sizing:content-box;height:23.375rem;width:37.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abd4c6e5-04aa-443e-9cae-4b73eb0f6b18/_MG_9041.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:60.3125rem;display:block; }#iRVkOCKBFVx04vqMWSBDCQAPsmtb2Oln.adaptive-delivery-prevent-bg, #iRVkOCKBFVx04vqMWSBDCQAPsmtb2Oln.lazyload, #iRVkOCKBFVx04vqMWSBDCQAPsmtb2Oln.lazyloading { background-image: none; }
#V4Mo0IIx03cfizlugfCKMMCkxLKXm9y7 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:10.5rem;left:15.1875rem;height:5.7734375rem;text-align:right;text-align-last:right;display:block; }
#Wogt02SlSo3TMDPTzGwUAtVW6laxcccl { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.375rem;left:5.1875rem;height:7.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bQ7eClnKIogzsERI62xQPCBtvbmugNUV { box-sizing:content-box;height:23.375rem;width:17.4375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7df9a67f-b186-41c5-b258-897dd75723fc/CapturadeTela20250312as095217.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.5rem;display:block; }#bQ7eClnKIogzsERI62xQPCBtvbmugNUV.adaptive-delivery-prevent-bg, #bQ7eClnKIogzsERI62xQPCBtvbmugNUV.lazyload, #bQ7eClnKIogzsERI62xQPCBtvbmugNUV.lazyloading { background-image: none; }
#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61816feb-e9e2-45f7-b27d-d315c3999e5c/studio.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; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis.adaptive-delivery-prevent-bg, #JWiws7WgiCZh5spgQfG7EPA5lI7mZqis.lazyload, #JWiws7WgiCZh5spgQfG7EPA5lI7mZqis.lazyloading { background-image: none; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container { background-color: transparent; background-image: none; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container > .video-iframe-container { display: none; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row > .video-iframe-container { display: none; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .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); }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container { border-width: 0; border-radius: 0; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis::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; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#EEs5Pd67CgPJH1NyeU3pQaiPd8pWGBUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:6.1875rem;left:35.9375rem; }
#Se0gi3fBXUGHiSwlu9PTGkSe7W8XIMRW { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.0625rem;left:24.6875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oonnlRNKICHDWwoJX6QpfNaIymcBtMWK { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6875rem;left:21.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IhZGl1Gxp0Wuxp01PZRFIXd662OpWwQg { background-color:transparent;background-image:none;border-top:0.125rem solid #e3c05e;border-left:0.125rem solid #e3c05e;border-right:0.125rem solid #e3c05e;border-bottom:0.125rem solid #e3c05e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e3c05e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.4375rem;left:28.1875rem;display:block; }
#ZQoKTElfvgZGw6GQFEctd4Fl4JbQX3ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container { background-color: transparent; background-image: none; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container > .video-iframe-container { display: none; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row > .video-iframe-container { display: none; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .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); }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container { border-width: 0; border-radius: 0; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#JbS1yvpZaiiSeTgFvnO6CDEfeagCXywC { box-sizing:content-box;height:23.375rem;width:45.6875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdb27d11-7cb1-446d-a02b-632f62d20110/753c1e_3c5379426ff946a6ab33d7f0fbe84ff5mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9375rem;left:-28.5rem;display:block; }#JbS1yvpZaiiSeTgFvnO6CDEfeagCXywC.adaptive-delivery-prevent-bg, #JbS1yvpZaiiSeTgFvnO6CDEfeagCXywC.lazyload, #JbS1yvpZaiiSeTgFvnO6CDEfeagCXywC.lazyloading { background-image: none; }
#xvM8Icz1rgwexSHArFiZ2dSlgpaawCUg { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:41.5rem;height:8.660125rem;display:block; }
#LMHyFvTkTrXgdOZFuRHvhEgQp287ghUB { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.75rem;left:41.5rem;height:7.125rem;font-style:normal;display:block; }
#W5JWi0o71xuSr9Bm8aXcDCqntKcuNmxN { box-sizing:content-box;height:23.375rem;width:17.4375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35415ec3-8afa-4e85-bdb0-0b07fd644e71/CapturadeTela20250312as095200.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6rem;left:18.5rem;display:block; }#W5JWi0o71xuSr9Bm8aXcDCqntKcuNmxN.adaptive-delivery-prevent-bg, #W5JWi0o71xuSr9Bm8aXcDCqntKcuNmxN.lazyload, #W5JWi0o71xuSr9Bm8aXcDCqntKcuNmxN.lazyloading { background-image: none; }
#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 { position:relative;display:none; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 { border-width: 0; border-radius: 0; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .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; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container { background-color: transparent; background-image: none; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container > .video-iframe-container { display: none; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row > .video-iframe-container { display: none; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .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); }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container { border-width: 0; border-radius: 0; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#KNJ9lTw36iJiw6BpzytZNF2hI1TaykgU { box-sizing:content-box;height:20.75rem;width:32rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f02ab0f-558c-4717-9dd9-95b904c8eb85/_MG_8835Editar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.1875rem;left:0rem;display:block; }#KNJ9lTw36iJiw6BpzytZNF2hI1TaykgU.adaptive-delivery-prevent-bg, #KNJ9lTw36iJiw6BpzytZNF2hI1TaykgU.lazyload, #KNJ9lTw36iJiw6BpzytZNF2hI1TaykgU.lazyloading { background-image: none; }
#r67TKiBLG5pUuGiCxnHH0V3kuPP4V3iJ { box-sizing:content-box;height:20.75rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f3afbe28-7fd1-454a-b7e4-6dedc002aede/SUITE305BUSINESSCLASSVERTICAL19.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.1875rem;left:34.625rem;display:block; }#r67TKiBLG5pUuGiCxnHH0V3kuPP4V3iJ.adaptive-delivery-prevent-bg, #r67TKiBLG5pUuGiCxnHH0V3kuPP4V3iJ.lazyload, #r67TKiBLG5pUuGiCxnHH0V3kuPP4V3iJ.lazyloading { background-image: none; }
#sA6WblzgzypTEpTIlcOtx0wCDwhAh1TP { box-sizing:content-box;height:20.75rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/440f5fa3-da3b-44b8-a61a-a5bb322775a4/SUITE206PREMIUMVERTICAL7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.1875rem;left:56rem;display:block; }#sA6WblzgzypTEpTIlcOtx0wCDwhAh1TP.adaptive-delivery-prevent-bg, #sA6WblzgzypTEpTIlcOtx0wCDwhAh1TP.lazyload, #sA6WblzgzypTEpTIlcOtx0wCDwhAh1TP.lazyloading { background-image: none; }
#AccQDrpR8fTDTZuAq0rHfrHrWeZ81NNy { box-sizing:content-box;height:20.75rem;width:28.875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a45736f2-13ad-40ee-8feb-a6057fd5bc7f/SUITE305BUSINESSCLASSHORIZONTAL14.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.0625rem;left:46.125rem;display:block; }#AccQDrpR8fTDTZuAq0rHfrHrWeZ81NNy.adaptive-delivery-prevent-bg, #AccQDrpR8fTDTZuAq0rHfrHrWeZ81NNy.lazyload, #AccQDrpR8fTDTZuAq0rHfrHrWeZ81NNy.lazyloading { background-image: none; }
#k71SIiWAi1JcmAhCdT600J5S0gmGpV5k { box-sizing:content-box;height:20.75rem;width:14rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72e15ee7-bf21-4140-b6d8-241b09219934/SUITE305BUSINESSCLASSVERTICAL18.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.0625rem;left:0rem;display:block; }#k71SIiWAi1JcmAhCdT600J5S0gmGpV5k.adaptive-delivery-prevent-bg, #k71SIiWAi1JcmAhCdT600J5S0gmGpV5k.lazyload, #k71SIiWAi1JcmAhCdT600J5S0gmGpV5k.lazyloading { background-image: none; }
#lz5UvnEkBA1Ucbgf8eP0qlp7BA3riscz { box-sizing:content-box;height:20.75rem;width:26.625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b85d4f65-8298-483c-a330-0dc24c8e8c85/CapturadeTela20250312as095034.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.0625rem;left:16.625rem;display:block; }#lz5UvnEkBA1Ucbgf8eP0qlp7BA3riscz.adaptive-delivery-prevent-bg, #lz5UvnEkBA1Ucbgf8eP0qlp7BA3riscz.lazyload, #lz5UvnEkBA1Ucbgf8eP0qlp7BA3riscz.lazyloading { background-image: none; }
#oJGrxw72kQb0CBPVafIf3FtIdlR5IRA9 { color:rgba(37,37,37,0.19);display:block;width:39.75rem;position:absolute;font-family:quentin;font-size:10.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:32.6875rem;height:13.4873125rem;display:block; }
#JXTt9WETx3JPrP5gywyeKBkuoZg4z6XM { color:rgba(var(--color-tertiary-3),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:10.03125rem;left:34.625rem;height:2.3369125rem;display:block; }
#WdreyCQfBP42W5BI1ehkmDCQQ19TeqE6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.60546875rem;left:0rem;display:block; }
#Ucmy2GJe3iCV5deGBUdct1wuS3dTQVQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn { position:relative;display:block; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn { background-color: transparent; background-image: none; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row .container > .video-iframe-container { display: none; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row > .video-iframe-container { display: none; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .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); }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn { border-width: 0; border-radius: 0; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .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; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.8125rem;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; }#xZ6d0RUb3zbhNecVJFRVVIbgRc0xKAwQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.5625rem 1.5625rem 1.875rem rgba(var(--color-tertiary-4),0.19) ;height:40rem;width:22.5rem;top:2.125rem;left:45rem;display:block; }
#gNlhbPkN8b60UMRzSNCz0cUuiL27Ck2e { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:13.8125rem;left:6.125rem;height:7.8369375rem;text-align:right;text-align-last:right;display:block; }
#CwpMxvTtkC78kD3LTCKpS8wXITv6albx { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.875rem;left:-41.6875rem;display:block; }
#pWBCI6V7h851LKI5tJe3gBRa1WLdJHQE { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.3125rem;left:7.5rem;height:1.78125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container { background-color: transparent; background-image: none; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container > .video-iframe-container { display: none; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row > .video-iframe-container { display: none; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .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); }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container { border-width: 0; border-radius: 0; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;position:relative;display:block; }#AghI1AsiN4aTQBMebiqykEotbIGZQwEq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:8.660125rem;text-align:left;text-align-last:left;display:block; }
#PpS9VzKLKcUueTfyakgiBMAx5ztrk4Nr { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.4267578125rem;left:0rem;height:5.34375rem;font-style:normal;display:block; }
#MQS8BEWt7WnZ3CzARef2nXHTieBm8rMy { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.875rem;left:-57.5625rem;display:block; }
#ZRT5UGH5qEAFSPRie2KFenOITRAgBSOz { box-sizing:content-box;height:13.3125rem;width:25.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fd63d160-c518-478b-9fbf-1b1040768c73/CapturadeTela20250314as233453.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.3125rem;left:23.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);display:block; }#ZRT5UGH5qEAFSPRie2KFenOITRAgBSOz.adaptive-delivery-prevent-bg, #ZRT5UGH5qEAFSPRie2KFenOITRAgBSOz.lazyload, #ZRT5UGH5qEAFSPRie2KFenOITRAgBSOz.lazyloading { background-image: none; }
#uTswSDzFqCG4PEMFhb1DuqlOUCRzMnQV { box-sizing:content-box;height:15.3125rem;width:25.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2d4eb66c-1b5e-4a35-b94e-7e6ed54d7fd7/CapturadeTela20250314as233409.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.3125rem;left:49.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);display:block; }#uTswSDzFqCG4PEMFhb1DuqlOUCRzMnQV.adaptive-delivery-prevent-bg, #uTswSDzFqCG4PEMFhb1DuqlOUCRzMnQV.lazyload, #uTswSDzFqCG4PEMFhb1DuqlOUCRzMnQV.lazyloading { background-image: none; }
#KBuhw6C8MAJvTimDFPsVQTuCFWiAiuJb { box-sizing:content-box;height:17.5625rem;width:25.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f41f17d-e4e6-4a32-9966-9eb4ac63bf5d/CapturadeTela20250314as233511.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.8125rem;left:23.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);display:block; }#KBuhw6C8MAJvTimDFPsVQTuCFWiAiuJb.adaptive-delivery-prevent-bg, #KBuhw6C8MAJvTimDFPsVQTuCFWiAiuJb.lazyload, #KBuhw6C8MAJvTimDFPsVQTuCFWiAiuJb.lazyloading { background-image: none; }
#HmhOmoue3Ohd2S7yli889ZKtwttKw922 { box-sizing:content-box;height:13.875rem;width:25.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fc9e06c8-8065-40c4-85b6-ef9bf7668cca/CapturadeTela20250314as233535.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:38.9375rem;left:49.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);display:block; }#HmhOmoue3Ohd2S7yli889ZKtwttKw922.adaptive-delivery-prevent-bg, #HmhOmoue3Ohd2S7yli889ZKtwttKw922.lazyload, #HmhOmoue3Ohd2S7yli889ZKtwttKw922.lazyloading { background-image: none; }
#wDcS7pNznnUAbEDXKPv8kAEFxooQiEpz { box-sizing:content-box;height:13.25rem;width:25.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ad88e35-2897-4417-869a-2907a5b290d5/CapturadeTela20250314as233546.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:39.5625rem;left:23.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);display:block; }#wDcS7pNznnUAbEDXKPv8kAEFxooQiEpz.adaptive-delivery-prevent-bg, #wDcS7pNznnUAbEDXKPv8kAEFxooQiEpz.lazyload, #wDcS7pNznnUAbEDXKPv8kAEFxooQiEpz.lazyloading { background-image: none; }
#ZWTAzCM33naEGGSQ7gDrNGIOHrZtzGuR { box-sizing:content-box;height:14.875rem;width:25.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/faa54be8-9446-4dbb-99b0-946adf62a7f5/CapturadeTela20250314as233432.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.8125rem;left:49.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);display:block; }#ZWTAzCM33naEGGSQ7gDrNGIOHrZtzGuR.adaptive-delivery-prevent-bg, #ZWTAzCM33naEGGSQ7gDrNGIOHrZtzGuR.lazyload, #ZWTAzCM33naEGGSQ7gDrNGIOHrZtzGuR.lazyloading { background-image: none; }
#PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:26.9375rem;left:0rem;height:7.125rem;font-style:normal;display:block; }#PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3533658141e1023deec9c40309eeaf92355d9f01.svg); }
#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef115414-ced5-4ac2-bfaa-4727b350f58b/mv3.format_auto.avif");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; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2.adaptive-delivery-prevent-bg, #KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2.lazyload, #KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2.lazyloading { background-image: none; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container { background-color: transparent; background-image: none; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container > .video-iframe-container { display: none; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.88); }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row > .video-iframe-container { display: none; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .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); }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container { border-width: 0; border-radius: 0; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2::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; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#OKQu4gbOnlFBTTCmTyguNH5T8TzTgoiW { 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.1875rem;width:15.5rem;top:5rem;left:29.75rem;overflow:hidden;display:block; }
#i2LTmkTwWaisIT6LtkSlClrMCxTmG3cB { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.1875rem;left:28.15625rem;display:block; }
#XTME4cl9Bsv04lxntBfaBztKlDlnLO84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kA8N5pX3zy9iu2aPDHk7Jg3IeXFmvRCi { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.609375rem;left:25.6875rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.375rem;left:32.875rem;height:1.29980625rem;font-style:normal;display:block; }#z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f22a42d68b32a935f625a0636ecdc3fe84ee85a7.svg); }
#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; } #meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container { background-color: transparent; background-image: none; }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container > .video-iframe-container { display: none; }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row > .video-iframe-container { display: none; }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .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); }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container { border-width: 0; border-radius: 0; }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v { background-color: transparent; background-image: none; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row .container > .video-iframe-container { display: none; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row > .video-iframe-container { display: none; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .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); }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v { border-width: 0; border-radius: 0; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .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; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-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; }#iqJO1lxMFi0VcxOFUbuE7rZHW7v4NqcO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:64.0625rem;display:block; }
#o2UDWSkExgZAxTnQVFeSD5KnLTioKlBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3LkFITFLRS1X3ZhDly0UgndlmANaMmM { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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; }
#QWrtgdTR8rK2F2ikt0Cx7hiODdKH8ncw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-tertiary-0),1);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; }
#ByxCssQVvlqTgeeKFg0UW7ludxO23tUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDUPVIDZ13Sn1Gu46ifiLisxgFygapg2 { 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(var(--color-tertiary-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; }
#TzJGlX7fZEAhpDtkEI4BqKwau9Ren7Ob { 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) { #cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT { display:block; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container { width:47.75rem;position:relative;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) { #Fg4te2vPidoMaiJrMdLfavxxbCKtdg1f { width:15.125rem;height:7.9375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vNT9k4xlaUamk4xPJriFXGd9kQSllT { width:33.1875rem;height:11rem;top:15.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPnZay9GaxhAREAQTNk3T4n0guwsEOd { width:29.6875rem;height:7.5rem;top:27.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLwlezof8l2WBt9zWGDEJssDosopUDWJ { width:15.375rem;height:3.4375rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE5wnwp6aOGlrWTS0c690ruO3EHiqTU8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ed7nmCFqw7zQd5STETPJ4AHOMv7XsXpf { width:1.875rem;height:1.875rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwhkoWCGdEG4szHBTTfHXC0Us09XkAiK { width:24.3125rem;height:18.375rem;top:4.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS4wKlnkq5DxMGwpKb1UqwOmaTNztZ1A { width:23.5625rem;height:18.375rem;top:24.6875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLocBWMDl9bkXtgzTNvGKxp4EOEJp6Bs { width:14.625rem;height:18.375rem;top:24.6875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAMyZwxyWggeEdHl77KOgEhSdEde3c2k { width:13.8125rem;height:18.375rem;top:4.625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvi5aM48nKbKlacwUGu0iK1siGnQxZB { display:none; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bFCwReZODN3u6shgCehskk6oZncmseSR { display:block; }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HB5Lh8GEfMukwVT2bTE2VbwTP56CTAds { width:30.625rem;height:5.75rem;top:5.75rem;left:8.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KciSxRgSVIcUeLbF9TI5JvyvGarIBPkW { width:41.5rem;height:5.3125rem;top:13.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaA24oK8tfaE04bukeACEBrXDAI1JAnp { width:47.75rem;height:23.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO { display:block; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxFUfVoi0xAoPgOdvfspBmASfoi74zG8 { width:15.375rem;height:8.625rem;top:4.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idc0TwTTnni8IfhzIUDdF6mNaELENTUx { width:25.9375rem;height:7.125rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhB4futOxK97zkEVwTlctMesTLlauHHd { width:47.75rem;height:49.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5TTuibpyc1PatKHlyCWrR6AThZmzgg { width:25.125rem;height:38.4375rem;top:11.25rem;left:22.267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6laBnuL5nuhBB74x0ghBECtT5UdiTVG { width:32.125rem;height:;top:26.75rem;left:0rem;font-size:1rem;display:block; }#c6laBnuL5nuhBB74x0ghBECtT5UdiTVG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4fc9714fbe2def4a37031d6726a06d1f3809845.svg); }
 }@media only screen and (max-width: 763px) { #nSw5QgxxUUA7i55hNBu3nMOws7HbXCzE { width:47.75rem;height:0.0625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VASe3JcSeUZx0UCZy2fQ3gqI06xf7y5d { width:13rem;height:3.1875rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX4wup0MLvsK4Re46HfGNMZBTvzycrJr { display:block; }
 }@media only screen and (max-width: 763px) { #ZWmZ9H43VmOnNrVkp0JAw5icw9rVRRbw { width:47.75rem;height:19.125rem;top:45.5rem;left:0rem;font-size:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 { display:block; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K65RRv6vQJT2G21vP33RWzcDIZNcpux3 { width:14rem;height:4.625rem;top:6.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9DJl74F5QwIo0TtwMhR6egaxw9eneWx { width:32.9375rem;height:4rem;top:7.1875rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hgFfUImQ2V6ILIJF2F1xRSp8nfEUXG { width:18.6875rem;height:3.1875rem;top:7.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcTT9dSShJvnBOau4l5G4Tudg7n6WVM { display:block; }
 }@media only screen and (max-width: 763px) { #EIn3osylMBpmohDzsbczNHanZWi1uLfu { width:12.5rem;height:1.25rem;top:1.5625rem;left:0rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ { display:block; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd6oBBqasIgqiuaeEtP6HuF5mxKp5Pyf { width:16.3125rem;height:2.875rem;top:4.3125rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B03klJtTmbvkawFeIpNZggOEQAkze0F2 { width:2.4375rem;height:2.4375rem;top:4.5625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxd1SOuvnlTuw5WkgSHRlwGoUZaQ8Rzv { width:12.9375rem;height:2.875rem;top:4.3125rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Twlr1BaWepLAqzEhrsWpddl6I0nefh { width:2.4375rem;height:2.4375rem;top:4.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcw9RpF8vLqyeiQq4Mg4dRV4mBXouqmc { width:13.75rem;height:2.875rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrt6I8wo5yTWaDsN2TllIgKGU3uQoF6o { width:2.4375rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L89tknDSKmDdwXII1PpydxyprhcNntqu { display:block; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxCM49x7BIz6Ipem1163vBnJu6LJ4JaA { width:16.3125rem;height:2.875rem;top:4.5625rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgb2nCWeHPOVI1iTsOHX2RhTKHqr4fsQ { width:3.1875rem;height:3.1875rem;top:4.375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOZww604TyEw54rwHaGMOATE1ITC1QR { width:12.9375rem;height:2.875rem;top:4.5625rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5wCXbHBf2Mu2970tvDdyx46z5TcDIGT { width:2.9375rem;height:2.9375rem;top:4.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci2xD9DfR9Zk30gUEyJd7U0oVeJ9TiN6 { width:17.9375rem;height:2.9375rem;top:4.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gitx22TosPTrAbRZ2RKSvtd2Q0CvXiPM { width:2.4375rem;height:2.4375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs { display:none; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EzJUg8v15KolEWiT1uT36tixMBHL1Be1 { display:block; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MG02I8xtvOgFObgAKEnNBRslS4qIZE6L { width:45.6875rem;height:23.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZlGDQ6Wv0giVE11nQTfh60PtUKC3MQX { width:19.5625rem;height:8.625rem;top:8.3125rem;left:27.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBWM2BSglbR79SodTL7d7oPGZXGrJTeZ { width:25.9375rem;height:5.3125rem;top:19.75rem;left:21.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QfI8bSqXIAtVKWHytQI6elsm7qaRP3 { width:17.4375rem;height:23.375rem;top:6rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 { display:none; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xZdMk6TR6r0aRchf37nwQF4cI01knnQZ { display:block; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRVkOCKBFVx04vqMWSBDCQAPsmtb2Oln { width:37.125rem;height:23.375rem;top:5.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Mo0IIx03cfizlugfCKMMCkxLKXm9y7 { width:20.75rem;height:5.75rem;top:10.5rem;left:1.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wogt02SlSo3TMDPTzGwUAtVW6laxcccl { width:30.8125rem;height:7.125rem;top:19.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7eClnKIogzsERI62xQPCBtvbmugNUV { width:17.4375rem;height:23.375rem;top:5.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWiws7WgiCZh5spgQfG7EPA5lI7mZqis { display:block; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEs5Pd67CgPJH1NyeU3pQaiPd8pWGBUk { width:3.125rem;height:3.125rem;top:6.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se0gi3fBXUGHiSwlu9PTGkSe7W8XIMRW { width:25.6875rem;height:2.25rem;top:10.0625rem;left:11.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oonnlRNKICHDWwoJX6QpfNaIymcBtMWK { width:31.25rem;height:3.25rem;top:13.6875rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZGl1Gxp0Wuxp01PZRFIXd662OpWwQg { width:18.6875rem;height:3.1875rem;top:20.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQoKTElfvgZGw6GQFEctd4Fl4JbQX3ku { display:block; }
 }@media only screen and (max-width: 763px) { #fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx { display:block; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbS1yvpZaiiSeTgFvnO6CDEfeagCXywC { width:45.6875rem;height:23.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvM8Icz1rgwexSHArFiZ2dSlgpaawCUg { width:19.5625rem;height:8.625rem;top:8.3125rem;left:27.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMHyFvTkTrXgdOZFuRHvhEgQp287ghUB { width:25.9375rem;height:7.125rem;top:19.75rem;left:21.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5JWi0o71xuSr9Bm8aXcDCqntKcuNmxN { width:17.4375rem;height:23.375rem;top:6rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 { display:none; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d { display:block; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNJ9lTw36iJiw6BpzytZNF2hI1TaykgU { width:32rem;height:20.75rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67TKiBLG5pUuGiCxnHH0V3kuPP4V3iJ { width:19rem;height:20.75rem;top:16.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA6WblzgzypTEpTIlcOtx0wCDwhAh1TP { width:19rem;height:20.75rem;top:16.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AccQDrpR8fTDTZuAq0rHfrHrWeZ81NNy { width:28.875rem;height:20.75rem;top:39.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k71SIiWAi1JcmAhCdT600J5S0gmGpV5k { width:14rem;height:20.75rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz5UvnEkBA1Ucbgf8eP0qlp7BA3riscz { width:26.625rem;height:20.75rem;top:39.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJGrxw72kQb0CBPVafIf3FtIdlR5IRA9 { width:39.75rem;height:13.4375rem;top:1.3125rem;left:8rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTt9WETx3JPrP5gywyeKBkuoZg4z6XM { width:22.9375rem;height:2.3125rem;top:10rem;left:21rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdreyCQfBP42W5BI1ehkmDCQQ19TeqE6 { width:18.6875rem;height:3.1875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucmy2GJe3iCV5deGBUdct1wuS3dTQVQO { display:block; }
 }@media only screen and (max-width: 763px) { #TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn { display:block; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ6d0RUb3zbhNecVJFRVVIbgRc0xKAwQ { width:22.5rem;height:40rem;top:2.125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNlhbPkN8b60UMRzSNCz0cUuiL27Ck2e { width:27.25rem;height:7.8125rem;top:13.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwpMxvTtkC78kD3LTCKpS8wXITv6albx { width:47.75rem;height:0.0625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBCI6V7h851LKI5tJe3gBRa1WLdJHQE { width:25.9375rem;height:1.75rem;top:27.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBG0cqohJesFbnF86OQxT7uE3t3F0ihB { display:block; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AghI1AsiN4aTQBMebiqykEotbIGZQwEq { width:15.25rem;height:8.625rem;top:5.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpS9VzKLKcUueTfyakgiBMAx5ztrk4Nr { width:17.5rem;height:5.375rem;top:19.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQS8BEWt7WnZ3CzARef2nXHTieBm8rMy { width:47.75rem;height:0.0625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRT5UGH5qEAFSPRie2KFenOITRAgBSOz { width:25.0625rem;height:13.3125rem;top:6.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTswSDzFqCG4PEMFhb1DuqlOUCRzMnQV { width:25.0625rem;height:15.3125rem;top:6.3125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuhw6C8MAJvTimDFPsVQTuCFWiAiuJb { width:25.0625rem;height:17.5625rem;top:20.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhOmoue3Ohd2S7yli889ZKtwttKw922 { width:25.0625rem;height:13.875rem;top:38.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcS7pNznnUAbEDXKPv8kAEFxooQiEpz { width:25.0625rem;height:13.25rem;top:39.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTAzCM33naEGGSQ7gDrNGIOHrZtzGuR { width:25.0625rem;height:14.875rem;top:22.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 { width:16.125rem;height:7.125rem;top:26.9375rem;left:0rem;font-size:1.1875rem;display:block; }#PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3533658141e1023deec9c40309eeaf92355d9f01.svg); }
 }@media only screen and (max-width: 763px) { #KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 { display:block; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKQu4gbOnlFBTTCmTyguNH5T8TzTgoiW { width:15.5rem;height:8.1875rem;top:5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2LTmkTwWaisIT6LtkSlClrMCxTmG3cB { width:18.6875rem;height:4rem;top:24.1875rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTME4cl9Bsv04lxntBfaBztKlDlnLO84 { display:block; }
 }@media only screen and (max-width: 763px) { #kA8N5pX3zy9iu2aPDHk7Jg3IeXFmvRCi { width:23.625rem;height:6.0625rem;top:15.5625rem;left:12.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG { width:9.25rem;height:1.25rem;top:30.375rem;left:19.25rem;font-size:1rem;display:block; }#z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f22a42d68b32a935f625a0636ecdc3fe84ee85a7.svg); }
 }@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; } #meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v { display:block; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqJO1lxMFi0VcxOFUbuE7rZHW7v4NqcO { width:6.25rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2UDWSkExgZAxTnQVFeSD5KnLTioKlBS { display:block; }
 }@media only screen and (max-width: 763px) { #J3LkFITFLRS1X3ZhDly0UgndlmANaMmM { 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) { #QWrtgdTR8rK2F2ikt0Cx7hiODdKH8ncw { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxCssQVvlqTgeeKFg0UW7ludxO23tUy { display:block; }
 }@media only screen and (max-width: 763px) { #mDUPVIDZ13Sn1Gu46ifiLisxgFygapg2 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJGlX7fZEAhpDtkEI4BqKwau9Ren7Ob { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT { display:block; }#cLI14CeT3Q8EOSTmerLTeZBlkThmv1mT > .row .container { width:20rem;height:0.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8000d88d-b8de-49d1-8a0d-9d22ba2c2b2b/mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.88); }#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.88); }#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 { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fg4te2vPidoMaiJrMdLfavxxbCKtdg1f { width:11.9375rem;height:6.3125rem;top:3.625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vNT9k4xlaUamk4xPJriFXGd9kQSllT { width:20rem;height:6.5625rem;top:12rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzPnZay9GaxhAREAQTNk3T4n0guwsEOd { width:20rem;height:7.96875rem;top:21.07421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLwlezof8l2WBt9zWGDEJssDosopUDWJ { width:15.375rem;height:3.4375rem;top:32rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE5wnwp6aOGlrWTS0c690ruO3EHiqTU8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ed7nmCFqw7zQd5STETPJ4AHOMv7XsXpf { display:flex;width:1.875rem;height:1.875rem;top:32.8125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #CwhkoWCGdEG4szHBTTfHXC0Us09XkAiK { width:20rem;height:12.5rem;top:23.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FS4wKlnkq5DxMGwpKb1UqwOmaTNztZ1A { width:20rem;height:18.375rem;top:108.51175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLocBWMDl9bkXtgzTNvGKxp4EOEJp6Bs { width:14.625rem;height:18.375rem;top:88.88675rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAMyZwxyWggeEdHl77KOgEhSdEde3c2k { width:13.8125rem;height:18.375rem;top:48.94925rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRvi5aM48nKbKlacwUGu0iK1siGnQxZB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8000d88d-b8de-49d1-8a0d-9d22ba2c2b2b/mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB.adaptive-delivery-prevent-bg, #IRvi5aM48nKbKlacwUGu0iK1siGnQxZB.lazyload, #IRvi5aM48nKbKlacwUGu0iK1siGnQxZB.lazyloading { background-image: none; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container { background-color: transparent; background-image: none; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container > .video-iframe-container { display: none; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row > .video-iframe-container { display: none; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .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); }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container { border-width: 0; border-radius: 0; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRvi5aM48nKbKlacwUGu0iK1siGnQxZB > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFCwReZODN3u6shgCehskk6oZncmseSR { display:block; }#bFCwReZODN3u6shgCehskk6oZncmseSR > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HB5Lh8GEfMukwVT2bTE2VbwTP56CTAds { width:20rem;height:4.3984375rem;top:4.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KciSxRgSVIcUeLbF9TI5JvyvGarIBPkW { width:20rem;height:10.125rem;top:10.7734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaA24oK8tfaE04bukeACEBrXDAI1JAnp { width:20rem;height:13rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef115414-ced5-4ac2-bfaa-4727b350f58b/mv3.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO.adaptive-delivery-prevent-bg, #t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO.lazyload, #t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO.lazyloading { background-image: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container { background-color: transparent; background-image: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container > .video-iframe-container { display: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row > .video-iframe-container { display: none; }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .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); }#t6JOKZbZ1es5IVnR1n115UZxxUDQiSsO > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxFUfVoi0xAoPgOdvfspBmASfoi74zG8 { width:15.375rem;height:4.3984375rem;top:3.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idc0TwTTnni8IfhzIUDdF6mNaELENTUx { width:20rem;height:6.75rem;top:11.796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhB4futOxK97zkEVwTlctMesTLlauHHd { width:20rem;height:49.6875rem;top:84.697275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro5TTuibpyc1PatKHlyCWrR6AThZmzgg { width:14.375rem;height:22.3125rem;top:39.384765625rem;left:8.1340651714969rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6laBnuL5nuhBB74x0ghBECtT5UdiTVG { width:20rem;height:14.922875rem;top:22.515625rem;left:0rem;font-size:1rem;display:block; }#c6laBnuL5nuhBB74x0ghBECtT5UdiTVG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f4fc9714fbe2def4a37031d6726a06d1f3809845.svg); }
 }@media only screen and (max-width: 763px) { #nSw5QgxxUUA7i55hNBu3nMOws7HbXCzE { width:20rem;height:0.0625rem;top:10.125rem;left:-5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VASe3JcSeUZx0UCZy2fQ3gqI06xf7y5d { width:13rem;height:3.1875rem;top:38.78125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OX4wup0MLvsK4Re46HfGNMZBTvzycrJr { display:block; }
 }@media only screen and (max-width: 763px) { #ZWmZ9H43VmOnNrVkp0JAw5icw9rVRRbw { width:20rem;height:0;top:56.4501953125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 { display:block; }#IUJt8DegNlZbUqHkJ8VAsqxr7Ql2KRc6 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K65RRv6vQJT2G21vP33RWzcDIZNcpux3 { width:20rem;height:1.71875rem;top:4.6875rem;left:0rem;font-size:1.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #v9DJl74F5QwIo0TtwMhR6egaxw9eneWx { width:18.625rem;height:7.19925rem;top:7.8359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hgFfUImQ2V6ILIJF2F1xRSp8nfEUXG { width:18.6875rem;height:3.1875rem;top:17.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtcTT9dSShJvnBOau4l5G4Tudg7n6WVM { display:block; }
 }@media only screen and (max-width: 763px) { #EIn3osylMBpmohDzsbczNHanZWi1uLfu { top:1.3125rem;left:0rem;width:12.5rem;height:5.8496125rem;z-index:15010;color:rgba(255,255,255,0.11);font-family:quentin;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ { display:block; }#iMW2ZtFwFIZFWQ8nuOTuqe5wOKIxfxaQ > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd6oBBqasIgqiuaeEtP6HuF5mxKp5Pyf { width:15.25rem;height:2.923825rem;top:21.0947265625rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B03klJtTmbvkawFeIpNZggOEQAkze0F2 { display:flex;width:2.4375rem;height:2.4375rem;top:17.7197265625rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #pxd1SOuvnlTuw5WkgSHRlwGoUZaQ8Rzv { width:12.9375rem;height:2.923825rem;top:12.796875rem;left:3.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7Twlr1BaWepLAqzEhrsWpddl6I0nefh { display:flex;width:2.4375rem;height:2.4375rem;top:9.671875rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #Bcw9RpF8vLqyeiQq4Mg4dRV4mBXouqmc { width:13.75rem;height:2.923825rem;top:5.1875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lrt6I8wo5yTWaDsN2TllIgKGU3uQoF6o { display:flex;width:2.4375rem;height:2.4375rem;top:2rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #L89tknDSKmDdwXII1PpydxyprhcNntqu { display:block; }#L89tknDSKmDdwXII1PpydxyprhcNntqu > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxCM49x7BIz6Ipem1163vBnJu6LJ4JaA { width:16.3125rem;height:2.923825rem;top:20.7822265625rem;left:1.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgb2nCWeHPOVI1iTsOHX2RhTKHqr4fsQ { display:flex;width:2.4375rem;height:2.4375rem;top:17.7197265625rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #goOZww604TyEw54rwHaGMOATE1ITC1QR { width:12.9375rem;height:2.923825rem;top:12.859375rem;left:3.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5wCXbHBf2Mu2970tvDdyx46z5TcDIGT { display:flex;width:2.4375rem;height:2.4375rem;top:9.734375rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #ci2xD9DfR9Zk30gUEyJd7U0oVeJ9TiN6 { width:17.8125rem;height:2.923825rem;top:4.875rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gitx22TosPTrAbRZ2RKSvtd2Q0CvXiPM { display:flex;width:2.4375rem;height:2.4375rem;top:1.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/016b8136-ed3d-4546-a9f6-0bd9c350a2af/IMG_11601.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs.adaptive-delivery-prevent-bg, #VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs.lazyload, #VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs.lazyloading { background-image: none; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container { background-color: transparent; background-image: none; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container > .video-iframe-container { display: none; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row > .video-iframe-container { display: none; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .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); }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container { border-width: 0; border-radius: 0; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWvZeCu1vHLXlxcqrRUSGBbl2TsUwuRs > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzJUg8v15KolEWiT1uT36tixMBHL1Be1 { display:block; }#EzJUg8v15KolEWiT1uT36tixMBHL1Be1 > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MG02I8xtvOgFObgAKEnNBRslS4qIZE6L { width:20rem;height:23.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZlGDQ6Wv0giVE11nQTfh60PtUKC3MQX { width:17.125rem;height:6.597625rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBWM2BSglbR79SodTL7d7oPGZXGrJTeZ { width:17.1875rem;height:6.75rem;top:11.4482421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QfI8bSqXIAtVKWHytQI6elsm7qaRP3 { width:17.4375rem;height:23.375rem;top:25.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/abd4c6e5-04aa-443e-9cae-4b73eb0f6b18/_MG_9041.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8.adaptive-delivery-prevent-bg, #SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8.lazyload, #SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8.lazyloading { background-image: none; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container { background-color: transparent; background-image: none; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container > .video-iframe-container { display: none; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row > .video-iframe-container { display: none; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .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); }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container { border-width: 0; border-radius: 0; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIstD4F5xXKrvXD2UHE97oqVIbAoCHq8 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZdMk6TR6r0aRchf37nwQF4cI01knnQZ { display:block; }#xZdMk6TR6r0aRchf37nwQF4cI01knnQZ > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRVkOCKBFVx04vqMWSBDCQAPsmtb2Oln { width:20rem;height:23.375rem;top:43.86035rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Mo0IIx03cfizlugfCKMMCkxLKXm9y7 { width:20rem;height:4.3984375rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wogt02SlSo3TMDPTzGwUAtVW6laxcccl { width:19.4375rem;height:10.125rem;top:8.984375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7eClnKIogzsERI62xQPCBtvbmugNUV { width:17.4375rem;height:23.375rem;top:19.23535rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWiws7WgiCZh5spgQfG7EPA5lI7mZqis { display:block; }#JWiws7WgiCZh5spgQfG7EPA5lI7mZqis > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEs5Pd67CgPJH1NyeU3pQaiPd8pWGBUk { display:flex;width:3.125rem;height:3.125rem;top:2.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Se0gi3fBXUGHiSwlu9PTGkSe7W8XIMRW { width:12.125rem;height:4.548825rem;top:6.4375rem;left:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oonnlRNKICHDWwoJX6QpfNaIymcBtMWK { width:20rem;height:4.38574375rem;top:12.546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZGl1Gxp0Wuxp01PZRFIXd662OpWwQg { width:18.6875rem;height:3.1875rem;top:19.17285rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQoKTElfvgZGw6GQFEctd4Fl4JbQX3ku { display:block; }
 }@media only screen and (max-width: 763px) { #fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx { display:block; }#fGrrOCb6QlZWdMd3QQrJMf5OzgxiQVnx > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbS1yvpZaiiSeTgFvnO6CDEfeagCXywC { width:20rem;height:23.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvM8Icz1rgwexSHArFiZ2dSlgpaawCUg { width:19.5625rem;height:4.3984375rem;top:3.875rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMHyFvTkTrXgdOZFuRHvhEgQp287ghUB { width:20rem;height:6.75rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5JWi0o71xuSr9Bm8aXcDCqntKcuNmxN { width:17.4375rem;height:23.375rem;top:25.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fdb27d11-7cb1-446d-a02b-632f62d20110/753c1e_3c5379426ff946a6ab33d7f0fbe84ff5mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4.adaptive-delivery-prevent-bg, #gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4.lazyload, #gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4.lazyloading { background-image: none; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container { background-color: transparent; background-image: none; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container > .video-iframe-container { display: none; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row > .video-iframe-container { display: none; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .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); }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container { border-width: 0; border-radius: 0; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOCK5NEZH1QfPEfyvUsx2DAaWKo0R6A4 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d { display:block; }#X6CN2fdtlwdoTG3ksHKbuoRnTS0JyB2d > .row .container { width:20rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNJ9lTw36iJiw6BpzytZNF2hI1TaykgU { width:20rem;height:12.875rem;top:15.18555rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67TKiBLG5pUuGiCxnHH0V3kuPP4V3iJ { width:20rem;height:12.875rem;top:28.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA6WblzgzypTEpTIlcOtx0wCDwhAh1TP { width:20rem;height:12.875rem;top:41.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AccQDrpR8fTDTZuAq0rHfrHrWeZ81NNy { width:20rem;height:12.875rem;top:80.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k71SIiWAi1JcmAhCdT600J5S0gmGpV5k { width:20rem;height:12.875rem;top:54.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz5UvnEkBA1Ucbgf8eP0qlp7BA3riscz { width:20rem;height:12.875rem;top:67.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJGrxw72kQb0CBPVafIf3FtIdlR5IRA9 { width:20rem;height:6.82425rem;top:2.4375rem;left:0rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTt9WETx3JPrP5gywyeKBkuoZg4z6XM { width:20rem;height:1.92480625rem;top:6.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdreyCQfBP42W5BI1ehkmDCQQ19TeqE6 { width:18.6875rem;height:3.1875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucmy2GJe3iCV5deGBUdct1wuS3dTQVQO { display:block; }
 }@media only screen and (max-width: 763px) { #TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn { display:block; }#TCGtMFnTzo6bk5XMTqbeqxXKAliHDMfn > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZ6d0RUb3zbhNecVJFRVVIbgRc0xKAwQ { height:35.555555555556rem;width:20rem;top:15.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNlhbPkN8b60UMRzSNCz0cUuiL27Ck2e { width:19.0625rem;height:5.56640625rem;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwpMxvTtkC78kD3LTCKpS8wXITv6albx { width:20rem;height:0.0625rem;top:9.875rem;left:-6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBCI6V7h851LKI5tJe3gBRa1WLdJHQE { width:20rem;height:1.6875rem;top:11.109375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yBG0cqohJesFbnF86OQxT7uE3t3F0ihB { display:block; }#yBG0cqohJesFbnF86OQxT7uE3t3F0ihB > .row .container { width:20rem;height:125.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AghI1AsiN4aTQBMebiqykEotbIGZQwEq { width:15.25rem;height:6.597625rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpS9VzKLKcUueTfyakgiBMAx5ztrk4Nr { width:20rem;height:5.34375rem;top:13.8857421875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQS8BEWt7WnZ3CzARef2nXHTieBm8rMy { width:20rem;height:0.0625rem;top:11.6875rem;left:-6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRT5UGH5qEAFSPRie2KFenOITRAgBSOz { width:19.5rem;height:13.3125rem;top:21.2294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTswSDzFqCG4PEMFhb1DuqlOUCRzMnQV { width:19.5rem;height:15.3125rem;top:53.2294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuhw6C8MAJvTimDFPsVQTuCFWiAiuJb { width:19.5rem;height:17.375rem;top:35.1669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhOmoue3Ohd2S7yli889ZKtwttKw922 { width:19.5rem;height:13.5625rem;top:98.7294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcS7pNznnUAbEDXKPv8kAEFxooQiEpz { width:19.5rem;height:13.25rem;top:84.7919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTAzCM33naEGGSQ7gDrNGIOHrZtzGuR { width:19.5rem;height:14.875rem;top:69.2294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 { width:20rem;height:7.125rem;top:115.7919921875rem;left:0.125rem;font-size:1.1875rem;display:block; }#PHL7tlOq3TEsFeg1Q909MargsyVQGrh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3533658141e1023deec9c40309eeaf92355d9f01.svg); }
 }@media only screen and (max-width: 763px) { #KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 { display:block; }#KOPV1ocqh4NNE6KXy6BZkROuOrekOcB2 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKQu4gbOnlFBTTCmTyguNH5T8TzTgoiW { width:9.75rem;height:5.125rem;top:2.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2LTmkTwWaisIT6LtkSlClrMCxTmG3cB { width:18.6875rem;height:4rem;top:18.15625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTME4cl9Bsv04lxntBfaBztKlDlnLO84 { display:block; }
 }@media only screen and (max-width: 763px) { #kA8N5pX3zy9iu2aPDHk7Jg3IeXFmvRCi { width:20rem;height:6.09375rem;top:9.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG { width:9.25rem;height:1.29980625rem;top:24.15625rem;left:5.375rem;font-size:1rem;display:block; }#z61zr7XLvNwRqDVGBv3K3TWSpKd2NfNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f22a42d68b32a935f625a0636ecdc3fe84ee85a7.svg); }
 }@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; } #meo3ynQit5IMiNbTWRTrFOFO3FT7S4FK > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QTXMa4ipCpdGUECLZZabGEhTvRK5PK2v > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqJO1lxMFi0VcxOFUbuE7rZHW7v4NqcO { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2UDWSkExgZAxTnQVFeSD5KnLTioKlBS { display:block; }
 }@media only screen and (max-width: 763px) { #J3LkFITFLRS1X3ZhDly0UgndlmANaMmM { 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) { #QWrtgdTR8rK2F2ikt0Cx7hiODdKH8ncw { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxCssQVvlqTgeeKFg0UW7ludxO23tUy { display:block; }
 }@media only screen and (max-width: 763px) { #mDUPVIDZ13Sn1Gu46ifiLisxgFygapg2 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJGlX7fZEAhpDtkEI4BqKwau9Ren7Ob { display:block; }
 }