.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { background-color: transparent; background-image: none; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container > .video-iframe-container { display: none; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row > .video-iframe-container { display: none; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .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); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { border-width: 0; border-radius: 0; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#DadP9fPgsEKXZLG8TAxLc1qPRHeQ3Hty { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.625rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#soP4sD9Kd2POo6EDSsIpbAgu5wlOGxA4 { box-sizing:content-box;color:#0dbf43;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.6875rem;left:56.3125rem;display:block; }
#mksNwkMsVRTTHcrPvOppyhqoiudEcTi9 { color:#373737;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.3125rem;left:59.375rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iteg0mPsNnPba0xuza0oHzK90ETJIHTN { color:#373737;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:0.4375rem;left:59.375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP { background-color:#0dbf43;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.65625rem;left:38.5rem;display:block; }#kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP.adaptive-delivery-prevent-bg, #kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP.lazyload, #kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP.lazyloading { background-image: none; }
#RAhaUasMGvU8eDCWQn6xsCzxMKJZ41T7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5900;background-image:url("https://images.assets-landingi.com/uc/fc339bd2-35b0-4c8e-879b-ef54cf6edcb1/123.png");background-position:bottom center !important;background-repeat: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; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK.adaptive-delivery-prevent-bg, #ZK1ETMrayJnHCK8ANxz57g6MB6e080CK.lazyload, #ZK1ETMrayJnHCK8ANxz57g6MB6e080CK.lazyloading { background-image: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { background-color: transparent; background-image: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container > .video-iframe-container { display: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row > .video-iframe-container { display: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .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); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { border-width: 0; border-radius: 0; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { font-size:0.875rem;font-family:"open sans";height:57.75rem;width:75rem;position:relative;display:block; }#cn2TDPh7ADPN4bp9INe6s5fGB1CqFrSl { position:absolute;display:block;z-index:14996;background-color:#ffffff;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.5625rem;width:32.4375rem;top:33.6875rem;left:0rem;display:block; }
#DAxCDXh5Qq5hcRs576LB59UTErRH3gKi { color:#373737;display:block;width:38.0625rem;position:absolute;font-family:rubik;font-size:4.0625rem;font-weight:700;z-index:14995;line-height:1;letter-spacing:0;top:13.5rem;left:0rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZyr92RSUmIHPMtcTmoXAT7NgsnivrQC { color:#373737;display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:36.5rem;left:1.8125rem;height:2.2rem;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; }
#AgZ86TTuIqTIVMohkFPT98v5f82WOmbJ { position:absolute;display:block;z-index:14997;background-color:#000000;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.5rem;width:32.4375rem;top:30rem;left:0rem;display:block; }
#bTZ24wE7Bx2XtEFwSfpbxZTBdFU5nFpS { color:#373737;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:4.4375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:30.4375rem;left:17.5rem;height:4.88125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DrIR8kynr9kILtvNVJZfbtomszFre3q1 { color:#373737;display:block;width:13.0625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:4.25rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FvBv3xc8UCme85PvGt7aCkt7mOnvRJkD { box-sizing:content-box;color:#ff6310;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:39.9375rem;left:6.875rem;display:block; }
#E5l5n5fxk21hySE0Vft2gHUoUKqs8D6e { color:#373737;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:40.625rem;left:9.9375rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUyWQQQsMagsH7h7UWOEuStwxfTuoiTP { color:#373737;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:39.6875rem;left:9.9375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G9EtkhFTHA7CaWeiRnOCeEVr1SsPsUk3 { position:absolute;display:block;z-index:14991;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:48.9375rem;width:37.75rem;top:8.8125rem;left:35.040177777389rem;overflow:hidden;display:block; }
#dHHFeP3OwRiAtFmI669mO8VJTp92DUEO { background-color:#0dbf43;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:4.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:44.375rem;left:3.625rem;display:block; }#dHHFeP3OwRiAtFmI669mO8VJTp92DUEO.adaptive-delivery-prevent-bg, #dHHFeP3OwRiAtFmI669mO8VJTp92DUEO.lazyload, #dHHFeP3OwRiAtFmI669mO8VJTp92DUEO.lazyloading { background-image: none; }
#ZOd0bWSoQ1td0A2VVkUN2PnMmLlq4Lck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuiR5ABGTZt5g2cfWXEU1zzphpqoBO1m { position:absolute;display:block;z-index:14996;background-color:#ffffff;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.5625rem;width:32.4375rem;top:33.6875rem;left:0rem;display:none; }
#TLs5GnOuXyfqkbWp7A5tn0nysdG7Ptdp { color:#373737;display:block;width:42.0625rem;position:absolute;font-family:rubik;font-size:3.3125rem;font-weight:700;z-index:14995;line-height:1;letter-spacing:0;top:11rem;left:0rem;height:9.9375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T { 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; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { background-color: transparent; background-image: none; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container > .video-iframe-container { display: none; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row > .video-iframe-container { display: none; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .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); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { border-width: 0; border-radius: 0; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#ZfEsL1GwuIzfQ8U3AZkqdyZBQAEAxVxB { color:#433c3f;display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr { 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; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { background-color: transparent; background-image: none; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container > .video-iframe-container { display: none; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row > .video-iframe-container { display: none; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .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); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { border-width: 0; border-radius: 0; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#TmltefyO9WM59Cbl8Pt5dGv1E0EMGvBz { color:#686868;display:block;width:23.25rem;position:absolute;font-family:"raleway black";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.625rem;left:0.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRpE9nedAEdo0DgIPX03vbqc3whmvaQ3 { position:absolute;display:block;z-index:15000;background-color:#ff6310;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:5.3125rem;width:23.25rem;top:23.8115234375rem;left:0.875rem;display:block; }
#obThuOgVFSgM7aQKNgsc45xOqgym9zBH { color:#686868;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0.9375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xa2vrMsmmgRLE8MhrqH6ypGhy9fpDT4C { color:#686868;display:block;width:23.25rem;position:absolute;font-family:"raleway black";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.625rem;left:25.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNxEzG5rw6CqX5QNu6TDFyW84xXPpWgv { position:absolute;display:block;z-index:15006;background-color:#ff6310;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:5.3125rem;width:23.25rem;top:23.8115234375rem;left:25.875rem;display:block; }
#PXGOTsqFtcSTrGdltDzVr65xxcDVh66q { color:#686868;display:block;width:23.25rem;position:absolute;font-family:"raleway black";font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.625rem;left:50.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tH800DKaLLN2xnm7rf6xOBVWLSydkuf7 { position:absolute;display:block;z-index:15012;background-color:#ff6310;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:5.3125rem;width:23.25rem;top:23.8115234375rem;left:50.875rem;display:block; }
#WE1zit4hsT0aP4rzHvXomI1Bbfcy07Rb { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eed27c5f-0644-4333-a352-556b38081b7a/Screenshot_17.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.6875rem;width:23.25rem;top:1.8125rem;left:0.875rem;display:block; }#WE1zit4hsT0aP4rzHvXomI1Bbfcy07Rb.adaptive-delivery-prevent-bg, #WE1zit4hsT0aP4rzHvXomI1Bbfcy07Rb.lazyload, #WE1zit4hsT0aP4rzHvXomI1Bbfcy07Rb.lazyloading { background-image: none; }
#knd8t1aqRSyImkfuATo3ePSTIRolAoZc { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f10b84f-e092-4f18-9dce-a7b8f399a6af/AUTO_ESCOLA_02__20121015_00740lp.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.6875rem;width:23.25rem;top:1.8125rem;left:25.875rem;display:block; }#knd8t1aqRSyImkfuATo3ePSTIRolAoZc.adaptive-delivery-prevent-bg, #knd8t1aqRSyImkfuATo3ePSTIRolAoZc.lazyload, #knd8t1aqRSyImkfuATo3ePSTIRolAoZc.lazyloading { background-image: none; }
#Ccmwqp7rKEJTOEsGlVNv9Q2gBKgIreRh { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6f9f61a-0abb-4d2a-858c-12138569a570/mHeijAdEZ0MNvYoTO5PsGyMNdFEdOg4GsB8QcA5T.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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.6875rem;width:23.25rem;top:1.8125rem;left:50.875rem;display:block; }#Ccmwqp7rKEJTOEsGlVNv9Q2gBKgIreRh.adaptive-delivery-prevent-bg, #Ccmwqp7rKEJTOEsGlVNv9Q2gBKgIreRh.lazyload, #Ccmwqp7rKEJTOEsGlVNv9Q2gBKgIreRh.lazyloading { background-image: none; }
#dHUDB2W4u7kzWKz5huvA185UtykkVMpF { color:#686868;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.6875rem;left:25.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e18eyXGHwteF84ZMsMi6kcZu13Wbv6lJ { color:#686868;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.6875rem;left:50.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0 { background-color:#0dbf43;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.123579978943rem;left:0.875rem;display:block; }#bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0.adaptive-delivery-prevent-bg, #bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0.lazyload, #bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0.lazyloading { background-image: none; }
#Zs6LCzOIVbe9d0NNN5sJmVEobZvr1RkX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s { background-color:#0dbf43;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.123579978943rem;left:25.875rem;display:block; }#QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s.adaptive-delivery-prevent-bg, #QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s.lazyload, #QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s.lazyloading { background-image: none; }
#AacgT3zZB0oG4yQBogWeH87GUlC6q0Ib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0 { background-color:#0dbf43;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.123579978943rem;left:50.875rem;display:block; }#Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0.adaptive-delivery-prevent-bg, #Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0.lazyload, #Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0.lazyloading { background-image: none; }
#ig93Nd2hJTsTlHauLQuElbazTx5I6E1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva { 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; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { background-color: transparent; background-image: none; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container > .video-iframe-container { display: none; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row > .video-iframe-container { display: none; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .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); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { border-width: 0; border-radius: 0; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#BBqyVxrOeyVOocFRWVTGgE8NAXyMunU7 { position:absolute;display:block;z-index:15005;height:24.625rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl { 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; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { background-color: transparent; background-image: none; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container > .video-iframe-container { display: none; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row > .video-iframe-container { display: none; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .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); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { border-width: 0; border-radius: 0; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#UO2HelWeVo158f9DELDdTmhoMMwGwXCx { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:8.1875rem;left:19.875rem;height:2.01875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6mD8o2dROwNo9ubTNz5HS7082RPhE4I { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.8125rem;left:19.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUPGJ7Ob1KRIA5rgiTgbMnQfwT537ZTc { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:8.1875rem;left:0rem;height:6.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOM2bG6QpCXXh6VMsxROiy9qltiCWlZ7 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovAD4zKsykUhy7r5T7JfJGvh01UTSLK2 { position:absolute;display:block;z-index:15010;background-color:#ff6310;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.3125rem;width:6.25rem;top:7.0625rem;left:0rem;display:block; }
#gKgfSShfJb5XsQH6GMO9O19tkLJRleXu { position:absolute;display:block;z-index:15011;background-color:#ff6310;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.3125rem;width:6.25rem;top:7.0625rem;left:19.75rem;display:block; }
#CJPzHzii27CFehlGAhr3hSr8dxLOFU3o { position:absolute;display:block;z-index:15012;height:18.5623125rem;width:33.311625rem;top:2.03125rem;left:41.687282562256rem;display:block; }
#vMhVeQQPlnrpldfX3NA2uhAaGABTVlHi { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:10.1875rem;left:19.875rem;height:2.01875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMwUKl1C6hgudtyJrA4lnlAGb67GSG4y { position:absolute;display:block;z-index:15012;height:18.5623125rem;width:33.311625rem;top:2.03125rem;left:41.687282562256rem;display:none; }
#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 { 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; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container { background-color: transparent; background-image: none; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container > .video-iframe-container { display: none; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row > .video-iframe-container { display: none; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .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); }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container { border-width: 0; border-radius: 0; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#i2fbdfT5akw8srcCQEzyI6ZpW35MTdAm { color:#3f5880;display:block;width:40.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.03125rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u90oMUFIUwPNTDDBwGBq4mKD1P7Ozyd1 { 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:3.375rem;width:8.4375rem;top:2.75rem;left:61.061155000156rem;overflow:hidden;display:block; }
#THv4U86dFDID05TXvStRF3B75PInZgBl { color:#3f5880;display:block;width:45.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsL2OM8sAXKE30P0N0mDWyJtK6JtLFSl { color:#3f5880;display:block;width:45.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { position:relative;display:none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { border-width: 0; border-radius: 0; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .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; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r6nx1VVTTcRfo7eTH60IouC0ZDNHOxCw { 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:3.125rem;width:17.5rem;display:none; }
#PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6602d16-fba0-495a-865a-76e4c3b9d840/btwhatsapp.jpg");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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1rem;left:14.1875rem;display:none; }#PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm.adaptive-delivery-prevent-bg, #PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm.lazyload, #PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm.lazyloading { background-image: none; }
#z393IX4vqBXRk0nwy7SnqpTybBSrE42P { 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) { #cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 { display:block; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DadP9fPgsEKXZLG8TAxLc1qPRHeQ3Hty { width:7.625rem;height:3.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soP4sD9Kd2POo6EDSsIpbAgu5wlOGxA4 { width:3.375rem;height:3.375rem;top:0.6875rem;left:42.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mksNwkMsVRTTHcrPvOppyhqoiudEcTi9 { width:15.625rem;height:2.375rem;top:1.3125rem;left:32.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iteg0mPsNnPba0xuza0oHzK90ETJIHTN { width:15.625rem;height:1.125rem;top:0.4375rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP { width:17.125rem;height:3.125rem;top:0.625rem;left:24.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAhaUasMGvU8eDCWQn6xsCzxMKJZ41T7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZK1ETMrayJnHCK8ANxz57g6MB6e080CK { display:block; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn2TDPh7ADPN4bp9INe6s5fGB1CqFrSl { width:32.4375rem;height:13.5625rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAxCDXh5Qq5hcRs576LB59UTErRH3gKi { width:38.0625rem;height:12.1875rem;top:13.5rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZyr92RSUmIHPMtcTmoXAT7NgsnivrQC { width:28.9375rem;height:2.1875rem;top:36.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZ86TTuIqTIVMohkFPT98v5f82WOmbJ { width:32.4375rem;height:5.5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZ24wE7Bx2XtEFwSfpbxZTBdFU5nFpS { width:10.125rem;height:4.875rem;top:30.4375rem;left:3.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIR8kynr9kILtvNVJZfbtomszFre3q1 { width:13.0625rem;height:3.5rem;top:31.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvBv3xc8UCme85PvGt7aCkt7mOnvRJkD { width:3.375rem;height:3.375rem;top:39.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5l5n5fxk21hySE0Vft2gHUoUKqs8D6e { width:15.625rem;height:2.375rem;top:40.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyWQQQsMagsH7h7UWOEuStwxfTuoiTP { width:15.625rem;height:1.125rem;top:39.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9EtkhFTHA7CaWeiRnOCeEVr1SsPsUk3 { width:37.75rem;height:48.9375rem;top:8.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHHFeP3OwRiAtFmI669mO8VJTp92DUEO { width:25.25rem;height:4.6875rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOd0bWSoQ1td0A2VVkUN2PnMmLlq4Lck { display:block; }
 }@media only screen and (max-width: 763px) { #zuiR5ABGTZt5g2cfWXEU1zzphpqoBO1m { width:32.4375rem;height:13.5625rem;top:33.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLs5GnOuXyfqkbWp7A5tn0nysdG7Ptdp { width:20rem;height:9.625rem;top:3.1875rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZFb8qri3HqXB9CvMaAbQMHrBRJg210T { display:block; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfEsL1GwuIzfQ8U3AZkqdyZBQAEAxVxB { width:47.75rem;height:3.6875rem;top:5.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr { display:block; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmltefyO9WM59Cbl8Pt5dGv1E0EMGvBz { width:23.25rem;height:2.4375rem;top:24.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRpE9nedAEdo0DgIPX03vbqc3whmvaQ3 { width:23.25rem;height:5.3125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obThuOgVFSgM7aQKNgsc45xOqgym9zBH { width:23.25rem;height:1.125rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa2vrMsmmgRLE8MhrqH6ypGhy9fpDT4C { width:23.25rem;height:2.4375rem;top:24.625rem;left:8.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxEzG5rw6CqX5QNu6TDFyW84xXPpWgv { width:23.25rem;height:5.3125rem;top:23.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXGOTsqFtcSTrGdltDzVr65xxcDVh66q { width:23.25rem;height:2.4375rem;top:24.625rem;left:24.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH800DKaLLN2xnm7rf6xOBVWLSydkuf7 { width:23.25rem;height:5.3125rem;top:23.75rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE1zit4hsT0aP4rzHvXomI1Bbfcy07Rb { width:23.25rem;height:22.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knd8t1aqRSyImkfuATo3ePSTIRolAoZc { width:23.25rem;height:22.6875rem;top:1.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccmwqp7rKEJTOEsGlVNv9Q2gBKgIreRh { width:23.25rem;height:22.6875rem;top:1.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHUDB2W4u7kzWKz5huvA185UtykkVMpF { width:23.25rem;height:1.125rem;top:26.6875rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18eyXGHwteF84ZMsMi6kcZu13Wbv6lJ { width:23.25rem;height:1.125rem;top:26.6875rem;left:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0 { width:23.25rem;height:4.375rem;top:29.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zs6LCzOIVbe9d0NNN5sJmVEobZvr1RkX { display:block; }
 }@media only screen and (max-width: 763px) { #QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s { width:23.25rem;height:4.375rem;top:29.0625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AacgT3zZB0oG4yQBogWeH87GUlC6q0Ib { display:block; }
 }@media only screen and (max-width: 763px) { #Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0 { width:23.25rem;height:4.375rem;top:29.0625rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ig93Nd2hJTsTlHauLQuElbazTx5I6E1N { display:block; }
 }@media only screen and (max-width: 763px) { #xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva { display:block; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBqyVxrOeyVOocFRWVTGgE8NAXyMunU7 { width:47.75rem;height:24.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBKpRExUffTOLDOeTW01dM9PwSUJbgl { display:block; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2HelWeVo158f9DELDdTmhoMMwGwXCx { top:8.1875rem;left:7rem;width:16.875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mD8o2dROwNo9ubTNz5HS7082RPhE4I { top:4.8125rem;left:7.625rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPGJ7Ob1KRIA5rgiTgbMnQfwT537ZTc { top:8.1875rem;left:0rem;width:16.4375rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOM2bG6QpCXXh6VMsxROiy9qltiCWlZ7 { top:4.8125rem;left:0rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAD4zKsykUhy7r5T7JfJGvh01UTSLK2 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKgfSShfJb5XsQH6GMO9O19tkLJRleXu { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJPzHzii27CFehlGAhr3hSr8dxLOFU3o { width:33.25rem;height:18.5rem;top:2rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhVeQQPlnrpldfX3NA2uhAaGABTVlHi { top:10.1875rem;left:7rem;width:16.875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwUKl1C6hgudtyJrA4lnlAGb67GSG4y { width:33.25rem;height:18.5rem;top:2rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 { display:block; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2fbdfT5akw8srcCQEzyI6ZpW35MTdAm { width:14.375rem;height:4.87305rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90oMUFIUwPNTDDBwGBq4mKD1P7Ozyd1 { width:8.4375rem;height:3.375rem;top:2.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THv4U86dFDID05TXvStRF3B75PInZgBl { width:14.375rem;height:9.746075rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsL2OM8sAXKE30P0N0mDWyJtK6JtLFSl { width:14.375rem;height:9.746075rem;top:4.6875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { display:none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r6nx1VVTTcRfo7eTH60IouC0ZDNHOxCw { width:17.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm { width:17.5rem;height:3.4375rem;top:1rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z393IX4vqBXRk0nwy7SnqpTybBSrE42P { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 { position:relative;z-index:auto;display:block; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DadP9fPgsEKXZLG8TAxLc1qPRHeQ3Hty { width:8rem;height:3.125rem;top:0.625rem;left:6.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #soP4sD9Kd2POo6EDSsIpbAgu5wlOGxA4 { width:3.375rem;height:3.375rem;top:0.6875rem;left:8.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mksNwkMsVRTTHcrPvOppyhqoiudEcTi9 { width:15.625rem;height:auto;top:1.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Iteg0mPsNnPba0xuza0oHzK90ETJIHTN { width:15.625rem;height:auto;top:0.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP { top:4.9375rem;left:1.4375rem;width:17.125rem;height:3.125rem;z-index:15010;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e6602d16-fba0-495a-865a-76e4c3b9d840/btwhatsapp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP.adaptive-delivery-prevent-bg, #kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP.lazyload, #kqdSqpEy3TCTEggfFvEVRDQwdDODfTyP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RAhaUasMGvU8eDCWQn6xsCzxMKJZ41T7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZK1ETMrayJnHCK8ANxz57g6MB6e080CK { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/379bc4e9-47d1-4980-b26d-dc37573d9863/12356.jpg");background-position:bottom 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK.adaptive-delivery-prevent-bg, #ZK1ETMrayJnHCK8ANxz57g6MB6e080CK.lazyload, #ZK1ETMrayJnHCK8ANxz57g6MB6e080CK.lazyloading { background-image: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { background-color: transparent; background-image: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container > .video-iframe-container { display: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row > .video-iframe-container { display: none; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .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); }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { border-width: 0; border-radius: 0; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK1ETMrayJnHCK8ANxz57g6MB6e080CK > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn2TDPh7ADPN4bp9INe6s5fGB1CqFrSl { width:20rem;height:3.25rem;top:20.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAxCDXh5Qq5hcRs576LB59UTErRH3gKi { width:19.5625rem;height:0;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #RZyr92RSUmIHPMtcTmoXAT7NgsnivrQC { width:17.9375rem;height:1.85625rem;top:21.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZ86TTuIqTIVMohkFPT98v5f82WOmbJ { width:20rem;height:4.75rem;top:20.6875rem;left:0rem;background-color:#ff8300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTZ24wE7Bx2XtEFwSfpbxZTBdFU5nFpS { width:9.4375rem;height:4.875rem;top:15.1875rem;left:9.625rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DrIR8kynr9kILtvNVJZfbtomszFre3q1 { width:8.75rem;height:2.475rem;top:16.5625rem;left:0.875rem;text-align:right;text-align-last:right;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FvBv3xc8UCme85PvGt7aCkt7mOnvRJkD { width:3.375rem;height:3.375rem;top:59.625rem;left:0.5625rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5l5n5fxk21hySE0Vft2gHUoUKqs8D6e { width:15.625rem;height:0;top:60.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ZUyWQQQsMagsH7h7UWOEuStwxfTuoiTP { width:15.625rem;height:0;top:59.1875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #G9EtkhFTHA7CaWeiRnOCeEVr1SsPsUk3 { width:20rem;height:25.924528301887rem;top:17.8271484375rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #dHHFeP3OwRiAtFmI669mO8VJTp92DUEO { top:43.187500238419rem;left:0.5rem;width:19rem;height:4.6875rem;z-index:15010;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e6602d16-fba0-495a-865a-76e4c3b9d840/btwhatsapp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#dHHFeP3OwRiAtFmI669mO8VJTp92DUEO.adaptive-delivery-prevent-bg, #dHHFeP3OwRiAtFmI669mO8VJTp92DUEO.lazyload, #dHHFeP3OwRiAtFmI669mO8VJTp92DUEO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZOd0bWSoQ1td0A2VVkUN2PnMmLlq4Lck { display:block; }
 }@media only screen and (max-width: 763px) { #zuiR5ABGTZt5g2cfWXEU1zzphpqoBO1m { width:10rem;height:2.875rem;top:10rem;left:9.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14989;background-color:#ff6310;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TLs5GnOuXyfqkbWp7A5tn0nysdG7Ptdp { width:19.75rem;height:9.35rem;top:3.2493748664856rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FZFb8qri3HqXB9CvMaAbQMHrBRJg210T { display:block; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfEsL1GwuIzfQ8U3AZkqdyZBQAEAxVxB { width:20rem;height:2.19375rem;top:3.9999990463257rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr { display:block; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmltefyO9WM59Cbl8Pt5dGv1E0EMGvBz { width:20rem;height:2.25rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mRpE9nedAEdo0DgIPX03vbqc3whmvaQ3 { width:20rem;height:4.375rem;top:13.752130746841rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #obThuOgVFSgM7aQKNgsc45xOqgym9zBH { width:20rem;height:1.21875rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #xa2vrMsmmgRLE8MhrqH6ypGhy9fpDT4C { width:20rem;height:2.25rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FNxEzG5rw6CqX5QNu6TDFyW84xXPpWgv { width:20rem;height:4.375rem;top:31.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PXGOTsqFtcSTrGdltDzVr65xxcDVh66q { width:20rem;height:2.25rem;top:49.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tH800DKaLLN2xnm7rf6xOBVWLSydkuf7 { width:20rem;height:4.375rem;top:48.75rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WE1zit4hsT0aP4rzHvXomI1Bbfcy07Rb { width:20rem;height:12.5rem;top:1.2521686553955rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knd8t1aqRSyImkfuATo3ePSTIRolAoZc { width:20rem;height:12.5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccmwqp7rKEJTOEsGlVNv9Q2gBKgIreRh { width:20rem;height:12.5rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHUDB2W4u7kzWKz5huvA185UtykkVMpF { width:20rem;height:1.1375rem;top:33.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18eyXGHwteF84ZMsMi6kcZu13Wbv6lJ { width:20rem;height:1.1375rem;top:51.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0 { top:61.375002861023rem;left:0.5rem;width:19rem;height:4.375rem;z-index:15010;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0.adaptive-delivery-prevent-bg, #bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0.lazyload, #bHduQtAz3PJ62KEkkF6ZRlSmZ5q3zSn0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Zs6LCzOIVbe9d0NNN5sJmVEobZvr1RkX { display:block; }
 }@media only screen and (max-width: 763px) { #QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s { top:67.000002861025rem;left:0.5rem;width:19rem;height:4.375rem;z-index:15010;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s.adaptive-delivery-prevent-bg, #QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s.lazyload, #QTyA9hTKeWtKHs7rFMI8rqJMgfy5AS7s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AacgT3zZB0oG4yQBogWeH87GUlC6q0Ib { display:block; }
 }@media only screen and (max-width: 763px) { #Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0 { top:72.625002861025rem;left:0.5rem;width:19rem;height:4.375rem;z-index:15010;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0.adaptive-delivery-prevent-bg, #Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0.lazyload, #Q1l5aJ2KqrCRlhf6X39WfIFUJ3kO4XX0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ig93Nd2hJTsTlHauLQuElbazTx5I6E1N { display:block; }
 }@media only screen and (max-width: 763px) { #xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva { display:block; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBqyVxrOeyVOocFRWVTGgE8NAXyMunU7 { width:20rem;height:37.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBKpRExUffTOLDOeTW01dM9PwSUJbgl { display:block; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2HelWeVo158f9DELDdTmhoMMwGwXCx { width:15.625rem;height:1.4875rem;top:11.9375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mD8o2dROwNo9ubTNz5HS7082RPhE4I { width:16.25rem;height:1.5rem;top:10.1875rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPGJ7Ob1KRIA5rgiTgbMnQfwT537ZTc { width:13.9375rem;height:2.975rem;top:4.5rem;left:1.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOM2bG6QpCXXh6VMsxROiy9qltiCWlZ7 { width:16.25rem;height:1.5rem;top:2.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAD4zKsykUhy7r5T7JfJGvh01UTSLK2 { width:6.25rem;height:0.3125rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKgfSShfJb5XsQH6GMO9O19tkLJRleXu { width:6.25rem;height:0.3125rem;top:11.8125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJPzHzii27CFehlGAhr3hSr8dxLOFU3o { width:20rem;height:18.5625rem;top:21.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMhVeQQPlnrpldfX3NA2uhAaGABTVlHi { width:16.875rem;height:1.4875rem;top:13.25rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwUKl1C6hgudtyJrA4lnlAGb67GSG4y { width:20rem;height:18.5625rem;top:16.75rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 { display:block; }#ssJrR9IVA98DbS3y0uMzgQdzbFZOG4s4 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2fbdfT5akw8srcCQEzyI6ZpW35MTdAm { width:20rem;height:2.7625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90oMUFIUwPNTDDBwGBq4mKD1P7Ozyd1 { width:7.5625rem;height:3rem;top:5.3740234375rem;left:6.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THv4U86dFDID05TXvStRF3B75PInZgBl { width:20rem;height:0;top:5.0437507629394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsL2OM8sAXKE30P0N0mDWyJtK6JtLFSl { width:20rem;height:1.95rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { background-color: transparent; background-image: none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container > .video-iframe-container { display: none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row > .video-iframe-container { display: none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .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); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container { width:20rem;background-color:transparent;background-image:none;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6nx1VVTTcRfo7eTH60IouC0ZDNHOxCw { top:0rem;left:0rem;width:20rem;height:3.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm { top:3.75rem;left:0rem;width:20rem;height:3.4375rem;z-index:15010;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6ed53565-cc6b-429e-be64-5f3312bb6aab/BT1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm.adaptive-delivery-prevent-bg, #PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm.lazyload, #PIwBVhuTmfk1mS0DWFe5vzJLLgV8uLGm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z393IX4vqBXRk0nwy7SnqpTybBSrE42P { display:block; }
 }