.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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:#000000;background-image:url("https://images.assets-landingi.com/uc/ec9921f1-a642-4430-8b8a-fd5be4e140e1/Design2560x1705.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-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:44.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#bEaDe0lHBnTgMG3KJy1n5cTC8LSWqB1d { 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:16.25rem;width:16.25rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:17.1875rem;left:0rem;height:4.125rem;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; }
#nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { color:#ffffff;display:block;width:54.5625rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.88134765625rem;left:0rem;height:3.0058625rem;font-style:normal;display:block; }
#pdQwTPWHowIdL5ugLufUPQPOAuqhmyqV { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.25rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#DBO8Hf99yXXvWIkX0PNeG9wpQvFSs6nO { 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-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.8125rem;left:0rem;display:block; }
#rct8VN8fb8nqIeuER9mNMJXudyCUdO9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt { border-bottom:0;border-left:0;border-right:0;border-top: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; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { background-color: transparent; background-image: none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container > .video-iframe-container { display: none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row > .video-iframe-container { display: none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .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); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { border-width: 0; border-radius: 0; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.97);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; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { background-color: transparent; background-image: none; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container > .video-iframe-container { display: none; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row > .video-iframe-container { display: none; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .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); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { border-width: 0; border-radius: 0; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#QSO83eX09zIzCnBdGFb67FDQBruywlnh { display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.84423828125rem;left:0rem;height:7.8735625rem;color:rgba(25,22,22,0.78);font-style:normal;text-align:justify;text-align-last:initial;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; }
#TML3BCR4yKJaFsZ08nurc631hDarM3yr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.0625rem;width:30.1875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.71826171875rem;left:26.70556640625rem;overflow:hidden;display:block; }
#mu0T2nTwOsRaW6Bt4rJBzNwQlzemWltn { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:23.1875rem;width:33.375rem;position:absolute;display:block;z-index:15002;top:3.125rem;left:25.111968315973rem;display:block; }
#GoqAZUmUCPRGrBdlDzWta7go7KrSrtui { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:5rem;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; }
#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu { border-bottom:0;border-left:0;border-right:0;border-top: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; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { background-color: transparent; background-image: none; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container > .video-iframe-container { display: none; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row > .video-iframe-container { display: none; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .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); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { border-width: 0; border-radius: 0; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#v17A2n18rXymThq9L0MFsyFfZVGR9qXW { display:block;width:21rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.1875rem;left:36.59375rem;height:12.5976375rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LJSncgb3udCfxIfFd48Fd55kOJWRw3Sh { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:26.8125rem;width:33.75rem;position:absolute;display:block;z-index:15002;top:4.125rem;left:1.25rem;display:block; }
#nJzrJLLC6wk0SgCww7hdFQfBSoVLE5nu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22rem;width:33.0625rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.5625rem;left:1.65625rem;overflow:hidden;display:block; }
#NfAJqR2BL39tUFsFQlEN67vUBMC5x6BU { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:5.1875rem;left:36.375rem;height:7.5rem;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; }
#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff0baa3a-2167-4750-baaa-ef0c0d28b81f/AMEJORATARDECERHORIZONTAL.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.adaptive-delivery-prevent-bg, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyload, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyloading { background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { background-color: transparent; background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .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); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { border-width: 0; border-radius: 0; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#FU78HzONLqUwxxwfPv7Jxyq2QUWnZQJn { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.5rem;left:0.625rem;height:4.5rem;font-style:normal;display:block; }
#JHZTe8Bx0UctFh3fvh0uImrCiu7P0h80 { 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-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.10498046875rem;left:0.625rem;display:block; }
#roGhygErzngk8fFr9z0xwK943cw8hghF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTMk24PGXyQShhQoXa7utamHSwz2TX7D { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { background-color: transparent; background-image: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .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); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { border-width: 0; border-radius: 0; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:60rem;position:relative;display:block; }#ZNByZikIo65P52akxofXIhIKeNAzrzuS { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.5rem;left:0rem;height:5.3994125rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tE4DPuIumcCN3fPTxONtSloX8xI2NXci { border-bottom:0.125rem solid #eaeaea;border-left:0.125rem solid #eaeaea;border-right:0.125rem solid #eaeaea;border-top:0.125rem solid #eaeaea;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:4.90625rem;width:60rem;position:absolute;display:block;z-index:15003;top:15rem;left:0rem;display:block; }
#TFzeb54AuMW4mpvceArmQqUQHU2QVtsQ { display:block;width:3.0625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:9.65625rem;height:3.0874rem;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVtN2i9FvaQTfehKRlS4ETJF4TDGMLKy { display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.08642578125rem;left:5.75rem;height:1.29980625rem;color:#09281a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhClpq01Q7RK00vJ5NNfMA2JnT6Dt6bk { display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.08642578125rem;left:21.8125rem;height:1.29980625rem;color:#09281a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ab5TzoS7NQ2v7P0lnsxTnrz2RRLvdDnv { display:block;width:10rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:24.4375rem;height:3.0874rem;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1 { 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;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6622d8e-bb6b-44f1-b785-30404ccabf7f/Renders2503107.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:36.25rem;width:60rem;position:absolute;display:block;z-index:15002;top:22.28125rem;left:0rem;display:block; }#m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.adaptive-delivery-prevent-bg, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyload, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyloading { background-image: none; }
#Bb8O9g8hdzX8LAs0Q9iNCAZWamrIXtRl { 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;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15004;top:20.15625rem;left:29.375rem;display:block; }
#OsE67mbdAOMqPztViuUX1tWUZWAqHxKx { 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;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15006;top:20.15625rem;left:11.125rem;display:block; }
#MClNtUJ5s0fTU5wz1RzsGL5FfVg5Uau3 { 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:39.9375rem;width:60rem;display:none; }
#Tw6eQwyhSR05n8388G5NPDmutbDKkSbU { display:block;width:10rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15rem;left:45.6875rem;height:3.0874rem;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkkLvORqTTpC2Xn8uswUyB7skqm8OB04 { display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.08642578125rem;left:43.0625rem;height:1.29980625rem;color:#09281a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSkTsMzhnFVawkLlxfJfEtQDO61KhAvo { 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;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15005;top:20.15625rem;left:50.625rem;display:block; }
#Fhhsfril44p5fapFJlPy9a20X6KBhiUR { color:#282828;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.94873046875rem;left:2.15625rem;height:2.5rem;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; }
#rDPpqWekCet51LuB3vNnBe005bKZ8lWo { border-bottom:0;border-left:0;border-right:0;border-top: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; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container { background-color: transparent; background-image: none; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container > .video-iframe-container { display: none; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row > .video-iframe-container { display: none; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .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); }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container { border-width: 0; border-radius: 0; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#TbI1W1d0XHykaUJA8QeKqOS8MrZ0TtZD { display:block;width:24.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:30.375rem;left:2.78125rem;height:7.19925rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yOVype3dbZwkDgFC0Km08dC4769220ei { display:block;width:27rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.78125rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;display:block; }
#DxP0aFltds6iJnoWNwJZSt4i3s5PT0MS { 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;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2c0ee5dd-0839-4d93-a80e-369e8e05f4a8/Renders2503102.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:21.5625rem;width:30rem;position:absolute;display:block;z-index:15010;top:0.0625rem;left:0rem;display:block; }#DxP0aFltds6iJnoWNwJZSt4i3s5PT0MS.adaptive-delivery-prevent-bg, #DxP0aFltds6iJnoWNwJZSt4i3s5PT0MS.lazyload, #DxP0aFltds6iJnoWNwJZSt4i3s5PT0MS.lazyloading { background-image: none; }
#vDZl1pPLQbZIvzlL7el7MdACn0PV39zm { display:block;width:24.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.375rem;left:32.78125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;display:block; }
#LrToeFbivZXX7FSBKfdm7ZGWPtzu0wIx { display:block;width:24.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:7.94384765625rem;left:32.78125rem;height:5.3994125rem;color:rgba(25,22,22,0.7);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#nLXgy2XCDQuRNuyyxaTsMi9uVNu0HDEB { 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;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4fbfc39-f80c-4e69-bdda-826799a2d3d3/Renders2503101.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:21.5625rem;width:30rem;position:absolute;display:block;z-index:15011;top:21.5625rem;left:30rem;display:block; }#nLXgy2XCDQuRNuyyxaTsMi9uVNu0HDEB.adaptive-delivery-prevent-bg, #nLXgy2XCDQuRNuyyxaTsMi9uVNu0HDEB.lazyload, #nLXgy2XCDQuRNuyyxaTsMi9uVNu0HDEB.lazyloading { background-image: none; }
#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq { border-bottom:0;border-left:0;border-right:0;border-top: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; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container { background-color: transparent; background-image: none; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container > .video-iframe-container { display: none; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row > .video-iframe-container { display: none; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .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); }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container { border-width: 0; border-radius: 0; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#fgGaTL3BhKr0vpKARBOxA93olE5N2tli { 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;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bff1ca63-685c-43ce-b693-a93824caca5f/Renders2503103.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:21.5625rem;width:30rem;position:absolute;display:block;z-index:15010;top:0.0625rem;left:0rem;display:block; }#fgGaTL3BhKr0vpKARBOxA93olE5N2tli.adaptive-delivery-prevent-bg, #fgGaTL3BhKr0vpKARBOxA93olE5N2tli.lazyload, #fgGaTL3BhKr0vpKARBOxA93olE5N2tli.lazyloading { background-image: none; }
#yNJdOI02lRlI98zBAe7pCArDypydgNmM { display:block;width:26.0625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.00048828125rem;left:32.78125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#b8b8b8;font-style:normal;display:block; }
#esUhLdymQTGGbKTIIvH23matQDAVgvZx { display:block;width:24.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.89453125rem;left:32.78125rem;height:8.999rem;color:rgba(25,22,22,0.7);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { 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; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { background-color: transparent; background-image: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container > .video-iframe-container { display: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container { display: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .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); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { border-width: 0; border-radius: 0; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a26506e8-1581-406f-9d95-42a9269bc7bf/APLAYACONCHHORIZONTAL.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.adaptive-delivery-prevent-bg, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyload, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyloading { background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { border-width: 0; border-radius: 0; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { color:#ffffff;display:block;width:51rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.74365234375rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#Tyb4Amd8OmGmwiIvGaZgJ9Ki0vslJxL0 { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.55615234375rem;left:0rem;height:4.0625rem;display:block; }
#VHHeAULk8gkRFJoRvrNgCE5c145gOPmD { 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-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.625rem;left:0rem;display:block; }
#N8DFEUfo2KZSq9PebxT55xmArS07u1TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.97);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; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container { background-color: transparent; background-image: none; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container > .video-iframe-container { display: none; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row > .video-iframe-container { display: none; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .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); }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container { border-width: 0; border-radius: 0; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#bBiSZuvWXLQTNIOJ1q2UNypS9wCr37hr { display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.4580078125rem;left:0rem;height:15.7470625rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#W8TCZkOa0nyZflFdeB0mVQynq2GxcTsW { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:34.8125rem;width:32.6875rem;position:absolute;display:block;z-index:15002;top:3.875rem;left:25.7880859375rem;display:block; }
#fi1OvsJ1DvT1XTRCHKAyQTerPPfyJ8RL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.96826171875rem;left:26.8193359375rem;overflow:hidden;display:block; }
#tbnIFt7IV5Faw6O2Cd1QAbFwWSnspDDZ { color:#282828;display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:8.3125rem;left:0rem;height:5rem;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; }
#dSZBGdsND9CUckOCoznuExX8y9acfWK0 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container { background-color: transparent; background-image: none; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container > .video-iframe-container { display: none; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row > .video-iframe-container { display: none; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .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); }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container { border-width: 0; border-radius: 0; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#g54GuLmoJiD5uqigPGiadcalsrz4dWRR { display:block;width:23.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:13.544921875rem;left:34.8125rem;height:12.5976375rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N94nS4q3m7Adz8w2myDw6GI2aLwNUBsI { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:39.5rem;width:31.125rem;position:absolute;display:block;z-index:15002;top:0rem;left:1.25rem;display:block; }
#RBPyhul54a23pD2cpxLn96qluTehyZDo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:36.9375rem;width:27.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.75rem;left:2.6201171875rem;overflow:hidden;display:block; }
#TMTuno8d6q894niVoGBviroIiW3W8p3v { color:#282828;display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:9.419921875rem;left:34.8125rem;height:5rem;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; }
#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.97);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; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container { background-color: transparent; background-image: none; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container > .video-iframe-container { display: none; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row > .video-iframe-container { display: none; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .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); }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container { border-width: 0; border-radius: 0; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#cU2ie5fW2mNBqwXydb2xnUIaC1NrqeUB { display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:12.71875rem;left:0rem;height:20.47118125rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#epIlW7duCNrEyD47TvXBJLf0rsKkeoPI { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:38.8125rem;width:31rem;position:absolute;display:block;z-index:15002;top:-0.0625rem;left:27.4755859375rem;display:block; }
#ylUF2SJ7LpvPlXo5dziKRnilTeyrvMvf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.375rem;width:23.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.78125rem;left:31.2880859375rem;overflow:hidden;display:block; }
#TCTKAM5TSDrTZDooVkJZFAbunSP8wkL8 { color:#282828;display:block;width:27.25rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:7.5rem;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; }
#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 { 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; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { background-color: transparent; background-image: none; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container > .video-iframe-container { display: none; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row > .video-iframe-container { display: none; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .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); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { border-width: 0; border-radius: 0; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#PJBcEze34dTQWRfHETybOEDp4wg1yuHm { color:rgba(25,22,22,0.7);display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:5.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwTMziU4nEOxJLo4LeuFgGUt5rSnGsSG { color:#282828;display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:1.3125rem;left:15.25rem;height:3.125rem;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; }
#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X { 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; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { background-color: transparent; background-image: none; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container > .video-iframe-container { display: none; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row > .video-iframe-container { display: none; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .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); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { border-width: 0; border-radius: 0; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#SHBR8eFeWauCQMHfhV40mka6cgts4XfS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:18.75rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#HTZ9nmD0am81kRp3rGRCAPL75VsNyFBQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:18.75rem;top:0.62391567230224rem;left:20.625001907349rem;overflow:hidden;display:block; }
#P7udLr9nVPRJJ4KyLn1lC1VwQUipENLm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:18.75rem;top:0.62391567230224rem;left:40.625001907349rem;overflow:hidden;display:block; }
#aQxKOOTMaWQdVmKSGvsgK2KrXlo6FcUD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:18.75rem;top:16.248915672302rem;left:0.625rem;overflow:hidden;display:block; }
#TR9U8CehTasGw3T0R75v4bZBlGhSoLQN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:18.75rem;top:16.248915672302rem;left:20.625001907349rem;overflow:hidden;display:block; }
#VWDXiyb6Od9TtdsKPtKfmGSx3pKOiQga { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.5rem;width:18.75rem;top:16.248915672302rem;left:40.625001907349rem;overflow:hidden;display:block; }
#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbecf842-75e3-4331-bd56-06a0d5d64c65/APLAYACONCHALHORIZONTAL.jpg");background-position: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; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As.adaptive-delivery-prevent-bg, #htb7xIZrgqcAl6JAPP83cDdmeBsNL3As.lazyload, #htb7xIZrgqcAl6JAPP83cDdmeBsNL3As.lazyloading { background-image: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container { background-color: transparent; background-image: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container > .video-iframe-container { display: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row > .video-iframe-container { display: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .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); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container { border-width: 0; border-radius: 0; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#rULpML3XqCBztBLcn09E5HBZwaSF5Gdw { 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;background-color:#23232d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:49.125rem;width:28.5rem;position:absolute;display:block;z-index:15002;top:33.125rem;left:0rem;display:none; }
#IviwZI8Mu9mUOseu3XCBiTpRwCigo2lw { 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;background-color:#23232d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:11.1875rem;width:60rem;position:absolute;display:block;z-index:15002;top:14.7373046875rem;left:0rem;display:block; }
#CK664gM9RLUObZEHMo0hTEyLzdaFAm06 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:16.5185546875rem;left:46.71875rem; }
#FS86mzTmO3StClGnp6VSDl4ofvbVdAHD { display:block;width:11.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.2;top:19.3935546875rem;left:42.21875rem;background-color:transparent;background-image:none;height:1.875rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#K3APZbJNyXMBcLxcoXok8agE4VO7xzG0 { display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;top:21.71142578125rem;left:40.96875rem;background-color:transparent;background-image:none;height:2.69921875rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#FB2eDMteblBPZUzK0hXOHOhqdixdHCk2 { 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:14rem;width:14rem;top:13.3310546875rem;left:3.0625rem;overflow:hidden;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) { #bEaDe0lHBnTgMG3KJy1n5cTC8LSWqB1d { top:0.9375rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:47.75rem;height:;top:17.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { width:47.75rem;height:3rem;top:20.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdQwTPWHowIdL5ugLufUPQPOAuqhmyqV { width:47.75rem;height:1.625rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBO8Hf99yXXvWIkX0PNeG9wpQvFSs6nO { width:11.3125rem;height:4rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rct8VN8fb8nqIeuER9mNMJXudyCUdO9S { display:block; }
 }@media only screen and (max-width: 763px) { #kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt { display:block; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT25NQVixvfTgAChnn2dk5G0b7F8mksG { display:block; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSO83eX09zIzCnBdGFb67FDQBruywlnh { width:17.875rem;height:11.6875rem;top:11.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TML3BCR4yKJaFsZ08nurc631hDarM3yr { width:4.625rem;height:3.0625rem;top:0.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu0T2nTwOsRaW6Bt4rJBzNwQlzemWltn { width:23.25rem;height:28rem;top:0rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqAZUmUCPRGrBdlDzWta7go7KrSrtui { width:21.4375rem;height:5rem;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemeHzPymeMyUIaay8LuwJhT3KNrLiyu { display:block; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v17A2n18rXymThq9L0MFsyFfZVGR9qXW { width:17.875rem;height:11.6875rem;top:11.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSncgb3udCfxIfFd48Fd55kOJWRw3Sh { width:23.25rem;height:28rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzrJLLC6wk0SgCww7hdFQfBSoVLE5nu { width:23.4375rem;height:15.625rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAJqR2BL39tUFsFQlEN67vUBMC5x6BU { width:21.4375rem;height:7.5rem;top:5.1875rem;left:26.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D { display:block; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU78HzONLqUwxxwfPv7Jxyq2QUWnZQJn { width:47.75rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHZTe8Bx0UctFh3fvh0uImrCiu7P0h80 { width:13.6875rem;height:4.0625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGhygErzngk8fFr9z0xwK943cw8hghF { display:block; }
 }@media only screen and (max-width: 763px) { #uTMk24PGXyQShhQoXa7utamHSwz2TX7D { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qyhHe0cg/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D.adaptive-delivery-prevent-bg, #uTMk24PGXyQShhQoXa7utamHSwz2TX7D.lazyload, #uTMk24PGXyQShhQoXa7utamHSwz2TX7D.lazyloading { background-image: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { background-color: transparent; background-image: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .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); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { width:47.75rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNByZikIo65P52akxofXIhIKeNAzrzuS { width:44.0625rem;height:0;top:14.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4DPuIumcCN3fPTxONtSloX8xI2NXci { width:43.875rem;height:4.8125rem;top:23.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFzeb54AuMW4mpvceArmQqUQHU2QVtsQ { width:3.0625rem;height:0;top:23.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVtN2i9FvaQTfehKRlS4ETJF4TDGMLKy { width:4.375rem;height:0;top:26.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhClpq01Q7RK00vJ5NNfMA2JnT6Dt6bk { width:10rem;height:0;top:26.6875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab5TzoS7NQ2v7P0lnsxTnrz2RRLvdDnv { width:6.875rem;height:0;top:23.625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1 { width:43.75rem;height:31.875rem;top:30.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8O9g8hdzX8LAs0Q9iNCAZWamrIXtRl { width:0.125rem;height:2.125rem;top:28.375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsE67mbdAOMqPztViuUX1tWUZWAqHxKx { width:0.125rem;height:2.125rem;top:28.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MClNtUJ5s0fTU5wz1RzsGL5FfVg5Uau3 { width:47.75rem;height:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw6eQwyhSR05n8388G5NPDmutbDKkSbU { width:6.875rem;height:0;top:23.625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkkLvORqTTpC2Xn8uswUyB7skqm8OB04 { width:10rem;height:0;top:26.6875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSkTsMzhnFVawkLlxfJfEtQDO61KhAvo { width:0.125rem;height:2.125rem;top:28.375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhhsfril44p5fapFJlPy9a20X6KBhiUR { width:47.75rem;height:2.5rem;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPpqWekCet51LuB3vNnBe005bKZ8lWo { display:block; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container { width:47.75rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbI1W1d0XHykaUJA8QeKqOS8MrZ0TtZD { width:20.875rem;height:10.9375rem;top:21.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOVype3dbZwkDgFC0Km08dC4769220ei { width:21.1875rem;height:2.0625rem;top:18.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxP0aFltds6iJnoWNwJZSt4i3s5PT0MS { width:23.75rem;height:17.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZl1pPLQbZIvzlL7el7MdACn0PV39zm { width:20.5625rem;height:2.0625rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrToeFbivZXX7FSBKfdm7ZGWPtzu0wIx { width:20.6875rem;height:0;top:5.625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLXgy2XCDQuRNuyyxaTsMi9uVNu0HDEB { width:23.75rem;height:17.125rem;top:17.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq { display:block; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container { width:47.75rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgGaTL3BhKr0vpKARBOxA93olE5N2tli { width:23.75rem;height:17.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNJdOI02lRlI98zBAe7pCArDypydgNmM { width:20.5625rem;height:2.0625rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esUhLdymQTGGbKTIIvH23matQDAVgvZx { width:20.6875rem;height:0;top:5.625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { display:block; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { width:47.75rem;height:;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:47.75rem;height:2.25rem;top:6.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyb4Amd8OmGmwiIvGaZgJ9Ki0vslJxL0 { width:46.4375rem;height:4.0625rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHHeAULk8gkRFJoRvrNgCE5c145gOPmD { width:10.25rem;height:3.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8DFEUfo2KZSq9PebxT55xmArS07u1TB { display:block; }
 }@media only screen and (max-width: 763px) { #meMO1nx3FpdTUwllHEXsMEsiegKJMtFA { display:block; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBiSZuvWXLQTNIOJ1q2UNypS9wCr37hr { width:17.875rem;height:11.6875rem;top:11.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TCZkOa0nyZflFdeB0mVQynq2GxcTsW { width:23.25rem;height:28rem;top:0rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi1OvsJ1DvT1XTRCHKAyQTerPPfyJ8RL { width:11.4375rem;height:11.4375rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnIFt7IV5Faw6O2Cd1QAbFwWSnspDDZ { width:25.1875rem;height:5rem;top:8.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSZBGdsND9CUckOCoznuExX8y9acfWK0 { display:block; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g54GuLmoJiD5uqigPGiadcalsrz4dWRR { width:17.875rem;height:11.6875rem;top:11.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N94nS4q3m7Adz8w2myDw6GI2aLwNUBsI { width:23.25rem;height:28rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBPyhul54a23pD2cpxLn96qluTehyZDo { width:11.6875rem;height:15.625rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTuno8d6q894niVoGBviroIiW3W8p3v { width:25.1875rem;height:5rem;top:9.375rem;left:22.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORMgCngDAWSQmKM6u57GWCOge7BmITT0 { display:block; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cU2ie5fW2mNBqwXydb2xnUIaC1NrqeUB { width:17.875rem;height:11.6875rem;top:11.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epIlW7duCNrEyD47TvXBJLf0rsKkeoPI { width:23.25rem;height:28rem;top:0rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUF2SJ7LpvPlXo5dziKRnilTeyrvMvf { width:7.625rem;height:11.4375rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTKAM5TSDrTZDooVkJZFAbunSP8wkL8 { width:27.25rem;height:7.5rem;top:3.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgikt4h14d6DsHDAbZt7um7uLEAvurI0 { display:block; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJBcEze34dTQWRfHETybOEDp4wg1yuHm { width:47.75rem;height:4.375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTMziU4nEOxJLo4LeuFgGUt5rSnGsSG { width:29.5rem;height:3.125rem;top:1.3125rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X { display:block; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHBR8eFeWauCQMHfhV40mka6cgts4XfS { width:18.75rem;height:10.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZ9nmD0am81kRp3rGRCAPL75VsNyFBQ { width:18.75rem;height:10.5rem;top:0.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7udLr9nVPRJJ4KyLn1lC1VwQUipENLm { width:18.75rem;height:10.5rem;top:0.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQxKOOTMaWQdVmKSGvsgK2KrXlo6FcUD { width:18.75rem;height:10.5rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9U8CehTasGw3T0R75v4bZBlGhSoLQN { width:18.75rem;height:10.5rem;top:16.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWDXiyb6Od9TtdsKPtKfmGSx3pKOiQga { width:18.75rem;height:10.5rem;top:16.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htb7xIZrgqcAl6JAPP83cDdmeBsNL3As { display:block; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rULpML3XqCBztBLcn09E5HBZwaSF5Gdw { width:28.5rem;height:49.125rem;top:33.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IviwZI8Mu9mUOseu3XCBiTpRwCigo2lw { width:47.75rem;height:11.1875rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK664gM9RLUObZEHMo0hTEyLzdaFAm06 { top:16.5rem;left:40.59375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS86mzTmO3StClGnp6VSDl4ofvbVdAHD { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3APZbJNyXMBcLxcoXok8agE4VO7xzG0 { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB2eDMteblBPZUzK0hXOHOhqdixdHCk2 { top:13.3125rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fbe6dd0b-e72b-486e-b969-b9fc9bf67ca0/BPLAYAPANDEAZUCAR.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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 { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEaDe0lHBnTgMG3KJy1n5cTC8LSWqB1d { width:15.8125rem;height:15.8125rem;top:0rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:20rem;height:2.0249rem;top:16.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { width:19.9375rem;height:2.03125rem;top:19.13134765625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdQwTPWHowIdL5ugLufUPQPOAuqhmyqV { width:20rem;height:2.92480625rem;top:21.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBO8Hf99yXXvWIkX0PNeG9wpQvFSs6nO { width:11.625rem;height:2.6875rem;top:26.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rct8VN8fb8nqIeuER9mNMJXudyCUdO9S { display:block; }
 }@media only screen and (max-width: 763px) { #kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt { display:none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { width:20rem;height:1.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VT25NQVixvfTgAChnn2dk5G0b7F8mksG { display:block; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSO83eX09zIzCnBdGFb67FDQBruywlnh { width:18.75rem;height:6.9995rem;top:6.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TML3BCR4yKJaFsZ08nurc631hDarM3yr { width:16.9375rem;height:11.25rem;top:15.27978515625rem;left:1.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mu0T2nTwOsRaW6Bt4rJBzNwQlzemWltn { width:19.875rem;height:12.25rem;top:14.749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqAZUmUCPRGrBdlDzWta7go7KrSrtui { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemeHzPymeMyUIaay8LuwJhT3KNrLiyu { display:block; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v17A2n18rXymThq9L0MFsyFfZVGR9qXW { width:18.75rem;height:11.19921875rem;top:23.47802734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSncgb3udCfxIfFd48Fd55kOJWRw3Sh { width:18.125rem;height:13.875rem;top:2.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzrJLLC6wk0SgCww7hdFQfBSoVLE5nu { width:17.625rem;height:11.6875rem;top:3.96875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAJqR2BL39tUFsFQlEN67vUBMC5x6BU { width:20rem;height:4rem;top:18.33740234375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff0baa3a-2167-4750-baaa-ef0c0d28b81f/AMEJORATARDECERHORIZONTAL.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.adaptive-delivery-prevent-bg, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyload, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyloading { background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { background-color: transparent; background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .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); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU78HzONLqUwxxwfPv7Jxyq2QUWnZQJn { width:20rem;height:2.69921875rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHZTe8Bx0UctFh3fvh0uImrCiu7P0h80 { width:13.875rem;height:2.875rem;top:13.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGhygErzngk8fFr9z0xwK943cw8hghF { display:block; }
 }@media only screen and (max-width: 763px) { #uTMk24PGXyQShhQoXa7utamHSwz2TX7D { display:block; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNByZikIo65P52akxofXIhIKeNAzrzuS { width:18.75rem;height:12.796875rem;top:9.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4DPuIumcCN3fPTxONtSloX8xI2NXci { width:19.84375rem;height:4.84375rem;top:42.1240234375rem;left:-0.00732421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFzeb54AuMW4mpvceArmQqUQHU2QVtsQ { width:7rem;height:3.0874rem;top:24.0625rem;left:6.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVtN2i9FvaQTfehKRlS4ETJF4TDGMLKy { width:18.375rem;height:1.29980625rem;top:27.14892578125rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhClpq01Q7RK00vJ5NNfMA2JnT6Dt6bk { width:18.4375rem;height:1.29980625rem;top:33.76171875rem;left:0.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ab5TzoS7NQ2v7P0lnsxTnrz2RRLvdDnv { width:8.1875rem;height:3.0874rem;top:30.7373046875rem;left:5.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1 { width:2.5625rem;height:4.6875rem;top:49.625rem;left:8.71875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6622d8e-bb6b-44f1-b785-30404ccabf7f/Renders2503107.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.adaptive-delivery-prevent-bg, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyload, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bb8O9g8hdzX8LAs0Q9iNCAZWamrIXtRl { width:0.125rem;height:2.125rem;top:65.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsE67mbdAOMqPztViuUX1tWUZWAqHxKx { width:0.125rem;height:2.125rem;top:106.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MClNtUJ5s0fTU5wz1RzsGL5FfVg5Uau3 { top:43.0625rem;left:0rem;width:20rem;height:13.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6eQwyhSR05n8388G5NPDmutbDKkSbU { width:10rem;height:2.5996125rem;top:37.29931640625rem;left:5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkkLvORqTTpC2Xn8uswUyB7skqm8OB04 { width:15.25rem;height:1.29980625rem;top:39.89892578125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSkTsMzhnFVawkLlxfJfEtQDO61KhAvo { width:0.125rem;height:2.125rem;top:20.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhhsfril44p5fapFJlPy9a20X6KBhiUR { width:20rem;height:6rem;top:2.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPpqWekCet51LuB3vNnBe005bKZ8lWo { display:block; }#rDPpqWekCet51LuB3vNnBe005bKZ8lWo > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbI1W1d0XHykaUJA8QeKqOS8MrZ0TtZD { width:18.1875rem;height:7.9980625rem;top:6.51416015625rem;left:0.90625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOVype3dbZwkDgFC0Km08dC4769220ei { width:19rem;height:4.0625rem;top:1.5625rem;left:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DxP0aFltds6iJnoWNwJZSt4i3s5PT0MS { width:20rem;height:21.5625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDZl1pPLQbZIvzlL7el7MdACn0PV39zm { width:18.8125rem;height:4.0625rem;top:40.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrToeFbivZXX7FSBKfdm7ZGWPtzu0wIx { width:18.4375rem;height:6.3984375rem;top:44.6875rem;left:0.78125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLXgy2XCDQuRNuyyxaTsMi9uVNu0HDEB { width:20rem;height:21.5625rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq { display:block; }#yD4kD5e6qhW6nGqPqFdTSEZu7TQmo2cq > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgGaTL3BhKr0vpKARBOxA93olE5N2tli { width:20rem;height:21.5625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNJdOI02lRlI98zBAe7pCArDypydgNmM { width:18.8125rem;height:4.0625rem;top:2.09375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #esUhLdymQTGGbKTIIvH23matQDAVgvZx { width:18.4375rem;height:7.9980625rem;top:7.75rem;left:0.78125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { display:block; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { width:20rem;height:0;top:2.5000002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/338d35d7-1bad-4bd7-a62b-3f9055c81c43/BPLAYAHORIZONTAL.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.adaptive-delivery-prevent-bg, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyload, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyloading { background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:20rem;height:3.44921875rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyb4Amd8OmGmwiIvGaZgJ9Ki0vslJxL0 { width:20rem;height:4.875rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHHeAULk8gkRFJoRvrNgCE5c145gOPmD { width:12.375rem;height:2.5625rem;top:21.40625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8DFEUfo2KZSq9PebxT55xmArS07u1TB { display:block; }
 }@media only screen and (max-width: 763px) { #meMO1nx3FpdTUwllHEXsMEsiegKJMtFA { display:block; }#meMO1nx3FpdTUwllHEXsMEsiegKJMtFA > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBiSZuvWXLQTNIOJ1q2UNypS9wCr37hr { width:18.75rem;height:13.99905rem;top:29.451171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TCZkOa0nyZflFdeB0mVQynq2GxcTsW { width:18.125rem;height:19.625rem;top:1.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi1OvsJ1DvT1XTRCHKAyQTerPPfyJ8RL { width:17.4375rem;height:17.4375rem;top:2.71875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnIFt7IV5Faw6O2Cd1QAbFwWSnspDDZ { width:20rem;height:4rem;top:23.662109375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSZBGdsND9CUckOCoznuExX8y9acfWK0 { display:block; }#dSZBGdsND9CUckOCoznuExX8y9acfWK0 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g54GuLmoJiD5uqigPGiadcalsrz4dWRR { width:18.75rem;height:11.19921875rem;top:28.96142578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N94nS4q3m7Adz8w2myDw6GI2aLwNUBsI { width:18.125rem;height:22.125rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBPyhul54a23pD2cpxLn96qluTehyZDo { width:15.25rem;height:20.4375rem;top:0.90625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTuno8d6q894niVoGBviroIiW3W8p3v { width:20rem;height:4rem;top:24.21142578125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORMgCngDAWSQmKM6u57GWCOge7BmITT0 { display:block; }#ORMgCngDAWSQmKM6u57GWCOge7BmITT0 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cU2ie5fW2mNBqwXydb2xnUIaC1NrqeUB { width:18.75rem;height:18.19875rem;top:31.11328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epIlW7duCNrEyD47TvXBJLf0rsKkeoPI { width:18.125rem;height:19.625rem;top:1.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUF2SJ7LpvPlXo5dziKRnilTeyrvMvf { width:11.625rem;height:17.4375rem;top:2.59375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTKAM5TSDrTZDooVkJZFAbunSP8wkL8 { width:20rem;height:6rem;top:24.14990234375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgikt4h14d6DsHDAbZt7um7uLEAvurI0 { display:block; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJBcEze34dTQWRfHETybOEDp4wg1yuHm { width:20rem;height:6.499rem;top:4.18701171875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTMziU4nEOxJLo4LeuFgGUt5rSnGsSG { width:17.6875rem;height:2rem;top:1.560546875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X { display:block; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHBR8eFeWauCQMHfhV40mka6cgts4XfS { width:18.75rem;height:10.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZ9nmD0am81kRp3rGRCAPL75VsNyFBQ { width:18.75rem;height:10.5rem;top:25.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7udLr9nVPRJJ4KyLn1lC1VwQUipENLm { width:18.75rem;height:10.5rem;top:50.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQxKOOTMaWQdVmKSGvsgK2KrXlo6FcUD { width:18.75rem;height:10.5rem;top:13.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9U8CehTasGw3T0R75v4bZBlGhSoLQN { width:18.75rem;height:10.5rem;top:37.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWDXiyb6Od9TtdsKPtKfmGSx3pKOiQga { width:18.75rem;height:10.5rem;top:62.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htb7xIZrgqcAl6JAPP83cDdmeBsNL3As { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/904b57ea-1f25-4fd8-a045-0f3452842214/BPLAYACONCHALHORIZONTAL.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As.adaptive-delivery-prevent-bg, #htb7xIZrgqcAl6JAPP83cDdmeBsNL3As.lazyload, #htb7xIZrgqcAl6JAPP83cDdmeBsNL3As.lazyloading { background-image: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container { background-color: transparent; background-image: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container > .video-iframe-container { display: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row > .video-iframe-container { display: none; }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .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); }#htb7xIZrgqcAl6JAPP83cDdmeBsNL3As > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rULpML3XqCBztBLcn09E5HBZwaSF5Gdw { width:20rem;height:32.3125rem;top:7.53125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IviwZI8Mu9mUOseu3XCBiTpRwCigo2lw { width:20rem;height:0.3125rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK664gM9RLUObZEHMo0hTEyLzdaFAm06 { width:3.5625rem;height:3.5625rem;top:9.4609375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS86mzTmO3StClGnp6VSDl4ofvbVdAHD { left:-0.625rem;background-color:transparent;background-image:none;top:13.4375rem;width:20.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3APZbJNyXMBcLxcoXok8agE4VO7xzG0 { left:0rem;background-color:transparent;background-image:none;top:15.875rem;width:18.625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB2eDMteblBPZUzK0hXOHOhqdixdHCk2 { width:19.6875rem;height:19.6875rem;top:20.09375rem;left:0.15625rem;display:block; }
 }