.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,237,216;--color-primary-1:243,201,139;--color-primary-2:235,165,62;--color-primary-3:230,142,14;--color-primary-4:208,92,26;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:55,55,55;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/14db67a8-8edb-4c29-9a72-a41965d1d885/Sessao2Fullbanner.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { background-color: transparent; background-image: none; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container > .video-iframe-container { display: none; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row > .video-iframe-container { display: none; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { border-width: 0; border-radius: 0; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#DadP9fPgsEKXZLG8TAxLc1qPRHeQ3Hty { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.5625rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#mksNwkMsVRTTHcrPvOppyhqoiudEcTi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2.6875rem;left:59.75rem;height:2.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iteg0mPsNnPba0xuza0oHzK90ETJIHTN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.25rem;left:59.75rem;height:1.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wq2vGQDhpEVpCpSAhBgl1JaHQyuH6sPQ { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86930945-01aa-4032-a10e-fb39b490a994/BOTAOslide.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:1.03125rem;left:49.40625rem;display:none; }#Wq2vGQDhpEVpCpSAhBgl1JaHQyuH6sPQ.adaptive-delivery-prevent-bg, #Wq2vGQDhpEVpCpSAhBgl1JaHQyuH6sPQ.lazyload, #Wq2vGQDhpEVpCpSAhBgl1JaHQyuH6sPQ.lazyloading { background-image: none; }
#IflODt8A0DMoe8HfLS3gyXVpomOX9uB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N17lN6NWTOH9uLf2DmxapTohU7OkRXfC { position:absolute;display:block;z-index:15015;height:3.75rem;width:20rem;top:0rem;left:38.724220275879rem;display:block; }
#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE { position:relative;display:block; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE { background-color: transparent; background-image: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container > .video-iframe-container { display: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row > .video-iframe-container { display: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .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); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE { border-width: 0; border-radius: 0; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:71.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#khIfbqaclKWlxIxR0EnJZBy2THr1Ixlr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:39.625rem;left:10.625rem;height:1.2375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHfxClT7tSiZcRyIgeJVvdKuOB0SZyqt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:8.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:29.125rem;left:10.4375rem;height:9.41875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGr20dm1Nz0i0ciLaGwvzG7I489gLXOD { position:absolute;display:block;z-index:15012;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.9375rem;width:31.25rem;top:29.125rem;left:0.25rem;overflow:hidden;display:block; }
#ww3gKlvyZrz6EMfuJAaVTSdqV6qHIt8P { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:rubik;font-size:5.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:30.0625rem;left:22rem;height:5.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7MZQ9aXwBalk2daMwVWkrqwTcf44IWU { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:35rem;left:22rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxFwg1Rqkwbnp1BCsXRvQhD1TvQNoe3l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:41rem;left:10.625rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bigliTGNBdfkhuc7sg9oeVuW1EVnbp0O { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:rubik;font-size:2.4375rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:17.3125rem;left:0.625rem;height:8.04375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UilIsppgWplP2LCqzuql56nwvaDzZTxT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:30.5rem;top:15.4375rem;left:0.6875rem;overflow:hidden;display:block; }
#Ttn9JhMQh0zBKXm1KBhpPJ6pzTQAydIw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:37.75rem;left:13.3125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JFDW3omEr86WJMV4FW8zWm7FWurDXLlr { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/86930945-01aa-4032-a10e-fb39b490a994/BOTAOslide.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4.25rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:43.5rem;left:3.1875rem;display:none; }#JFDW3omEr86WJMV4FW8zWm7FWurDXLlr.adaptive-delivery-prevent-bg, #JFDW3omEr86WJMV4FW8zWm7FWurDXLlr.lazyload, #JFDW3omEr86WJMV4FW8zWm7FWurDXLlr.lazyloading { background-image: none; }
#XEfcOLUUDx5796CoEO6sTFxM2OR6clTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRw0JaA6bRJ73bZ6ASkEB8CzLQhh7QTL { position:absolute;display:block;z-index:15014;height:3.75rem;width:20rem;top:47.75rem;left:5.875rem;display:block; }
#at0A3GlZOLzcWS4WuCs7JGI5i3t6i7vr { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#gobsR80LZaUz7tHMNe7cSPMF9uxLN05m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:66.9375rem;left:3.875rem; }
#u0FEOzKlNPDQaFRpObgAa0mQQEqc0Fob { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:66.75rem;left:7.9375rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H68vBDQTBacMGqkE59sTc8zznWd4ORap { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:66.8125rem;left:31.75rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VpJkDy7wGyDogBoIVOfmJH5qXCtwvBlw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:66.9375rem;left:27.6875rem; }
#TtSZi6C4HZITeKE9hOxCsJn5VWs1CDBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:66.9375rem;left:49.1875rem; }
#mxdhm3VSfF5sKc4BCTgaHI2A2PiHgoBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:66.8125rem;left:53.25rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { background-color: transparent; background-image: none; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container > .video-iframe-container { display: none; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row > .video-iframe-container { display: none; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { border-width: 0; border-radius: 0; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#ecpUlx6zbIyFiTkozs1nERWU9xb7gCVX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:7.39453125rem;left:0rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { background-color: transparent; background-image: none; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container > .video-iframe-container { display: none; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row > .video-iframe-container { display: none; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { border-width: 0; border-radius: 0; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#itcwJATlSFncTmD2nao6HVgSQU2sSdBK { position:absolute;display:block;z-index:15039;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:22.5rem;width:21.5rem;top:1.3740234375rem;left:1.75rem;overflow:hidden;display:block; }
#nwyKcsEh5yIE1z6nMPWT84ZEWa53U8R9 { position:absolute;display:block;z-index:15037;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:22.5rem;width:21.5rem;top:1.3740234375rem;left:26.75rem;overflow:hidden;display:block; }
#FQrkyVrF247mufmmp2pm9JILxLx0OpoR { position:absolute;display:block;z-index:15038;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:22.5rem;width:21.5rem;top:1.3740234375rem;left:51.75rem;overflow:hidden;display:block; }
#DL65zPZ9JBlNPg29mFIGuUh2My3KsaAg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:24.76953125rem;left:4.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHPhrS4bOB4ekTzD6GG6HhhaLRT5Juz6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:27.625rem;left:8.0625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nylVIlIem3B2WN8e9AMTexV8rw7WnPcq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:27.625rem;left:32.6875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHgzwGQWrZ52ePbZeqcpqcNJdZnLdVpy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:24.75rem;left:29.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFtVJVwXofA10f5KALaNALT9MEz2Fyu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:27.625rem;left:56.625rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggQgtSy6oizkBOdloP3qt0UTkSGbnmmF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:24.75rem;left:54.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQRZN1sJgszKcXtmS4KT9Mulc1hXW7uN { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/809e3e92-2d13-45dc-afc0-2b79e731af67/botaowhatsapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:31.5625rem;left:3.65625rem;display:none; }#wQRZN1sJgszKcXtmS4KT9Mulc1hXW7uN.adaptive-delivery-prevent-bg, #wQRZN1sJgszKcXtmS4KT9Mulc1hXW7uN.lazyload, #wQRZN1sJgszKcXtmS4KT9Mulc1hXW7uN.lazyloading { background-image: none; }
#Pn8zX7swUd2bmU5mGh9eLpJbMfn5CUgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SvCLaaRwFxs0dmfFIR4B6XFfcDKIvR1B { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/809e3e92-2d13-45dc-afc0-2b79e731af67/botaowhatsapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:31.5625rem;left:28.65625rem;display:none; }#SvCLaaRwFxs0dmfFIR4B6XFfcDKIvR1B.adaptive-delivery-prevent-bg, #SvCLaaRwFxs0dmfFIR4B6XFfcDKIvR1B.lazyload, #SvCLaaRwFxs0dmfFIR4B6XFfcDKIvR1B.lazyloading { background-image: none; }
#TAyGoSXtATp8DDXLyW4QHuGxFf0ZuoZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrU9W8rOXomXi9COU4dm6tCr2nRT8RgR { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/809e3e92-2d13-45dc-afc0-2b79e731af67/botaowhatsapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:31.5625rem;left:53.65625rem;display:none; }#yrU9W8rOXomXi9COU4dm6tCr2nRT8RgR.adaptive-delivery-prevent-bg, #yrU9W8rOXomXi9COU4dm6tCr2nRT8RgR.lazyload, #yrU9W8rOXomXi9COU4dm6tCr2nRT8RgR.lazyloading { background-image: none; }
#pKOE4t2CUWmLxFUxdlVGBA7khNy1EQa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrU7kFQmdB8dwyzxGIMXbHdzGhGivf6m { position:absolute;display:block;z-index:15015;height:3.75rem;width:20rem;top:30.567970275879rem;left:2.5rem;display:block; }
#S0Fxt9zVyygtkPSyk9o1kL5A7r0pllOW { position:absolute;display:block;z-index:15016;height:3.75rem;width:20rem;top:30.567970275879rem;left:27.5rem;display:block; }
#t04kqt8ki2ZGaXnWQevmq2ieyTLwBDZW { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:30.567970275879rem;left:52.5rem;display:block; }
#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { background-color: transparent; background-image: none; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container > .video-iframe-container { display: none; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row > .video-iframe-container { display: none; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { border-width: 0; border-radius: 0; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#BBqyVxrOeyVOocFRWVTGgE8NAXyMunU7 { position:absolute;display:block;z-index:15005;height:17.375rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { background-color: transparent; background-image: none; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container > .video-iframe-container { display: none; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row > .video-iframe-container { display: none; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { border-width: 0; border-radius: 0; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#UO2HelWeVo158f9DELDdTmhoMMwGwXCx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:7.5625rem;left:26.0625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUPGJ7Ob1KRIA5rgiTgbMnQfwT537ZTc { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOM2bG6QpCXXh6VMsxROiy9qltiCWlZ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:2.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNN0PrMw91QIQ5cXpnsnf1lUF0hJOtbz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:11.84375rem;left:28.4375rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZmWgKqtLqQZXqpdSrraO2P8sO4SygfkU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.1875rem;left:28.4375rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMhVeQQPlnrpldfX3NA2uhAaGABTVlHi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:9.5804748535156rem;left:26.0625rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u90oMUFIUwPNTDDBwGBq4mKD1P7Ozyd1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.6875rem;top:24.8125rem;left:10.1875rem;overflow:hidden;display:block; }
#Li0iHk1R0HmUTiabVDnXhNSti3anTCxT { box-sizing:content-box;height:3.375rem;width:9.625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.0625rem;left:9.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#THv4U86dFDID05TXvStRF3B75PInZgBl { color:#3f5880;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:19.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJPzHzii27CFehlGAhr3hSr8dxLOFU3o { position:absolute;display:block;z-index:15012;height:14.0625rem;width:18.125rem;top:3.4742279052734rem;left:43.5rem;display:block; }
#T0LTCmes8qGOP1IRMNM2P0ZZNVdFsnJC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4.9375rem;left:26.0625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwMAWvmZoVWANSCwsi78elq8fuZRAxQ2 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:11.924224853516rem;left:26.0625rem;overflow:hidden;display:block; }
#VTOnfSqLLuU8yNgErx3sDQ2rXZAxcR1f { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:14.224227905274rem;left:26.0625rem;overflow:hidden;display:block; }
#ANlySCII1zFk4vcisaRU5ppuk9S55d1F { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.14453125rem;left:63rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqmKPPBvBmVOeOzTmOqwDyKDsmSGeQLS { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.59375rem;left:63rem;height:8.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTpoCIg2n0TNsdeROCQ5opX3Po68x3AX { box-sizing:content-box;height:0.0625rem;width:71.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.4375rem;left:1.5625rem;display:block; }
#GQxi2Ji1csc8Saxf3Qsxf8qlyk8uErHR { color:#3f5880;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:19.875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MbHc6TRfqIEzn1QXu2HArmV93WaP2B8i { position:absolute;display:block;z-index:15012;height:14.0625rem;width:18.125rem;top:3.474609375rem;left:41.75rem;display:none; }
#F14fpwa4IyeLoFl8mnXUhTeF4b0axNIU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.59375rem;left:61.875rem;height:8.90625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IdMsX94JsI3RM7P9fVBtWsZcW56ItRQ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.8125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AfUDdGU43vg0mQi0T7LhBd4JT694TLaD { box-sizing:content-box;height:4.375rem;width:23.3125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.1875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Sdm8UXgfkCLxiF4VAbTFMl9k9CJ4z0Co { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:14.1875rem;left:15.5625rem;overflow:hidden;display:block; }
#bbTHi1ECm6HkdbWAw5aUHylO1N6ViIbt { color:#36c4b2;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:15.625rem;left:4.375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfLqXF8Sx1E9GQmw0sJlXiB6cBBCZMcc { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:14.5rem;left:4.375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AARblc3a9mTBdW3I7TzBifTvHIQhKm8S { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:14.125rem;left:1rem;overflow:hidden;display:block; }
#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { position:relative;display:none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { border-width: 0; border-radius: 0; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z7IKc5TrrTWRqGr5n3R70TbNSEhlBfcn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cf1RDTUEPToqs9feXpQXNOccMZLsgt7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UstyPvWxCh7Ao9HN8uJxpskJNWIZZws0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 { display:block; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DadP9fPgsEKXZLG8TAxLc1qPRHeQ3Hty { width:13.5625rem;height:3.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mksNwkMsVRTTHcrPvOppyhqoiudEcTi9 { width:15.25rem;height:2.3125rem;top:2.6875rem;left:32.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iteg0mPsNnPba0xuza0oHzK90ETJIHTN { width:10.25rem;height:1.375rem;top:1.25rem;left:37.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2vGQDhpEVpCpSAhBgl1JaHQyuH6sPQ { width:13.5625rem;height:2.875rem;top:1rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflODt8A0DMoe8HfLS3gyXVpomOX9uB8 { display:block; }
 }@media only screen and (max-width: 763px) { #N17lN6NWTOH9uLf2DmxapTohU7OkRXfC { width:20rem;height:3.75rem;top:0rem;left:25.099220275879rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRG11ae9O6BUizJRWiK5irl9HKTPuzHE { display:block; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khIfbqaclKWlxIxR0EnJZBy2THr1Ixlr { width:13.375rem;height:1.1875rem;top:39.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHfxClT7tSiZcRyIgeJVvdKuOB0SZyqt { width:11.5625rem;height:9.375rem;top:29.125rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGr20dm1Nz0i0ciLaGwvzG7I489gLXOD { width:31.25rem;height:16.9375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww3gKlvyZrz6EMfuJAaVTSdqV6qHIt8P { width:5.6875rem;height:5.875rem;top:30.0625rem;left:8.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7MZQ9aXwBalk2daMwVWkrqwTcf44IWU { width:5.6875rem;height:2.0625rem;top:35rem;left:8.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxFwg1Rqkwbnp1BCsXRvQhD1TvQNoe3l { width:12.5rem;height:3.875rem;top:41rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bigliTGNBdfkhuc7sg9oeVuW1EVnbp0O { top:17.3125rem;left:0rem;width:30.5rem;height:8rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UilIsppgWplP2LCqzuql56nwvaDzZTxT { width:30.5rem;height:11.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttn9JhMQh0zBKXm1KBhpPJ6pzTQAydIw { width:10.75rem;height:0.9375rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFDW3omEr86WJMV4FW8zWm7FWurDXLlr { width:24.5rem;height:4.25rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEfcOLUUDx5796CoEO6sTFxM2OR6clTe { display:block; }
 }@media only screen and (max-width: 763px) { #vRw0JaA6bRJ73bZ6ASkEB8CzLQhh7QTL { width:20rem;height:3.75rem;top:47.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #at0A3GlZOLzcWS4WuCs7JGI5i3t6i7vr { width:47.75rem;height:6.25rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gobsR80LZaUz7tHMNe7cSPMF9uxLN05m { width:3.125rem;height:3.125rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0FEOzKlNPDQaFRpObgAa0mQQEqc0Fob { top:66.75rem;left:0rem;width:17.8125rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H68vBDQTBacMGqkE59sTc8zznWd4ORap { top:66.8125rem;left:18.125rem;width:15.5rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpJkDy7wGyDogBoIVOfmJH5qXCtwvBlw { width:3.125rem;height:3.125rem;top:66.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtSZi6C4HZITeKE9hOxCsJn5VWs1CDBQ { width:3.125rem;height:3.125rem;top:66.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxdhm3VSfF5sKc4BCTgaHI2A2PiHgoBQ { top:66.8125rem;left:25.9375rem;width:18.3125rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZFb8qri3HqXB9CvMaAbQMHrBRJg210T { display:block; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecpUlx6zbIyFiTkozs1nERWU9xb7gCVX { top:7.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr { display:block; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itcwJATlSFncTmD2nao6HVgSQU2sSdBK { width:21.5rem;height:22.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyKcsEh5yIE1z6nMPWT84ZEWa53U8R9 { width:21.5rem;height:22.5rem;top:1.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQrkyVrF247mufmmp2pm9JILxLx0OpoR { width:21.5rem;height:22.5rem;top:1.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL65zPZ9JBlNPg29mFIGuUh2My3KsaAg { top:24.75rem;left:0rem;width:16.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHPhrS4bOB4ekTzD6GG6HhhaLRT5Juz6 { top:27.625rem;left:3.5rem;width:8.875rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylVIlIem3B2WN8e9AMTexV8rw7WnPcq { top:27.625rem;left:19rem;width:9.625rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHgzwGQWrZ52ePbZeqcpqcNJdZnLdVpy { top:24.75rem;left:15.25rem;width:16.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFtVJVwXofA10f5KALaNALT9MEz2Fyu8 { top:27.625rem;left:33.8125rem;width:11.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQgtSy6oizkBOdloP3qt0UTkSGbnmmF { top:24.75rem;left:31.125rem;width:16.5rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRZN1sJgszKcXtmS4KT9Mulc1hXW7uN { width:17.6875rem;height:4.125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8zX7swUd2bmU5mGh9eLpJbMfn5CUgQ { display:block; }
 }@media only screen and (max-width: 763px) { #SvCLaaRwFxs0dmfFIR4B6XFfcDKIvR1B { width:17.6875rem;height:4.125rem;top:31.5625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyGoSXtATp8DDXLyW4QHuGxFf0ZuoZV { display:block; }
 }@media only screen and (max-width: 763px) { #yrU9W8rOXomXi9COU4dm6tCr2nRT8RgR { width:17.6875rem;height:4.125rem;top:31.5625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKOE4t2CUWmLxFUxdlVGBA7khNy1EQa8 { display:block; }
 }@media only screen and (max-width: 763px) { #BrU7kFQmdB8dwyzxGIMXbHdzGhGivf6m { width:20rem;height:3.75rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0Fxt9zVyygtkPSyk9o1kL5A7r0pllOW { width:20rem;height:3.75rem;top:30.5625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t04kqt8ki2ZGaXnWQevmq2ieyTLwBDZW { width:20rem;height:3.75rem;top:30.5625rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva { display:block; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBqyVxrOeyVOocFRWVTGgE8NAXyMunU7 { width:47.75rem;height:17.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBKpRExUffTOLDOeTW01dM9PwSUJbgl { display:block; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2HelWeVo158f9DELDdTmhoMMwGwXCx { top:7.5625rem;left:7rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPGJ7Ob1KRIA5rgiTgbMnQfwT537ZTc { top:7.8125rem;left:0rem;width:23.4375rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOM2bG6QpCXXh6VMsxROiy9qltiCWlZ7 { top:5.25rem;left:0rem;width:22.75rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNN0PrMw91QIQ5cXpnsnf1lUF0hJOtbz { top:11.8125rem;left:9.3125rem;width:14.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWgKqtLqQZXqpdSrraO2P8sO4SygfkU { top:14.1875rem;left:9.375rem;width:14.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhVeQQPlnrpldfX3NA2uhAaGABTVlHi { top:9.5625rem;left:7rem;width:16.875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90oMUFIUwPNTDDBwGBq4mKD1P7Ozyd1 { width:7.6875rem;height:1.875rem;top:24.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0iHk1R0HmUTiabVDnXhNSti3anTCxT { width:9.625rem;height:3.375rem;top:24.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THv4U86dFDID05TXvStRF3B75PInZgBl { width:14.375rem;height:9.746075rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJPzHzii27CFehlGAhr3hSr8dxLOFU3o { width:18.125rem;height:14.0625rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LTCmes8qGOP1IRMNM2P0ZZNVdFsnJC { top:4.9375rem;left:7.375rem;width:16.5rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwMAWvmZoVWANSCwsi78elq8fuZRAxQ2 { width:1.75rem;height:1.75rem;top:11.875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOnfSqLLuU8yNgErx3sDQ2rXZAxcR1f { width:1.75rem;height:1.75rem;top:14.1875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANlySCII1zFk4vcisaRU5ppuk9S55d1F { top:5.125rem;left:36.5625rem;width:11.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmKPPBvBmVOeOzTmOqwDyKDsmSGeQLS { top:7.5625rem;left:35.75rem;width:12rem;height:8.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTpoCIg2n0TNsdeROCQ5opX3Po68x3AX { width:47.75rem;height:0.0625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQxi2Ji1csc8Saxf3Qsxf8qlyk8uErHR { width:14.375rem;height:9.746075rem;top:4.6875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbHc6TRfqIEzn1QXu2HArmV93WaP2B8i { width:18.125rem;height:14.0625rem;top:3.4375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F14fpwa4IyeLoFl8mnXUhTeF4b0axNIU { top:26.375rem;left:0rem;width:16.25rem;height:3.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdMsX94JsI3RM7P9fVBtWsZcW56ItRQ1 { top:6.9375rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfUDdGU43vg0mQi0T7LhBd4JT694TLaD { width:23.3125rem;height:4.375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdm8UXgfkCLxiF4VAbTFMl9k9CJ4z0Co { width:6.75rem;height:2.4375rem;top:14.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTHi1ECm6HkdbWAw5aUHylO1N6ViIbt { width:10.25rem;height:1rem;top:15.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfLqXF8Sx1E9GQmw0sJlXiB6cBBCZMcc { width:10.125rem;height:1rem;top:14.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AARblc3a9mTBdW3I7TzBifTvHIQhKm8S { width:2.5rem;height:2.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { display:none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z7IKc5TrrTWRqGr5n3R70TbNSEhlBfcn { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cf1RDTUEPToqs9feXpQXNOccMZLsgt7F { display:block; }
 }@media only screen and (max-width: 763px) { #UstyPvWxCh7Ao9HN8uJxpskJNWIZZws0 { width:17.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 { position:relative;z-index:auto;display:block; }#cO7uI6gHKI1GJDOo2a16ClucrTa3C5n3 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DadP9fPgsEKXZLG8TAxLc1qPRHeQ3Hty { width:9.5rem;height:2.375rem;top:1.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mksNwkMsVRTTHcrPvOppyhqoiudEcTi9 { width:15.25rem;height:auto;top:2.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Iteg0mPsNnPba0xuza0oHzK90ETJIHTN { width:10.25rem;height:auto;top:1.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Wq2vGQDhpEVpCpSAhBgl1JaHQyuH6sPQ { width:13.5625rem;height:2.875rem;top:5.34375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IflODt8A0DMoe8HfLS3gyXVpomOX9uB8 { display:block; }
 }@media only screen and (max-width: 763px) { #N17lN6NWTOH9uLf2DmxapTohU7OkRXfC { width:20rem;height:3.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRG11ae9O6BUizJRWiK5irl9HKTPuzHE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71be6923-cc4a-459e-95db-18ea22e0f27f/mini_coverth.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE.adaptive-delivery-prevent-bg, #JRG11ae9O6BUizJRWiK5irl9HKTPuzHE.lazyload, #JRG11ae9O6BUizJRWiK5irl9HKTPuzHE.lazyloading { background-image: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container { background-color: transparent; background-image: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container > .video-iframe-container { display: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row > .video-iframe-container { display: none; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .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); }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container { border-width: 0; border-radius: 0; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRG11ae9O6BUizJRWiK5irl9HKTPuzHE > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khIfbqaclKWlxIxR0EnJZBy2THr1Ixlr { width:8.875rem;height:0.9625rem;top:23.625rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHfxClT7tSiZcRyIgeJVvdKuOB0SZyqt { width:9.4375rem;height:6.58125rem;top:16.9375rem;left:5.25rem;text-align:center;text-align-last:center;font-size:5.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZGr20dm1Nz0i0ciLaGwvzG7I489gLXOD { width:20rem;height:10.6875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww3gKlvyZrz6EMfuJAaVTSdqV6qHIt8P { width:5.6875rem;height:3.65625rem;top:17.4375rem;left:12.4375rem;text-align:center;text-align-last:center;font-size:2.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G7MZQ9aXwBalk2daMwVWkrqwTcf44IWU { width:5.6875rem;height:1.625rem;top:20.5rem;left:12.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lxFwg1Rqkwbnp1BCsXRvQhD1TvQNoe3l { width:12.5rem;height:0;top:25.4462890625rem;left:7.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bigliTGNBdfkhuc7sg9oeVuW1EVnbp0O { width:19.5625rem;height:5.3625rem;top:10.375rem;left:0.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UilIsppgWplP2LCqzuql56nwvaDzZTxT { width:20rem;height:7.625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttn9JhMQh0zBKXm1KBhpPJ6pzTQAydIw { width:10.75rem;height:2.5rem;top:24.625rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15019;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JFDW3omEr86WJMV4FW8zWm7FWurDXLlr { width:19.1875rem;height:3.75rem;top:45.521095275879rem;left:0.40546876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEfcOLUUDx5796CoEO6sTFxM2OR6clTe { display:block; }
 }@media only screen and (max-width: 763px) { #vRw0JaA6bRJ73bZ6ASkEB8CzLQhh7QTL { width:20rem;height:3.75rem;top:52rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #at0A3GlZOLzcWS4WuCs7JGI5i3t6i7vr { width:20rem;height:12.5625rem;top:45rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gobsR80LZaUz7tHMNe7cSPMF9uxLN05m { display:flex;width:2.75rem;height:2.75rem;top:45.875rem;left:1.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #u0FEOzKlNPDQaFRpObgAa0mQQEqc0Fob { width:13.8125rem;height:2.6125rem;top:45.875rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H68vBDQTBacMGqkE59sTc8zznWd4ORap { width:11.75rem;height:2.6125rem;top:49.9375rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpJkDy7wGyDogBoIVOfmJH5qXCtwvBlw { display:flex;width:2.75rem;height:2.75rem;top:49.9375rem;left:1.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #TtSZi6C4HZITeKE9hOxCsJn5VWs1CDBQ { display:flex;width:2.75rem;height:2.75rem;top:53.9375rem;left:1.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #mxdhm3VSfF5sKc4BCTgaHI2A2PiHgoBQ { width:13.6875rem;height:2.6125rem;top:53.9375rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZFb8qri3HqXB9CvMaAbQMHrBRJg210T { display:block; }#FZFb8qri3HqXB9CvMaAbQMHrBRJg210T > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecpUlx6zbIyFiTkozs1nERWU9xb7gCVX { width:20rem;height:2.175rem;top:6.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr { display:block; }#hm5tniQc0Gumb8cLriQ9VN0u4VNCztBr > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itcwJATlSFncTmD2nao6HVgSQU2sSdBK { width:17.8125rem;height:18.625rem;top:1.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyKcsEh5yIE1z6nMPWT84ZEWa53U8R9 { width:17.8125rem;height:18.625rem;top:34.02734375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQrkyVrF247mufmmp2pm9JILxLx0OpoR { width:17.75rem;height:18.625rem;top:67.6796875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL65zPZ9JBlNPg29mFIGuUh2My3KsaAg { width:16.5rem;height:2.4rem;top:20.4921875rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHPhrS4bOB4ekTzD6GG6HhhaLRT5Juz6 { width:11.75rem;height:3.75rem;top:22.892188072204rem;left:4.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylVIlIem3B2WN8e9AMTexV8rw7WnPcq { width:11.75rem;height:3.75rem;top:56.73046875rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHgzwGQWrZ52ePbZeqcpqcNJdZnLdVpy { width:16.5rem;height:2.4rem;top:53.83203125rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFtVJVwXofA10f5KALaNALT9MEz2Fyu8 { width:15.0625rem;height:3.75rem;top:90.212501525881rem;left:2.4687500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQgtSy6oizkBOdloP3qt0UTkSGbnmmF { width:16.5rem;height:2.4rem;top:87.8125rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRZN1sJgszKcXtmS4KT9Mulc1hXW7uN { width:15.3125rem;height:3.4375rem;top:61.10546875rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8zX7swUd2bmU5mGh9eLpJbMfn5CUgQ { display:block; }
 }@media only screen and (max-width: 763px) { #SvCLaaRwFxs0dmfFIR4B6XFfcDKIvR1B { width:15.3125rem;height:3.4375rem;top:94.57421875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyGoSXtATp8DDXLyW4QHuGxFf0ZuoZV { display:block; }
 }@media only screen and (max-width: 763px) { #yrU9W8rOXomXi9COU4dm6tCr2nRT8RgR { width:15.3125rem;height:3.4375rem;top:27.26718711853rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKOE4t2CUWmLxFUxdlVGBA7khNy1EQa8 { display:block; }
 }@media only screen and (max-width: 763px) { #BrU7kFQmdB8dwyzxGIMXbHdzGhGivf6m { width:20rem;height:3.75rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0Fxt9zVyygtkPSyk9o1kL5A7r0pllOW { width:20rem;height:3.75rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t04kqt8ki2ZGaXnWQevmq2ieyTLwBDZW { width:20rem;height:3.75rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva { display:block; }#xxzxzoHCQ8DOSMGRNDiN9rqUJbc3gIva > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBqyVxrOeyVOocFRWVTGgE8NAXyMunU7 { width:20rem;height:37.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBKpRExUffTOLDOeTW01dM9PwSUJbgl { display:block; }#XdBKpRExUffTOLDOeTW01dM9PwSUJbgl > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2HelWeVo158f9DELDdTmhoMMwGwXCx { width:15.625rem;height:1.4875rem;top:12.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPGJ7Ob1KRIA5rgiTgbMnQfwT537ZTc { width:11.6875rem;height:2.1rem;top:5.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOM2bG6QpCXXh6VMsxROiy9qltiCWlZ7 { width:16.25rem;height:0;top:2.5rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNN0PrMw91QIQ5cXpnsnf1lUF0hJOtbz { width:10.75rem;height:1.4875rem;top:22.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWgKqtLqQZXqpdSrraO2P8sO4SygfkU { width:14.499rem;height:1.4875rem;top:24.8125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhVeQQPlnrpldfX3NA2uhAaGABTVlHi { width:16.875rem;height:1.4875rem;top:13.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90oMUFIUwPNTDDBwGBq4mKD1P7Ozyd1 { width:8.4375rem;height:2.1875rem;top:47.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0iHk1R0HmUTiabVDnXhNSti3anTCxT { width:9.625rem;height:3.375rem;top:46.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THv4U86dFDID05TXvStRF3B75PInZgBl { width:20rem;height:0;top:59.794921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJPzHzii27CFehlGAhr3hSr8dxLOFU3o { width:20rem;height:18.5625rem;top:21.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0LTCmes8qGOP1IRMNM2P0ZZNVdFsnJC { width:16.5rem;height:1.65rem;top:10rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwMAWvmZoVWANSCwsi78elq8fuZRAxQ2 { width:1.75rem;height:1.75rem;top:22.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOnfSqLLuU8yNgErx3sDQ2rXZAxcR1f { width:1.75rem;height:1.75rem;top:24.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANlySCII1zFk4vcisaRU5ppuk9S55d1F { width:16.875rem;height:1.65rem;top:17.0625rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmKPPBvBmVOeOzTmOqwDyKDsmSGeQLS { width:13.125rem;height:0;top:26.125rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OTpoCIg2n0TNsdeROCQ5opX3Po68x3AX { width:20rem;height:0.0625rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQxi2Ji1csc8Saxf3Qsxf8qlyk8uErHR { width:17.0625rem;height:6.825rem;top:51.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MbHc6TRfqIEzn1QXu2HArmV93WaP2B8i { width:20rem;height:14.375rem;top:28rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #F14fpwa4IyeLoFl8mnXUhTeF4b0axNIU { width:16.875rem;height:2.625rem;top:19rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #IdMsX94JsI3RM7P9fVBtWsZcW56ItRQ1 { width:16.625rem;height:1.725rem;top:3.625rem;left:1.5625rem;font-size:1.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #AfUDdGU43vg0mQi0T7LhBd4JT694TLaD { width:20rem;height:4.375rem;top:59.95rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdm8UXgfkCLxiF4VAbTFMl9k9CJ4z0Co { width:5.6875rem;height:2rem;top:61.2625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTHi1ECm6HkdbWAw5aUHylO1N6ViIbt { width:8.375rem;height:0.825rem;top:62.3875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfLqXF8Sx1E9GQmw0sJlXiB6cBBCZMcc { width:8.3125rem;height:0.9rem;top:61.2625rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AARblc3a9mTBdW3I7TzBifTvHIQhKm8S { width:2.5rem;height:2.5rem;top:60.8875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC { background-color: transparent; background-image: none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container > .video-iframe-container { display: none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row > .video-iframe-container { display: none; }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IltmquabA7rOq5Ao53FTKZNqXRMxXuwC > .row .container { width:20rem;background-color:transparent;background-image:none;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7IKc5TrrTWRqGr5n3R70TbNSEhlBfcn { top:0.3125rem;left:0rem;width:20rem;height:3.4375rem;z-index:15009;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/86930945-01aa-4032-a10e-fb39b490a994/BOTAOslide.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#Z7IKc5TrrTWRqGr5n3R70TbNSEhlBfcn.adaptive-delivery-prevent-bg, #Z7IKc5TrrTWRqGr5n3R70TbNSEhlBfcn.lazyload, #Z7IKc5TrrTWRqGr5n3R70TbNSEhlBfcn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cf1RDTUEPToqs9feXpQXNOccMZLsgt7F { display:block; }
 }@media only screen and (max-width: 763px) { #UstyPvWxCh7Ao9HN8uJxpskJNWIZZws0 { top:4.0625rem;left:0rem;width:20rem;height:3.5625rem;z-index:15009;overflow:hidden;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
 }