.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:217,224,233;--color-primary-1:128,152,181;--color-primary-2:1,49,107;--color-primary-3:1,25,54;--color-primary-4:0,7,16;--color-secondary-0:217,224,255;--color-secondary-1:128,152,255;--color-secondary-2:0,49,255;--color-secondary-3:0,25,128;--color-secondary-4:0,7,38;--color-tertiary-0:255,255,255;--color-tertiary-1:90,90,90;--color-tertiary-2:72,72,72;--color-tertiary-3:53,53,53;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Open Sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3f37b16-80b3-46a9-80c9-218a814d7ffa/imgi_23_complexologisticocordeiropecem.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN.adaptive-delivery-prevent-bg, #kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN.lazyload, #kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN.lazyloading { background-image: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container { background-color: transparent; background-image: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.77); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container > .video-iframe-container { display: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.77); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row > .video-iframe-container { display: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .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); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container { border-width: 0; border-radius: 0; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN::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; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { color:rgba(var(--color-tertiary-0),1);display:block;width:57.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:17.953125rem;left:0rem;height:9.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pNTwxOdWmsDX6Mqxhm9Q7eLUVJJCgyWM { background-color:#1aba56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.4375rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.375rem;left:0rem;display:block; }
#pd6vO9cvFeiZ9oyHb0BKvemNZ5a3DxJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:30.537109375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ed98793689a84b0a8b18500d36e0f67b8461a06.svg); }
#fdtfgKCzZepPoPtm81fXKn3bAgCFkKT9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.3125rem;top:7.412109375rem;left:13.875rem;overflow:hidden;display:block; }
#osADBttTH7DMf5aRN1Df3o4Q2ExIkobF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:7.5625rem;left:1.25rem;height:2.88671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:30.537109375rem;left:15.78125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88eb23b2e76c37f6a7c3aebbb21796a119a51941.svg); }
#tC4IzGG6SUdr8toev1fg8p8cHOJEospp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:30.537109375rem;left:32.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tC4IzGG6SUdr8toev1fg8p8cHOJEospp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tC4IzGG6SUdr8toev1fg8p8cHOJEospp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15a07686fcdc579eedcc94a062e7e327c569e397.svg); }
#bve86PJHeKyECgT8PKC7nngTloxPtT3D { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:30.537109375rem;left:51.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bve86PJHeKyECgT8PKC7nngTloxPtT3D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bve86PJHeKyECgT8PKC7nngTloxPtT3D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cae06e9d0179faf54686bd27f4c90039f0ca304a.svg); }
#pEkEpRphq9enWOFyHIPSMMaVsMTiPQgx { position:absolute;display:block;z-index:14999;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.6875rem;width:11.0625rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#sNtNplbg1B2FaG81N5RMIgslgai5MmsX { color:rgba(var(--color-secondary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.1;letter-spacing:0;top:40.4375rem;left:15.9375rem;height:0.89355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9EhcUbvcIz6V0SPGSl1vLcNsBTXKF2K { color:rgba(var(--color-tertiary-0),0.73);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.0625rem;left:61.75rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ovVJ2Ik6Sgbk0pKMTe0P33OF8i95HpcF { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.3125rem;left:71.3125rem;overflow:hidden;display:block; }
#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz { position:relative;display:none; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz { border-width: 0; border-radius: 0; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .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; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .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:2.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:none; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ { position:relative;display:block; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ { background-color: transparent; background-image: none; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .row .container > .video-iframe-container { display: none; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .row > .video-iframe-container { display: none; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .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); }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ { border-width: 0; border-radius: 0; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .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; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .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:15.625rem;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; }#A2GD3svH1RiNgZUc0EexI7u2C37kgxBw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.4375rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
#BXDAubdzxdl1N1LKsi2bHiNslVFEe3pS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.125rem;top:9.75rem;left:7.125rem;overflow:hidden;display:block; }
#NGBAdbCOR7a0QzkdIeD3EFI9keZb01Kf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.625rem;top:10.125rem;left:16.0625rem;overflow:hidden;display:block; }
#h0SLcrVKzH3VZP0yBBpTSyADS2Ea0vrE { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.875rem;top:9.6875rem;left:24.75rem;overflow:hidden;display:block; }
#T13BPQAi0tnt6fCIZOEo9imts6wPVsRf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.0625rem;top:10.0625rem;left:33.625rem;overflow:hidden;display:block; }
#FdUTLFWeVPpxgTP5i1828EIefbyGQEtU { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.375rem;top:9.90625rem;left:42.375rem;overflow:hidden;display:block; }
#oFwEa63kLTTD6lyV9mTLqFX8Kr3VAUoG { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.75rem;top:10.1875rem;left:49.125rem;overflow:hidden;display:block; }
#RuGOvNlk7d5Nzrhz61ArkvbfUQhy7KoH { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.0625rem;top:10.40625rem;left:59.4375rem;overflow:hidden;display:block; }
#iGVk0K6k514NmQbUIqMbutVtMODhepKu { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6rem;top:10.09375rem;left:69rem;overflow:hidden;display:block; }
#RqqIlTe7pQIP9uMLS3RWCzxZVaDmo0lD { color:rgba(var(--color-tertiary-2),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.75rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg { position:relative;display:block; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg { background-color: transparent; background-image: none; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .row .container > .video-iframe-container { display: none; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .row > .video-iframe-container { display: none; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .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); }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg { border-width: 0; border-radius: 0; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .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; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .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:11.1875rem;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; }#vTlxT4DTyaocbR6ETlnDEJv44RZstBS7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.0625rem;top:2.96875rem;left:0rem;overflow:hidden;display:block; }
#cRVX4Gbp43UtP0KyABBRIldwzwmZbcNB { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.6875rem;top:2.90625rem;left:8.125rem;overflow:hidden;display:block; }
#XBqdG91Eh9ywfTnsH4NwOtySNDfrhJ1z { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.6875rem;top:2.84375rem;left:15.9375rem;overflow:hidden;display:block; }
#rCf7Zu97i9yU40awx8M3fE990UF3wpNu { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.375rem;top:2.03125rem;left:24.6875rem;overflow:hidden;display:block; }
#Nz3XB9RWiyUWqdV61flw54iis9sBeIo8 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.125rem;top:2.59375rem;left:31.9375rem;overflow:hidden;display:block; }
#rsOdwmQFrKSTE0CHuBmCrEhw6AUOWkgH { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.4375rem;top:2rem;left:42.375rem;overflow:hidden;display:block; }
#BSHlp9IBfECo4X4OefEBUkXGsa0gGNS7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.3125rem;top:2.125rem;left:50.375rem;overflow:hidden;display:block; }
#DPG2HBTvh2GFRDmaKyAqdOkfJ99CFGul { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.25rem;top:2.53125rem;left:60rem;overflow:hidden;display:block; }
#Jcus5TyOTyuUimlEecwoPhHwbRXdOTzJ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:0.96875rem;left:69.75rem;overflow:hidden;display:block; }
#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container { background-color: transparent; background-image: none; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container > .video-iframe-container { display: none; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row > .video-iframe-container { display: none; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .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); }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container { border-width: 0; border-radius: 0; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF { box-sizing:content-box;height:36.8125rem;width:62.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a83b62de-bb9f-4a6a-b0db-0ac7b248e23e/imgi_15_caseccl04.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-24.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF.adaptive-delivery-prevent-bg, #HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF.lazyload, #HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF.lazyloading { background-image: none; }
#oOMV40AhzHS3fH60W2Mn6TOGMX5zqn4m { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.43359375rem;left:40.625rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i6qf4mMEwoEo5HvoVBNwmKNTWA3aIvpy { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:14.43359375rem;left:40.625rem;height:15.7421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container { background-color: transparent; background-image: none; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container > .video-iframe-container { display: none; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row > .video-iframe-container { display: none; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .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); }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container { border-width: 0; border-radius: 0; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;position:relative;display:block; }#mvNPeciCAg9ZNFZJlmBFzWQGBMQWaGCq { color:rgba(var(--color-primary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:5.62109375rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Prn2MXV7G9S48rlxDCcfhTdJ6z59zoZZ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:15.99609375rem;left:0rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:26.24609375rem;left:0rem;height:18.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
#KWzCQmnAgP6zAn728qCO6fh4yxBaFEih { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:30.6875rem;top:6.30859375rem;left:44.3125rem;overflow:hidden;display:block; }
#GGUnHlukOhDJqkndZPmT2KwAE6KbPH8R { box-sizing:content-box;height:5.75rem;width:13.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 1.0625rem 1rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.375rem;left:37.71875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#kNkSgQ0Ec6PFEpm1POdTRvLHFStnCxdJ { color:rgba(var(--color-primary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:29.3125rem;left:38.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ToFKqlXzTWxwVvlp2DqpUqcq6tb2x7es { color:rgba(var(--color-primary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:31.48046875rem;left:38.8125rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ApDSn3P6LpNItbUQxF2D9XmyihpT98RV { box-sizing:content-box;height:5.75rem;width:11.5rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 1.0625rem 1rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.3125rem;left:37.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BiLpAWEufdWJo8IXFef9l4yNuBghuuBP { color:rgba(var(--color-primary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:36.25rem;left:38.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgIq3MWF7iR74vEy9IxTSBfIr5s41ZnF { color:rgba(var(--color-primary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:38.4375rem;left:38.8125rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O4TQxRJm0H23MBT1aozwiSD1746NMIkQ { box-sizing:content-box;height:8.625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 1.0625rem 1rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#tt4IggL3SNCNaJdl1wRlx1tCCxwuKS0Z { color:rgba(var(--color-primary-0),1);display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:53.375rem;left:2.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rLT562X5kIdWydMycwHJucmG0xJSIox6 { background-color:#1aba56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.4375rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:53.65625rem;left:55.9375rem;display:block; }
#oggEqTabqpSSTIZEHWrupXrluUxtK64f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg { position:relative;display:block; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg { background-color: transparent; background-image: none; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .row .container > .video-iframe-container { display: none; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .row > .video-iframe-container { display: none; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .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); }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg { border-width: 0; border-radius: 0; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .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; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .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:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ucwP2tNSo3NquEBOuz2F6kr57vaVnQib { color:rgba(var(--color-primary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.90625rem;left:21.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd { position:relative;display:block; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd { background-color: transparent; background-image: none; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .row .container > .video-iframe-container { display: none; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .row > .video-iframe-container { display: none; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .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); }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd { border-width: 0; border-radius: 0; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .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; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .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:43.625rem;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; }#gdMCwgyD3CZ1HbymSsXyOPqGM0KFFDzA { color:rgba(var(--color-primary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.24609375rem;left:40.625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cNq1Xn3rP7XIHlCkQIGWAw0iqOAC3k0n { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:14.99609375rem;left:40.625rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zp2LU5GaazGo51WBChCG0yySHFxDPTrZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:6.5rem;left:41.4375rem; }
#XWf0QhgCWPEyawPlXm197NzwqO8z36cr { 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:2.5rem;width:3.1875rem;top:6.0625rem;left:40.625rem;overflow:hidden;display:block; }
#IC1POLncSWNn6io0EmROfoaydzeJAn3T { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:21.09375rem;left:40.625rem;height:13.8203125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IC1POLncSWNn6io0EmROfoaydzeJAn3T li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#IC1POLncSWNn6io0EmROfoaydzeJAn3T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
#pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd { box-sizing:content-box;height:35.1875rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e3f37b16-80b3-46a9-80c9-218a814d7ffa/imgi_23_complexologisticocordeiropecem.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd.adaptive-delivery-prevent-bg, #pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd.lazyload, #pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd.lazyloading { background-image: none; }
#y0B44THLzrpms7JdpmenW016TdvgTTJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.5);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; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container { background-color: transparent; background-image: none; }#y0B44THLzrpms7JdpmenW016TdvgTTJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container > .video-iframe-container { display: none; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row > .video-iframe-container { display: none; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .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); }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container { border-width: 0; border-radius: 0; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#mEM33PUk5fFo7ZvXpqP3dl0d8TbWTnzu { color:rgba(var(--color-primary-2),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.24609375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AEsfTQUIsmz5EhvqGKGMbUkZeJSTEgiP { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:14.99609375rem;left:0rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RrMJoUv2AJQkJWVhz3UfFrkqdLLzmEVI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:6.5rem;left:0.8125rem; }
#ZTv8O300IDGT6Fm9BGNtXCHLa8od0isG { 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:2.5rem;width:3.1875rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:22.84375rem;left:0rem;height:16.2695rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
#GeUfTi5Oe8K9qK1Iuh5vxHiK8FzwAmRo { box-sizing:content-box;height:38.75rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d5201e01-9d7e-46b6-b4d7-277183394714/imgi_13_caseccl02.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:37.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#GeUfTi5Oe8K9qK1Iuh5vxHiK8FzwAmRo.adaptive-delivery-prevent-bg, #GeUfTi5Oe8K9qK1Iuh5vxHiK8FzwAmRo.lazyload, #GeUfTi5Oe8K9qK1Iuh5vxHiK8FzwAmRo.lazyloading { background-image: none; }
#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw { position:relative;display:block; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw { background-color: transparent; background-image: none; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .row .container > .video-iframe-container { display: none; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .row > .video-iframe-container { display: none; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .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); }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw { border-width: 0; border-radius: 0; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .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; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .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:30.4375rem;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; }#x478v23zDSAaF8RZU6U9yr55aHTQ8Te3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.78125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1 { box-sizing:content-box;height:21.875rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcc8eddc-a71a-457d-87d5-b5b094c550db/imgi_18_casecomplexo3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1.adaptive-delivery-prevent-bg, #T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1.lazyload, #T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1.lazyloading { background-image: none; }
#T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#ZwsiA8ICHZ2C5VTkxc4TO2vi02P3QCE4 { color:rgba(var(--color-secondary-1),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.76171875rem;left:1.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tyfKNpVsTZnd2CWO8O3sdcK6QftAfRZB { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.625rem;left:27.5625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ { box-sizing:content-box;height:21.875rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7d37f03-a675-4bc9-80c1-26a73d0b3f9c/download20260507T143413642.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:25.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ.adaptive-delivery-prevent-bg, #Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ.lazyload, #Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ.lazyloading { background-image: none; }
#Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#ga19JOAZhLIePPJLFkzAon44SWC5W0B1 { color:rgba(var(--color-secondary-1),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.75rem;left:27.625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu { box-sizing:content-box;height:21.875rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea951cee-0c9a-4e0c-9d80-423fc75443b9/download20260507T145527224.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:51.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu.adaptive-delivery-prevent-bg, #laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu.lazyload, #laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu.lazyloading { background-image: none; }
#laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#agBOtZT7iILNgDgqdXqQ9optFX9u8Ct4 { color:rgba(var(--color-secondary-1),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.75rem;left:53.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l6HqHeGRTFTU9oXT4Iawn3ckLLgNyOr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 { 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; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container { background-color: transparent; background-image: none; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container > .video-iframe-container { display: none; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row > .video-iframe-container { display: none; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .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); }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container { border-width: 0; border-radius: 0; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#bHAmofgumXceTEwzlhxncgCwl01aWghS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.84375rem;left:20.25rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR { 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; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container { background-color: transparent; background-image: none; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container > .video-iframe-container { display: none; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row > .video-iframe-container { display: none; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .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); }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container { border-width: 0; border-radius: 0; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#myXwTlaUhLUTLyCSWkPuhBdyzkXI1SMO { box-sizing:content-box;height:15rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#CvUR2Ug7uLDV0yBkGQ8n3ublxHXrKGyF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:8.125rem;left:1.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I8BIzg4EC4rcLPRvRfgED2l5k9sGKhu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zV19sl8T3DnOEbhs6aesOHhmZ5nhBxoL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.875rem;left:1.875rem; }
#yIi1zLHrt0AcBFe3Jd0f3LO3LbiiAEQH { box-sizing:content-box;height:15rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:0rem;left:25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ouWxniapsURnJ7gWZffLsWZD0IwgCFG8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:8.125rem;left:26.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a5lgKBeRos6biybVWhCK1WymVhsMp3E3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:26.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pzrgfLndNMJDfKp9ZlvNTmOeKEfQxUWb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.875rem;left:26.875rem; }
#VgTc73ff9b7vEzJ8c8wACd5wSILzuyte { box-sizing:content-box;height:15rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:0rem;left:53.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XI0bK3ygzfBFS25WgBkFrRExdpiAPBkn { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZzkRXBBi6tIb35nXdNoZPC4aFlngHoHh { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:8.125rem;left:55rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AGAHcFhd8QnXzAfgTAoN0k4OayfihKl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.875rem;left:55rem; }
#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa { 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; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container { background-color: transparent; background-image: none; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container > .video-iframe-container { display: none; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row > .video-iframe-container { display: none; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .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); }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container { border-width: 0; border-radius: 0; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#wTuTDZfX08xIKyGI7kb4NcSFionoXd27 { box-sizing:content-box;height:16.25rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#chO9oxWhRl5uTo1ZpBJopKkxBVyOqKmu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:8.125rem;left:1.96875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IR7m1cpIxTh9S7I8VpFkw7d8PJmCmTT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RL2T3XeTvxu4FLDnw8s9h7cmHot0AA8l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.875rem;left:1.875rem; }
#WG3CyHgoGBIdu2FnSZIRpXBtAdEkQv1Z { box-sizing:content-box;height:16.25rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:0rem;left:25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#HvSvWC5iitVH6DsnA447DGlI4FlTcJ5E { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:8.125rem;left:26.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PsrTaV16ycHfBdTs51xi3VQDvMLK1EX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:26.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MGmQzvKwfKwLvOQcDZLCV0PwzROoLgcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.875rem;left:26.875rem; }
#kCGTxwRVFTzpwgXfkiDmDKIye9bosgEV { box-sizing:content-box;height:16.25rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.3);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:0rem;left:53.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#T94mqN3uR2RH5hgybXXM0e2EQ8BNXUDr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qm8CmtZQlXXGQmDeO1RL06SdKrNVWpuw { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:8.125rem;left:55rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q70we7C7ObiJHQrf2TVVeqvOSSh7Jhat { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.875rem;left:55rem; }
#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container { background-color: transparent; background-image: none; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container > .video-iframe-container { display: none; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row > .video-iframe-container { display: none; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .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); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container { border-width: 0; border-radius: 0; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#emoclNVLxwC4TPWd0htiJUBV8HJVaGsT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:2;letter-spacing:0;top:4.4677734375rem;left:24.125rem;height:9.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#emoclNVLxwC4TPWd0htiJUBV8HJVaGsT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#emoclNVLxwC4TPWd0htiJUBV8HJVaGsT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#HCA0ozz3Q3lJWmQtOmWoTMq1bcCqNzTk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qTazCX3eAgclfatAdN50N0g1h7bfszI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:4.1875rem;left:59.8740234375rem;height:8.5859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qTazCX3eAgclfatAdN50N0g1h7bfszI9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qTazCX3eAgclfatAdN50N0g1h7bfszI9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#up2ikP6nHkci6dzza6KE1aGISQGISJps { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:2;letter-spacing:0;top:4.4833984375rem;left:35.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#up2ikP6nHkci6dzza6KE1aGISQGISJps li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#up2ikP6nHkci6dzza6KE1aGISQGISJps li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:4.1875rem;left:47.1875rem;height:9.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
#rMwxSrk1zTxp1dSSCStTaRWVAWhiOtA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:8.6875rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o { position:relative;display:block; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o { background-color: transparent; background-image: none; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .row .container > .video-iframe-container { display: none; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .row > .video-iframe-container { display: none; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .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); }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o { border-width: 0; border-radius: 0; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .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; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .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:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ha9xn28auTGycx6wlNh4RIchx2AQlww6 { color:rgba(var(--color-primary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.90625rem;left:21.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV { position:relative;display:block; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV { background-color: transparent; background-image: none; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .row .container > .video-iframe-container { display: none; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .row > .video-iframe-container { display: none; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .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); }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV { border-width: 0; border-radius: 0; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .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; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .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:44.25rem;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; }#K093WBTikuW8RvOcdyGV5cN1pBV6KwJv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.65625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD { box-sizing:content-box;height:12.125rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35eabfd0-2e6b-4af5-8aa1-782f7fe526b3/img20969fe2d6fb7f76.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD.adaptive-delivery-prevent-bg, #CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD.lazyload, #CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD.lazyloading { background-image: none; }
#CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#ouITTIUEuECnmEinTV8UrU41ZsFSF5Xd { box-sizing:content-box;height:21.875rem;width:21.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;box-shadow: 0rem 0.75rem 1.8125rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:13.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#md3bTrrzzk7m5iDTSFtIKe1lka9xuluf { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:14.75rem;left:1.65625rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F0T0eLIPLcwaXbLIk8aLcKIhKyrJyvyT { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.625rem;top:4.5625rem;left:1.65625rem;overflow:hidden;display:block; }
#kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr { box-sizing:content-box;height:12.125rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/533d2721-f89a-469d-b453-f50136d4c79f/fotoccl0169fcd011ae319.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:26.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr.adaptive-delivery-prevent-bg, #kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr.lazyload, #kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr.lazyloading { background-image: none; }
#kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#iDxE32INvKng1T1vOwuMIvpn00PpTVg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.4375rem;left:28.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVf5WCclpkUCzx8dR7iRzm8ooqF88BPh { box-sizing:content-box;height:21.875rem;width:21.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;box-shadow: 0rem 0.75rem 1.8125rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:13.375rem;left:26.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#bMC9tmVWThQFFcrmrFmizkoMvrRFWBSf { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:14.75rem;left:28.25rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J3AqNN74td3VQCvnepCqzFkSlL9uLqE9 { box-sizing:content-box;height:21.875rem;width:21.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;box-shadow: 0rem 0.75rem 1.8125rem rgba(var(--color-tertiary-4),0.1) ;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:13.375rem;left:53.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#fl6KHzv28w1mZ0p7p8R1NshGOdHodbpR { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:14.75rem;left:54.8125rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeimscLeNctMTqQpu1OyeIJcImcXTZxf { box-sizing:content-box;height:12.125rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e1d0b59-f518-4afc-a0c8-c38ef14727e8/img26169fe30e6804e1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:53.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ZeimscLeNctMTqQpu1OyeIJcImcXTZxf.adaptive-delivery-prevent-bg, #ZeimscLeNctMTqQpu1OyeIJcImcXTZxf.lazyload, #ZeimscLeNctMTqQpu1OyeIJcImcXTZxf.lazyloading { background-image: none; }
#ZeimscLeNctMTqQpu1OyeIJcImcXTZxf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ZeimscLeNctMTqQpu1OyeIJcImcXTZxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#wSXtxELZXiNl2GqaobHiTqymh0aLLiTc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:54.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMeFDx1HVxkdFukR5fVdfEhbne6E4M3F { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:3.5625rem;left:54.8125rem;overflow:hidden;display:block; }
#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d135d862-fc88-4dbb-a185-61c8c1517c8d/img22569fc78ebe5a97.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; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9.adaptive-delivery-prevent-bg, #BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9.lazyload, #BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9.lazyloading { background-image: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container { background-color: transparent; background-image: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container > .video-iframe-container { display: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .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.59); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row > .video-iframe-container { display: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .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); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container { border-width: 0; border-radius: 0; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9::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; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container { background-color: transparent; background-image: none; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container > .video-iframe-container { display: none; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row > .video-iframe-container { display: none; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .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); }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container { border-width: 0; border-radius: 0; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#fXBN50DfCmV5Uukcmg24lCU1L7BANRbT { box-sizing:content-box;height:33.5625rem;width:50.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/bcc8eddc-a71a-457d-87d5-b5b094c550db/imgi_18_casecomplexo3.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:-13rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#fXBN50DfCmV5Uukcmg24lCU1L7BANRbT.adaptive-delivery-prevent-bg, #fXBN50DfCmV5Uukcmg24lCU1L7BANRbT.lazyload, #fXBN50DfCmV5Uukcmg24lCU1L7BANRbT.lazyloading { background-image: none; }
#e07cAJ8BrE8VnH6u12LxAzv6JmI7D2gH { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.80859375rem;left:40.625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BpThWBfoWgxofNBQkzg0sPy07kKyiLvK { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:18.80859375rem;left:40.625rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NszPxeWBd905T4ZNM9InMz1zbcmZQka2 { color:rgba(var(--color-primary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.12109375rem;left:40.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zFzsGVQw4b37P6tuEdr2D2au4AtNxlww { color:rgba(var(--color-primary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:33.15234375rem;left:40.625rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yUTmzw6nBcfeZQNqOdF8Eua7f79PUdQu { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:33.1875rem;left:59.375rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RifFOw1t9e299G53k4MsRniriuq4gf5z { color:rgba(var(--color-primary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.125rem;left:59.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oGm2HLz2B5uD2zHmkN3pXXOi0OTXpkCG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:8.9375rem;left:40.4375rem; }
#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container { background-color: transparent; background-image: none; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container > .video-iframe-container { display: none; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row > .video-iframe-container { display: none; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .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); }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container { border-width: 0; border-radius: 0; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#BAlF7G3pHsk2cT5RlNaG8VfE817pWhZN { color:rgba(var(--color-primary-2),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.68359375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LqFfbDECGRkqsWJ2lPbSDee5DRez9hky { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:15.68359375rem;left:0rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hKUlZRcLdVnolZUCigKCBgtIuAy9PDBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.8125rem;left:0rem; }
#Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL { box-sizing:content-box;height:36.8125rem;width:47.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/7b4daece-8379-4248-80d2-f92e006cd52a/download20260508T164855882.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:37.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL.adaptive-delivery-prevent-bg, #Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL.lazyload, #Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL.lazyloading { background-image: none; }
#IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:25.5rem;left:0rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
#qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:25.5rem;left:18.4375rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
#TfpwILhnBobAZxzMNhXwGtGvgnzCkT7u { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:36.25rem;left:0rem;height:3.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM { position:relative;display:none; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM { border-width: 0; border-radius: 0; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .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; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .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; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk { 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; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container { background-color: transparent; background-image: none; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container > .video-iframe-container { display: none; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row > .video-iframe-container { display: none; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .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); }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container { border-width: 0; border-radius: 0; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#NZTIWotZ5rZIzTLBVrVgVH75Bkka48sy { color:rgba(var(--color-primary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:56.3125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTJ587XCX4xBw8K92HL7V0pTNfEHoDhC { color:rgba(var(--color-primary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.25rem;left:56.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iUNkUMwRtbDLCQNeIAVEr3MGOOuQ0bIa { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:16.1875rem;left:42.8125rem;overflow:hidden;display:block; }
#OeK2kmL1u46yTZXdOUfB5diIy2HUErHx { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:16.1875rem;left:45.8125rem;overflow:hidden;display:block; }
#UHKRyJLJnr4yT0cbRHpgafXreVNIOp7V { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:16.1875rem;left:49rem;overflow:hidden;display:block; }
#MHf2S42i3hXkngLTozAT5PGiGHw3WuRx { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:10.375rem;top:8.25rem;left:44.75rem;overflow:hidden;display:block; }
#r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a { box-sizing:content-box;height:22.25rem;width:37.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a8610907-cb38-4018-b407-8946943d486f/localizacao69fcd01092d7f.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a.adaptive-delivery-prevent-bg, #r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a.lazyload, #r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a.lazyloading { background-image: none; }
#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container { background-color: transparent; background-image: none; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container > .video-iframe-container { display: none; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row > .video-iframe-container { display: none; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .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); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container { border-width: 0; border-radius: 0; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#aBrLfKCq7QJrpXKQrMyOwLuDqVngafaw { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:8.515625rem;left:12.5rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DuRAZDCCTxoLIV7bNldCo8gHLDOqfREC { background-color:#1aba56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.4375rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.75rem;left:30.28125rem;display:block; }
#OIRd8Zu606bSB1fcW02DTkNbV2EUtI0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4Civ6vQfr4rBJGifvxzticJFdd86UoV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.3125rem;top:37.6875rem;left:37.75rem;overflow:hidden;display:block; }
#Ta7RF3sw6QPt8tBl69eLaGep53mtCNRc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:37.8125rem;left:25.125rem;height:2.88671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r135FV6yyFMHkQdCP8HWJVWNimXJ8pny { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:15.349609375rem;left:17.78125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xbUF97881TnW8NXMCvrNBuSLIdrTU6dl { position:absolute;display:block;z-index:14999;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.6875rem;width:11.0625rem;top:33.1875rem;left:23.875rem;overflow:hidden;display:block; }
#JCFyD4blXpXMzzRbqraHyHukV9ABDee4 { color:rgba(var(--color-secondary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.1;letter-spacing:0;top:25.125rem;left:19.375rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lR0mmHshNTyL4GTkmzOsrMw6fZ8bg2UG { position:relative;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; } #lR0mmHshNTyL4GTkmzOsrMw6fZ8bg2UG > .row .container { position:relative;display:block; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU { background-color: transparent; background-image: none; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row .container > .video-iframe-container { display: none; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row > .video-iframe-container { display: none; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .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); }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU { border-width: 0; border-radius: 0; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .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; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GDi111vW0AL9z8L2Lo3TrtbIaTZwZv0H { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Rs81W1tHcwf5fgw1uBNflmWnaV2IN46l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kve00EJNdd6ZA090vSi6M1noH3EO7ccW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#IKXycF5UwPNbI5GELcLR5k165n1UKGTp { 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) { #kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN { display:block; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { width:47.75rem;height:9.25rem;top:17.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTwxOdWmsDX6Mqxhm9Q7eLUVJJCgyWM { width:14.4375rem;height:3.0625rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd6vO9cvFeiZ9oyHb0BKvemNZ5a3DxJB { display:block; }
 }@media only screen and (max-width: 763px) { #uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 { width:11.75rem;height:3rem;top:30.5rem;left:0rem;font-size:0.9375rem;display:block; }#uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ed98793689a84b0a8b18500d36e0f67b8461a06.svg); }
 }@media only screen and (max-width: 763px) { #fdtfgKCzZepPoPtm81fXKn3bAgCFkKT9 { width:12.3125rem;height:3.4375rem;top:7.375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #osADBttTH7DMf5aRN1Df3o4Q2ExIkobF { width:8.625rem;height:2.875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx { width:14.0625rem;height:3rem;top:30.5rem;left:2.15625rem;font-size:0.9375rem;display:block; }#KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88eb23b2e76c37f6a7c3aebbb21796a119a51941.svg); }
 }@media only screen and (max-width: 763px) { #tC4IzGG6SUdr8toev1fg8p8cHOJEospp { width:14.875rem;height:3rem;top:30.5rem;left:18.6875rem;font-size:0.9375rem;display:block; }#tC4IzGG6SUdr8toev1fg8p8cHOJEospp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15a07686fcdc579eedcc94a062e7e327c569e397.svg); }
 }@media only screen and (max-width: 763px) { #bve86PJHeKyECgT8PKC7nngTloxPtT3D { width:10.75rem;height:3rem;top:30.5rem;left:37rem;font-size:0.9375rem;display:block; }#bve86PJHeKyECgT8PKC7nngTloxPtT3D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cae06e9d0179faf54686bd27f4c90039f0ca304a.svg); }
 }@media only screen and (max-width: 763px) { #pEkEpRphq9enWOFyHIPSMMaVsMTiPQgx { width:11.0625rem;height:8.6875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtNplbg1B2FaG81N5RMIgslgai5MmsX { width:36.25rem;height:0.875rem;top:40.4375rem;left:2.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9EhcUbvcIz6V0SPGSl1vLcNsBTXKF2K { width:8.6875rem;height:2.25rem;top:8.0625rem;left:39.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovVJ2Ik6Sgbk0pKMTe0P33OF8i95HpcF { width:3.6875rem;height:3.6875rem;top:7.3125rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz { display:none; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ { display:block; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2GD3svH1RiNgZUc0EexI7u2C37kgxBw { width:5.4375rem;height:3.9375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXDAubdzxdl1N1LKsi2bHiNslVFEe3pS { width:6.125rem;height:3.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGBAdbCOR7a0QzkdIeD3EFI9keZb01Kf { width:5.625rem;height:2.125rem;top:10.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0SLcrVKzH3VZP0yBBpTSyADS2Ea0vrE { width:5.875rem;height:2.75rem;top:9.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13BPQAi0tnt6fCIZOEo9imts6wPVsRf { width:5.0625rem;height:2.0625rem;top:10.0625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdUTLFWeVPpxgTP5i1828EIefbyGQEtU { width:3.375rem;height:2.375rem;top:9.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwEa63kLTTD6lyV9mTLqFX8Kr3VAUoG { width:6.75rem;height:1.8125rem;top:10.1875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuGOvNlk7d5Nzrhz61ArkvbfUQhy7KoH { width:7.0625rem;height:1.5rem;top:10.375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGVk0K6k514NmQbUIqMbutVtMODhepKu { width:6rem;height:2rem;top:10.0625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqIlTe7pQIP9uMLS3RWCzxZVaDmo0lD { width:47.1875rem;height:1.1875rem;top:4.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upkJdyXwCKpJvdgzFMTOH6l29c7QunOg { display:block; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTlxT4DTyaocbR6ETlnDEJv44RZstBS7 { width:6.0625rem;height:1.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRVX4Gbp43UtP0KyABBRIldwzwmZbcNB { width:5.6875rem;height:1.1875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBqdG91Eh9ywfTnsH4NwOtySNDfrhJ1z { width:5.6875rem;height:1.5rem;top:2.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCf7Zu97i9yU40awx8M3fE990UF3wpNu { width:4.375rem;height:3.125rem;top:2rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz3XB9RWiyUWqdV61flw54iis9sBeIo8 { width:8.125rem;height:2rem;top:2.5625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOdwmQFrKSTE0CHuBmCrEhw6AUOWkgH { width:4.4375rem;height:2.5625rem;top:2rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSHlp9IBfECo4X4OefEBUkXGsa0gGNS7 { width:5.3125rem;height:2.9375rem;top:2.125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPG2HBTvh2GFRDmaKyAqdOkfJ99CFGul { width:6.25rem;height:2.125rem;top:2.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcus5TyOTyuUimlEecwoPhHwbRXdOTzJ { width:5.25rem;height:5.25rem;top:0.9375rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv { display:block; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF { width:47.75rem;height:36.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOMV40AhzHS3fH60W2Mn6TOGMX5zqn4m { width:33.125rem;height:8.125rem;top:4.375rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6qf4mMEwoEo5HvoVBNwmKNTWA3aIvpy { width:32.6875rem;height:17.3125rem;top:14.375rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt { display:block; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvNPeciCAg9ZNFZJlmBFzWQGBMQWaGCq { width:28.5rem;height:7.875rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prn2MXV7G9S48rlxDCcfhTdJ6z59zoZZ { width:31.9375rem;height:9.4375rem;top:15.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ { width:32.6875rem;height:18.6875rem;top:26.1875rem;left:0rem;font-size:1.0625rem;display:block; }#FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #KWzCQmnAgP6zAn728qCO6fh4yxBaFEih { width:30.6875rem;height:39.5rem;top:6.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGUnHlukOhDJqkndZPmT2KwAE6KbPH8R { width:13.125rem;height:5.75rem;top:28.375rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNkSgQ0Ec6PFEpm1POdTRvLHFStnCxdJ { width:9.25rem;height:;top:29.3125rem;left:25.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToFKqlXzTWxwVvlp2DqpUqcq6tb2x7es { width:11.6875rem;height:1.1875rem;top:31.4375rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApDSn3P6LpNItbUQxF2D9XmyihpT98RV { width:11.5rem;height:5.75rem;top:35.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiLpAWEufdWJo8IXFef9l4yNuBghuuBP { width:9.25rem;height:2.4375rem;top:36.25rem;left:25.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIq3MWF7iR74vEy9IxTSBfIr5s41ZnF { width:11.6875rem;height:1.1875rem;top:38.4375rem;left:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TQxRJm0H23MBT1aozwiSD1746NMIkQ { width:47.75rem;height:8.625rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt4IggL3SNCNaJdl1wRlx1tCCxwuKS0Z { width:47.75rem;height:3.25rem;top:53.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLT562X5kIdWydMycwHJucmG0xJSIox6 { width:14.4375rem;height:3.0625rem;top:53.625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggEqTabqpSSTIZEHWrupXrluUxtK64f { display:block; }
 }@media only screen and (max-width: 763px) { #MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg { display:block; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucwP2tNSo3NquEBOuz2F6kr57vaVnQib { width:31.875rem;height:2.625rem;top:5.875rem;left:7.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd { display:block; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdMCwgyD3CZ1HbymSsXyOPqGM0KFFDzA { width:28.0625rem;height:4.0625rem;top:9.1875rem;left:19.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNq1Xn3rP7XIHlCkQIGWAw0iqOAC3k0n { width:32.6875rem;height:4.6875rem;top:14.9375rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp2LU5GaazGo51WBChCG0yySHFxDPTrZ { width:1.5625rem;height:1.5625rem;top:6.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWf0QhgCWPEyawPlXm197NzwqO8z36cr { width:3.1875rem;height:2.5rem;top:6.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1POLncSWNn6io0EmROfoaydzeJAn3T { width:32.6875rem;height:;top:21.0625rem;left:15.0625rem;font-size:1.0625rem;display:block; }#IC1POLncSWNn6io0EmROfoaydzeJAn3T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd { width:37.5rem;height:35.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0B44THLzrpms7JdpmenW016TdvgTTJO { display:block; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEM33PUk5fFo7ZvXpqP3dl0d8TbWTnzu { width:30.625rem;height:4.0625rem;top:9.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEsfTQUIsmz5EhvqGKGMbUkZeJSTEgiP { width:32.6875rem;height:6.25rem;top:14.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrMJoUv2AJQkJWVhz3UfFrkqdLLzmEVI { width:1.5625rem;height:1.5625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTv8O300IDGT6Fm9BGNtXCHLa8od0isG { width:3.1875rem;height:2.5rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv { width:32.6875rem;height:16.25rem;top:22.8125rem;left:0rem;font-size:1.0625rem;display:block; }#c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #GeUfTi5Oe8K9qK1Iuh5vxHiK8FzwAmRo { width:37.5rem;height:38.75rem;top:3.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw { display:block; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x478v23zDSAaF8RZU6U9yr55aHTQ8Te3 { width:20.3125rem;height:4.875rem;top:17.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1 { width:23.4375rem;height:21.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsiA8ICHZ2C5VTkxc4TO2vi02P3QCE4 { width:18.0625rem;height:1.25rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyfKNpVsTZnd2CWO8O3sdcK6QftAfRZB { width:20.3125rem;height:4.875rem;top:17.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ { width:23.4375rem;height:21.875rem;top:3.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga19JOAZhLIePPJLFkzAon44SWC5W0B1 { width:18.0625rem;height:1.25rem;top:15.75rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu { width:23.4375rem;height:21.875rem;top:3.125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agBOtZT7iILNgDgqdXqQ9optFX9u8Ct4 { width:18.0625rem;height:1.25rem;top:15.75rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HqHeGRTFTU9oXT4Iawn3ckLLgNyOr7 { width:20.3125rem;height:4.875rem;top:17.625rem;left:27.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 { display:block; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAmofgumXceTEwzlhxncgCwl01aWghS { width:34.5rem;height:5.25rem;top:5.8125rem;left:6.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR { display:block; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myXwTlaUhLUTLyCSWkPuhBdyzkXI1SMO { width:21.875rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUR2Ug7uLDV0yBkGQ8n3ublxHXrKGyF { width:17.625rem;height:3.9375rem;top:8.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8BIzg4EC4rcLPRvRfgED2l5k9sGKhu9 { width:16.375rem;height:1.625rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV19sl8T3DnOEbhs6aesOHhmZ5nhBxoL { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIi1zLHrt0AcBFe3Jd0f3LO3LbiiAEQH { width:21.875rem;height:15rem;top:0rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouWxniapsURnJ7gWZffLsWZD0IwgCFG8 { width:16.4375rem;height:3.9375rem;top:8.125rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5lgKBeRos6biybVWhCK1WymVhsMp3E3 { width:16rem;height:1.625rem;top:5.25rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzrgfLndNMJDfKp9ZlvNTmOeKEfQxUWb { width:1.5625rem;height:1.5625rem;top:1.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgTc73ff9b7vEzJ8c8wACd5wSILzuyte { width:21.875rem;height:15rem;top:0rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI0bK3ygzfBFS25WgBkFrRExdpiAPBkn { width:16rem;height:1.625rem;top:5.25rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzkRXBBi6tIb35nXdNoZPC4aFlngHoHh { width:18rem;height:3.9375rem;top:8.125rem;left:29.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGAHcFhd8QnXzAfgTAoN0k4OayfihKl3 { width:1.5625rem;height:1.5625rem;top:1.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa { display:block; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTuTDZfX08xIKyGI7kb4NcSFionoXd27 { width:21.875rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chO9oxWhRl5uTo1ZpBJopKkxBVyOqKmu { width:18.9375rem;height:5.25rem;top:8.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7m1cpIxTh9S7I8VpFkw7d8PJmCmTT9 { width:19.125rem;height:1.625rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL2T3XeTvxu4FLDnw8s9h7cmHot0AA8l { width:1.5625rem;height:1.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG3CyHgoGBIdu2FnSZIRpXBtAdEkQv1Z { width:21.875rem;height:16.25rem;top:0rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvSvWC5iitVH6DsnA447DGlI4FlTcJ5E { width:16.4375rem;height:3.9375rem;top:8.125rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsrTaV16ycHfBdTs51xi3VQDvMLK1EX9 { width:16rem;height:1.625rem;top:5.25rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGmQzvKwfKwLvOQcDZLCV0PwzROoLgcT { width:1.5625rem;height:1.5625rem;top:1.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGTxwRVFTzpwgXfkiDmDKIye9bosgEV { width:21.875rem;height:16.25rem;top:0rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94mqN3uR2RH5hgybXXM0e2EQ8BNXUDr { width:19.0625rem;height:1.625rem;top:5.25rem;left:28.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8CmtZQlXXGQmDeO1RL06SdKrNVWpuw { width:18rem;height:3.9375rem;top:8.125rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q70we7C7ObiJHQrf2TVVeqvOSSh7Jhat { width:1.5625rem;height:1.5625rem;top:1.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG { display:block; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emoclNVLxwC4TPWd0htiJUBV8HJVaGsT { width:10.0625rem;height:9.9375rem;top:4.4375rem;left:10.5rem;font-size:1.125rem;display:block; }#emoclNVLxwC4TPWd0htiJUBV8HJVaGsT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #HCA0ozz3Q3lJWmQtOmWoTMq1bcCqNzTk { width:20.0625rem;height:3.75rem;top:3.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTazCX3eAgclfatAdN50N0g1h7bfszI9 { width:15.1875rem;height:8.5625rem;top:4.1875rem;left:31.875rem;font-size:1.125rem;display:block; }#qTazCX3eAgclfatAdN50N0g1h7bfszI9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #up2ikP6nHkci6dzza6KE1aGISQGISJps { width:10.9375rem;height:;top:4.4375rem;left:21.4375rem;font-size:1.125rem;display:block; }#up2ikP6nHkci6dzza6KE1aGISQGISJps li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 { width:11.0625rem;height:9.9375rem;top:4.1875rem;left:33.5625rem;font-size:1.125rem;display:block; }#WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #rMwxSrk1zTxp1dSSCStTaRWVAWhiOtA7 { width:20.125rem;height:5.25rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o { display:block; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha9xn28auTGycx6wlNh4RIchx2AQlww6 { width:31.875rem;height:2.625rem;top:5.875rem;left:7.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV { display:block; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K093WBTikuW8RvOcdyGV5cN1pBV6KwJv { width:16.0625rem;height:3.25rem;top:8.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD { width:21.875rem;height:12.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouITTIUEuECnmEinTV8UrU41ZsFSF5Xd { width:21.75rem;height:21.875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md3bTrrzzk7m5iDTSFtIKe1lka9xuluf { width:17.9375rem;height:15.75rem;top:14.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0T0eLIPLcwaXbLIk8aLcKIhKyrJyvyT { width:5.625rem;height:1.0625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr { width:21.875rem;height:12.125rem;top:1.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDxE32INvKng1T1vOwuMIvpn00PpTVg5 { width:16.0625rem;height:4.875rem;top:6.4375rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVf5WCclpkUCzx8dR7iRzm8ooqF88BPh { width:21.75rem;height:21.875rem;top:13.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMC9tmVWThQFFcrmrFmizkoMvrRFWBSf { width:17.9375rem;height:15.75rem;top:14.75rem;left:13.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3AqNN74td3VQCvnepCqzFkSlL9uLqE9 { width:21.75rem;height:21.875rem;top:13.375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl6KHzv28w1mZ0p7p8R1NshGOdHodbpR { width:19.125rem;height:18.375rem;top:14.75rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeimscLeNctMTqQpu1OyeIJcImcXTZxf { width:21.875rem;height:12.125rem;top:1.25rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXtxELZXiNl2GqaobHiTqymh0aLLiTc { width:18.5rem;height:3.25rem;top:8.3125rem;left:29.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMeFDx1HVxkdFukR5fVdfEhbne6E4M3F { width:3.5625rem;height:3.5625rem;top:3.5625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 { display:block; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp { display:block; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXBN50DfCmV5Uukcmg24lCU1L7BANRbT { width:47.75rem;height:33.5625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07cAJ8BrE8VnH6u12LxAzv6JmI7D2gH { width:33.125rem;height:4.0625rem;top:13.75rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpThWBfoWgxofNBQkzg0sPy07kKyiLvK { width:33.625rem;height:9.4375rem;top:18.75rem;left:14.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NszPxeWBd905T4ZNM9InMz1zbcmZQka2 { width:8.0625rem;height:2.0625rem;top:31.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzsGVQw4b37P6tuEdr2D2au4AtNxlww { width:13.3125rem;height:1.1875rem;top:33.125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTmzw6nBcfeZQNqOdF8Eua7f79PUdQu { width:15.625rem;height:1.25rem;top:33.1875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifFOw1t9e299G53k4MsRniriuq4gf5z { width:8.0625rem;height:2rem;top:31.125rem;left:38.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGm2HLz2B5uD2zHmkN3pXXOi0OTXpkCG { width:3.0625rem;height:3.0625rem;top:8.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUhkuQeJvu1WiHPwga30DMBVCkAilFU { display:block; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAlF7G3pHsk2cT5RlNaG8VfE817pWhZN { width:36.1875rem;height:4.0625rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqFfbDECGRkqsWJ2lPbSDee5DRez9hky { width:33.625rem;height:7.8125rem;top:15.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKUlZRcLdVnolZUCigKCBgtIuAy9PDBV { width:3.0625rem;height:3.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL { width:47.3125rem;height:36.8125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv { width:15.25rem;height:7rem;top:25.5rem;left:0rem;font-size:0.9375rem;display:block; }#IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD { width:15.25rem;height:7rem;top:25.5rem;left:8.625rem;font-size:0.9375rem;display:block; }#qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #TfpwILhnBobAZxzMNhXwGtGvgnzCkT7u { width:33.625rem;height:3.125rem;top:36.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM { display:none; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTdslGoK49fGRqLszOq8RBtxhTTeCwKk { display:block; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZTIWotZ5rZIzTLBVrVgVH75Bkka48sy { width:12.6875rem;height:4.0625rem;top:8.75rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJ587XCX4xBw8K92HL7V0pTNfEHoDhC { width:16.5625rem;height:4.0625rem;top:17.25rem;left:31.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUNkUMwRtbDLCQNeIAVEr3MGOOuQ0bIa { width:6.1875rem;height:6.1875rem;top:16.1875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeK2kmL1u46yTZXdOUfB5diIy2HUErHx { width:6.1875rem;height:6.1875rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKRyJLJnr4yT0cbRHpgafXreVNIOp7V { width:6.1875rem;height:6.1875rem;top:16.1875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHf2S42i3hXkngLTozAT5PGiGHw3WuRx { width:10.375rem;height:5.125rem;top:8.25rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a { width:37.125rem;height:22.25rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaIK47dOAc75n5fAtFyqfIex1m9AHKE { display:block; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBrLfKCq7QJrpXKQrMyOwLuDqVngafaw { width:47.75rem;height:5.25rem;top:8.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRAZDCCTxoLIV7bNldCo8gHLDOqfREC { width:14.4375rem;height:3.0625rem;top:20.75rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIRd8Zu606bSB1fcW02DTkNbV2EUtI0N { display:block; }
 }@media only screen and (max-width: 763px) { #r4Civ6vQfr4rBJGifvxzticJFdd86UoV { width:12.3125rem;height:3.4375rem;top:37.6875rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ta7RF3sw6QPt8tBl69eLaGep53mtCNRc { width:8.625rem;height:2.875rem;top:37.8125rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r135FV6yyFMHkQdCP8HWJVWNimXJ8pny { width:39.4375rem;height:3rem;top:15.3125rem;left:4.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbUF97881TnW8NXMCvrNBuSLIdrTU6dl { width:11.0625rem;height:8.6875rem;top:33.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCFyD4blXpXMzzRbqraHyHukV9ABDee4 { width:36.25rem;height:0.875rem;top:25.125rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0mmHshNTyL4GTkmzOsrMw6fZ8bg2UG { 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; } #lR0mmHshNTyL4GTkmzOsrMw6fZ8bg2UG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU { display:block; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDi111vW0AL9z8L2Lo3TrtbIaTZwZv0H { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs81W1tHcwf5fgw1uBNflmWnaV2IN46l { display:block; }
 }@media only screen and (max-width: 763px) { #Kve00EJNdd6ZA090vSi6M1noH3EO7ccW { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKXycF5UwPNbI5GELcLR5k165n1UKGTp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3f37b16-80b3-46a9-80c9-218a814d7ffa/imgi_23_complexologisticocordeiropecem.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN.adaptive-delivery-prevent-bg, #kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN.lazyload, #kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN.lazyloading { background-image: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container { background-color: transparent; background-image: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container > .video-iframe-container { display: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row > .video-iframe-container { display: none; }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .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); }#kPcp84Ogx9fdRGQkbm99QlFp1qAXZbDN > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1Avk9b1xSBuHCl7ku1GMK7gDZkOM6Ek { width:20rem;height:9.375rem;top:11.5rem;left:0rem;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.2;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pNTwxOdWmsDX6Mqxhm9Q7eLUVJJCgyWM { width:13.5rem;height:3.125rem;top:37rem;left:0rem;font-size:0.9375rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1aba56;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pd6vO9cvFeiZ9oyHb0BKvemNZ5a3DxJB { display:block; }
 }@media only screen and (max-width: 763px) { #uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 { width:8.6875rem;height:2.25rem;top:24.125rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }#uz3FSnLyrytDWHMAkTsD6VlN4hJATch1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ed98793689a84b0a8b18500d36e0f67b8461a06.svg); }
 }@media only screen and (max-width: 763px) { #fdtfgKCzZepPoPtm81fXKn3bAgCFkKT9 { width:8.125rem;height:2.125rem;top:5.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osADBttTH7DMf5aRN1Df3o4Q2ExIkobF { width:6.625rem;height:2.3984375rem;top:4.8125rem;left:0.75rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx { width:8rem;height:3.375rem;top:29.75rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }#KtEaraRbpxT5CTuyrNiOGXJNvcBhpQFx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88eb23b2e76c37f6a7c3aebbb21796a119a51941.svg); }
 }@media only screen and (max-width: 763px) { #tC4IzGG6SUdr8toev1fg8p8cHOJEospp { width:9rem;height:3.375rem;top:24.125rem;left:11rem;font-size:0.9375rem;line-height:1.2;display:block; }#tC4IzGG6SUdr8toev1fg8p8cHOJEospp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15a07686fcdc579eedcc94a062e7e327c569e397.svg); }
 }@media only screen and (max-width: 763px) { #bve86PJHeKyECgT8PKC7nngTloxPtT3D { width:8.3125rem;height:2.4375rem;top:29.75rem;left:11rem;font-size:0.9375rem;line-height:1.3;display:block; }#bve86PJHeKyECgT8PKC7nngTloxPtT3D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cae06e9d0179faf54686bd27f4c90039f0ca304a.svg); }
 }@media only screen and (max-width: 763px) { #pEkEpRphq9enWOFyHIPSMMaVsMTiPQgx { width:8.125rem;height:6.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtNplbg1B2FaG81N5RMIgslgai5MmsX { width:13.25rem;height:2.0625rem;top:41rem;left:0rem;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T9EhcUbvcIz6V0SPGSl1vLcNsBTXKF2K { width:20rem;height:1.13671875rem;top:46.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ovVJ2Ik6Sgbk0pKMTe0P33OF8i95HpcF { width:2.75rem;height:2.75rem;top:45.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e3f37b16-80b3-46a9-80c9-218a814d7ffa/imgi_23_complexologisticocordeiropecem.webp");background-position:center right !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; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz.adaptive-delivery-prevent-bg, #hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz.lazyload, #hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz.lazyloading { background-image: none; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row .container { background-color: transparent; background-image: none; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row .container > .video-iframe-container { display: none; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row > .video-iframe-container { display: none; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .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); }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row .container { border-width: 0; border-radius: 0; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvR6l3TMKuZVcAR9VI7ucMuiZL3vqWgz > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ { display:block; }#DZBe0WBXdW4Q0yLSA5HRkinasBynGQUJ > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2GD3svH1RiNgZUc0EexI7u2C37kgxBw { width:5.4375rem;height:3.9375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXDAubdzxdl1N1LKsi2bHiNslVFEe3pS { width:6.125rem;height:3.5625rem;top:8.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGBAdbCOR7a0QzkdIeD3EFI9keZb01Kf { width:5.625rem;height:2.125rem;top:9.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0SLcrVKzH3VZP0yBBpTSyADS2Ea0vrE { width:5.875rem;height:2.75rem;top:13.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13BPQAi0tnt6fCIZOEo9imts6wPVsRf { width:5.0625rem;height:2.0625rem;top:19.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdUTLFWeVPpxgTP5i1828EIefbyGQEtU { width:3.375rem;height:2.375rem;top:14.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwEa63kLTTD6lyV9mTLqFX8Kr3VAUoG { width:6.125rem;height:1.6875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuGOvNlk7d5Nzrhz61ArkvbfUQhy7KoH { width:7.0625rem;height:1.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGVk0K6k514NmQbUIqMbutVtMODhepKu { width:6rem;height:2rem;top:19.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqqIlTe7pQIP9uMLS3RWCzxZVaDmo0lD { width:14.875rem;height:2.2734375rem;top:2.875rem;left:2.5625rem;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #upkJdyXwCKpJvdgzFMTOH6l29c7QunOg { display:block; }#upkJdyXwCKpJvdgzFMTOH6l29c7QunOg > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTlxT4DTyaocbR6ETlnDEJv44RZstBS7 { width:6.0625rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRVX4Gbp43UtP0KyABBRIldwzwmZbcNB { width:5.375rem;height:1.125rem;top:0rem;left:14.475rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBqdG91Eh9ywfTnsH4NwOtySNDfrhJ1z { width:4.375rem;height:1.25rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCf7Zu97i9yU40awx8M3fE990UF3wpNu { width:4.1875rem;height:3rem;top:8.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz3XB9RWiyUWqdV61flw54iis9sBeIo8 { width:6.875rem;height:1.625rem;top:9.15625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOdwmQFrKSTE0CHuBmCrEhw6AUOWkgH { width:3.375rem;height:2rem;top:3.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSHlp9IBfECo4X4OefEBUkXGsa0gGNS7 { width:5.625rem;height:3rem;top:3.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPG2HBTvh2GFRDmaKyAqdOkfJ99CFGul { width:6rem;height:2.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcus5TyOTyuUimlEecwoPhHwbRXdOTzJ { width:5.5625rem;height:5.5625rem;top:7.34375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv { display:block; }#Mxr0ZLFktr6ndebbxUSNo4UMy8zSc6yv > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF { width:20rem;height:12.25rem;top:4.5rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a83b62de-bb9f-4a6a-b0db-0ac7b248e23e/imgi_15_caseccl04.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF.adaptive-delivery-prevent-bg, #HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF.lazyload, #HmnU3G2ywQNTQvTbnzl8AFP7gO5GGbfF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oOMV40AhzHS3fH60W2Mn6TOGMX5zqn4m { width:20rem;height:10.5rem;top:2.5rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.4;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #i6qf4mMEwoEo5HvoVBNwmKNTWA3aIvpy { width:20rem;height:25.5rem;top:14.875rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt { display:block; }#KRnGIzt2eDXNIBhxuWIZTx57RBxUsdnt > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvNPeciCAg9ZNFZJlmBFzWQGBMQWaGCq { width:19.4375rem;height:5.625rem;top:4.625rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Prn2MXV7G9S48rlxDCcfhTdJ6z59zoZZ { width:20rem;height:12.75rem;top:34.1025390625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ { width:20rem;height:18.875rem;top:47.4775390625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }#FN8b7P7VDzSQku876ZJWGoPWZTCdHJAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #KWzCQmnAgP6zAn728qCO6fh4yxBaFEih { width:15.5rem;height:20rem;top:11.6025390625rem;left:4.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GGUnHlukOhDJqkndZPmT2KwAE6KbPH8R { width:8.6875rem;height:5.75rem;top:12.9375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kNkSgQ0Ec6PFEpm1POdTRvLHFStnCxdJ { width:9.25rem;height:1.5rem;top:13.875rem;left:1.125rem;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.2;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ToFKqlXzTWxwVvlp2DqpUqcq6tb2x7es { width:6.75rem;height:1.798825rem;top:15.5625rem;left:1.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ApDSn3P6LpNItbUQxF2D9XmyihpT98RV { width:7.8125rem;height:5.75rem;top:19.3125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BiLpAWEufdWJo8IXFef9l4yNuBghuuBP { width:5.0625rem;height:1.5rem;top:20.25rem;left:1.0625rem;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.2;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tgIq3MWF7iR74vEy9IxTSBfIr5s41ZnF { width:5.75rem;height:1.798825rem;top:22rem;left:1.0625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O4TQxRJm0H23MBT1aozwiSD1746NMIkQ { width:20rem;height:16.625rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt4IggL3SNCNaJdl1wRlx1tCCxwuKS0Z { width:17.625rem;height:7.4365rem;top:71.875rem;left:1.875rem;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.4;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #rLT562X5kIdWydMycwHJucmG0xJSIox6 { width:12.625rem;height:3.0625rem;top:80.625rem;left:1.875rem;font-size:0.9375rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1aba56;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oggEqTabqpSSTIZEHWrupXrluUxtK64f { display:block; }
 }@media only screen and (max-width: 763px) { #MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg { display:block; }#MzUu7IH8inGwbCA2uPJWhaqN8pJXFrkg > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucwP2tNSo3NquEBOuz2F6kr57vaVnQib { width:20rem;height:4.3496125rem;top:5.8369140625rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd { display:block; }#ind0NeL6Nn046Lf1GnnEVL5mXaMyOzTd > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdMCwgyD3CZ1HbymSsXyOPqGM0KFFDzA { width:20rem;height:4.5rem;top:15.625rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cNq1Xn3rP7XIHlCkQIGWAw0iqOAC3k0n { width:20rem;height:7.96875rem;top:21.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zp2LU5GaazGo51WBChCG0yySHFxDPTrZ { display:flex;width:1.0625rem;height:1.0625rem;top:13.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #XWf0QhgCWPEyawPlXm197NzwqO8z36cr { width:2.6875rem;height:2.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1POLncSWNn6io0EmROfoaydzeJAn3T { width:20rem;height:18.71875rem;top:31.21875rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }#IC1POLncSWNn6io0EmROfoaydzeJAn3T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd { width:20rem;height:9.8125rem;top:1.25rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/bf8b8e00-7242-49c0-9719-6c1b8c61b7e6/imgi_14_caseccl01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd.adaptive-delivery-prevent-bg, #pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd.lazyload, #pGErT36Oz4SIX2QHQbKi2fE8XmTZOdEd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y0B44THLzrpms7JdpmenW016TdvgTTJO { display:block; }#y0B44THLzrpms7JdpmenW016TdvgTTJO > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEM33PUk5fFo7ZvXpqP3dl0d8TbWTnzu { width:18.4375rem;height:4.5rem;top:15.625rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #AEsfTQUIsmz5EhvqGKGMbUkZeJSTEgiP { width:20rem;height:11.15625rem;top:21.375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RrMJoUv2AJQkJWVhz3UfFrkqdLLzmEVI { display:flex;width:1.0625rem;height:1.0625rem;top:13.375rem;left:0.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ZTv8O300IDGT6Fm9BGNtXCHLa8od0isG { width:2.625rem;height:2.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv { width:20rem;height:16.40625rem;top:34.40625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }#c9NcQoWwFSLQ93BCGxLfekTNkE4GEcKv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #GeUfTi5Oe8K9qK1Iuh5vxHiK8FzwAmRo { width:20rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw { display:block; }#moxMrrvUkt5FO8EBLeCQgvRKFV4IvLZw > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x478v23zDSAaF8RZU6U9yr55aHTQ8Te3 { width:16.75rem;height:3.82324375rem;top:16.375rem;left:1.875rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1 { width:20rem;height:17.5rem;top:5.125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcc8eddc-a71a-457d-87d5-b5b094c550db/imgi_18_casecomplexo3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1.adaptive-delivery-prevent-bg, #T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1.lazyload, #T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1.lazyloading { background-image: none; }
#T7EUZG4zXsAaC8Sxl9D1q1KLHZi7LmZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); } }@media only screen and (max-width: 763px) { #ZwsiA8ICHZ2C5VTkxc4TO2vi02P3QCE4 { width:12.8125rem;height:1.19921875rem;top:14.625rem;left:1.875rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-secondary-1),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tyfKNpVsTZnd2CWO8O3sdcK6QftAfRZB { width:16.125rem;height:3.82324375rem;top:36.375rem;left:1.875rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ { width:20rem;height:17.5rem;top:25.125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7d37f03-a675-4bc9-80c1-26a73d0b3f9c/download20260507T143413642.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ.adaptive-delivery-prevent-bg, #Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ.lazyload, #Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ.lazyloading { background-image: none; }
#Og4R0Qw0qEoMiKwrxPI7GB8IX7GnyzvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); } }@media only screen and (max-width: 763px) { #ga19JOAZhLIePPJLFkzAon44SWC5W0B1 { width:12.8125rem;height:1.19921875rem;top:34.625rem;left:1.875rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-secondary-1),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu { width:20rem;height:17.5rem;top:45.125rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea951cee-0c9a-4e0c-9d80-423fc75443b9/download20260507T145527224.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu.adaptive-delivery-prevent-bg, #laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu.lazyload, #laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu.lazyloading { background-image: none; }
#laGt2g3HWRmKTWB7ShD0Cq7PN8NpZehu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); } }@media only screen and (max-width: 763px) { #agBOtZT7iILNgDgqdXqQ9optFX9u8Ct4 { width:12.8125rem;height:1.19921875rem;top:54.625rem;left:1.875rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-secondary-1),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #l6HqHeGRTFTU9oXT4Iawn3ckLLgNyOr7 { width:16.8125rem;height:3.82324375rem;top:56.375rem;left:1.875rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 { display:block; }#eKni35oeMki8JgwWHmb7AEJ7Nfod1SO5 > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAmofgumXceTEwzlhxncgCwl01aWghS { width:20rem;height:6.5244375rem;top:5.8369140625rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR { display:block; }#tw3wkMtaeBiEaEsNOShxVybBzIIiKHeR > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myXwTlaUhLUTLyCSWkPuhBdyzkXI1SMO { width:19.875rem;height:14rem;top:0rem;left:0rem;background-color:rgba(var(--color-primary-3),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CvUR2Ug7uLDV0yBkGQ8n3ublxHXrKGyF { width:16.375rem;height:4.21875rem;top:7.375rem;left:1.875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I8BIzg4EC4rcLPRvRfgED2l5k9sGKhu9 { width:16.8125rem;height:1.5rem;top:4.625rem;left:1.875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zV19sl8T3DnOEbhs6aesOHhmZ5nhBxoL { display:flex;width:1.5625rem;height:1.5625rem;top:1.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #yIi1zLHrt0AcBFe3Jd0f3LO3LbiiAEQH { width:19.875rem;height:14rem;top:16rem;left:0rem;background-color:rgba(var(--color-primary-3),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ouWxniapsURnJ7gWZffLsWZD0IwgCFG8 { width:16.375rem;height:4.21875rem;top:23.375rem;left:1.875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a5lgKBeRos6biybVWhCK1WymVhsMp3E3 { width:16.8125rem;height:1.5rem;top:20.625rem;left:1.875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pzrgfLndNMJDfKp9ZlvNTmOeKEfQxUWb { display:flex;width:1.5625rem;height:1.5625rem;top:17.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #VgTc73ff9b7vEzJ8c8wACd5wSILzuyte { width:19.875rem;height:14rem;top:32rem;left:0rem;background-color:rgba(var(--color-primary-3),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XI0bK3ygzfBFS25WgBkFrRExdpiAPBkn { width:16.8125rem;height:1.5rem;top:36.625rem;left:1.875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ZzkRXBBi6tIb35nXdNoZPC4aFlngHoHh { width:16.375rem;height:5.625rem;top:39.375rem;left:1.875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AGAHcFhd8QnXzAfgTAoN0k4OayfihKl3 { display:flex;width:1.5625rem;height:1.5625rem;top:33.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa { display:block; }#pf9sl9ZssbGsTiTZTLmtKRFMyMERp4Fa > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTuTDZfX08xIKyGI7kb4NcSFionoXd27 { width:19.875rem;height:18.1875rem;top:1.875rem;left:0rem;background-color:rgba(var(--color-primary-3),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #chO9oxWhRl5uTo1ZpBJopKkxBVyOqKmu { width:16.375rem;height:7.03125rem;top:10.75rem;left:1.875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IR7m1cpIxTh9S7I8VpFkw7d8PJmCmTT9 { width:13.75rem;height:3rem;top:6.5rem;left:1.875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RL2T3XeTvxu4FLDnw8s9h7cmHot0AA8l { display:flex;width:1.5625rem;height:1.5625rem;top:3.75rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #WG3CyHgoGBIdu2FnSZIRpXBtAdEkQv1Z { width:19.875rem;height:14rem;top:22.0625rem;left:0rem;background-color:rgba(var(--color-primary-3),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HvSvWC5iitVH6DsnA447DGlI4FlTcJ5E { width:16.375rem;height:4.21875rem;top:29.4375rem;left:1.875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PsrTaV16ycHfBdTs51xi3VQDvMLK1EX9 { width:16.8125rem;height:1.5rem;top:26.6875rem;left:1.875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MGmQzvKwfKwLvOQcDZLCV0PwzROoLgcT { display:flex;width:1.5625rem;height:1.5625rem;top:23.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #kCGTxwRVFTzpwgXfkiDmDKIye9bosgEV { width:19.875rem;height:15.75rem;top:38.0625rem;left:0rem;background-color:rgba(var(--color-primary-3),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T94mqN3uR2RH5hgybXXM0e2EQ8BNXUDr { width:16.8125rem;height:3rem;top:42.6875rem;left:1.875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qm8CmtZQlXXGQmDeO1RL06SdKrNVWpuw { width:16.375rem;height:4.21875rem;top:46.9375rem;left:1.8125rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q70we7C7ObiJHQrf2TVVeqvOSSh7Jhat { display:flex;width:1.5625rem;height:1.5625rem;top:39.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container { background-color: transparent; background-image: none; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container > .video-iframe-container { display: none; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row > .video-iframe-container { display: none; }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .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); }#mapmE5CBIrgmqIXNTOlJ7aBod5qbMVIG > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emoclNVLxwC4TPWd0htiJUBV8HJVaGsT { width:8.1875rem;height:8.9375rem;top:8.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#emoclNVLxwC4TPWd0htiJUBV8HJVaGsT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #HCA0ozz3Q3lJWmQtOmWoTMq1bcCqNzTk { width:20rem;height:3.75rem;top:2.875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTazCX3eAgclfatAdN50N0g1h7bfszI9 { width:10.875rem;height:8.90625rem;top:18.1875rem;left:9.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#qTazCX3eAgclfatAdN50N0g1h7bfszI9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #up2ikP6nHkci6dzza6KE1aGISQGISJps { width:9.8125rem;height:8.9375rem;top:8.6875rem;left:9.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#up2ikP6nHkci6dzza6KE1aGISQGISJps li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 { width:9rem;height:8.4375rem;top:18.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#WImUVGkoy2hlyLLwpMI6ohFUvnrMzdJ1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e3c9611495a14a8afb44d418c39989880672acb5.svg); }
 }@media only screen and (max-width: 763px) { #rMwxSrk1zTxp1dSSCStTaRWVAWhiOtA7 { width:20rem;height:5.625rem;top:31.03125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o { display:block; }#Otd5mJ9KPxg98TKiTnOe0s90QR1AbN7o > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha9xn28auTGycx6wlNh4RIchx2AQlww6 { width:20rem;height:2.17480625rem;top:5.8369140625rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV { display:block; }#mSeyZk6iTCrV6qg6RPUDsD1tQM56ISzV > .row .container { width:20rem;height:116.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K093WBTikuW8RvOcdyGV5cN1pBV6KwJv { width:16.125rem;height:2.548825rem;top:8.125rem;left:1.25rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD { width:20rem;height:11.875rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35eabfd0-2e6b-4af5-8aa1-782f7fe526b3/img20969fe2d6fb7f76.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD.adaptive-delivery-prevent-bg, #CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD.lazyload, #CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD.lazyloading { background-image: none; }
#CM0v6mLCVJTfmi9qgxorJcuvxdBF1tOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); } }@media only screen and (max-width: 763px) { #ouITTIUEuECnmEinTV8UrU41ZsFSF5Xd { width:19.875rem;height:22.125rem;top:11.875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #md3bTrrzzk7m5iDTSFtIKe1lka9xuluf { width:17.9375rem;height:16.875rem;top:13.75rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F0T0eLIPLcwaXbLIk8aLcKIhKyrJyvyT { width:5.625rem;height:1.0625rem;top:4.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr { width:20rem;height:11.875rem;top:37.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/533d2721-f89a-469d-b453-f50136d4c79f/fotoccl0169fcd011ae319.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr.adaptive-delivery-prevent-bg, #kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr.lazyload, #kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr.lazyloading { background-image: none; }
#kDwDaVm4sLnxPCq8Fkt05WuVDTgfmmAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); } }@media only screen and (max-width: 763px) { #iDxE32INvKng1T1vOwuMIvpn00PpTVg5 { width:16.125rem;height:3.82324375rem;top:43.8125rem;left:1.25rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aVf5WCclpkUCzx8dR7iRzm8ooqF88BPh { width:19.875rem;height:22.125rem;top:49.125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bMC9tmVWThQFFcrmrFmizkoMvrRFWBSf { width:17.9375rem;height:16.875rem;top:51rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J3AqNN74td3VQCvnepCqzFkSlL9uLqE9 { width:19.875rem;height:24.75rem;top:86.375rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fl6KHzv28w1mZ0p7p8R1NshGOdHodbpR { width:17.9375rem;height:19.6875rem;top:88.25rem;left:1.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZeimscLeNctMTqQpu1OyeIJcImcXTZxf { width:20rem;height:11.875rem;top:74.5rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e1d0b59-f518-4afc-a0c8-c38ef14727e8/img26169fe30e6804e1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZeimscLeNctMTqQpu1OyeIJcImcXTZxf.adaptive-delivery-prevent-bg, #ZeimscLeNctMTqQpu1OyeIJcImcXTZxf.lazyload, #ZeimscLeNctMTqQpu1OyeIJcImcXTZxf.lazyloading { background-image: none; }
#ZeimscLeNctMTqQpu1OyeIJcImcXTZxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.44); } }@media only screen and (max-width: 763px) { #wSXtxELZXiNl2GqaobHiTqymh0aLLiTc { width:16.125rem;height:2.548825rem;top:82.625rem;left:1.25rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TMeFDx1HVxkdFukR5fVdfEhbne6E4M3F { width:3.25rem;height:3.25rem;top:78rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d135d862-fc88-4dbb-a185-61c8c1517c8d/img22569fc78ebe5a97.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9.adaptive-delivery-prevent-bg, #BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9.lazyload, #BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9.lazyloading { background-image: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container { background-color: transparent; background-image: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container > .video-iframe-container { display: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .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.59); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row > .video-iframe-container { display: none; }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .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); }#BRHIFIlf2vdh2r1VnoKoKkahS6MmMxd9 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp { display:block; }#uLNLIx4bFcP0VI3i2TkOwL7g8wrhuewp > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXBN50DfCmV5Uukcmg24lCU1L7BANRbT { width:20rem;height:12.25rem;top:4.5rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a83b62de-bb9f-4a6a-b0db-0ac7b248e23e/imgi_15_caseccl04.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fXBN50DfCmV5Uukcmg24lCU1L7BANRbT.adaptive-delivery-prevent-bg, #fXBN50DfCmV5Uukcmg24lCU1L7BANRbT.lazyload, #fXBN50DfCmV5Uukcmg24lCU1L7BANRbT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e07cAJ8BrE8VnH6u12LxAzv6JmI7D2gH { width:20rem;height:5.25rem;top:6rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #BpThWBfoWgxofNBQkzg0sPy07kKyiLvK { width:20rem;height:15.9375rem;top:11.875rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NszPxeWBd905T4ZNM9InMz1zbcmZQka2 { width:8.0625rem;height:2.1875rem;top:30.3125rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zFzsGVQw4b37P6tuEdr2D2au4AtNxlww { width:9.125rem;height:2.2734375rem;top:32.5rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yUTmzw6nBcfeZQNqOdF8Eua7f79PUdQu { width:7.75rem;height:3.41015625rem;top:32.5rem;left:11.9375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RifFOw1t9e299G53k4MsRniriuq4gf5z { width:8.0625rem;height:2.1875rem;top:30.3125rem;left:11.9375rem;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #oGm2HLz2B5uD2zHmkN3pXXOi0OTXpkCG { display:flex;width:2.25rem;height:2.25rem;top:2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TyUhkuQeJvu1WiHPwga30DMBVCkAilFU { display:block; }#TyUhkuQeJvu1WiHPwga30DMBVCkAilFU > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAlF7G3pHsk2cT5RlNaG8VfE817pWhZN { width:20rem;height:7rem;top:6rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LqFfbDECGRkqsWJ2lPbSDee5DRez9hky { width:20rem;height:11.15625rem;top:13.625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hKUlZRcLdVnolZUCigKCBgtIuAy9PDBV { display:flex;width:2.25rem;height:2.25rem;top:2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL { width:20rem;height:12.25rem;top:4.5rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a83b62de-bb9f-4a6a-b0db-0ac7b248e23e/imgi_15_caseccl04.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL.adaptive-delivery-prevent-bg, #Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL.lazyload, #Q6CQ1oqTBcZmZGrna0m9fE5mou2WbQQL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv { width:15.25rem;height:7.375rem;top:26.0625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }#IxnFSnm7iUwQwUfCuz03edSzRX8qUWsv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD { width:15.25rem;height:7.375rem;top:34.375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }#qK4rV490LTRXTh2qlP6rUtS0XuRyFkzD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e5511c44a9bbfdf861ec351dbc2585a67cbd539.svg); }
 }@media only screen and (max-width: 763px) { #TfpwILhnBobAZxzMNhXwGtGvgnzCkT7u { width:20rem;height:4.78125rem;top:43.3125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7b4daece-8379-4248-80d2-f92e006cd52a/download20260508T164855882.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; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM.adaptive-delivery-prevent-bg, #pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM.lazyload, #pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM.lazyloading { background-image: none; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row .container { background-color: transparent; background-image: none; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row .container > .video-iframe-container { display: none; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row > .video-iframe-container { display: none; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .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); }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row .container { border-width: 0; border-radius: 0; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKld6d8OQvsBslpnZHl2BMqNoHGqNnxM > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTdslGoK49fGRqLszOq8RBtxhTTeCwKk { display:block; }#MTdslGoK49fGRqLszOq8RBtxhTTeCwKk > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZTIWotZ5rZIzTLBVrVgVH75Bkka48sy { width:10.0625rem;height:3.5rem;top:7.6875rem;left:4.96875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fTJ587XCX4xBw8K92HL7V0pTNfEHoDhC { width:13.625rem;height:3.5rem;top:24.5625rem;left:3.1875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iUNkUMwRtbDLCQNeIAVEr3MGOOuQ0bIa { width:6.1875rem;height:6.1875rem;top:17.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeK2kmL1u46yTZXdOUfB5diIy2HUErHx { width:6.1875rem;height:6.1875rem;top:17.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKRyJLJnr4yT0cbRHpgafXreVNIOp7V { width:6.1875rem;height:6.1875rem;top:17.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHf2S42i3hXkngLTozAT5PGiGHw3WuRx { width:6.9375rem;height:3.375rem;top:3.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a { width:20rem;height:22.25rem;top:4.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a83b62de-bb9f-4a6a-b0db-0ac7b248e23e/imgi_15_caseccl04.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a.adaptive-delivery-prevent-bg, #r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a.lazyload, #r2v1u0PAmzEDydyAiVW3MzoTrSow5f3a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BkaIK47dOAc75n5fAtFyqfIex1m9AHKE { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container { background-color: transparent; background-image: none; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container > .video-iframe-container { display: none; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row > .video-iframe-container { display: none; }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .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); }#BkaIK47dOAc75n5fAtFyqfIex1m9AHKE > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBrLfKCq7QJrpXKQrMyOwLuDqVngafaw { width:20rem;height:7.5rem;top:4.25rem;left:0rem;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.2;color:#ffffff;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DuRAZDCCTxoLIV7bNldCo8gHLDOqfREC { width:13.5rem;height:3.125rem;top:20.1875rem;left:3.25rem;font-size:0.9375rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1aba56;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OIRd8Zu606bSB1fcW02DTkNbV2EUtI0N { display:block; }
 }@media only screen and (max-width: 763px) { #r4Civ6vQfr4rBJGifvxzticJFdd86UoV { width:8.125rem;height:2.125rem;top:35.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta7RF3sw6QPt8tBl69eLaGep53mtCNRc { width:6.625rem;height:2.3984375rem;top:35.3125rem;left:1.875rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #r135FV6yyFMHkQdCP8HWJVWNimXJ8pny { width:20rem;height:3.375rem;top:12.75rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xbUF97881TnW8NXMCvrNBuSLIdrTU6dl { width:8.125rem;height:6.375rem;top:32.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCFyD4blXpXMzzRbqraHyHukV9ABDee4 { width:13.25rem;height:2.0625rem;top:23.875rem;left:3.375rem;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lR0mmHshNTyL4GTkmzOsrMw6fZ8bg2UG { 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; } #lR0mmHshNTyL4GTkmzOsrMw6fZ8bg2UG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bSantZ9vsFgZpyNKfKQfe9qWi1rZ0TWU > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDi111vW0AL9z8L2Lo3TrtbIaTZwZv0H { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs81W1tHcwf5fgw1uBNflmWnaV2IN46l { display:block; }
 }@media only screen and (max-width: 763px) { #Kve00EJNdd6ZA090vSi6M1noH3EO7ccW { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKXycF5UwPNbI5GELcLR5k165n1UKGTp { display:block; }
 }