.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.96);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#G4q6BBpr9Nq6ziQHx9Cxd8IyoNeulgZe { z-index:15000;top:3.625rem;left:64.3125rem;background-color:#01b342;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EHK3hDmVUxDDg9nIedp1DBXKXVVwIxK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpkc0dE6ngPHtUeowxNi7Bza5HM5cesn { 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:2.5rem;width:8.4375rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#UEzOTqgcdRoxNJUBnRMEgV1xsFchyWpQ { color:#808080;display:block;width:13.5625rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:3rem 0.0625rem 4.75rem #000000;top:0.6875rem;left:1.625rem;height:1.21875rem;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; }
#uMD9qO306mp2wQORRfRO3xCu3QGCP4VP { box-sizing:content-box;color:#1ae5be;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.5625rem;left:0rem;display:block; }
#d2VyfLCKi7FHHbCAf9fKC0V31vxFKDIK { color:#808080;display:block;width:7.5rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:3rem 0.0625rem 4.75rem #000000;top:0.6875rem;left:27.1875rem;height:1.21875rem;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; }
#Hv1pnpSnvgKfS0HZL5ZGEnzJvE7Zbui8 { box-sizing:content-box;color:#1ae5be;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.5625rem;left:25.5625rem;display:block; }
#nQeT4EI2lXZwTdgGXUDynO3WV09AZCXz { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:75rem;top:2.375rem;left:0rem;display:block; }
#ElTtMS5A9N16nbaEoKPuMuL9TRfFF0QQ { color:#18cdca;display:block;width:21.3125rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:3rem 0.0625rem 4.75rem #000000;top:0.6875rem;left:53.6875rem;height:1.21875rem;text-align:right;text-align-last:right;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; }
#SCiDFok9ICra0zbWTMMbM4pydPMvwWQb { color:#1d1d1d;display:block;width:8rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:9.3125rem;height:2.1123rem;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; }
#FgOFLrozSO09Spn4PX0G2TWz3clZx5qH { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:75rem;top:7.625rem;left:0rem;display:block; }
#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { color:#4d4d4d;display:block;width:33.25rem;position:absolute;font-family:"titillium web";font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:5.375rem;left:0rem;height:;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; }
#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt { color:#25d366;display:block;width:35.25rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:17.357421875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abb74930d5a6f9e23760a29e6595b117dd47a93e.svg); }
#UiWTD625w93BICyoxk7eOVrV82wRpxqF { z-index:15001;top:31.625rem;left:0rem;background-color:#01b342;background-image:none;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OgT8XV0yA86vTNhdWteZpwINNbTeD2DE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTdunN8HZFbFNQatGlEk56eHQaucTOAt { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c2b437a1-bada-49de-b42d-84c9e75d86c4/whatsappimage20250617at08282526865276c4424b.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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 2.4375rem 2.1875rem 2.6875rem rgba(0,0,0,0.22) ;height:32.75rem;width:32.6875rem;top:3.96875rem;left:42.3125rem;display:block; }#uTdunN8HZFbFNQatGlEk56eHQaucTOAt.adaptive-delivery-prevent-bg, #uTdunN8HZFbFNQatGlEk56eHQaucTOAt.lazyload, #uTdunN8HZFbFNQatGlEk56eHQaucTOAt.lazyloading { background-image: none; }
#m07qz3sCQTsGHeM3e6s83d3vo3guMQ4o { color:#ff5a00;display:block;width:12.4375rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:33.115234375rem;left:24.375rem;height:1.58105625rem;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; }
#pqRx84fmTfRDKXBB5B9HqM55WlaWXLyV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:32.8125rem;left:0.9375rem; }
#Acn7g03k0AGeBLmFfZBTNkJckC2207AE { position:absolute;display:block;z-index:14999;background-color:#ff5a00;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.5rem;top:5.375rem;left:41.7666015625rem;display:block; }
#Gh5zDWZcmuuRBrfWcOayreTqXoy12SOD { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:43.1416015625rem;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; }
#p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:23.9306640625rem;left:0rem;height:4.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abb74930d5a6f9e23760a29e6595b117dd47a93e.svg); }
#MuyQT2ENH3ixmcPKVxdrynvTW9CNwCA6 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ed1c24;background-image:none;top:33.53125rem;left:20.25rem;display:block; }
#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container { background-color: transparent; background-image: none; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container > .video-iframe-container { display: none; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row > .video-iframe-container { display: none; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .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); }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container { border-width: 0; border-radius: 0; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#bqSMM924HnReuPNHWbANk29t08AIFmLD { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.21875rem;left:2.5rem;height:1.5rem;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; }
#an3eaXJv2cZbCyoyc8GEpoJFtvNs9xxa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.0625rem;left:0rem; }
#E2dAEXrOXSugO0dCQasG7TIceCgycBgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container { background-color: transparent; background-image: none; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container > .video-iframe-container { display: none; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row > .video-iframe-container { display: none; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .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); }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container { border-width: 0; border-radius: 0; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#UOX6XCltnyiVWnPaMIygLgr7xNDsHkT6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ST8J7SZqhZkxcq8NPpR99fELv9gXaX8c { 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:11.375rem;width:11.375rem;top:0rem;left:11.6875rem;overflow:hidden;display:block; }
#hfxph2K2shryWA8wFBPaSJITqazShGhV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:0rem;left:23.625rem;overflow:hidden;display:block; }
#EtET71EuQyTIT7ehNDHLW1x6QA0kNcwt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:11.375rem;top:0.3125rem;left:36.875rem;overflow:hidden;display:block; }
#HH5pNcTDa8oaPTPvWlbmq4Zdazga8Tny { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:11.375rem;top:1.21875rem;left:48.9375rem;overflow:hidden;display:block; }
#iSy1ff36gl6v4qPEa4PBHzaNAHgxCqfR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:0rem;left:62.6875rem;overflow:hidden;display:block; }
#X0nOSM1D4LGD5R9qJAJhGTLNvkvZkHVR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:11.25rem;top:11.375rem;left:0rem;overflow:hidden;display:block; }
#K0u7u13QrnWsN7QQaahFyNbpQT2tUwXo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:9.375rem;left:12.1875rem;overflow:hidden;display:block; }
#NE8uALSazok2pKcCBbseTTiMFVkNpUov { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.6875rem;top:11.25rem;left:23.625rem;overflow:hidden;display:block; }
#v47kb6cJrEc2AOckdxVksct2fSxfT2Xu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:12.0625rem;top:11.375rem;left:36.802272727273rem;overflow:hidden;display:block; }
#FNEZOeWhME4v4d3OEqUaTrbsqs37hbXL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.5625rem;top:11.375rem;left:48.9375rem;overflow:hidden;display:block; }
#wiNLD1wryNpRn2WnLoXWHZGQnvTBi2AR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:10.9375rem;top:12.1875rem;left:63.948598130844rem;overflow:hidden;display:block; }
#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010209;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; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container { background-color: transparent; background-image: none; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container > .video-iframe-container { display: none; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row > .video-iframe-container { display: none; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .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); }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container { border-width: 0; border-radius: 0; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Iqh4R6JZ/9183265_P2_jpg5dbab1c72cb94_2160x2160.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:48rem;top:0rem;left:36.75rem;display:block; }#qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL.adaptive-delivery-prevent-bg, #qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL.lazyload, #qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL.lazyloading { background-image: none; }
#eNIK6ohQkOstXNBO1rgGXwuAE0pRq21J { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"titillium web";font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:7.01175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#edia91MAB87vawEUynWU26lUCwwiuJR0 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.96875rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QtoLQVWIBR4AretOsJ2a7psD3Ho1OrVF { z-index:15010;top:18rem;left:0rem;background-color:#01b342;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 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:"titillium web";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ehVUd7qUnb3klRNs2ziXhyQDrOPA5ZR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container { background-color: transparent; background-image: none; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container > .video-iframe-container { display: none; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row > .video-iframe-container { display: none; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .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); }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container { border-width: 0; border-radius: 0; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#Kv4C4PZ0kioowWu1ZGxTniN8CfgOIOnz { color:#4d4d4d;display:block;width:22.875rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.0874rem;font-style:normal;display:block; }
#kuJHCU18LuGioQBbh0UJHzIOOv0yFEH5 { position:absolute;display:block;z-index:15012;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:11.25rem;top:8.625rem;left:8.875rem;display:block; }
#QrytvIE2BChPWk48xIqHOou0QToBupNs { color:#8e8e8e;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.9375rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#fSnZkpkfK5W0nOUoTNSHB3EXV28bAuAD { z-index:15005;top:20.5rem;left:0rem;background-color:#18cdca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gx0gn3imFWbo6oG3s529dFeoo1nQ3wQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0GfH8GOaVoB7Xh3Dp5dt9rDUdJZGebD { position:absolute;display:block;z-index:15002;height:45.0625rem;width:25.25rem;top:1.9375rem;left:34.275390625rem;display:block; }
#H9dfptkD6Heimv5iT2AlKJLSOkM9nai9 { position:absolute;display:block;z-index:15003;height:45.0625rem;width:25.25rem;top:-5.1875rem;left:35.275978915662rem;display:none; }
#FAWVbRbTpllponR6yO7RQCeXz6HFwcxc { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Xuf82Q9j/10_Sonder_RX_Transmission1.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:20.625rem;top:25.0625rem;left:0rem;display:block; }#FAWVbRbTpllponR6yO7RQCeXz6HFwcxc.adaptive-delivery-prevent-bg, #FAWVbRbTpllponR6yO7RQCeXz6HFwcxc.lazyload, #FAWVbRbTpllponR6yO7RQCeXz6HFwcxc.lazyloading { background-image: none; }
#RH14nUZmUNr6aOgrTflnXatKo8JCapc8 { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/nOI1C0Ao/cronos_azul.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:20.625rem;top:37rem;left:0rem;display:block; }#RH14nUZmUNr6aOgrTflnXatKo8JCapc8.adaptive-delivery-prevent-bg, #RH14nUZmUNr6aOgrTflnXatKo8JCapc8.lazyload, #RH14nUZmUNr6aOgrTflnXatKo8JCapc8.lazyloading { background-image: none; }
#bWdZG99hR33geq1viXUmASuTxhwn7byg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container { background-color: transparent; background-image: none; }#bWdZG99hR33geq1viXUmASuTxhwn7byg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container > .video-iframe-container { display: none; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row > .video-iframe-container { display: none; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .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); }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container { border-width: 0; border-radius: 0; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#wAnTTrR2h8C4wNKw3LcpwaWQgdiveQZT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:49.875rem;top:3.5rem;left:24.6875rem;overflow:hidden;display:block; }
#S8Gt4k3b3u1wsb07ooh4vcOO534PQU2I { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:49.875rem;top:13.125rem;left:25rem;overflow:hidden;display:block; }
#VAkih7dKfBq2DC65qsBHgSElUZo1bO3E { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:50.0625rem;top:24.3125rem;left:24.9375rem;overflow:hidden;display:block; }
#lZZCNwaSDAT62Jd6lHxQ32c6wJLkdixP { color:#4d4d4d;display:block;width:25.375rem;position:absolute;font-family:"titillium web";font-size:2.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:26.7284875rem;font-style:italic;display:block; }
#FQI47XyLErfI7iqT0SwAulBBMsQgQZvk { position:absolute;display:block;z-index:15013;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:6.25rem;top:17rem;left:0rem;display:block; }
#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container { background-color: transparent; background-image: none; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container > .video-iframe-container { display: none; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row > .video-iframe-container { display: none; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .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); }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container { border-width: 0; border-radius: 0; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#XJQFh8GOHskLsXCHAo2XEaHo0p1Kryb7 { position:absolute;display:block;z-index:15000;background-color:#859bca;background-image:url("https://images.assets-landingi.com/dCMQyeDK/chronos_21_1_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.0625rem;width:46.25rem;top:1.5625rem;left:-5.720703125rem;display:block; }#XJQFh8GOHskLsXCHAo2XEaHo0p1Kryb7.adaptive-delivery-prevent-bg, #XJQFh8GOHskLsXCHAo2XEaHo0p1Kryb7.lazyload, #XJQFh8GOHskLsXCHAo2XEaHo0p1Kryb7.lazyloading { background-image: none; }
#tCcAM9Ze1WmiK27xLGAdxezfmRTA4Fcn { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"titillium web";font-size:2.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.53125rem;left:40.9375rem;height:8.042rem;font-style:normal;display:block; }
#i3EmTANNTUcKggeSAVihagmzVDvHDJmP { position:absolute;display:block;z-index:15016;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:9.375rem;top:13.28125rem;left:51.3125rem;display:block; }
#GEhTqJtqQQZFboMTFJNqaUUCtBbZ19h8 { z-index:15009;top:33.9375rem;left:41.6875rem;background-color:#01b342;background-image:none;border-top:0;border-left:2.875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 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:"titillium web";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#igFrBei0Rr2ApDkH6UbJ12aPDpKkzSPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cc8ukWu7TlN0EoHyZOvBAVxib3g7Eacd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:14.75rem;top:17.875rem;left:40.125rem;overflow:hidden;display:block; }
#hGuPbRyLKBz87MxlbFI9su9Rx78CCXuZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:9.4375rem;top:18.1875rem;left:57rem;overflow:hidden;display:block; }
#MgyLaiR9UXTfgdOz0ZF7LJKnNN8N6GFQ { position:absolute;display:block;z-index:15018;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:9.8125rem;top:26.0625rem;left:42.8125rem;overflow:hidden;display:block; }
#bGpLzQMR9iUmipEoBDPBJ7yJVLWIkKfn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7rem;top:25rem;left:58.25rem;overflow:hidden;display:block; }
#tIVHfJTCLpioI2uyLtCh6zrydAdmIQNb { z-index:15003;top:38.625rem;left:48.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #18cdca;border-left:0.0625rem solid #18cdca;border-right:0.0625rem solid #18cdca;border-bottom:0.0625rem solid #18cdca;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#18cdca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xgfa0c1IkqD2ZR3DKuTHr1X6MzaVn33r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqVXTgTLLc6UHDbCtklUDmT18xwm5gmg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.5625rem;left:42.9375rem; }
#OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT > .row .container { border-width: 0; border-radius: 0; }#OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:none; }#UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c80b3469-870a-4a1b-8df8-11166eea1c8a/WhatsAppImage20230918at165313.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:37.0625rem;top:3.5rem;left:0rem;display:block; }#UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc.adaptive-delivery-prevent-bg, #UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc.lazyload, #UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc.lazyloading { background-image: none; }
#gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/602eca5a-8559-420b-9805-02959c7d2d9a/WhatsAppImage20230918at165314.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:37.0625rem;top:3.5rem;left:37.9375rem;display:block; }#gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F.adaptive-delivery-prevent-bg, #gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F.lazyload, #gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F.lazyloading { background-image: none; }
#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { background-color: transparent; background-image: none; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container > .video-iframe-container { display: none; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row > .video-iframe-container { display: none; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .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); }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { border-width: 0; border-radius: 0; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#mgEMdBsqRyU3kPMFrOPQ7a7VeIM6FbD3 { position:absolute;display:block;z-index:15006;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:11.5625rem;top:7.0625rem;left:37.75rem;display:block; }
#QxV4dgKTrlWIMbDz4CB9HsTgOOfT4Kst { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container { background-color: transparent; background-image: none; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container > .video-iframe-container { display: none; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row > .video-iframe-container { display: none; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .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); }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container { border-width: 0; border-radius: 0; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#D9Fs5sct4ycuCNTzPxqzSGsTfCrlXzsC { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.4375rem;left:0.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:0.25rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { position:absolute;display:block;z-index:15007;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:3.75rem;top:6.625rem;left:0.25rem;display:block; }
#rB7Sq90sxgkrAIdPozkL0176wk9N7Ddc { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0rem;left:0rem;display:block; }
#itTuLORrdhM95JV6KOMIsCfQ6cJZOS4h { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:19rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWq0GabAnGHe1m2vSAB8Kb95hPDtRtav { position:absolute;display:block;z-index:15011;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:3.75rem;top:6.625rem;left:19rem;display:block; }
#yAnLolFl5uwyTiClW5U3qbxy7dwTXE2A { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.4375rem;left:19rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sR7gM7wlHeIwe0kFq19dtNOwQFG0IpfV { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0rem;left:18.75rem;display:block; }
#DTL7U8miAASLQR4oByvRIwQWIzmU9Suu { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:37.75rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FUtzqdqNhTLlQQdDiKLL4BCAyyUwv2NK { position:absolute;display:block;z-index:15015;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:3.75rem;top:6.625rem;left:37.75rem;display:block; }
#rT6fNPIk5mwkgCRKCqoFIHfb1KtTtorT { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:3.4375rem;left:37.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GUrDONNbdS6vTPybXiMcDFK0LOTUvUCT { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0rem;left:37.5rem;display:block; }
#rsEZ92dZLaLZOiABWeebPbD96cp4F5lk { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:56.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uv4zTGcJ5iadyfOWsQtwvLmp1C7nWUm5 { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.4375rem;left:56.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sagl0X8fTNCwuCapUEJuKRhG2BzIAGll { position:absolute;display:block;z-index:15019;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:3.75rem;top:6.625rem;left:56.5rem;display:block; }
#vHyz9rX07mOEqIp1fE2gNMy9RFHKaJh8 { box-sizing:content-box;color:#18cdca;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:0rem;left:56.25rem;display:block; }
#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RBa4LV0i/00_Home_grossx.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.adaptive-delivery-prevent-bg, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyload, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyloading { background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { background-color: transparent; background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .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); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { border-width: 0; border-radius: 0; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#vSG2MaNlbzTC1FPeKkZOR2nd7T8N70UM { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.6875rem;left:42.625rem;height:2.923825rem;font-style:normal;display:block; }
#oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { z-index:15001;top:28rem;left:42.625rem;background-color:#18cdca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:42.625rem;height:3.0874rem;font-style:normal;display:block; }
#pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { position:absolute;display:block;z-index:15008;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:11.25rem;top:9.25rem;left:49.5rem;display:block; }
#LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { position:absolute;display:block;z-index:15000;background-color:#131313;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.42) ;height:34.375rem;width:27.6875rem;top:0rem;left:39.75rem;display:block; }
#aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.625rem;left:42.625rem;height:12.108375rem;font-style:normal;display:block; }#aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 li:before{  }
#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container { background-color: transparent; background-image: none; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container > .video-iframe-container { display: none; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row > .video-iframe-container { display: none; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .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); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container { border-width: 0; border-radius: 0; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#IeMlkkAkwqVu9D2Lai82XR16aSKDA4rV { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8.875rem;height:2.923825rem;font-style:normal;display:block; }
#g6qTIVlQZGBVRiHB4tXPXztOgXJZbczB { z-index:15001;top:16rem;left:8.875rem;background-color:#000000;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SPX0l4EB7ey6xZUW1p7z5f0Q0EJoVKdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMyKW8HvFnJxzW9wFzCptEzlzyHGKP69 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:8.875rem;height:3.0874rem;font-style:normal;display:block; }
#pe0CqdeIzV3l9Z3URDrdu5slwtDr5223 { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:11.25rem;top:10.125rem;left:15.75rem;display:block; }
#rSG00ls3dWIpXq8ZbB0OwRHp3tGJcaVf { position:absolute;display:block;z-index:15000;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.16) ;height:22.625rem;width:26.75rem;top:0rem;left:5.625rem;display:block; }
#pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bf62ac25-e1a0-4e01-97af-11ec5f11494f/whatsappimage20250617at08280236865276c7677f.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:49.8125rem;top:3.9375rem;left:29.633227848101rem;display:block; }#pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz.adaptive-delivery-prevent-bg, #pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz.lazyload, #pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz.lazyloading { background-image: none; }
#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container { background-color: transparent; background-image: none; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container > .video-iframe-container { display: none; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row > .video-iframe-container { display: none; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .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); }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container { border-width: 0; border-radius: 0; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8784251-0ffc-4484-bbde-8b379096e61e/whatsappimage20241015at1239041670ed0ef3faa6.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:34.875rem;top:4.0625rem;left:0rem;display:block; }#cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3.adaptive-delivery-prevent-bg, #cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3.lazyload, #cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3.lazyloading { background-image: none; }
#kwxT45Pg6xhx5NwJJ7yqSb1fEpZsMfhk { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/929e215d-7f9f-4a54-8af9-846905eac4fa/whatsappimage20241015at123904670ed0ef38adf.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:34.875rem;top:4.0625rem;left:40.125rem;display:block; }#kwxT45Pg6xhx5NwJJ7yqSb1fEpZsMfhk.adaptive-delivery-prevent-bg, #kwxT45Pg6xhx5NwJJ7yqSb1fEpZsMfhk.lazyload, #kwxT45Pg6xhx5NwJJ7yqSb1fEpZsMfhk.lazyloading { background-image: none; }
#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container { background-color: transparent; background-image: none; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container > .video-iframe-container { display: none; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row > .video-iframe-container { display: none; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .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); }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container { border-width: 0; border-radius: 0; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/lcYXW121/WhatsApp_Image_2021_07_20_at_13.51.30.jpeg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:34.875rem;top:2.375rem;left:0rem;display:block; }#tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo.adaptive-delivery-prevent-bg, #tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo.lazyload, #tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo.lazyloading { background-image: none; }
#hXtQEniivmdfz5c4F3x2c1KaTUDCmGk3 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ufahmSaq/WhatsApp_Image_2021_07_20_at_13.52.54.jpeg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:34.875rem;top:2.375rem;left:40.125rem;display:block; }#hXtQEniivmdfz5c4F3x2c1KaTUDCmGk3.adaptive-delivery-prevent-bg, #hXtQEniivmdfz5c4F3x2c1KaTUDCmGk3.lazyload, #hXtQEniivmdfz5c4F3x2c1KaTUDCmGk3.lazyloading { background-image: none; }
#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container { background-color: transparent; background-image: none; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container > .video-iframe-container { display: none; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row > .video-iframe-container { display: none; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .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); }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container { border-width: 0; border-radius: 0; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#ebnfJ32do9r4vTqntK1QB3R4mu1qPWSO { 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:14.125rem;width:23rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#k6f7m2lq6HpruuGbOswmE1Xa2J6FDTvu { 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:16.625rem;width:23rem;top:0rem;left:26rem;overflow:hidden;display:block; }
#a3Tv0KgShSX6KEUPlPBFqOwSlqLAOkVI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:23rem;top:0rem;left:52rem;overflow:hidden;display:block; }
#qC2CVoQ12sbzJK1T7orKOueKz1mVn35r { position:absolute;display:block;z-index:15003;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:31.0625rem;width:23.1875rem;top:0rem;left:26rem;overflow:hidden;display:block; }
#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uKAtlqLz/5X9_Hybrid_710x920.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943.adaptive-delivery-prevent-bg, #mXIBw0uAmQ5skztP9CW5tfQOl7RQL943.lazyload, #mXIBw0uAmQ5skztP9CW5tfQOl7RQL943.lazyloading { background-image: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container { background-color: transparent; background-image: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container > .video-iframe-container { display: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row > .video-iframe-container { display: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .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); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container { border-width: 0; border-radius: 0; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#LcK5plRESWc4xvG1rXTA4AMJX1kbAETL { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"titillium web";font-size:7.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.375rem;left:0rem;height:14.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNAOUizRIcn0wosyrSCKKCtyT9D0zIrA { position:absolute;display:block;z-index:15009;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:15rem;top:23.3125rem;left:0rem;display:block; }
#mQQBKkemgHLpK5xx58mCs62yC8Zvseil { z-index:15001;top:31.125rem;left:23.71875rem;background-color:#18cdca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rqGo55DJouTpdlM6xZcxrpay57E1DCJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0R1lK37noG1NdAPoIcfIFgtDd6Ed8nd { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:8.6875rem;left:23.71875rem;height:18.16696875rem;font-style:normal;display:block; }
#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container { background-color: transparent; background-image: none; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container > .video-iframe-container { display: none; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row > .video-iframe-container { display: none; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .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); }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container { border-width: 0; border-radius: 0; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#q1IxpR0aHEXv2OHFUohsrx0WH46p19UN { color:#8e8e8e;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reExTWBLG4bZXsK5Bm63wq9ii2nN5eeE { position:absolute;display:block;z-index:15011;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:8.125rem;top:12.125rem;left:37rem;display:block; }
#WJyTXLWGEtV3PC7B7O8oMC4Od0l4lS9a { color:#4d4d4d;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container { background-color: transparent; background-image: none; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container > .video-iframe-container { display: none; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row > .video-iframe-container { display: none; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .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); }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container { border-width: 0; border-radius: 0; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rFlMREPq/braquimica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:25rem;display:block; }#lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg.adaptive-delivery-prevent-bg, #lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg.lazyload, #lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg.lazyloading { background-image: none; }
#QT58URiZUoIcopCH7KIuRLMZtBpTTszx { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/4UeLpGYS/botica_rio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }#QT58URiZUoIcopCH7KIuRLMZtBpTTszx.adaptive-delivery-prevent-bg, #QT58URiZUoIcopCH7KIuRLMZtBpTTszx.lazyload, #QT58URiZUoIcopCH7KIuRLMZtBpTTszx.lazyloading { background-image: none; }
#Klmim0XwzV1r0pcgxtFrimJiAyGJJ0wf { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/fzCnn6PM/ype.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:37.5rem;display:block; }#Klmim0XwzV1r0pcgxtFrimJiAyGJJ0wf.adaptive-delivery-prevent-bg, #Klmim0XwzV1r0pcgxtFrimJiAyGJJ0wf.lazyload, #Klmim0XwzV1r0pcgxtFrimJiAyGJJ0wf.lazyloading { background-image: none; }
#b8hnX9h0TEfCeoMZcDCvQ1QM7chDdWMy { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OrK4GbfS/brasilgas_crop_u53617.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:25rem;display:block; }#b8hnX9h0TEfCeoMZcDCvQ1QM7chDdWMy.adaptive-delivery-prevent-bg, #b8hnX9h0TEfCeoMZcDCvQ1QM7chDdWMy.lazyload, #b8hnX9h0TEfCeoMZcDCvQ1QM7chDdWMy.lazyloading { background-image: none; }
#LBTWEIoREXtQfbVQvr806OsV4cLhg3fy { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/s7b7Za9L/cromex.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:0rem;display:block; }#LBTWEIoREXtQfbVQvr806OsV4cLhg3fy.adaptive-delivery-prevent-bg, #LBTWEIoREXtQfbVQvr806OsV4cLhg3fy.lazyload, #LBTWEIoREXtQfbVQvr806OsV4cLhg3fy.lazyloading { background-image: none; }
#Fpbu1em8ksLZFaUZrDTiMRDEgMAM8sdh { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/EcWr2AVi/torrebras.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:62.5rem;display:block; }#Fpbu1em8ksLZFaUZrDTiMRDEgMAM8sdh.adaptive-delivery-prevent-bg, #Fpbu1em8ksLZFaUZrDTiMRDEgMAM8sdh.lazyload, #Fpbu1em8ksLZFaUZrDTiMRDEgMAM8sdh.lazyloading { background-image: none; }
#n4LZlMh6l7pIkyLazAzr6hu9uIpDHMhV { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/AI5k8gvu/primax.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.75rem;left:37.5rem;display:block; }#n4LZlMh6l7pIkyLazAzr6hu9uIpDHMhV.adaptive-delivery-prevent-bg, #n4LZlMh6l7pIkyLazAzr6hu9uIpDHMhV.lazyload, #n4LZlMh6l7pIkyLazAzr6hu9uIpDHMhV.lazyloading { background-image: none; }
#Kh4bq2PO18g0QDdOSgEihKIs8OePLAcn { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Y32R4kEk/eternit.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:50rem;display:block; }#Kh4bq2PO18g0QDdOSgEihKIs8OePLAcn.adaptive-delivery-prevent-bg, #Kh4bq2PO18g0QDdOSgEihKIs8OePLAcn.lazyload, #Kh4bq2PO18g0QDdOSgEihKIs8OePLAcn.lazyloading { background-image: none; }
#ovXw53mW4kEPvxpFyzRX82ZULibV77pn { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/zo3LPBPf/lamorim.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.75rem;left:50rem;display:block; }#ovXw53mW4kEPvxpFyzRX82ZULibV77pn.adaptive-delivery-prevent-bg, #ovXw53mW4kEPvxpFyzRX82ZULibV77pn.lazyload, #ovXw53mW4kEPvxpFyzRX82ZULibV77pn.lazyloading { background-image: none; }
#skK7qTDFyCNrXST2tudlzq32JeCKukzu { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Ye2q4N2L/mosaic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.75rem;left:25rem;display:block; }#skK7qTDFyCNrXST2tudlzq32JeCKukzu.adaptive-delivery-prevent-bg, #skK7qTDFyCNrXST2tudlzq32JeCKukzu.lazyload, #skK7qTDFyCNrXST2tudlzq32JeCKukzu.lazyloading { background-image: none; }
#Jgf9JzrTKJZugfJR73lCQBl3CdgCz6C8 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/wNJUHcaw/paranapanema.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.75rem;left:12.5rem;display:block; }#Jgf9JzrTKJZugfJR73lCQBl3CdgCz6C8.adaptive-delivery-prevent-bg, #Jgf9JzrTKJZugfJR73lCQBl3CdgCz6C8.lazyload, #Jgf9JzrTKJZugfJR73lCQBl3CdgCz6C8.lazyloading { background-image: none; }
#oSoPXPsE5JDzX6Pme5HFQyve0mLGqqWe { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/w9hpto2S/leagold_crop_u53871.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.75rem;left:0rem;display:block; }#oSoPXPsE5JDzX6Pme5HFQyve0mLGqqWe.adaptive-delivery-prevent-bg, #oSoPXPsE5JDzX6Pme5HFQyve0mLGqqWe.lazyload, #oSoPXPsE5JDzX6Pme5HFQyve0mLGqqWe.lazyloading { background-image: none; }
#SSMD6Nog5r7l2hs6NNzfWqwaX48W8pFf { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/8iUETAkt/unigel_crop_u53675.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:12.5rem;display:block; }#SSMD6Nog5r7l2hs6NNzfWqwaX48W8pFf.adaptive-delivery-prevent-bg, #SSMD6Nog5r7l2hs6NNzfWqwaX48W8pFf.lazyload, #SSMD6Nog5r7l2hs6NNzfWqwaX48W8pFf.lazyloading { background-image: none; }
#vxaSoCkS1NiXfTo958182CON9hKpnn5D { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/WjX7GOsR/sodexo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:62.5rem;display:block; }#vxaSoCkS1NiXfTo958182CON9hKpnn5D.adaptive-delivery-prevent-bg, #vxaSoCkS1NiXfTo958182CON9hKpnn5D.lazyload, #vxaSoCkS1NiXfTo958182CON9hKpnn5D.lazyloading { background-image: none; }
#dlkUDUP5gv9y5m6iglJMz9nwVlK8iSbI { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/7sutRTCU/tigre_crop_u53548.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:0rem;display:block; }#dlkUDUP5gv9y5m6iglJMz9nwVlK8iSbI.adaptive-delivery-prevent-bg, #dlkUDUP5gv9y5m6iglJMz9nwVlK8iSbI.lazyload, #dlkUDUP5gv9y5m6iglJMz9nwVlK8iSbI.lazyloading { background-image: none; }
#ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0 { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ZkXd7HNC/manserv.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:37.5rem;display:block; }#ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0.adaptive-delivery-prevent-bg, #ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0.lazyload, #ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0.lazyloading { background-image: none; }
#UQqFTZ3x3m6o4fwiCfBTrOcvDZ7MMwCn { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eECkKYkM/penha_crop_u53572.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:50rem;display:block; }#UQqFTZ3x3m6o4fwiCfBTrOcvDZ7MMwCn.adaptive-delivery-prevent-bg, #UQqFTZ3x3m6o4fwiCfBTrOcvDZ7MMwCn.lazyload, #UQqFTZ3x3m6o4fwiCfBTrOcvDZ7MMwCn.lazyloading { background-image: none; }
#wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HIczNXgR/fertipar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.8125rem;left:62.5rem;display:block; }#wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h.adaptive-delivery-prevent-bg, #wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h.lazyload, #wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h.lazyloading { background-image: none; }
#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container { background-color: transparent; background-image: none; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container > .video-iframe-container { display: none; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row > .video-iframe-container { display: none; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .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); }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container { border-width: 0; border-radius: 0; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#k9EE4LJJUHq56N9Rife0hoBWS71wtSeA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7a22cc05-5b78-4bd0-bf92-2e7dd228dd35/WhatsAppImage20240228at1508283.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:10.375rem;top:20.28125rem;left:27.1875rem;display:block; }#k9EE4LJJUHq56N9Rife0hoBWS71wtSeA.adaptive-delivery-prevent-bg, #k9EE4LJJUHq56N9Rife0hoBWS71wtSeA.lazyload, #k9EE4LJJUHq56N9Rife0hoBWS71wtSeA.lazyloading { background-image: none; }
#UNut7xxaJvBv1THzridVkUhkfZKO7wdV { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5be43782-419b-4044-8f88-1e3ee88ac2e4/WhatsAppImage20240228at151151.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }#UNut7xxaJvBv1THzridVkUhkfZKO7wdV.adaptive-delivery-prevent-bg, #UNut7xxaJvBv1THzridVkUhkfZKO7wdV.lazyload, #UNut7xxaJvBv1THzridVkUhkfZKO7wdV.lazyloading { background-image: none; }
#eLrMq1iJCboke5SBHDATCdN2lTBForV5 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99a226f4-272c-4ff6-8f46-5da116bfc899/WhatsAppImage20240228at151018.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:37.5rem;display:block; }#eLrMq1iJCboke5SBHDATCdN2lTBForV5.adaptive-delivery-prevent-bg, #eLrMq1iJCboke5SBHDATCdN2lTBForV5.lazyload, #eLrMq1iJCboke5SBHDATCdN2lTBForV5.lazyloading { background-image: none; }
#TkBHhmPU6LloXHSUlrTRTlklIzSonMMP { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7c15e11d-092f-4930-8c02-e51c833f081c/WhatsAppImage20240228at150921.jpeg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:25rem;display:block; }#TkBHhmPU6LloXHSUlrTRTlklIzSonMMP.adaptive-delivery-prevent-bg, #TkBHhmPU6LloXHSUlrTRTlklIzSonMMP.lazyload, #TkBHhmPU6LloXHSUlrTRTlklIzSonMMP.lazyloading { background-image: none; }
#F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9e107218-e93e-410e-a6f3-6531422402d5/WhatsAppImage20240228at1508291.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:0rem;display:block; }#F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb.adaptive-delivery-prevent-bg, #F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb.lazyload, #F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb.lazyloading { background-image: none; }
#Hso0lZW3mK9Ps0bEM0IFbbuWzJN0vABq { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3f114ec7-af3f-4efb-8568-61d3fbc1f87a/WhatsAppImage20240228at1508271.jpeg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:62.5rem;display:block; }#Hso0lZW3mK9Ps0bEM0IFbbuWzJN0vABq.adaptive-delivery-prevent-bg, #Hso0lZW3mK9Ps0bEM0IFbbuWzJN0vABq.lazyload, #Hso0lZW3mK9Ps0bEM0IFbbuWzJN0vABq.lazyloading { background-image: none; }
#ZKyIqaMGsKcASUGW8d7It4DuEufwEZ3Q { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b0e1a02-e2f1-4c24-a2c2-20381ca8873d/WhatsAppImage20240228at1508301.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:9.25rem;top:9.75rem;left:39.125rem;display:block; }#ZKyIqaMGsKcASUGW8d7It4DuEufwEZ3Q.adaptive-delivery-prevent-bg, #ZKyIqaMGsKcASUGW8d7It4DuEufwEZ3Q.lazyload, #ZKyIqaMGsKcASUGW8d7It4DuEufwEZ3Q.lazyloading { background-image: none; }
#TwiWTnlEh0wM2HbCSiMwyKgBGPDcz9rz { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b88995ea-bf51-483d-9308-19a2e3d98c06/WhatsAppImage20240228at1508312.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:50rem;display:block; }#TwiWTnlEh0wM2HbCSiMwyKgBGPDcz9rz.adaptive-delivery-prevent-bg, #TwiWTnlEh0wM2HbCSiMwyKgBGPDcz9rz.lazyload, #TwiWTnlEh0wM2HbCSiMwyKgBGPDcz9rz.lazyloading { background-image: none; }
#UlgVTR9qbeyrXwzv2rbygqfRdVJIll5r { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c451065d-4ca5-477b-bbae-6d33bfa729fc/WhatsAppImage20240228at150830.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:10.5rem;top:9.75rem;left:52.0625rem;display:block; }#UlgVTR9qbeyrXwzv2rbygqfRdVJIll5r.adaptive-delivery-prevent-bg, #UlgVTR9qbeyrXwzv2rbygqfRdVJIll5r.lazyload, #UlgVTR9qbeyrXwzv2rbygqfRdVJIll5r.lazyloading { background-image: none; }
#wmQiU6ILuTTaF0e6D5LCiX2bLNqT3Ss6 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64edc395-8a4d-45ff-b01b-520e02f4a7f7/WhatsAppImage20240228at1508302.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:12.5rem;top:10.8125rem;left:25rem;display:block; }#wmQiU6ILuTTaF0e6D5LCiX2bLNqT3Ss6.adaptive-delivery-prevent-bg, #wmQiU6ILuTTaF0e6D5LCiX2bLNqT3Ss6.lazyload, #wmQiU6ILuTTaF0e6D5LCiX2bLNqT3Ss6.lazyloading { background-image: none; }
#Uzg3pTd0m7KHX5TXZ4kwyEiAmHsL9rMT { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/33a83598-d478-4412-ae73-7b702d4f6aa7/WhatsAppImage20240228at150827.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:9.75rem;top:9.75rem;left:13.875rem;display:block; }#Uzg3pTd0m7KHX5TXZ4kwyEiAmHsL9rMT.adaptive-delivery-prevent-bg, #Uzg3pTd0m7KHX5TXZ4kwyEiAmHsL9rMT.lazyload, #Uzg3pTd0m7KHX5TXZ4kwyEiAmHsL9rMT.lazyloading { background-image: none; }
#MTJSgxZVEw5ieTt54XMOAyMdamF7SzTd { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7b855157-ee3b-49da-95f4-38edec089f69/WhatsAppImage20240228at150831.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:10.5rem;top:9.75rem;left:0rem;display:block; }#MTJSgxZVEw5ieTt54XMOAyMdamF7SzTd.adaptive-delivery-prevent-bg, #MTJSgxZVEw5ieTt54XMOAyMdamF7SzTd.lazyload, #MTJSgxZVEw5ieTt54XMOAyMdamF7SzTd.lazyloading { background-image: none; }
#uAZTdzLi52HrgCyT9SlpLxCRvEF86mTg { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e66f2f5b-69fc-4ebf-abbe-f6015187ec75/WhatsAppImage20240228at150829.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:10.125rem;top:20.8125rem;left:13.6875rem;display:block; }#uAZTdzLi52HrgCyT9SlpLxCRvEF86mTg.adaptive-delivery-prevent-bg, #uAZTdzLi52HrgCyT9SlpLxCRvEF86mTg.lazyload, #uAZTdzLi52HrgCyT9SlpLxCRvEF86mTg.lazyloading { background-image: none; }
#gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b6a96d8e-d532-432d-8c93-ec35c629ac7a/WhatsAppImage20240228at1508311.jpeg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:9.5625rem;top:1.875rem;left:64.484375rem;display:block; }#gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq.adaptive-delivery-prevent-bg, #gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq.lazyload, #gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq.lazyloading { background-image: none; }
#XUsC51gFVSuolvCdGoTydL2a3xJnwgeA { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e4cb5ef2-03c5-4de8-8d04-15bda53a88c9/WhatsAppImage20240228at1511511.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:0rem;left:0rem;display:block; }#XUsC51gFVSuolvCdGoTydL2a3xJnwgeA.adaptive-delivery-prevent-bg, #XUsC51gFVSuolvCdGoTydL2a3xJnwgeA.lazyload, #XUsC51gFVSuolvCdGoTydL2a3xJnwgeA.lazyloading { background-image: none; }
#tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b9f10af-4e8f-4b76-baa8-7e64adb77076/WhatsAppImage20240228at150828.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:9.8125rem;top:20.4375rem;left:40.25rem;display:block; }#tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO.adaptive-delivery-prevent-bg, #tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO.lazyload, #tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO.lazyloading { background-image: none; }
#FKQ4iNTQPiNzdWTkozNg5thAMbN95DMB { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ba9f209e-0910-4ad6-9fa1-0f6cd3f25f6c/WhatsAppImage20240228at1508281.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:19.625rem;left:50rem;display:block; }#FKQ4iNTQPiNzdWTkozNg5thAMbN95DMB.adaptive-delivery-prevent-bg, #FKQ4iNTQPiNzdWTkozNg5thAMbN95DMB.lazyload, #FKQ4iNTQPiNzdWTkozNg5thAMbN95DMB.lazyloading { background-image: none; }
#LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d9374e97-b0ac-47ab-929d-699eb947bec3/WhatsAppImage20240228at1508292.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.5rem;top:9.8125rem;left:62.5rem;display:block; }#LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA.adaptive-delivery-prevent-bg, #LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA.lazyload, #LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA.lazyloading { background-image: none; }
#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container { background-color: transparent; background-image: none; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container > .video-iframe-container { display: none; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row > .video-iframe-container { display: none; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .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); }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container { border-width: 0; border-radius: 0; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#DsZtgIeNaSxBcP8yeEm2W4FVPlbhbsgh { color:#8e8e8e;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IntXH9tTk330wTDp5mwSyTmBataxFilw { position:absolute;display:block;z-index:15011;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:8.125rem;top:12.125rem;left:37rem;display:block; }
#HDwngQztovCsofnP55K1ERnUvoXpwwUC { color:#4d4d4d;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJXcZisD09I2IxZASsfrvku989FBUe4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container { background-color: transparent; background-image: none; }#tJXcZisD09I2IxZASsfrvku989FBUe4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container > .video-iframe-container { display: none; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row > .video-iframe-container { display: none; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .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); }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container { border-width: 0; border-radius: 0; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#w35VReBPh1Qbvwiy5FkoRagIigJr3w5B { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/s7b7Za9L/cromex.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:11.125rem;top:6.71875rem;left:7.552734375rem;display:block; }#w35VReBPh1Qbvwiy5FkoRagIigJr3w5B.adaptive-delivery-prevent-bg, #w35VReBPh1Qbvwiy5FkoRagIigJr3w5B.lazyload, #w35VReBPh1Qbvwiy5FkoRagIigJr3w5B.lazyloading { background-image: none; }
#DnH7OqgnyHEklC6Pew90kEwZsB2gx4BG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:13.875rem;top:4rem;left:28.6875rem;overflow:hidden;display:block; }
#bXWpGEP4WSDVzS5Q8bo2Mm8HzSQ908Gc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:18.6875rem;top:4rem;left:42.5625rem;overflow:hidden;display:block; }
#GzE3hidBmrTqASN95i4mlfAz3GUX8TNw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:13.8125rem;top:4rem;left:61.1875rem;overflow:hidden;display:block; }
#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container { background-color: transparent; background-image: none; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container > .video-iframe-container { display: none; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row > .video-iframe-container { display: none; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .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); }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container { border-width: 0; border-radius: 0; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#opqpvERNsD8TNJVh4MvW4EXKS9STEdiX { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89f0e5b2-e39b-460b-92cf-104ef9c43d7f/cavalinho.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:11.125rem;top:6.71875rem;left:7.552734375rem;display:block; }#opqpvERNsD8TNJVh4MvW4EXKS9STEdiX.adaptive-delivery-prevent-bg, #opqpvERNsD8TNJVh4MvW4EXKS9STEdiX.lazyload, #opqpvERNsD8TNJVh4MvW4EXKS9STEdiX.lazyloading { background-image: none; }
#NCZpITebCsh1Jwu7Vzwyq7H76A2iabM0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:13.875rem;top:4rem;left:28.6875rem;overflow:hidden;display:block; }
#EWtnekAUHS9fsXyqtvQZrpwgksk3FlF1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:13.8125rem;top:4rem;left:41.4375rem;overflow:hidden;display:block; }
#RqylzuVFEZBdoE2hGU0MZPrKoUPonkAr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:13.8125rem;top:4.03125rem;left:54.1875rem;overflow:hidden;display:block; }
#RyOgONBQcGevlNG5KHMoqgBfaHs5lRoP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:7.75rem;top:4.03125rem;left:67.25rem;overflow:hidden;display:block; }
#L76igNaC16eMB26HWWDeULSF5Qe9QlFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container { background-color: transparent; background-image: none; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container > .video-iframe-container { display: none; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row > .video-iframe-container { display: none; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .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); }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container { border-width: 0; border-radius: 0; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5daac1ab-057d-46b4-b285-9046dccf37c1/valgroup.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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.75rem;width:15.5625rem;top:4.8125rem;left:5.302734375rem;display:block; }#bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5.adaptive-delivery-prevent-bg, #bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5.lazyload, #bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5.lazyloading { background-image: none; }
#oiTNJeeTxKVgTbJww38lCobcKm8DIlQ5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:18.6875rem;top:4rem;left:28.75rem;overflow:hidden;display:block; }
#zVRpfTA4upezPVRNEkKXa71IRzZ0o9Qy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:5.8125rem;top:4rem;left:47.375rem;overflow:hidden;display:block; }
#mMfxN2G4pFit3bP595lIunWQnCZiktiT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:18.5rem;top:4.03125rem;left:51rem;overflow:hidden;display:block; }
#zdipmMRtLzw8BooPq41HJ1yWWcL19sHL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:5.75rem;top:4.03125rem;left:69.25rem;overflow:hidden;display:block; }
#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NSzyGLfE/00_Home_grossxx.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4.adaptive-delivery-prevent-bg, #zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4.lazyload, #zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4.lazyloading { background-image: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { background-color: transparent; background-image: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container > .video-iframe-container { display: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row > .video-iframe-container { display: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .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); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { border-width: 0; border-radius: 0; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4::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; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#SBMOXsCkK7NIzJOICLd8rkTNtSVDo9mp { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:15.771484375rem;left:0rem;height:10.09275rem;font-style:normal;display:block; }
#NolDepfVaDSTAoIlr48hQTi6CwZ9BSKM { color:#ffffff;display:block;width:65.25rem;position:absolute;font-family:"titillium web";font-size:7.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.375rem;left:0rem;height:7.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxlTCycpkUehlHGSP3WN0nXv2ZUwbgMS { z-index:15005;top:28.92578125rem;left:0rem;background-color:#18cdca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sS26phZ3gaW7k5MefKbS2HfxN0wXkqlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ebebc;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; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container { background-color: transparent; background-image: none; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container > .video-iframe-container { display: none; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row > .video-iframe-container { display: none; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .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); }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container { border-width: 0; border-radius: 0; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#UXqFKZ9VOi1GU41tOMFIvPNzQsNF1JyO { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:8.125rem;top:9.6875rem;left:49.5625rem;display:block; }
#CS0G3q5VgbelHeTaWrXTkFNVRGHR7zwq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ebebc;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; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { background-color: transparent; background-image: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container > .video-iframe-container { display: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row > .video-iframe-container { display: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .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); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { border-width: 0; border-radius: 0; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#qNEA94fyN4BXiOwTmo0XLZvLfh7HJ2vp { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:10.25rem;left:58.6875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzDlHX6bStXAlklkZGJm54sIx5IGM3Rk { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:10.25rem;left:40.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.25rem;left:21.4375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E86Az0Nilc5EFQNuOKuEL2yt4VVc196e { box-sizing:content-box;color:#ffffff;font-size:4.9375rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2.4375rem;left:43.3125rem;display:block; }
#vM6Q9I6Asf9KP1TVCakivx079HXHf8uc { box-sizing:content-box;color:#ffffff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:2.875rem;left:62.5rem;display:block; }
#cMAxMTycN2rsGxMzKJ85viy5GnMhRnEz { box-sizing:content-box;color:#ffffff;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:2.46875rem;left:24.59375rem;display:block; }
#hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:10.25rem;left:3.8125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4boLFqoGdTnafrq4kLxZzWu4dwgpE1d { box-sizing:content-box;color:#ffffff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2.875rem;left:6.25rem;display:block; }
#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/Architecture/ceiling-industrial-lamps-LEEROY.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP.adaptive-delivery-prevent-bg, #AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP.lazyload, #AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP.lazyloading { background-image: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { background-color: transparent; background-image: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container > .video-iframe-container { display: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row > .video-iframe-container { display: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .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); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { border-width: 0; border-radius: 0; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP::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; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#mX6T5uTsNPN31KglJbd67EzlxxSwM8Ut { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.5) ;height:11.4375rem;width:31.25rem;top:9.3125rem;left:9rem;display:block; }
#xuO2NIgJQZDVMyXzVlNTpON2vuPFlIwk { color:#8e8e8e;display:block;width:26.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:12rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#PTsVIbzmK9TkEqbcl7ESlgFrTQkFE8zi { position:absolute;display:block;z-index:15010;background-color:rgba(24,205,202,0.37);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:10.3125rem;top:13.9375rem;left:12rem;display:block; }
#hnwbRa88c1fIVZHwVBc3rXP08ns02E0v { color:#f0f0f1;display:block;width:58.5rem;position:absolute;font-family:"titillium web";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:9rem;height:3.0874rem;font-style:normal;display:block; }
#eVE9Nm0dX8XLlH3M35e1i4CkMOKNUEEG { position:absolute;display:block;z-index:15010;background-color:#18cdca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:9.375rem;top:6.4375rem;left:25rem;display:block; }
#aVoPIHQSRm4zASryotJut6qa3v7Q87rH { color:#4d4d4d;display:block;width:19.4375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.5625rem;left:12rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1aU1rto0P1DBk2mMx19AhRmKKQUHAaG { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.5) ;height:13.125rem;width:31.25rem;top:22.25rem;left:9rem;display:block; }
#aykmIoT0MiFMX5PGBI5VQA8e5AIqTfsd { color:#8e8e8e;display:block;width:26.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.6875rem;left:12rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#AWrsGf08WM6BaG4Ih2gfVyDgIcU8PZp2 { color:#4d4d4d;display:block;width:24.75rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:24.5rem;left:12rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C8yeIgLBx8MmEGbpvSx9vpeDJWuMnWid { position:absolute;display:block;z-index:15014;background-color:rgba(24,205,202,0.37);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.1875rem;width:10.3125rem;top:26.875rem;left:12rem;display:block; }
#l3fT1elOflEANesN8Jcl3RVGzW0dSieE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { background-color: transparent; background-image: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .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); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { border-width: 0; border-radius: 0; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#lWxTiVQLvAvOqZoCkPqFIOMaWaJVOdx4 { color:#000000;display:block;width:34rem;position:absolute;font-family:"titillium web";font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.68115rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dle6Rr980leVu9G6ImySKv0Qo5nSy8bv { color:#4d4d4d;display:block;width:30.0625rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJVGQFEKMGGHysnWWZOMdUxBlt3tCL5T { color:#4d4d4d;display:block;width:30.0625rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5625rem;left:2.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NbS14JOGPNDOoDe5lmBTX87NfBufrVTx { box-sizing:content-box;color:#18cdca;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:25.5rem;left:0rem;display:block; }
#k0DWH6OMGFMHo1BH30hCWrC2mT2Gvuh9 { box-sizing:content-box;color:#ffffff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:14.9375rem;left:1.25rem;display:block; }
#O8bAOeMad76XV4zl5r0rFwCVHsMJpZZ5 { color:#4d4d4d;display:block;width:13.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdXCNQMkzg98TZrWVxw35h17fKyJZgHL { z-index:15002;top:14.375rem;left:0rem;background-color:#01b342;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWIJf6rXkbKsKTGu7JQPpxXQDX3zJJvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container { background-color: transparent; background-image: none; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container > .video-iframe-container { display: none; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row > .video-iframe-container { display: none; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .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); }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container { border-width: 0; border-radius: 0; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#vzvNFL8K4FAurQ3mtcXeRQ9XDZTx0DzG { 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:1.875rem;width:6.1875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#tK5GmBwg4LV0Iv4F0bb7EnycxBKFkNl9 { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:38.75rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 { background-color: transparent; background-image: none; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row .container > .video-iframe-container { display: none; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row > .video-iframe-container { display: none; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .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); }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 { border-width: 0; border-radius: 0; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .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; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rh7HcvB6cn84y2QpHmtnrv9T5EzD1Cfw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #008487, #0d2a51);background-image: -moz-linear-gradient(90deg, #008487, #0d2a51);background-image: -ms-linear-gradient(90deg, #008487, #0d2a51);background-image: -o-linear-gradient(90deg, #008487, #0d2a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );";background-image: linear-gradient(90deg, #008487, #0d2a51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:61rem;display:block; }
#NsKCIJ8NVEsrLDcBbgy53teFOgHebDdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoU6P7QrPTvk8FGQlyJiv9WxbLBtT9rf { box-sizing:content-box;color:#0d2a51;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#H5DLis7oTU7PAVihn4fMpiJsLlt8iiWq { 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; }
#PsuXIWZGaFgaea8gaBsM6bvFOb6m1q3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oq9RWOhyrUg8LFInsMNKe8HJW2rD93BH { 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; }
#uEle2NRIDi0vEP0M1dRQOq3WywoZsKzM { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4q6BBpr9Nq6ziQHx9Cxd8IyoNeulgZe { top:3.625rem;left:37.0625rem;width:10.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHK3hDmVUxDDg9nIedp1DBXKXVVwIxK4 { display:block; }
 }@media only screen and (max-width: 763px) { #mpkc0dE6ngPHtUeowxNi7Bza5HM5cesn { width:8.4375rem;height:2.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEzOTqgcdRoxNJUBnRMEgV1xsFchyWpQ { width:13.5625rem;height:1.1875rem;top:0.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMD9qO306mp2wQORRfRO3xCu3QGCP4VP { width:1.4375rem;height:1.4375rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VyfLCKi7FHHbCAf9fKC0V31vxFKDIK { width:7.5rem;height:1.1875rem;top:0.6875rem;left:13.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv1pnpSnvgKfS0HZL5ZGEnzJvE7Zbui8 { width:1.4375rem;height:1.4375rem;top:0.5625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQeT4EI2lXZwTdgGXUDynO3WV09AZCXz { width:47.75rem;height:0.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTtMS5A9N16nbaEoKPuMuL9TRfFF0QQ { width:21.3125rem;height:1.1875rem;top:0.6875rem;left:26.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCiDFok9ICra0zbWTMMbM4pydPMvwWQb { width:8rem;height:2rem;top:4.5625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgOFLrozSO09Spn4PX0G2TWz3clZx5qH { width:47.75rem;height:0.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:33.25rem;height:;top:5.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt { width:35.25rem;height:;top:17.3125rem;left:0rem;font-size:1rem;display:none; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abb74930d5a6f9e23760a29e6595b117dd47a93e.svg); }
 }@media only screen and (max-width: 763px) { #UiWTD625w93BICyoxk7eOVrV82wRpxqF { top:31.625rem;left:0rem;width:22.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgT8XV0yA86vTNhdWteZpwINNbTeD2DE { display:block; }
 }@media only screen and (max-width: 763px) { #uTdunN8HZFbFNQatGlEk56eHQaucTOAt { width:32.6875rem;height:32.75rem;top:3.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m07qz3sCQTsGHeM3e6s83d3vo3guMQ4o { width:12.4375rem;height:1.5625rem;top:33.0625rem;left:10.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqRx84fmTfRDKXBB5B9HqM55WlaWXLyV { width:2.25rem;height:2.25rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acn7g03k0AGeBLmFfZBTNkJckC2207AE { width:5.5rem;height:2rem;top:5.375rem;left:28.1416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5zDWZcmuuRBrfWcOayreTqXoy12SOD { width:4.5625rem;height:1.3125rem;top:5.75rem;left:29.5166015625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB { width:27.75rem;height:4.625rem;top:23.875rem;left:0rem;font-size:0.875rem;display:none; }#p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abb74930d5a6f9e23760a29e6595b117dd47a93e.svg); }
 }@media only screen and (max-width: 763px) { #MuyQT2ENH3ixmcPKVxdrynvTW9CNwCA6 { width:0.75rem;height:0.75rem;top:33.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZJvOh3oQPGUdaM72oQt6oLRIAssB29 { display:block; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqSMM924HnReuPNHWbANk29t08AIFmLD { width:25.125rem;height:1.5rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #an3eaXJv2cZbCyoyc8GEpoJFtvNs9xxa { width:1.6875rem;height:1.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2dAEXrOXSugO0dCQasG7TIceCgycBgF { display:block; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOX6XCltnyiVWnPaMIygLgr7xNDsHkT6 { width:11.375rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8J7SZqhZkxcq8NPpR99fELv9gXaX8c { width:11.375rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfxph2K2shryWA8wFBPaSJITqazShGhV { width:11.375rem;height:11.375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtET71EuQyTIT7ehNDHLW1x6QA0kNcwt { width:11.375rem;height:10.5625rem;top:0.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH5pNcTDa8oaPTPvWlbmq4Zdazga8Tny { width:11.375rem;height:8.9375rem;top:1.1875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSy1ff36gl6v4qPEa4PBHzaNAHgxCqfR { width:12.1875rem;height:12.1875rem;top:0rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nOSM1D4LGD5R9qJAJhGTLNvkvZkHVR { width:11.25rem;height:6.375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0u7u13QrnWsN7QQaahFyNbpQT2tUwXo { width:10.375rem;height:10.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE8uALSazok2pKcCBbseTTiMFVkNpUov { width:12.6875rem;height:7rem;top:11.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #v47kb6cJrEc2AOckdxVksct2fSxfT2Xu { width:12.0625rem;height:8rem;top:11.375rem;left:23.177272727272rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNEZOeWhME4v4d3OEqUaTrbsqs37hbXL { width:12.5625rem;height:7rem;top:11.375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNLD1wryNpRn2WnLoXWHZGQnvTBi2AR { width:10.9375rem;height:5.875rem;top:12.1875rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu { display:block; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL { width:47.75rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNIK6ohQkOstXNBO1rgGXwuAE0pRq21J { width:39.5rem;height:7rem;top:4.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edia91MAB87vawEUynWU26lUCwwiuJR0 { width:35rem;height:3.375rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtoLQVWIBR4AretOsJ2a7psD3Ho1OrVF { top:18rem;left:0rem;width:20.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVUd7qUnb3klRNs2ziXhyQDrOPA5ZR0 { display:block; }
 }@media only screen and (max-width: 763px) { #v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH { display:block; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kv4C4PZ0kioowWu1ZGxTniN8CfgOIOnz { width:22.875rem;height:3.0625rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuJHCU18LuGioQBbh0UJHzIOOv0yFEH5 { width:11.25rem;height:0.1875rem;top:8.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrytvIE2BChPWk48xIqHOou0QToBupNs { width:20.0625rem;height:8.4375rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnZkpkfK5W0nOUoTNSHB3EXV28bAuAD { top:20.5rem;left:0rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0gn3imFWbo6oG3s529dFeoo1nQ3wQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #T0GfH8GOaVoB7Xh3Dp5dt9rDUdJZGebD { width:25.25rem;height:45.0625rem;top:1.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9dfptkD6Heimv5iT2AlKJLSOkM9nai9 { width:25.25rem;height:45.0625rem;top:-5.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWVbRbTpllponR6yO7RQCeXz6HFwcxc { width:20.625rem;height:11.9375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH14nUZmUNr6aOgrTflnXatKo8JCapc8 { width:20.625rem;height:11.9375rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdZG99hR33geq1viXUmASuTxhwn7byg { display:block; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAnTTrR2h8C4wNKw3LcpwaWQgdiveQZT { width:47.75rem;height:4.8468045112782rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Gt4k3b3u1wsb07ooh4vcOO534PQU2I { width:47.75rem;height:4.8468045112782rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAkih7dKfBq2DC65qsBHgSElUZo1bO3E { width:47.75rem;height:4.9478776529338rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZCNwaSDAT62Jd6lHxQ32c6wJLkdixP { width:25.375rem;height:26.6875rem;top:3.5rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQI47XyLErfI7iqT0SwAulBBMsQgQZvk { width:6.25rem;height:0.1875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 { display:block; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJQFh8GOHskLsXCHAo2XEaHo0p1Kryb7 { width:46.25rem;height:46.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcAM9Ze1WmiK27xLGAdxezfmRTA4Fcn { width:27.0625rem;height:7.875rem;top:5.5rem;left:20.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3EmTANNTUcKggeSAVihagmzVDvHDJmP { width:9.375rem;height:0.1875rem;top:13.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhTqJtqQQZFboMTFJNqaUUCtBbZ19h8 { top:33.9375rem;left:22.1875rem;width:25.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFrBei0Rr2ApDkH6UbJ12aPDpKkzSPu { display:block; }
 }@media only screen and (max-width: 763px) { #cc8ukWu7TlN0EoHyZOvBAVxib3g7Eacd { width:14.75rem;height:5.875rem;top:17.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGuPbRyLKBz87MxlbFI9su9Rx78CCXuZ { width:9.4375rem;height:5.25rem;top:18.1875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgyLaiR9UXTfgdOz0ZF7LJKnNN8N6GFQ { width:9.8125rem;height:2.5rem;top:26.0625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGpLzQMR9iUmipEoBDPBJ7yJVLWIkKfn { width:7rem;height:4.6875rem;top:25rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIVHfJTCLpioI2uyLtCh6zrydAdmIQNb { top:38.625rem;left:34.8125rem;width:12.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfa0c1IkqD2ZR3DKuTHr1X6MzaVn33r { display:block; }
 }@media only screen and (max-width: 763px) { #vqVXTgTLLc6UHDbCtklUDmT18xwm5gmg { width:2.25rem;height:2.25rem;top:34.5625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT { display:block; }#OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc { width:37.0625rem;height:36.1875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F { width:37.0625rem;height:36.1875rem;top:3.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT { display:block; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgEMdBsqRyU3kPMFrOPQ7a7VeIM6FbD3 { width:11.5625rem;height:0.1875rem;top:7.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxV4dgKTrlWIMbDz4CB9HsTgOOfT4Kst { width:47.75rem;height:3.0625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb { display:block; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Fs5sct4ycuCNTzPxqzSGsTfCrlXzsC { width:16.9375rem;height:1.75rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { width:13.25rem;height:5rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { width:3.75rem;height:0.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7Sq90sxgkrAIdPozkL0176wk9N7Ddc { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTuLORrdhM95JV6KOMIsCfQ6cJZOS4h { width:13.25rem;height:5rem;top:7.625rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWq0GabAnGHe1m2vSAB8Kb95hPDtRtav { width:3.75rem;height:0.1875rem;top:6.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAnLolFl5uwyTiClW5U3qbxy7dwTXE2A { width:16.9375rem;height:1.75rem;top:3.4375rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR7gM7wlHeIwe0kFq19dtNOwQFG0IpfV { width:3.125rem;height:3.125rem;top:0rem;left:11.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTL7U8miAASLQR4oByvRIwQWIzmU9Suu { width:13.25rem;height:5rem;top:7.625rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtzqdqNhTLlQQdDiKLL4BCAyyUwv2NK { width:3.75rem;height:0.1875rem;top:6.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6fNPIk5mwkgCRKCqoFIHfb1KtTtorT { width:16.9375rem;height:1.75rem;top:3.4375rem;left:18.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUrDONNbdS6vTPybXiMcDFK0LOTUvUCT { width:3.125rem;height:3.125rem;top:0rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsEZ92dZLaLZOiABWeebPbD96cp4F5lk { width:13.25rem;height:;top:7.625rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv4zTGcJ5iadyfOWsQtwvLmp1C7nWUm5 { width:16.9375rem;height:1.75rem;top:3.4375rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sagl0X8fTNCwuCapUEJuKRhG2BzIAGll { width:3.75rem;height:0.1875rem;top:6.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyz9rX07mOEqIp1fE2gNMy9RFHKaJh8 { width:3.1875rem;height:3.1875rem;top:0rem;left:35.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { display:block; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSG2MaNlbzTC1FPeKkZOR2nd7T8N70UM { width:20.5rem;height:2.875rem;top:10.6875rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { top:28rem;left:29rem;width:14.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { width:22.875rem;height:3.0625rem;top:6.4375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { width:11.25rem;height:0.1875rem;top:9.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { width:27.6875rem;height:34.375rem;top:0rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 { width:20.5rem;height:;top:14.625rem;left:27.25rem;font-size:1rem;display:block; }#aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 li:before{  }
 }@media only screen and (max-width: 763px) { #AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 { display:block; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeMlkkAkwqVu9D2Lai82XR16aSKDA4rV { width:19.1875rem;height:2.875rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6qTIVlQZGBVRiHB4tXPXztOgXJZbczB { top:16rem;left:0rem;width:14.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPX0l4EB7ey6xZUW1p7z5f0Q0EJoVKdC { display:block; }
 }@media only screen and (max-width: 763px) { #tMyKW8HvFnJxzW9wFzCptEzlzyHGKP69 { width:22.875rem;height:3.0625rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0CqdeIzV3l9Z3URDrdu5slwtDr5223 { width:11.25rem;height:0.1875rem;top:10.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSG00ls3dWIpXq8ZbB0OwRHp3tGJcaVf { width:26.75rem;height:22.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz { width:47.75rem;height:23.8125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q { display:block; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3 { width:34.875rem;height:38rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxT45Pg6xhx5NwJJ7yqSb1fEpZsMfhk { width:34.875rem;height:37.875rem;top:4.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu { display:block; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo { width:34.875rem;height:29.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXtQEniivmdfz5c4F3x2c1KaTUDCmGk3 { width:34.875rem;height:29.875rem;top:2.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq { display:block; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebnfJ32do9r4vTqntK1QB3R4mu1qPWSO { width:23rem;height:14.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6f7m2lq6HpruuGbOswmE1Xa2J6FDTvu { width:23rem;height:16.625rem;top:0rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Tv0KgShSX6KEUPlPBFqOwSlqLAOkVI { width:23rem;height:14.6875rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2CVoQ12sbzJK1T7orKOueKz1mVn35r { width:23.1875rem;height:31.0625rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 { display:block; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcK5plRESWc4xvG1rXTA4AMJX1kbAETL { width:18.9375rem;height:14.375rem;top:7.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNAOUizRIcn0wosyrSCKKCtyT9D0zIrA { width:15rem;height:0.1875rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQQBKkemgHLpK5xx58mCs62yC8Zvseil { top:31.125rem;left:10.09375rem;width:18rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGo55DJouTpdlM6xZcxrpay57E1DCJk { display:block; }
 }@media only screen and (max-width: 763px) { #J0R1lK37noG1NdAPoIcfIFgtDd6Ed8nd { width:39.8125rem;height:18rem;top:8.6875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q { display:block; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1IxpR0aHEXv2OHFUohsrx0WH46p19UN { width:47.75rem;height:1.4375rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reExTWBLG4bZXsK5Bm63wq9ii2nN5eeE { width:8.125rem;height:0.1875rem;top:12.125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJyTXLWGEtV3PC7B7O8oMC4Od0l4lS9a { width:47.75rem;height:3.0625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a { display:block; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg { width:12.5rem;height:7.375rem;top:19.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT58URiZUoIcopCH7KIuRLMZtBpTTszx { width:12.5rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klmim0XwzV1r0pcgxtFrimJiAyGJJ0wf { width:12.5rem;height:7.375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hnX9h0TEfCeoMZcDCvQ1QM7chDdWMy { width:12.5rem;height:7.375rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTWEIoREXtQfbVQvr806OsV4cLhg3fy { width:12.5rem;height:7.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpbu1em8ksLZFaUZrDTiMRDEgMAM8sdh { width:12.5rem;height:7.375rem;top:19.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LZlMh6l7pIkyLazAzr6hu9uIpDHMhV { width:12.5rem;height:7.375rem;top:9.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh4bq2PO18g0QDdOSgEihKIs8OePLAcn { width:12.5rem;height:7.375rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovXw53mW4kEPvxpFyzRX82ZULibV77pn { width:12.5rem;height:7.375rem;top:9.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skK7qTDFyCNrXST2tudlzq32JeCKukzu { width:12.5rem;height:7.375rem;top:9.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgf9JzrTKJZugfJR73lCQBl3CdgCz6C8 { width:12.5rem;height:7.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSoPXPsE5JDzX6Pme5HFQyve0mLGqqWe { width:12.5rem;height:7.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMD6Nog5r7l2hs6NNzfWqwaX48W8pFf { width:12.5rem;height:7.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxaSoCkS1NiXfTo958182CON9hKpnn5D { width:12.5rem;height:7.375rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlkUDUP5gv9y5m6iglJMz9nwVlK8iSbI { width:12.5rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0 { width:12.5rem;height:7.375rem;top:19.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQqFTZ3x3m6o4fwiCfBTrOcvDZ7MMwCn { width:12.5rem;height:7.375rem;top:19.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h { width:12.5rem;height:7.375rem;top:9.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 { display:block; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9EE4LJJUHq56N9Rife0hoBWS71wtSeA { width:10.375rem;height:6.0625rem;top:20.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNut7xxaJvBv1THzridVkUhkfZKO7wdV { width:12.5rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrMq1iJCboke5SBHDATCdN2lTBForV5 { width:12.5rem;height:7.375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBHhmPU6LloXHSUlrTRTlklIzSonMMP { width:12.5rem;height:7.375rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb { width:12.5rem;height:7.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hso0lZW3mK9Ps0bEM0IFbbuWzJN0vABq { width:12.5rem;height:7.375rem;top:19.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKyIqaMGsKcASUGW8d7It4DuEufwEZ3Q { width:9.25rem;height:7.375rem;top:9.75rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiWTnlEh0wM2HbCSiMwyKgBGPDcz9rz { width:12.5rem;height:7.375rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlgVTR9qbeyrXwzv2rbygqfRdVJIll5r { width:10.5rem;height:7.375rem;top:9.75rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmQiU6ILuTTaF0e6D5LCiX2bLNqT3Ss6 { width:12.5rem;height:5.25rem;top:10.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzg3pTd0m7KHX5TXZ4kwyEiAmHsL9rMT { width:9.75rem;height:7.375rem;top:9.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJSgxZVEw5ieTt54XMOAyMdamF7SzTd { width:10.5rem;height:7.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAZTdzLi52HrgCyT9SlpLxCRvEF86mTg { width:10.125rem;height:5.9375rem;top:20.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq { width:9.5625rem;height:5.5625rem;top:1.875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUsC51gFVSuolvCdGoTydL2a3xJnwgeA { width:12.5rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO { width:9.8125rem;height:5.75rem;top:20.4375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKQ4iNTQPiNzdWTkozNg5thAMbN95DMB { width:12.5rem;height:7.375rem;top:19.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA { width:12.5rem;height:7.375rem;top:9.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu { display:block; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsZtgIeNaSxBcP8yeEm2W4FVPlbhbsgh { width:47.75rem;height:1.4375rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntXH9tTk330wTDp5mwSyTmBataxFilw { width:8.125rem;height:0.1875rem;top:12.125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDwngQztovCsofnP55K1ERnUvoXpwwUC { width:47.75rem;height:3.0625rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXcZisD09I2IxZASsfrvku989FBUe4H { display:block; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w35VReBPh1Qbvwiy5FkoRagIigJr3w5B { width:11.125rem;height:6.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnH7OqgnyHEklC6Pew90kEwZsB2gx4BG { width:13.875rem;height:10.375rem;top:4rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXWpGEP4WSDVzS5Q8bo2Mm8HzSQ908Gc { width:18.6875rem;height:10.375rem;top:4rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzE3hidBmrTqASN95i4mlfAz3GUX8TNw { width:13.8125rem;height:10.375rem;top:4rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh { display:block; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opqpvERNsD8TNJVh4MvW4EXKS9STEdiX { width:11.125rem;height:6.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZpITebCsh1Jwu7Vzwyq7H76A2iabM0 { width:13.875rem;height:10.375rem;top:4rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtnekAUHS9fsXyqtvQZrpwgksk3FlF1 { width:13.8125rem;height:10.375rem;top:4rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqylzuVFEZBdoE2hGU0MZPrKoUPonkAr { width:13.8125rem;height:10.3125rem;top:4rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyOgONBQcGevlNG5KHMoqgBfaHs5lRoP { width:7.75rem;height:10.3125rem;top:4rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76igNaC16eMB26HWWDeULSF5Qe9QlFN { display:block; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5 { width:15.5625rem;height:8.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTNJeeTxKVgTbJww38lCobcKm8DIlQ5 { width:18.6875rem;height:10.375rem;top:4rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVRpfTA4upezPVRNEkKXa71IRzZ0o9Qy { width:5.8125rem;height:10.375rem;top:4rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMfxN2G4pFit3bP595lIunWQnCZiktiT { width:18.5rem;height:10.3125rem;top:4rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdipmMRtLzw8BooPq41HJ1yWWcL19sHL { width:5.75rem;height:10.3125rem;top:4rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 { display:block; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBMOXsCkK7NIzJOICLd8rkTNtSVDo9mp { width:47.75rem;height:10.0625rem;top:15.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NolDepfVaDSTAoIlr48hQTi6CwZ9BSKM { width:47.75rem;height:7.1875rem;top:5.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxlTCycpkUehlHGSP3WN0nXv2ZUwbgMS { top:28.875rem;left:0rem;width:18rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS26phZ3gaW7k5MefKbS2HfxN0wXkqlF { display:block; }
 }@media only screen and (max-width: 763px) { #RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF { display:block; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXqFKZ9VOi1GU41tOMFIvPNzQsNF1JyO { width:8.125rem;height:0.1875rem;top:9.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS0G3q5VgbelHeTaWrXTkFNVRGHR7zwq { width:47.75rem;height:3.0625rem;top:6.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx { display:block; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNEA94fyN4BXiOwTmo0XLZvLfh7HJ2vp { width:13.9375rem;height:3.5rem;top:10.25rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzDlHX6bStXAlklkZGJm54sIx5IGM3Rk { width:13.25rem;height:3.5rem;top:10.25rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { width:13.375rem;height:3.5rem;top:10.25rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E86Az0Nilc5EFQNuOKuEL2yt4VVc196e { width:7.125rem;height:7.125rem;top:2.4375rem;left:26.28125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM6Q9I6Asf9KP1TVCakivx079HXHf8uc { width:6.25rem;height:6.25rem;top:2.875rem;left:38.65625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMAxMTycN2rsGxMzKJ85viy5GnMhRnEz { width:7.0625rem;height:7.0625rem;top:2.4375rem;left:14.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { width:11.1875rem;height:3.5rem;top:10.25rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4boLFqoGdTnafrq4kLxZzWu4dwgpE1d { width:6.25rem;height:6.25rem;top:2.875rem;left:2.84375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP { display:block; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX6T5uTsNPN31KglJbd67EzlxxSwM8Ut { width:31.25rem;height:11.4375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuO2NIgJQZDVMyXzVlNTpON2vuPFlIwk { width:26.0625rem;height:3.75rem;top:14.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsVIbzmK9TkEqbcl7ESlgFrTQkFE8zi { width:10.3125rem;height:0.1875rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwbRa88c1fIVZHwVBc3rXP08ns02E0v { width:47.75rem;height:3.0625rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVE9Nm0dX8XLlH3M35e1i4CkMOKNUEEG { width:9.375rem;height:0.1875rem;top:6.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVoPIHQSRm4zASryotJut6qa3v7Q87rH { width:19.4375rem;height:1.75rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aU1rto0P1DBk2mMx19AhRmKKQUHAaG { width:31.25rem;height:13.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykmIoT0MiFMX5PGBI5VQA8e5AIqTfsd { width:26.0625rem;height:5rem;top:27.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrsGf08WM6BaG4Ih2gfVyDgIcU8PZp2 { width:24.75rem;height:1.75rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8yeIgLBx8MmEGbpvSx9vpeDJWuMnWid { width:10.3125rem;height:0.1875rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3fT1elOflEANesN8Jcl3RVGzW0dSieE { display:block; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWxTiVQLvAvOqZoCkPqFIOMaWaJVOdx4 { width:34rem;height:2.625rem;top:7.5rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dle6Rr980leVu9G6ImySKv0Qo5nSy8bv { width:30.0625rem;height:2rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJVGQFEKMGGHysnWWZOMdUxBlt3tCL5T { width:30.0625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbS14JOGPNDOoDe5lmBTX87NfBufrVTx { width:2.25rem;height:2.25rem;top:25.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0DWH6OMGFMHo1BH30hCWrC2mT2Gvuh9 { width:3.5625rem;height:3.5625rem;top:14.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8bAOeMad76XV4zl5r0rFwCVHsMJpZZ5 { width:13.5625rem;height:1.625rem;top:29.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdXCNQMkzg98TZrWVxw35h17fKyJZgHL { top:14.375rem;left:0rem;width:29.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIJf6rXkbKsKTGu7JQPpxXQDX3zJJvo { display:block; }
 }@media only screen and (max-width: 763px) { #N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v { display:block; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzvNFL8K4FAurQ3mtcXeRQ9XDZTx0DzG { width:6.1875rem;height:1.875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK5GmBwg4LV0Iv4F0bb7EnycxBKFkNl9 { width:36.25rem;height:1.3125rem;top:3.25rem;left:11.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 { display:block; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rh7HcvB6cn84y2QpHmtnrv9T5EzD1Cfw { width:9.3125rem;height:2rem;top:0.625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsKCIJ8NVEsrLDcBbgy53teFOgHebDdT { display:block; }
 }@media only screen and (max-width: 763px) { #XoU6P7QrPTvk8FGQlyJiv9WxbLBtT9rf { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DLis7oTU7PAVihn4fMpiJsLlt8iiWq { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsuXIWZGaFgaea8gaBsM6bvFOb6m1q3P { display:block; }
 }@media only screen and (max-width: 763px) { #Oq9RWOhyrUg8LFInsMNKe8HJW2rD93BH { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEle2NRIDi0vEP0M1dRQOq3WywoZsKzM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4q6BBpr9Nq6ziQHx9Cxd8IyoNeulgZe { top:0.8125rem;left:13.25rem;width:6.75rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHK3hDmVUxDDg9nIedp1DBXKXVVwIxK4 { display:block; }
 }@media only screen and (max-width: 763px) { #mpkc0dE6ngPHtUeowxNi7Bza5HM5cesn { width:5.8125rem;height:1.6875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UEzOTqgcdRoxNJUBnRMEgV1xsFchyWpQ { width:13.5625rem;height:auto;top:0.6875rem;left:3.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMD9qO306mp2wQORRfRO3xCu3QGCP4VP { width:1.4375rem;height:1.4375rem;top:3.8125rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2VyfLCKi7FHHbCAf9fKC0V31vxFKDIK { width:7.5rem;height:auto;top:0.6875rem;left:6.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv1pnpSnvgKfS0HZL5ZGEnzJvE7Zbui8 { width:6.4375rem;height:6.4375rem;top:13.9375rem;left:10.9375rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQeT4EI2lXZwTdgGXUDynO3WV09AZCXz { width:20rem;height:0.0625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTtMS5A9N16nbaEoKPuMuL9TRfFF0QQ { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCiDFok9ICra0zbWTMMbM4pydPMvwWQb { width:6.125rem;height:1.375rem;top:1.1875rem;left:6.125rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FgOFLrozSO09Spn4PX0G2TWz3clZx5qH { width:20rem;height:0.0625rem;top:30.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { background-color:#ffffff;background-image:none;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:19.4375rem;height:6.1875rem;top:3.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt { width:20rem;height:4.59765625rem;top:11.125rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVJ5QGN2OtQcbC8mDXGG437INedZ4JBt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abb74930d5a6f9e23760a29e6595b117dd47a93e.svg); }
 }@media only screen and (max-width: 763px) { #UiWTD625w93BICyoxk7eOVrV82wRpxqF { top:23.1875rem;left:0rem;width:13rem;height:3.5rem;font-size:0.875rem;border-top:0;border-left:2.5625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OgT8XV0yA86vTNhdWteZpwINNbTeD2DE { display:block; }
 }@media only screen and (max-width: 763px) { #uTdunN8HZFbFNQatGlEk56eHQaucTOAt { width:20rem;height:18.4375rem;top:30.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c2b437a1-bada-49de-b42d-84c9e75d86c4/whatsappimage20250617at08282526865276c4424b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14999;display:block; }#uTdunN8HZFbFNQatGlEk56eHQaucTOAt.adaptive-delivery-prevent-bg, #uTdunN8HZFbFNQatGlEk56eHQaucTOAt.lazyload, #uTdunN8HZFbFNQatGlEk56eHQaucTOAt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m07qz3sCQTsGHeM3e6s83d3vo3guMQ4o { width:7.1875rem;height:1.04980625rem;top:24.4375rem;left:13.8125rem;font-size:0.875rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pqRx84fmTfRDKXBB5B9HqM55WlaWXLyV { display:flex;width:1.5rem;height:1.5rem;top:24.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Acn7g03k0AGeBLmFfZBTNkJckC2207AE { width:6.5rem;height:2.875rem;top:29.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5zDWZcmuuRBrfWcOayreTqXoy12SOD { width:4.5625rem;height:1.2749rem;top:30.4375rem;left:1.625rem;font-size:1.0625rem;line-height:1.2;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB { width:20rem;height:4.2744125rem;top:16.375rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }#p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#p4BIgUWnJDTLnDIaq76AmOHXUSIy9LfB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abb74930d5a6f9e23760a29e6595b117dd47a93e.svg); }
 }@media only screen and (max-width: 763px) { #MuyQT2ENH3ixmcPKVxdrynvTW9CNwCA6 { width:0.5rem;height:0.5rem;top:23rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZJvOh3oQPGUdaM72oQt6oLRIAssB29 { display:block; }#deZJvOh3oQPGUdaM72oQt6oLRIAssB29 > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqSMM924HnReuPNHWbANk29t08AIFmLD { width:18rem;height:1.5rem;top:3.3125rem;left:2rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #an3eaXJv2cZbCyoyc8GEpoJFtvNs9xxa { display:flex;width:1.6875rem;height:1.6875rem;top:3.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E2dAEXrOXSugO0dCQasG7TIceCgycBgF { display:block; }#E2dAEXrOXSugO0dCQasG7TIceCgycBgF > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOX6XCltnyiVWnPaMIygLgr7xNDsHkT6 { width:9.625rem;height:9.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8J7SZqhZkxcq8NPpR99fELv9gXaX8c { width:9.25rem;height:9.25rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfxph2K2shryWA8wFBPaSJITqazShGhV { width:9.4375rem;height:9.4375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtET71EuQyTIT7ehNDHLW1x6QA0kNcwt { width:8.6875rem;height:8.0625rem;top:7.25rem;left:11.184880239521rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH5pNcTDa8oaPTPvWlbmq4Zdazga8Tny { width:8.75rem;height:6.8125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSy1ff36gl6v4qPEa4PBHzaNAHgxCqfR { width:9.0625rem;height:9.0625rem;top:13.90625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nOSM1D4LGD5R9qJAJhGTLNvkvZkHVR { width:8.8125rem;height:4.9375rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0u7u13QrnWsN7QQaahFyNbpQT2tUwXo { width:8.5rem;height:8.5rem;top:20.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE8uALSazok2pKcCBbseTTiMFVkNpUov { width:8.9375rem;height:4.875rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v47kb6cJrEc2AOckdxVksct2fSxfT2Xu { width:9.25rem;height:6.0625rem;top:29.0625rem;left:10.631188118812rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNEZOeWhME4v4d3OEqUaTrbsqs37hbXL { width:10.1875rem;height:5.625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNLD1wryNpRn2WnLoXWHZGQnvTBi2AR { width:8.4375rem;height:4.5rem;top:36.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu { display:block; }#qT45UJl2DbBy0UqpHNoJi5AXeA8TVtNu > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL { width:20rem;height:12.1875rem;top:7.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Iqh4R6JZ/9183265_P2_jpg5dbab1c72cb94_2160x2160.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL.adaptive-delivery-prevent-bg, #qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL.lazyload, #qJ8clZ8WAeKPHTvCc5ByKQr0FGUMl6TL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eNIK6ohQkOstXNBO1rgGXwuAE0pRq21J { width:16.9375rem;height:6.597625rem;top:2.794921875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #edia91MAB87vawEUynWU26lUCwwiuJR0 { width:20rem;height:6.75rem;top:20.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtoLQVWIBR4AretOsJ2a7psD3Ho1OrVF { top:29.5625rem;left:0rem;width:15.75rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVUd7qUnb3klRNs2ziXhyQDrOPA5ZR0 { display:block; }
 }@media only screen and (max-width: 763px) { #v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH { display:block; }#v8VnELzzqcFPJFhBshCK7Zlfn8wC5rsH > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kv4C4PZ0kioowWu1ZGxTniN8CfgOIOnz { width:20rem;height:2.03125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuJHCU18LuGioQBbh0UJHzIOOv0yFEH5 { width:11.25rem;height:0.1875rem;top:6.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrytvIE2BChPWk48xIqHOou0QToBupNs { width:20rem;height:5.625rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnZkpkfK5W0nOUoTNSHB3EXV28bAuAD { top:14.5625rem;left:4.375rem;width:11.25rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0gn3imFWbo6oG3s529dFeoo1nQ3wQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #T0GfH8GOaVoB7Xh3Dp5dt9rDUdJZGebD { width:20rem;height:45.0625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9dfptkD6Heimv5iT2AlKJLSOkM9nai9 { width:20rem;height:36.5625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWVbRbTpllponR6yO7RQCeXz6HFwcxc { width:17rem;height:10.125rem;top:57rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH14nUZmUNr6aOgrTflnXatKo8JCapc8 { width:19.4375rem;height:11.5625rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdZG99hR33geq1viXUmASuTxhwn7byg { display:block; }#bWdZG99hR33geq1viXUmASuTxhwn7byg > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAnTTrR2h8C4wNKw3LcpwaWQgdiveQZT { width:20rem;height:2.0300751879699rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Gt4k3b3u1wsb07ooh4vcOO534PQU2I { width:20rem;height:2.0300751879699rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAkih7dKfBq2DC65qsBHgSElUZo1bO3E { width:20rem;height:2.0724094881398rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZCNwaSDAT62Jd6lHxQ32c6wJLkdixP { width:20rem;height:12.99805rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQI47XyLErfI7iqT0SwAulBBMsQgQZvk { width:6.25rem;height:0.1875rem;top:1.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 { display:block; }#mcXwmINE4hPnaHWF2PawJTo4PGfO79x4 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJQFh8GOHskLsXCHAo2XEaHo0p1Kryb7 { width:20rem;height:51.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCcAM9Ze1WmiK27xLGAdxezfmRTA4Fcn { width:20rem;height:4.330075rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i3EmTANNTUcKggeSAVihagmzVDvHDJmP { width:9.375rem;height:0.1875rem;top:3.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhTqJtqQQZFboMTFJNqaUUCtBbZ19h8 { top:20.9375rem;left:0.5rem;width:19rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFrBei0Rr2ApDkH6UbJ12aPDpKkzSPu { display:block; }
 }@media only screen and (max-width: 763px) { #cc8ukWu7TlN0EoHyZOvBAVxib3g7Eacd { width:9.5rem;height:3.75rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGuPbRyLKBz87MxlbFI9su9Rx78CCXuZ { width:5.75rem;height:3.125rem;top:9.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgyLaiR9UXTfgdOz0ZF7LJKnNN8N6GFQ { width:7.625rem;height:1.875rem;top:15.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGpLzQMR9iUmipEoBDPBJ7yJVLWIkKfn { width:5.0625rem;height:3.375rem;top:15.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIVHfJTCLpioI2uyLtCh6zrydAdmIQNb { top:25.6875rem;left:3.5625rem;width:12.875rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfa0c1IkqD2ZR3DKuTHr1X6MzaVn33r { display:block; }
 }@media only screen and (max-width: 763px) { #vqVXTgTLLc6UHDbCtklUDmT18xwm5gmg { display:flex;width:1.75rem;height:1.75rem;top:21.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT { display:none; }#OQWJihaIP3cQb1cGFo1JTa3h70Ws9OIT > .row .container { width:20rem;height:43.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc { width:20rem;height:19.875rem;top:2.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c80b3469-870a-4a1b-8df8-11166eea1c8a/WhatsAppImage20230918at165313.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc.adaptive-delivery-prevent-bg, #UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc.lazyload, #UDTKcuFHQb2TRD9TgRrovd9SSlBkThPc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F { width:20rem;height:19.9375rem;top:22.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/602eca5a-8559-420b-9805-02959c7d2d9a/WhatsAppImage20230918at165314.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F.adaptive-delivery-prevent-bg, #gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F.lazyload, #gF9qzaouRIgh5QKTp9EcQ1cMct2a6P1F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT { display:block; }#iaSZgfTu76GFC2Bx6A9PRZld8rM2zIJT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgEMdBsqRyU3kPMFrOPQ7a7VeIM6FbD3 { width:7.8125rem;height:0.1875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxV4dgKTrlWIMbDz4CB9HsTgOOfT4Kst { width:19.375rem;height:4.0625rem;top:4.75rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb { display:block; }#RWUEdMHCtdm2zI3UhlDKuTVL2TWRbLyb > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Fs5sct4ycuCNTzPxqzSGsTfCrlXzsC { width:20rem;height:1.75rem;top:3.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ffnIsAkWifJVeEXDuZ45TxS5miNQUh9G { width:17.6875rem;height:3.8994125rem;top:6.625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VDF30GzPlHyVd6fTKZskcqTuxMqXWhwx { width:3.75rem;height:0.125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7Sq90sxgkrAIdPozkL0176wk9N7Ddc { width:3.125rem;height:3.125rem;top:0rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTuLORrdhM95JV6KOMIsCfQ6cJZOS4h { width:17.1875rem;height:3.8994125rem;top:21.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWq0GabAnGHe1m2vSAB8Kb95hPDtRtav { width:3.75rem;height:0.1875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAnLolFl5uwyTiClW5U3qbxy7dwTXE2A { width:16.9375rem;height:1.75rem;top:18rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sR7gM7wlHeIwe0kFq19dtNOwQFG0IpfV { width:3.125rem;height:3.125rem;top:14.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTL7U8miAASLQR4oByvRIwQWIzmU9Suu { width:16.6875rem;height:3.8994125rem;top:36.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtzqdqNhTLlQQdDiKLL4BCAyyUwv2NK { width:3.75rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6fNPIk5mwkgCRKCqoFIHfb1KtTtorT { width:16.9375rem;height:1.75rem;top:32.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GUrDONNbdS6vTPybXiMcDFK0LOTUvUCT { width:3.125rem;height:3.125rem;top:29.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsEZ92dZLaLZOiABWeebPbD96cp4F5lk { width:17.4375rem;height:3.8994125rem;top:52.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv4zTGcJ5iadyfOWsQtwvLmp1C7nWUm5 { width:16.9375rem;height:1.75rem;top:49rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sagl0X8fTNCwuCapUEJuKRhG2BzIAGll { width:3.75rem;height:0.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyz9rX07mOEqIp1fE2gNMy9RFHKaJh8 { width:3.1875rem;height:3.1875rem;top:45.875rem;left:0rem;font-size:2.1875rem;color:#18cdca;display:block; }
 }@media only screen and (max-width: 763px) { #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B { background-color:#000000;background-image:url("https://images.assets-landingi.com/MFHfpIw4/00_Home_gross.jpg");background-position:center left !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; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.adaptive-delivery-prevent-bg, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyload, #r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B.lazyloading { background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { background-color: transparent; background-image: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { display: none; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .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); }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { border-width: 0; border-radius: 0; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5E0vzSsGIWUdNfrntI1oAsshEI2QO1B > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSG2MaNlbzTC1FPeKkZOR2nd7T8N70UM { width:18.3125rem;height:2.4375rem;top:30rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJQUoRagJ7FbOT0PO6Cc2yGUFVisAnpk { top:44.875rem;left:1.6875rem;width:13rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSwoT1g1tiQWwDydi9eQ6GqXZU0X6gEQ { display:block; }
 }@media only screen and (max-width: 763px) { #lEmP0JAfKyVbOSCTZpRkg8rhGMqkQWEe { width:13.75rem;height:2.03125rem;top:26.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBHHrWQzLRkr90GbsRnJRMC5cUnLsqe { width:7.8125rem;height:0.1875rem;top:28.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43folAv4XU8V7XGqGPtXpgTn7rAwKb { width:20rem;height:26.5rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 { width:16.125rem;height:10.40625rem;top:33.0625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#aTL6TelGN3qXhVbfkTWLJetvxFphIDD2 li:before{  }
 }@media only screen and (max-width: 763px) { #AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 { background-color:#ffffff;background-image:none;display:block; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container { background-color: transparent; background-image: none; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container > .video-iframe-container { display: none; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row > .video-iframe-container { display: none; }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .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); }#AwK89J2TaXOaudzg2K2mOzCJuu7QpgJ4 > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeMlkkAkwqVu9D2Lai82XR16aSKDA4rV { width:16.25rem;height:2.4375rem;top:5.34375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6qTIVlQZGBVRiHB4tXPXztOgXJZbczB { top:9.0625rem;left:1.875rem;width:12.75rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPX0l4EB7ey6xZUW1p7z5f0Q0EJoVKdC { display:block; }
 }@media only screen and (max-width: 763px) { #tMyKW8HvFnJxzW9wFzCptEzlzyHGKP69 { width:14.4375rem;height:2.03125rem;top:2.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0CqdeIzV3l9Z3URDrdu5slwtDr5223 { width:7.8125rem;height:0.1875rem;top:4.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSG00ls3dWIpXq8ZbB0OwRHp3tGJcaVf { width:20rem;height:15.375rem;top:0rem;left:0rem;box-shadow: 0.4375rem 0.75rem 0.9375rem rgba(0,0,0,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz { width:20rem;height:11.25rem;top:16.3125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bf62ac25-e1a0-4e01-97af-11ec5f11494f/whatsappimage20250617at08280236865276c7677f.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz.adaptive-delivery-prevent-bg, #pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz.lazyload, #pX9i3bWcvAhBCHTFwNbTCkL4lzuovLXz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q { display:block; }#RrNpArbl9HB20unDAXzq9H6ThAD7dD6Q > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3 { width:20rem;height:26.6875rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8784251-0ffc-4484-bbde-8b379096e61e/whatsappimage20241015at1239041670ed0ef3faa6.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3.adaptive-delivery-prevent-bg, #cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3.lazyload, #cdnlgcoaaFmOn5pdeMB34V8iyyUTkRV3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kwxT45Pg6xhx5NwJJ7yqSb1fEpZsMfhk { width:20rem;height:27.0625rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu { display:block; }#zxKmerVm8m1KnN9f8PVtMcLfPUU79PXu > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo { width:20rem;height:15.75rem;top:0.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/lcYXW121/WhatsApp_Image_2021_07_20_at_13.51.30.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo.adaptive-delivery-prevent-bg, #tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo.lazyload, #tFOdLUeE8KuJuWQEfgyJWmJ8xLIUSWQo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hXtQEniivmdfz5c4F3x2c1KaTUDCmGk3 { width:20rem;height:14.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq { display:block; }#F2Cs0CMwlSm8sk3TTzxleXkMvz36CnEq > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebnfJ32do9r4vTqntK1QB3R4mu1qPWSO { width:20rem;height:12.25rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k6f7m2lq6HpruuGbOswmE1Xa2J6FDTvu { width:20rem;height:14.4375rem;top:15.15625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a3Tv0KgShSX6KEUPlPBFqOwSlqLAOkVI { width:20rem;height:12.75rem;top:31.23828125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qC2CVoQ12sbzJK1T7orKOueKz1mVn35r { width:20rem;height:26.792452830189rem;top:45.23828125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uKAtlqLz/5X9_Hybrid_710x920.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943.adaptive-delivery-prevent-bg, #mXIBw0uAmQ5skztP9CW5tfQOl7RQL943.lazyload, #mXIBw0uAmQ5skztP9CW5tfQOl7RQL943.lazyloading { background-image: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container { background-color: transparent; background-image: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container > .video-iframe-container { display: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row > .video-iframe-container { display: none; }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .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); }#mXIBw0uAmQ5skztP9CW5tfQOl7RQL943 > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcK5plRESWc4xvG1rXTA4AMJX1kbAETL { width:16.625rem;height:2.875rem;top:3.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNAOUizRIcn0wosyrSCKKCtyT9D0zIrA { width:3.4375rem;height:0.1875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQQBKkemgHLpK5xx58mCs62yC8Zvseil { top:33.0625rem;left:0rem;width:11.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqGo55DJouTpdlM6xZcxrpay57E1DCJk { display:block; }
 }@media only screen and (max-width: 763px) { #J0R1lK37noG1NdAPoIcfIFgtDd6Ed8nd { width:19.1875rem;height:22.3125rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q { display:block; }#CUTpxIbJrSVaOONEkRqnWHawoWsAQm6q > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1IxpR0aHEXv2OHFUohsrx0WH46p19UN { width:19.5rem;height:1.21875rem;top:7.875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reExTWBLG4bZXsK5Bm63wq9ii2nN5eeE { width:5.625rem;height:0.1875rem;top:6.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJyTXLWGEtV3PC7B7O8oMC4Od0l4lS9a { width:20rem;height:2.03125rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a { display:block; }#hDz99hCy70Hc6cweH3EsLS8KgQ94oO6a > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg { width:8.5rem;height:7.375rem;top:53.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rFlMREPq/braquimica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg.adaptive-delivery-prevent-bg, #lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg.lazyload, #lr0K4r4KZBcf6M9P74eb6i6GWBTvcmWg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QT58URiZUoIcopCH7KIuRLMZtBpTTszx { width:9.9375rem;height:5.8125rem;top:0.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klmim0XwzV1r0pcgxtFrimJiAyGJJ0wf { width:6.3125rem;height:5.6875rem;top:7.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hnX9h0TEfCeoMZcDCvQ1QM7chDdWMy { width:8.8125rem;height:4.9375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTWEIoREXtQfbVQvr806OsV4cLhg3fy { width:8.125rem;height:7.375rem;top:44.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/s7b7Za9L/cromex.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LBTWEIoREXtQfbVQvr806OsV4cLhg3fy.adaptive-delivery-prevent-bg, #LBTWEIoREXtQfbVQvr806OsV4cLhg3fy.lazyload, #LBTWEIoREXtQfbVQvr806OsV4cLhg3fy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fpbu1em8ksLZFaUZrDTiMRDEgMAM8sdh { width:10.6875rem;height:7.375rem;top:61.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LZlMh6l7pIkyLazAzr6hu9uIpDHMhV { width:9rem;height:7.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh4bq2PO18g0QDdOSgEihKIs8OePLAcn { width:8.6875rem;height:6.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovXw53mW4kEPvxpFyzRX82ZULibV77pn { width:10.375rem;height:7.375rem;top:26.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skK7qTDFyCNrXST2tudlzq32JeCKukzu { width:11.0625rem;height:6.4375rem;top:20.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgf9JzrTKJZugfJR73lCQBl3CdgCz6C8 { width:9.0625rem;height:5.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSoPXPsE5JDzX6Pme5HFQyve0mLGqqWe { width:8.0625rem;height:7.375rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMD6Nog5r7l2hs6NNzfWqwaX48W8pFf { width:9.8125rem;height:7.375rem;top:44.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxaSoCkS1NiXfTo958182CON9hKpnn5D { width:8.875rem;height:5.1875rem;top:13.4375rem;left:11.020474137931rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/WjX7GOsR/sodexo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vxaSoCkS1NiXfTo958182CON9hKpnn5D.adaptive-delivery-prevent-bg, #vxaSoCkS1NiXfTo958182CON9hKpnn5D.lazyload, #vxaSoCkS1NiXfTo958182CON9hKpnn5D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dlkUDUP5gv9y5m6iglJMz9nwVlK8iSbI { width:9.4375rem;height:5.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0 { width:8.75rem;height:7.375rem;top:52.25rem;left:11.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ZkXd7HNC/manserv.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0.adaptive-delivery-prevent-bg, #ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0.lazyload, #ZyO4mCHPEAJuW0KGNNgeWr6aJ4XotMX0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UQqFTZ3x3m6o4fwiCfBTrOcvDZ7MMwCn { width:8.875rem;height:7.375rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h { width:8.4375rem;height:7.375rem;top:36.875rem;left:11.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HIczNXgR/fertipar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h.adaptive-delivery-prevent-bg, #wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h.lazyload, #wWGwVt8c9P2d5kRqy600Mlfz4KzUTF8h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 { display:block; }#W1loLzTzRaskoBk0dEO7kbhCuK9wrax0 > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9EE4LJJUHq56N9Rife0hoBWS71wtSeA { width:8.5rem;height:7.375rem;top:49.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7a22cc05-5b78-4bd0-bf92-2e7dd228dd35/WhatsAppImage20240228at1508283.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#k9EE4LJJUHq56N9Rife0hoBWS71wtSeA.adaptive-delivery-prevent-bg, #k9EE4LJJUHq56N9Rife0hoBWS71wtSeA.lazyload, #k9EE4LJJUHq56N9Rife0hoBWS71wtSeA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UNut7xxaJvBv1THzridVkUhkfZKO7wdV { width:9.9375rem;height:5.8125rem;top:0.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrMq1iJCboke5SBHDATCdN2lTBForV5 { width:7.375rem;height:6.625rem;top:8.125rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBHhmPU6LloXHSUlrTRTlklIzSonMMP { width:8.8125rem;height:4.9375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb { width:8.125rem;height:7.375rem;top:41.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9e107218-e93e-410e-a6f3-6531422402d5/WhatsAppImage20240228at1508291.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb.adaptive-delivery-prevent-bg, #F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb.lazyload, #F0dmLNbuQ1ibMfxU0KRWTKfnaIDddEmb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hso0lZW3mK9Ps0bEM0IFbbuWzJN0vABq { width:13.125rem;height:8.125rem;top:57.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKyIqaMGsKcASUGW8d7It4DuEufwEZ3Q { width:8.4375rem;height:6.875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwiWTnlEh0wM2HbCSiMwyKgBGPDcz9rz { width:7.375rem;height:5.5rem;top:13.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlgVTR9qbeyrXwzv2rbygqfRdVJIll5r { width:10.375rem;height:7.375rem;top:26.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmQiU6ILuTTaF0e6D5LCiX2bLNqT3Ss6 { width:8.25rem;height:4.75rem;top:20.4375rem;left:11.644801980198rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzg3pTd0m7KHX5TXZ4kwyEiAmHsL9rMT { width:9.0625rem;height:5.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJSgxZVEw5ieTt54XMOAyMdamF7SzTd { width:9.125rem;height:8.3125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAZTdzLi52HrgCyT9SlpLxCRvEF86mTg { width:9.8125rem;height:7.375rem;top:41.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq { width:8.875rem;height:5.1875rem;top:13.4375rem;left:11.020474137931rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b6a96d8e-d532-432d-8c93-ec35c629ac7a/WhatsAppImage20240228at1508311.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq.adaptive-delivery-prevent-bg, #gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq.lazyload, #gs3CIT561OIS4cUDwoZK4EVM8H7EKyHq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XUsC51gFVSuolvCdGoTydL2a3xJnwgeA { width:9.4375rem;height:5.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO { width:8.75rem;height:7.375rem;top:48.625rem;left:11.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b9f10af-4e8f-4b76-baa8-7e64adb77076/WhatsAppImage20240228at150828.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO.adaptive-delivery-prevent-bg, #tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO.lazyload, #tdQDZxL59EyMgp9UP4VNzhfQxLEiBRfO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FKQ4iNTQPiNzdWTkozNg5thAMbN95DMB { width:8.875rem;height:7.375rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA { width:10.75rem;height:7.375rem;top:33.25rem;left:9.9375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d9374e97-b0ac-47ab-929d-699eb947bec3/WhatsAppImage20240228at1508292.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA.adaptive-delivery-prevent-bg, #LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA.lazyload, #LHo6q8CSsqsHLwRti9KsxM75tFqHQ5iA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu { display:block; }#sEUx0FRbUeZbCbFrMGbsnWrBTUPr2Jcu > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsZtgIeNaSxBcP8yeEm2W4FVPlbhbsgh { width:19.5rem;height:1.21875rem;top:7.875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IntXH9tTk330wTDp5mwSyTmBataxFilw { width:5.625rem;height:0.1875rem;top:6.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDwngQztovCsofnP55K1ERnUvoXpwwUC { width:20rem;height:2.03125rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXcZisD09I2IxZASsfrvku989FBUe4H { display:block; }#tJXcZisD09I2IxZASsfrvku989FBUe4H > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w35VReBPh1Qbvwiy5FkoRagIigJr3w5B { width:6.4375rem;height:3.625rem;top:3.125rem;left:6.8125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/s7b7Za9L/cromex.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#w35VReBPh1Qbvwiy5FkoRagIigJr3w5B.adaptive-delivery-prevent-bg, #w35VReBPh1Qbvwiy5FkoRagIigJr3w5B.lazyload, #w35VReBPh1Qbvwiy5FkoRagIigJr3w5B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DnH7OqgnyHEklC6Pew90kEwZsB2gx4BG { width:10.6875rem;height:7.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXWpGEP4WSDVzS5Q8bo2Mm8HzSQ908Gc { width:20rem;height:11.0625rem;top:14.75rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #GzE3hidBmrTqASN95i4mlfAz3GUX8TNw { width:9.375rem;height:7rem;top:8rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh { display:block; }#IoFhLAQ5rJHJTiK21aJg2NcbPA5gnPNh > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opqpvERNsD8TNJVh4MvW4EXKS9STEdiX { width:7.5625rem;height:4.1875rem;top:2.0625rem;left:6.21875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89f0e5b2-e39b-460b-92cf-104ef9c43d7f/cavalinho.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#opqpvERNsD8TNJVh4MvW4EXKS9STEdiX.adaptive-delivery-prevent-bg, #opqpvERNsD8TNJVh4MvW4EXKS9STEdiX.lazyload, #opqpvERNsD8TNJVh4MvW4EXKS9STEdiX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NCZpITebCsh1Jwu7Vzwyq7H76A2iabM0 { width:12.9375rem;height:9.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtnekAUHS9fsXyqtvQZrpwgksk3FlF1 { width:10rem;height:7.4375rem;top:18.5rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RqylzuVFEZBdoE2hGU0MZPrKoUPonkAr { width:9.375rem;height:7rem;top:8.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyOgONBQcGevlNG5KHMoqgBfaHs5lRoP { width:12.6875rem;height:17.125rem;top:8.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76igNaC16eMB26HWWDeULSF5Qe9QlFN { display:block; }#L76igNaC16eMB26HWWDeULSF5Qe9QlFN > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5 { width:9.125rem;height:5.0625rem;top:0rem;left:5.4375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5daac1ab-057d-46b4-b285-9046dccf37c1/valgroup.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5.adaptive-delivery-prevent-bg, #bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5.lazyload, #bW5R90cQAA3kDE98Zlkc9PV8JclQhzL5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oiTNJeeTxKVgTbJww38lCobcKm8DIlQ5 { width:12.25rem;height:6.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVRpfTA4upezPVRNEkKXa71IRzZ0o9Qy { width:8.4375rem;height:15.25rem;top:5.625rem;left:11.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #mMfxN2G4pFit3bP595lIunWQnCZiktiT { width:15.5rem;height:8.5rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdipmMRtLzw8BooPq41HJ1yWWcL19sHL { width:5.75rem;height:10.3125rem;top:9.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/NSzyGLfE/00_Home_grossxx.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4.adaptive-delivery-prevent-bg, #zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4.lazyload, #zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4.lazyloading { background-image: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { background-color: transparent; background-image: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container > .video-iframe-container { display: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row > .video-iframe-container { display: none; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .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); }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { border-width: 0; border-radius: 0; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmsoETwi3h5glvWxCFZfVO1VOUMoJuG4 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBMOXsCkK7NIzJOICLd8rkTNtSVDo9mp { width:20rem;height:14.34375rem;top:5.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NolDepfVaDSTAoIlr48hQTi6CwZ9BSKM { width:20rem;height:2rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#1ae5be;display:block; }
 }@media only screen and (max-width: 763px) { #JxlTCycpkUehlHGSP3WN0nXv2ZUwbgMS { top:21.46875rem;left:0rem;width:18rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS26phZ3gaW7k5MefKbS2HfxN0wXkqlF { display:block; }
 }@media only screen and (max-width: 763px) { #RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF { display:block; }#RWNrDTaTZwAid41q3OcX0qOEHkiiCoFF > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXqFKZ9VOi1GU41tOMFIvPNzQsNF1JyO { width:5.625rem;height:0.1875rem;top:5.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS0G3q5VgbelHeTaWrXTkFNVRGHR7zwq { width:20rem;height:1.7871125rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx { display:block; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNEA94fyN4BXiOwTmo0XLZvLfh7HJ2vp { width:7.9375rem;height:3.9375rem;top:17rem;left:11.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzDlHX6bStXAlklkZGJm54sIx5IGM3Rk { width:8.375rem;height:3.9375rem;top:17rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { width:7.9375rem;height:3.9375rem;top:6.8125rem;left:11.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E86Az0Nilc5EFQNuOKuEL2yt4VVc196e { width:3.125rem;height:3.125rem;top:12.8125rem;left:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM6Q9I6Asf9KP1TVCakivx079HXHf8uc { width:3.125rem;height:3.125rem;top:12.8125rem;left:14.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMAxMTycN2rsGxMzKJ85viy5GnMhRnEz { width:3.125rem;height:3.125rem;top:2.8125rem;left:14.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { width:8.75rem;height:2.625rem;top:6.8125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4boLFqoGdTnafrq4kLxZzWu4dwgpE1d { width:3.125rem;height:3.125rem;top:2.8125rem;left:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP { background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/Architecture/ceiling-industrial-lamps-LEEROY.jpg");background-position:bottom 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; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP.adaptive-delivery-prevent-bg, #AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP.lazyload, #AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP.lazyloading { background-image: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { background-color: transparent; background-image: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container > .video-iframe-container { display: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row > .video-iframe-container { display: none; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .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); }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { border-width: 0; border-radius: 0; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP::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; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqJRnGuqxb4LpPTw9TJkbl7PQoexacqP > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX6T5uTsNPN31KglJbd67EzlxxSwM8Ut { width:20rem;height:10.5625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuO2NIgJQZDVMyXzVlNTpON2vuPFlIwk { width:16.4375rem;height:4.546875rem;top:10.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsVIbzmK9TkEqbcl7ESlgFrTQkFE8zi { width:10.3125rem;height:0.1875rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwbRa88c1fIVZHwVBc3rXP08ns02E0v { width:17.5625rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f0f0f1;display:block; }
 }@media only screen and (max-width: 763px) { #eVE9Nm0dX8XLlH3M35e1i4CkMOKNUEEG { width:5.3125rem;height:0.1875rem;top:4.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVoPIHQSRm4zASryotJut6qa3v7Q87rH { width:15.75rem;height:1.3125rem;top:7.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aU1rto0P1DBk2mMx19AhRmKKQUHAaG { width:20rem;height:12.375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykmIoT0MiFMX5PGBI5VQA8e5AIqTfsd { width:17.3125rem;height:5.68359375rem;top:23.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrsGf08WM6BaG4Ih2gfVyDgIcU8PZp2 { width:17.5625rem;height:1.3125rem;top:20.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8yeIgLBx8MmEGbpvSx9vpeDJWuMnWid { width:10.3125rem;height:0.1875rem;top:22.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3fT1elOflEANesN8Jcl3RVGzW0dSieE { background-color:#ffffff;background-image:none;display:block; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { background-color: transparent; background-image: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row > .video-iframe-container { display: none; }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .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); }#l3fT1elOflEANesN8Jcl3RVGzW0dSieE > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWxTiVQLvAvOqZoCkPqFIOMaWaJVOdx4 { width:16.875rem;height:7.3125rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Dle6Rr980leVu9G6ImySKv0Qo5nSy8bv { width:17.125rem;height:1.625rem;top:13.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJVGQFEKMGGHysnWWZOMdUxBlt3tCL5T { width:15.75rem;height:1.3808625rem;top:27.3125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbS14JOGPNDOoDe5lmBTX87NfBufrVTx { width:1.25rem;height:1.25rem;top:27.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0DWH6OMGFMHo1BH30hCWrC2mT2Gvuh9 { width:2.6875rem;height:2.6875rem;top:17.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8bAOeMad76XV4zl5r0rFwCVHsMJpZZ5 { width:11.6875rem;height:1.3808625rem;top:22.625rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdXCNQMkzg98TZrWVxw35h17fKyJZgHL { top:16.5rem;left:0rem;width:19rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIJf6rXkbKsKTGu7JQPpxXQDX3zJJvo { display:block; }
 }@media only screen and (max-width: 763px) { #N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v { display:block; }#N1ZwECrIuZuxVzqqVTdJGDSo2Hrt9i1v > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzvNFL8K4FAurQ3mtcXeRQ9XDZTx0DzG { width:6.1875rem;height:1.875rem;top:2.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK5GmBwg4LV0Iv4F0bb7EnycxBKFkNl9 { width:12.5625rem;height:1.625rem;top:5.125rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gqc7l4RazpRBWrKLDyKaPRNRS6Ru2M64 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rh7HcvB6cn84y2QpHmtnrv9T5EzD1Cfw { width:7.125rem;height:1.5rem;top:0.5625rem;left:9.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsKCIJ8NVEsrLDcBbgy53teFOgHebDdT { display:block; }
 }@media only screen and (max-width: 763px) { #XoU6P7QrPTvk8FGQlyJiv9WxbLBtT9rf { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #H5DLis7oTU7PAVihn4fMpiJsLlt8iiWq { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsuXIWZGaFgaea8gaBsM6bvFOb6m1q3P { display:block; }
 }@media only screen and (max-width: 763px) { #Oq9RWOhyrUg8LFInsMNKe8HJW2rD93BH { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEle2NRIDi0vEP0M1dRQOq3WywoZsKzM { display:block; }
 }