.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd { 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; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container { background-color: transparent; background-image: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container > .video-iframe-container { display: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row > .video-iframe-container { display: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .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); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container { border-width: 0; border-radius: 0; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#z8qDOnAhZNtan9KqlgJeLT6wIRRFMfIT { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.9375rem;width:9.5625rem;top:2.3741321563721rem;left:18.125001430511rem;display:block; }
#fJBwZdHDPp2cBdqsLckvQCkFxSle5dar { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#RGI9gW3L6A3NFio7EKJrwLCTRTT4dElN { 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:2.75rem;width:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#sIKgNS9ok24W9nqTH6ccQa9kzpzTMWmC { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.425rem;height:3.9875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:0rem;left:-25.75rem;display:block; }
#i3WdXWPOKm7oQ5gfB1fbMSy5MfvPBruH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B90W886VzI2J8v24kx4q6HIBoulwVd4G { position:absolute;display:block;z-index:15073;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.5rem;width:6.8125rem;top:3.1875rem;left:19.60000038147rem;overflow:hidden;display:block; }
#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/806f0bba-e88c-4e86-b15d-4694fe74077d/backingforheaders_Soluthead1copia8.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A.adaptive-delivery-prevent-bg, #h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A.lazyload, #h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A.lazyloading { background-image: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container { background-color: transparent; background-image: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container > .video-iframe-container { display: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row > .video-iframe-container { display: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .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); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container { border-width: 0; border-radius: 0; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#hA3VXBOEla5LAcQhxa51MTu1puKP6l5N { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:9.125rem;left:3.46875rem;height:7.69925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XmSORZzv1eUnmoTLlnyK1iF1FWvxM6bg { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:19.062067031861rem;left:4.5616316795349rem;height:5.59765625rem;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:left;text-align-last:left;display:block; }
#a1bhPoPS65sJxwlv0f2hTMFxIqwJ3VJR { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:34.9375rem;top:33.625rem;left:3.5rem;overflow:hidden;display:block; }
#PhW2OoPxtBpS6bbsIHb4HLuyn9lZLAyg { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15154;line-height:1.4;letter-spacing:0;top:35.4375rem;left:10rem;height:4.19824375rem;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:center;text-align-last:center;display:block; }
#hLhOFRgPWIKQ2gP6DtbPRUKT3RNxFEqo { position:absolute;display:block;z-index:15088;height:29.125rem;width:28.125rem;top:6.375rem;left:46.875rem;display:block; }
#JcHxz0uHE11RgMKNhQ9CwRv5hKhlonIM { position:absolute;display:block;z-index:15114;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #ffffff;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.375rem;width:1.0625rem;top:4.3125rem;left:8.5625rem;display:block; }
#uKUpgILdsWSxSWW7g2tDlX1xUupAAO6E { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.8125rem;left:3.4375rem;display:block; }
#mTlUZXvbc1GEuPt682ccIkoiciN3UHey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0qSvyIGl4ExT0WSXVvsV5fJRGO1laMw { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.8125rem;left:10.0625rem;display:block; }
#TQLZQy1H4KtbITWu5Dl1ITXeJ6l7y2eA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTu9OggcrqrRnrDkfd8hOHxoyVvmG7Hb { position:absolute;display:block;z-index:15115;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #ffffff;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.375rem;width:1.0625rem;top:4.3125rem;left:19.1875rem;display:block; }
#BhHNWaH6i5ikrG6WTfOfynU3TJNpKWZN { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.875rem;left:20.375rem;display:block; }
#gs5sC5f41eUUKCtsDQcPP2TLmo8NtmDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOodN8pGVTMtP0VKWDcXgwgMsuPCuqm9 { position:absolute;display:block;z-index:15157;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:19.1875rem;top:16.82421875rem;left:27.90625rem;overflow:hidden;display:block; }
#BLHVelSsdvyCdIxP8PJxvI6unW9Elq9m { position:absolute;display:block;z-index:15156;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:24.375rem;width:17.75rem;top:3.8125rem;left:27.90625rem;overflow:hidden;display:block; }
#GplssO0nnvS8mRO2wsUJtRvGNdq49GKu { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.28);border-left:0.1875rem solid rgba(255,255,255,0.28);border-right:0.1875rem solid rgba(255,255,255,0.28);border-bottom:0.1875rem solid rgba(255,255,255,0.28);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.0625rem;width:23.875rem;top:18.075955867768rem;left:3.2491335868836rem;display:block; }
#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container { background-color: transparent; background-image: none; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container > .video-iframe-container { display: none; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row > .video-iframe-container { display: none; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .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); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container { border-width: 0; border-radius: 0; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#chTIGg3ebGyuH1KbTx633PQV6T3UfNAP { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.749783039093rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyNzkxGkJaE00nknXEPQV8Izmh1KdGWT { position:absolute;display:block;z-index:15002;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:13.8125rem;top:1.1868486404419rem;left:2.937283039093rem;display:block; }#nyNzkxGkJaE00nknXEPQV8Izmh1KdGWT.adaptive-delivery-prevent-bg, #nyNzkxGkJaE00nknXEPQV8Izmh1KdGWT.lazyload, #nyNzkxGkJaE00nknXEPQV8Izmh1KdGWT.lazyloading { background-image: none; }
#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container { background-color: transparent; background-image: none; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container > .video-iframe-container { display: none; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row > .video-iframe-container { display: none; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .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); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container { border-width: 0; border-radius: 0; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { color:#ffffff;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.8847661018372rem;left:6.2530388832094rem;height:9.09375rem;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:left;text-align-last:left;display:block; }
#plT913tCgg27pWTGX1XIu7hh1tmmOacM { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e23a33a9-5805-4074-a474-9b3a654152c4/image43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:36.8125rem;width:69.6875rem;top:1.25rem;left:2.8125004768372rem;display:block; }#plT913tCgg27pWTGX1XIu7hh1tmmOacM.adaptive-delivery-prevent-bg, #plT913tCgg27pWTGX1XIu7hh1tmmOacM.lazyload, #plT913tCgg27pWTGX1XIu7hh1tmmOacM.lazyloading { background-image: none; }
#phP55521uBuX9eKEGzWZv8Sh6Q2Xgaoa { 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:24.125rem;width:32.5rem;top:7.3125rem;left:47.670119655241rem;overflow:hidden;display:block; }
#KIlXwpVX0KDWMngxaOvnL0i0Qt13MJpr { color:#ffffff;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:21rem;height:7.95703125rem;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:left;text-align-last:left;display:block; }
#eWdQob676p5U6q5VGgE2mfOyq1QbvOma { color:#ffffff;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:35.8125rem;height:6.8203125rem;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:left;text-align-last:left;display:block; }
#PfpKK8S0R45xryrBysGJnMNmii2qUNn9 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.28);border-left:0.1875rem solid rgba(255,255,255,0.28);border-right:0.1875rem solid rgba(255,255,255,0.28);border-bottom:0.1875rem solid rgba(255,255,255,0.28);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:12rem;width:14rem;top:3.875rem;left:34.875rem;display:block; }
#z2RIPAvcGkJpFKAQgNbmidD0uOnZTpZR { color:#0e3c5a;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.6875rem;left:6.25rem;height:6.8203125rem;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:left;text-align-last:left;display:block; }
#rqzZK8S36DJPVpTB6nxUwx8r7UcV2k4z { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:12rem;width:14rem;top:16.6875rem;left:5.3125rem;display:block; }
#Ro5NHRO9HyUqPGTPaegsKSSalpm9zMyq { color:#0e3c5a;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.6875rem;left:21rem;height:6.8203125rem;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:left;text-align-last:left;display:block; }
#FKbVwOVp0cTpESBKFHTc8P3TZhEUDoCa { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:12rem;width:14rem;top:16.6875rem;left:20.0625rem;display:block; }
#v4Magx1XXwPTWMqVfbINWONlMQv3w61Z { color:#0e3c5a;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.6875rem;left:35.8125rem;height:9.09375rem;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:left;text-align-last:left;display:block; }
#KyIIc4Xi9orwGM7svxxUGJyr9636AziK { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:12rem;width:14rem;top:16.6875rem;left:34.875rem;display:block; }
#cd6g5QplqFWziVeWkFiHyJywiHwRHT8L { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.437284469604rem;left:6.3747830390931rem;height:3.41015625rem;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:left;text-align-last:left;display:block; }
#ydeVG5vfh8kN4snTLk6ICtSqSymgBlfE { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.28);border-left:0.1875rem solid rgba(255,255,255,0.28);border-right:0.1875rem solid rgba(255,255,255,0.28);border-bottom:0.1875rem solid rgba(255,255,255,0.28);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:11.9998125rem;width:13.9995625rem;top:3.855251789093rem;left:20.014106273651rem;display:block; }
#vk0E29zMrU5FxqQvo236SKbTXQJwiK6D { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.28);border-left:0.1875rem solid rgba(255,255,255,0.28);border-right:0.1875rem solid rgba(255,255,255,0.28);border-bottom:0.1875rem solid rgba(255,255,255,0.28);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:11.9998125rem;width:13.9985rem;top:3.855251789093rem;left:5.2690978050232rem;display:block; }
#HPMEdtO1yGcCgX9Dc2v2tpRtP8Vke1uP { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.28);border-left:0.1875rem solid rgba(255,255,255,0.28);border-right:0.1875rem solid rgba(255,255,255,0.28);border-bottom:0.1875rem solid rgba(255,255,255,0.28);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:43.4375rem;top:29.436853766441rem;left:5.2690978050232rem;display:block; }
#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 { 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; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container { background-color: transparent; background-image: none; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container > .video-iframe-container { display: none; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row > .video-iframe-container { display: none; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .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); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container { border-width: 0; border-radius: 0; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#q3tyq6HeKQ0zx07EilQ79m5fr4y1XoeW { position:absolute;display:block;z-index:15223;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:31.625rem;top:3.75rem;left:21.8125rem;display:block; }#q3tyq6HeKQ0zx07EilQ79m5fr4y1XoeW.adaptive-delivery-prevent-bg, #q3tyq6HeKQ0zx07EilQ79m5fr4y1XoeW.lazyload, #q3tyq6HeKQ0zx07EilQ79m5fr4y1XoeW.lazyloading { background-image: none; }
#g3OSUMytKT51u7q2Z3OUptTzr31aL4TL { color:#ffffff;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15232;line-height:1.1;letter-spacing:0;top:5.0625rem;left:23.9375rem;height:2.2rem;font-style:normal;display:block; }
#XTv3G7TCIq6TUeSQ3hAAupOsxeaVoazD { position:absolute;display:block;z-index:15233;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.249125rem;width:62.561875rem;top:12.097443580628rem;left:6.3433165550231rem;overflow:hidden;display:block; }
#UIVKCScAe4qIq1UNodnltOagxxfonpVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn.adaptive-delivery-prevent-bg, #UIVKCScAe4qIq1UNodnltOagxxfonpVn.lazyload, #UIVKCScAe4qIq1UNodnltOagxxfonpVn.lazyloading { background-image: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container { background-color: transparent; background-image: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container > .video-iframe-container { display: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row > .video-iframe-container { display: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .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); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container { border-width: 0; border-radius: 0; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#K3d4Hwui1vJdsMvZ27U52MzvVFzH1TrN { position:absolute;display:block;z-index:15267;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:35rem;width:39.6875rem;top:6.375rem;left:35.3125rem;overflow:hidden;display:block; }
#ky2w8TrpllBFNSwidWvGwi4ENhIs9auI { position:absolute;display:block;z-index:15275;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:32.9375rem;left:24.8125rem;display:block; }
#QDtnwJlk0ydXsp1PnVDEqW4Qam8F1Z3P { position:absolute;display:block;z-index:15300;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:27.625rem;left:24.875rem;display:block; }
#MmE25Dn51pLmOHG4T5ZQbTaHLcFKpWvK { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15362;line-height:1.3;letter-spacing:0;top:34.625rem;left:28rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O98DVZB93pJvrb05SGRqdzk9aW16e12u { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15377;line-height:1.3;letter-spacing:0;top:29.25rem;left:27.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#izzP1AZRfT5vlGQoC0gurhBpnXk3GOwb { position:absolute;display:block;z-index:15408;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:34.25rem;left:25.4375rem;overflow:hidden;display:block; }
#zUTzxZNBBQ92PTpfIbpF6l87BDtNNJ5n { position:absolute;display:block;z-index:15423;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.6875rem;width:1.6875rem;top:28.9375rem;left:25.4375rem;overflow:hidden;display:block; }
#Z0SOCVfMEvpZyFfvn89SwrnRm1OyagOA { position:absolute;display:block;z-index:15285;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:32.9375rem;left:13.75rem;display:block; }
#PHP6ITqVgWVzgMW7rII146TpdNmybUB9 { position:absolute;display:block;z-index:15282;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:27.625rem;left:13.6875rem;display:block; }
#QscqFHniK4scsyiy6iVcoDk7ToO91aUT { color:#595d68;display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15350;line-height:1.1;letter-spacing:0;top:34.125rem;left:17rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GX5AcyuORWcVxITwsm0bPL03p3aSBnPw { position:absolute;display:block;z-index:15280;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:22.5rem;left:24.875rem;display:block; }
#rsfkpT0T85mQA4C9a0DvEcA1ASHiP4bA { color:#595d68;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15334;line-height:1.3;letter-spacing:0;top:23.5rem;left:28.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rB3yqtU3Opv0AVvOSuCWQduavy3O5oeE { position:absolute;display:block;z-index:15285;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:17.4375rem;left:24.8125rem;display:block; }
#AKuA7ModrDrc2kF2z7ITE7y6Jo56SkAZ { position:absolute;display:block;z-index:15278;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:22.5rem;left:13.6875rem;display:block; }
#QwgsPx7cvk31i9TdIZ3OgI8CQDgzSgFR { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15342;line-height:1.3;letter-spacing:0;top:18.9375rem;left:28.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JLfgtA9w75ILKoWysZ8rPvhgktm6uQmp { color:#595d68;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15365;line-height:1.3;letter-spacing:0;top:24.125rem;left:16.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r192kAcUPbfhbH1GVdc278xZ3dCHOyPv { position:absolute;display:block;z-index:15380;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:23.25rem;left:24.9375rem;overflow:hidden;display:block; }
#y3pnK29apaGaaLJiUJ8PPHKEotmwet8f { position:absolute;display:block;z-index:15291;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:17.4375rem;left:13.625rem;display:block; }
#LzgrK2ea9b8shdJNpElAkFr1h74RrNkd { position:absolute;display:block;z-index:15388;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:18.6875rem;left:25.5625rem;overflow:hidden;display:block; }
#M7TuPBlngLcsQIu2H7JLI7lLDTfanDRJ { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15368;line-height:1.3;letter-spacing:0;top:19.125rem;left:16.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rsykTpZKiLhAZGM1Dy8H3oqC5Mg51AWU { position:absolute;display:block;z-index:15277;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:12.3125rem;left:24.8125rem;display:block; }
#JfNNEpKcmmprZ1saDUBlLwm4Ime9sQT4 { position:absolute;display:block;z-index:15384;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:13.5625rem;left:25.5625rem;overflow:hidden;display:block; }
#FLLsT2G9Ws501FlMWLt4ukIyPQq7eeWl { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15338;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZMHdCKgUXTZ5Cfaz3INygMVKCN4Dibs1 { position:absolute;display:block;z-index:15281;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:12.3125rem;left:13.6875rem;display:block; }
#g07TeI6shtakcRvySIcHmcVyonRXf81Z { color:#595d68;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15358;line-height:1.3;letter-spacing:0;top:29.3125rem;left:17rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AZyMldzPAWniu1mTRgWqEU2vIb6yWAPL { color:#595d68;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15334;line-height:1.3;letter-spacing:0;top:13.875rem;left:16.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yfBVCKrbQbByV9u1WQT0NegDb9vk8T35 { position:absolute;display:block;z-index:15396;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:34.25rem;left:14.25rem;overflow:hidden;display:block; }
#Nh2kagBbt87JC5RQmPz01xMXtH7t0VtU { position:absolute;display:block;z-index:15404;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:29rem;left:14.4375rem;overflow:hidden;display:block; }
#nuRcV3aZLXtyHlMBygsMAbV5530OXk7c { position:absolute;display:block;z-index:15411;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:1.875rem;top:23.75rem;left:14.5rem;overflow:hidden;display:block; }
#TKXX471o6omVESH5xW8moPiwD5vTb6Q6 { position:absolute;display:block;z-index:15414;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.6875rem;width:1.75rem;top:18.75rem;left:14.3125rem;overflow:hidden;display:block; }
#aZnaArvDtR1TNXUEkaTnP08ORE5Sd2AT { position:absolute;display:block;z-index:15380;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:13.625rem;left:14.5rem;overflow:hidden;display:block; }
#e5g7xq4ZZMDncxWSPAIT2iWdarubazcD { position:absolute;display:block;z-index:15223;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:27.125rem;top:3.25rem;left:2rem;display:block; }#e5g7xq4ZZMDncxWSPAIT2iWdarubazcD.adaptive-delivery-prevent-bg, #e5g7xq4ZZMDncxWSPAIT2iWdarubazcD.lazyload, #e5g7xq4ZZMDncxWSPAIT2iWdarubazcD.lazyloading { background-image: none; }
#P3u3EgEOKrVxCtut6bUdEdQm3Tq2kOlD { position:absolute;display:block;z-index:15294;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:27.5625rem;left:2.625rem;display:block; }
#S4v5KwDKyTga4MNIOETpcDLFTAIKbdxr { position:absolute;display:block;z-index:15286;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:32.9375rem;left:2.625rem;display:block; }
#Td5dd8puTvnRbmkXRth5yB0Hv1egJbon { position:absolute;display:block;z-index:15276;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:22.5rem;left:2.6875rem;display:block; }
#Q5r7ROwBtNVTVotkJmPOLCFz873lHFxt { position:absolute;display:block;z-index:15283;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:17.4375rem;left:2.625rem;display:block; }
#CzWPBm2mu7HDpGCFUqM6OBaoTzNQ6r3b { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15346;line-height:1.3;letter-spacing:0;top:19.0625rem;left:6rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mmJhwUBxIf3XJkcVtF8KRZyEZgQli6Zv { position:absolute;display:block;z-index:15279;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.07) ;height:4.375rem;width:10.3125rem;top:12.4375rem;left:2.5rem;display:block; }
#eOU2GpAX0Hbuq340vzPkvsz6vZeaRfiC { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15232;line-height:1.1;letter-spacing:0;top:4.5625rem;left:4.8125rem;height:2.2rem;font-style:normal;display:block; }
#rDcOwRTiHJdpTCGibivwlmWEaEPEWVVn { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15371;line-height:1.3;letter-spacing:0;top:29.1875rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J2qAnXUNhOBUXxGOPTgMdKyhclU7rQ4I { color:#595d68;display:block;width:6.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15370;line-height:1.3;letter-spacing:0;top:34.5625rem;left:5.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mviv0DshB3HgGNBAi7n88rpQJfp8mP3t { color:#595d68;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15354;line-height:1.3;letter-spacing:0;top:24.1875rem;left:6rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rPwv6T034lnIEhSalA8GLT3OOPGsymSr { color:#595d68;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15330;line-height:1.3;letter-spacing:0;top:14rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wwds6F49UxTaZCs6tKnwmakNrMKVnbDT { position:absolute;display:block;z-index:15417;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.6875rem;width:1.75rem;top:28.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#SKKvIqBl36hxTKTXbJyIT7KGVF79E9AN { position:absolute;display:block;z-index:15400;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:23.8125rem;left:3.375rem;overflow:hidden;display:block; }
#HxBUHWzGqN8Ibd64uUklT3LLna1rMmlX { position:absolute;display:block;z-index:15392;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:18.75rem;left:3.25rem;overflow:hidden;display:block; }
#kWGahE7zv5HLnHoTMiOuBZX3TKoSIGfE { position:absolute;display:block;z-index:15416;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:34.3125rem;left:3.25rem;overflow:hidden;display:block; }
#axZw0TQH61dlAwKqcbhvhFep4HZv4oXR { position:absolute;display:block;z-index:15376;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:13.6875rem;left:3.25rem;overflow:hidden;display:block; }
#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035b;background-image:url("https://images.assets-landingi.com/uc/ffd5cc84-c8b6-48b6-a1f7-759cc035af2b/2424.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs.adaptive-delivery-prevent-bg, #azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs.lazyload, #azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs.lazyloading { background-image: none; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container { background-color: transparent; background-image: none; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container > .video-iframe-container { display: none; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row > .video-iframe-container { display: none; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .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); }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container { border-width: 0; border-radius: 0; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#kkDnL4iJV9ezL2dH6XeTse53skeDlyBE { color:#541868;display:block;width:6.06228125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:28.75rem;height:3.25rem;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:left;text-align-last:left;display:block; }
#siGE1F7KucUASDdKGHE24LDT0zPWTtD6 { color:#585858;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.75rem;height:2.2734375rem;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:left;text-align-last:left;display:block; }
#aM0NUHLgk1sIiTbwNDsQPGc752zFamdt { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.4375rem;width:20.5rem;top:8.9995663166044rem;left:27.059463024139rem;display:block; }
#XPChfQ98XNLdaE3CHTkqEkGqVCVxCcr5 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.875rem;width:14.5rem;top:20.25rem;left:27.0625rem;display:block; }
#oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7b480da-cf61-496f-99f1-d262d5286b90/rb_1030.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:23.125rem;width:23.499375rem;top:8.6870663166044rem;left:2.8808598518372rem;display:block; }#oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0.adaptive-delivery-prevent-bg, #oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0.lazyload, #oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0.lazyloading { background-image: none; }
#cBxv4HnzryHOOENohBnr1rDu3BE6Ub10 { color:#ffffff;display:block;width:22.686625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:4.3739192485809rem;left:2.8125004768372rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bd37eaf-5d69-44e7-87f0-bb940d002d7d/rb_32842.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.4375rem;width:23.5rem;top:8.9995663166044rem;left:48.433162212372rem;display:block; }#ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr.adaptive-delivery-prevent-bg, #ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr.lazyload, #ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr.lazyloading { background-image: none; }
#ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem; }#ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#faeoqvE7JcUF5SwRkv11P8CJt45733tr { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1d1f5fb-549b-42c2-80a4-33b0e064156d/3img1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.875rem;width:14.625rem;top:20.25rem;left:42.4375rem;display:block; }#faeoqvE7JcUF5SwRkv11P8CJt45733tr.adaptive-delivery-prevent-bg, #faeoqvE7JcUF5SwRkv11P8CJt45733tr.lazyload, #faeoqvE7JcUF5SwRkv11P8CJt45733tr.lazyloading { background-image: none; }
#faeoqvE7JcUF5SwRkv11P8CJt45733tr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem; }#faeoqvE7JcUF5SwRkv11P8CJt45733tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.87); }#QKyCwOedXz8VBA7TXlvZnvbmqesQJscg { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:10.875rem;width:14.125rem;top:20.25rem;left:57.8125rem;display:block; }
#Z6vskwJWnorlzRT2cNcKJFhQAVnO3SNc { position:absolute;display:block;z-index:15054;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.81185rem;width:14.436875rem;top:18.343099117279rem;left:7.4121098518369rem;overflow:hidden;display:block; }
#MCosn7n26zz0V2R4IAP28otWiL4yKfy5 { color:#541868;display:block;width:11.4995625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.819227933884rem;left:50.811633586884rem;height:3.25rem;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:left;text-align-last:left;display:block; }
#BPLNiog3Tuvz6aJloG5KIoZKrdCKolvw { color:#585858;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:14.317492246628rem;left:50.811633586884rem;height:1.13671875rem;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:left;text-align-last:left;display:block; }
#HIrK5XHW5NhZdqo4JdOURmdd4Iw6ZCmi { color:#541868;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.561416387558rem;left:28.748916149139rem;height:3.25rem;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:left;text-align-last:left;display:block; }
#RdCaZcwxLNwF5hVyebmUfTm05D06nwVs { color:#585858;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.373265981674rem;left:28.748916149139rem;height:3.41015625rem;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:left;text-align-last:left;display:block; }
#MSKnwfteGwWP1M3TTfCbyaiFNHqEqdzM { color:#541868;display:block;width:12.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.37304854393rem;left:44.154731273651rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#iawrm0saHmoPXe7ZUFIlNrs5rIcr4yTa { color:#585858;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.373265981674rem;left:44.154731273651rem;height:3.41015625rem;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:left;text-align-last:left;display:block; }
#qkaGFhtg452ayKdZ48BeR8vekxlUzyQP { color:#541868;display:block;width:12.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:21.561416387558rem;left:59.439025402069rem;height:3.25rem;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:left;text-align-last:left;display:block; }
#lNKCkAPxEIES2vTkBdZqeXIIkqhPQw4K { color:#585858;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:25.373265981674rem;left:59.405387401581rem;height:3.41015625rem;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:left;text-align-last:left;display:block; }
#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143.adaptive-delivery-prevent-bg, #ar7lKVU8zgLFPioqmcKsHD4S7DeDp143.lazyload, #ar7lKVU8zgLFPioqmcKsHD4S7DeDp143.lazyloading { background-image: none; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container { background-color: transparent; background-image: none; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container > .video-iframe-container { display: none; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row > .video-iframe-container { display: none; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .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); }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container { border-width: 0; border-radius: 0; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;position:relative;display:block; }#qWllPNhu9qWJxEVJDs5yc21hNesWbG60 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #1250ad, #3169f1);background-image: -moz-linear-gradient(top, #1250ad, #3169f1);background-image: -ms-linear-gradient(top, #1250ad, #3169f1);background-image: -o-linear-gradient(top, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(to bottom, #1250ad, #3169f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:17.4375rem;width:30.125rem;top:7.625rem;left:9.0625rem;display:block; }
#lcdU5qTS5tQvPwylIRzVm04VeBZn1Bi6 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2rem;width:8.125rem;top:8.8125rem;left:11.6875rem;display:block; }
#Fdypzq4cKVCtKAEpTJRfe2R0OiII1lJu { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:11.6875rem;height:4.62890625rem;font-style:normal;display:block; }
#LNJvp42VenUGK9ef5NTbS0QWcKcldkUT { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.1875rem;left:11.6875rem;height:5.27831875rem;display:block; }
#KXdnyIV2Qd8KD85I9pJBaqsTBDU3nE7E { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.6875rem;width:29.75rem;top:21.8125rem;left:9.0625rem;display:block; }
#fyhxki9rW3BgMzaTDKpNFUMhRoBUXpy6 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(32deg, #ffffff, #e6f0fc);background-image: -moz-linear-gradient(32deg, #ffffff, #e6f0fc);background-image: -ms-linear-gradient(32deg, #ffffff, #e6f0fc);background-image: -o-linear-gradient(32deg, #ffffff, #e6f0fc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc' );";background-image: linear-gradient(32deg, #ffffff, #e6f0fc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:17.5rem;width:31.0625rem;top:7.625rem;left:36.125rem;display:block; }
#Ug78oppToBByv4RBQ7ef72sDTASkzw4o { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.0625rem;width:30.9375rem;top:22.4375rem;left:36.1875rem;display:block; }
#MESiNWf14t9oSchanSgUcFP1gdfIgarH { color:#595d68;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.8125rem;left:11.6875rem;height:4.62890625rem;font-style:normal;display:block; }
#RIdZ4wTNIlxEsWvWwc18t1zUVOf9hrsc { color:#595d68;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.8125rem;left:41.0625rem;height:5.27831875rem;display:block; }
#FGxghU59vZzhMmNRGqcNGP3AZH3fzdf2 { color:#595d68;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#E45ULZ4wHUgmyAmR3by8pEcSITTzH16x { color:#595d68;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.8125rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#IM14bBlmTWTqzuP3qmogUpzFczOy3Tk6 { color:#595d68;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:32.3125rem;left:11.6875rem;height:5.27831875rem;display:block; }
#ZTdJmt871ra29t56ZDkxQO8oCvGLidTh { color:#595d68;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.1875rem;left:41.0625rem;height:5.27831875rem;display:block; }
#WQInnskLD8zAvTbpZb6yFdeATidKtsOZ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #f8fff1, #ffffff);background-image: -moz-linear-gradient(top, #f8fff1, #ffffff);background-image: -ms-linear-gradient(top, #f8fff1, #ffffff);background-image: -o-linear-gradient(top, #f8fff1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f8fff1, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.4375rem;width:29.75rem;top:38.583984375rem;left:22.625rem;display:block; }
#EJJWJsOxKlMRlpLNXGJKCMynTm1oRimg { color:#595d68;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:47.1875rem;left:31.3125rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#TKH9XEUucF5BJdtirwmBynfbQWpdHkyu { color:#595d68;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:43.375rem;left:28.40625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIN1O7sM35ATchA3mozCZzPkRcpCNq8g { color:#0e3c5a;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.5625rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVskNpTOhP5tGz9lvATUxczPGG3eQeDs { position:absolute;display:block;z-index:15159;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.125rem;width:5.4375rem;top:9.375rem;left:13.15625rem;overflow:hidden;display:block; }
#Fyp780XwDmfrxrlOAdTphCJVKpIVFQfN { position:absolute;display:block;z-index:15160;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.125rem;width:5.4375rem;top:49.8125rem;left:35.25rem;overflow:hidden;display:block; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container { background-color: transparent; background-image: none; }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container > .video-iframe-container { display: none; }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row > .video-iframe-container { display: none; }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .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); }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container { border-width: 0; border-radius: 0; }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#Bb046292ef85991c924a4a4bebb77957.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96a8f79e-f8e2-450c-b097-eb8693796b14/voiccross.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bb046292ef85991c924a4a4bebb77957.widget-smartsection.adaptive-delivery-prevent-bg, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection.lazyload, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection.lazyloading { background-image: none; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container { background-color: transparent; background-image: none; }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container > .video-iframe-container { display: none; }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row > .video-iframe-container { display: none; }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .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); }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container { border-width: 0; border-radius: 0; }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ { 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; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container { background-color: transparent; background-image: none; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container > .video-iframe-container { display: none; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row > .video-iframe-container { display: none; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .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); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container { border-width: 0; border-radius: 0; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#cFKQUMTsoilmBPXUmBL6STJqPMR4w0Ev { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:3.8125rem;left:5.75rem;display:block; }#cFKQUMTsoilmBPXUmBL6STJqPMR4w0Ev.adaptive-delivery-prevent-bg, #cFKQUMTsoilmBPXUmBL6STJqPMR4w0Ev.lazyload, #cFKQUMTsoilmBPXUmBL6STJqPMR4w0Ev.lazyloading { background-image: none; }
#vmyUaV8EI4s35Al8TEQ1pv7snoNlH6cL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.875rem;top:1.5rem;left:7.0625rem;overflow:hidden;display:block; }
#GT7y0sMhVxoIylPuf7ouqwS37cKDv04d { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.9375rem;left:50.8125rem;display:block; }
#ypuRUaC50ki1pwplLQGNMSVRWT2XybSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q71WJy6Uc8CykvzF02B3CtC4uNw4XJ8T { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.70703125rem;left:23rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;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; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container { background-color: transparent; background-image: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container > .video-iframe-container { display: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row > .video-iframe-container { display: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .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); }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container { border-width: 0; border-radius: 0; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#MK9Ozzn8PmWstS1UmWxqQQsd1T7bGvQS { color:#212121;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.28125rem;left:32.78125rem;height:1.13671875rem;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:center;text-align-last:center;display:block; }
#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 { background-color: transparent; background-image: none; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row .container > .video-iframe-container { display: none; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row > .video-iframe-container { display: none; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .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); }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 { border-width: 0; border-radius: 0; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .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; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;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; }#FiPWQTfEI1Hw92fSFvOEcDslBDxQosJX { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#KVf7Q53x3KwROX56JGcauZ7WoJNPKTdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd { display:block; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8qDOnAhZNtan9KqlgJeLT6wIRRFMfIT { top:2.3125rem;left:4.5000014305115rem;width:9.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBwZdHDPp2cBdqsLckvQCkFxSle5dar { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGI9gW3L6A3NFio7EKJrwLCTRTT4dElN { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKgNS9ok24W9nqTH6ccQa9kzpzTMWmC { width:12.375rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3WdXWPOKm7oQ5gfB1fbMSy5MfvPBruH { display:block; }
 }@media only screen and (max-width: 763px) { #B90W886VzI2J8v24kx4q6HIBoulwVd4G { top:3.1875rem;left:5.9750003814697rem;width:6.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A { display:block; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3VXBOEla5LAcQhxa51MTu1puKP6l5N { top:9.125rem;left:0rem;width:31.4375rem;height:7.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmSORZzv1eUnmoTLlnyK1iF1FWvxM6bg { top:19rem;left:0rem;width:21.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1bhPoPS65sJxwlv0f2hTMFxIqwJ3VJR { top:33.625rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhW2OoPxtBpS6bbsIHb4HLuyn9lZLAyg { top:35.4375rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhOFRgPWIKQ2gP6DtbPRUKT3RNxFEqo { top:6.375rem;left:19.625rem;width:28.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcHxz0uHE11RgMKNhQ9CwRv5hKhlonIM { top:4.3125rem;left:0rem;width:1.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKUpgILdsWSxSWW7g2tDlX1xUupAAO6E { width:6.5rem;height:2.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTlUZXvbc1GEuPt682ccIkoiciN3UHey { display:block; }
 }@media only screen and (max-width: 763px) { #X0qSvyIGl4ExT0WSXVvsV5fJRGO1laMw { width:9.5625rem;height:2.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLZQy1H4KtbITWu5Dl1ITXeJ6l7y2eA { display:block; }
 }@media only screen and (max-width: 763px) { #xTu9OggcrqrRnrDkfd8hOHxoyVvmG7Hb { top:4.3125rem;left:5.5625rem;width:1.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhHNWaH6i5ikrG6WTfOfynU3TJNpKWZN { width:10.9375rem;height:2.25rem;top:3.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs5sC5f41eUUKCtsDQcPP2TLmo8NtmDN { display:block; }
 }@media only screen and (max-width: 763px) { #dOodN8pGVTMtP0VKWDcXgwgMsuPCuqm9 { top:16.8125rem;left:14.28125rem;width:19.1875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHVelSsdvyCdIxP8PJxvI6unW9Elq9m { top:3.8125rem;left:14.28125rem;width:17.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplssO0nnvS8mRO2wsUJtRvGNdq49GKu { top:18.0625rem;left:0rem;width:23.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS { display:block; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chTIGg3ebGyuH1KbTx633PQV6T3UfNAP { top:2.375rem;left:0rem;width:8.9375rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyNzkxGkJaE00nknXEPQV8Izmh1KdGWT { top:1.125rem;left:0rem;width:13.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 { display:block; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { top:4.875rem;left:0rem;width:12.25rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plT913tCgg27pWTGX1XIu7hh1tmmOacM { top:1.25rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phP55521uBuX9eKEGzWZv8Sh6Q2Xgaoa { top:7.3125rem;left:15.25rem;width:32.5rem;height:24.124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlXwpVX0KDWMngxaOvnL0i0Qt13MJpr { top:4.875rem;left:11.625rem;width:12.25rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdQob676p5U6q5VGgE2mfOyq1QbvOma { top:4.875rem;left:11.625rem;width:12.25rem;height:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfpKK8S0R45xryrBysGJnMNmii2qUNn9 { top:3.875rem;left:9.875rem;width:14rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2RIPAvcGkJpFKAQgNbmidD0uOnZTpZR { top:17.6875rem;left:0rem;width:12.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqzZK8S36DJPVpTB6nxUwx8r7UcV2k4z { top:16.6875rem;left:0rem;width:13.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5NHRO9HyUqPGTPaegsKSSalpm9zMyq { top:17.6875rem;left:11.625rem;width:12.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbVwOVp0cTpESBKFHTc8P3TZhEUDoCa { top:16.6875rem;left:9.9375rem;width:13.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4Magx1XXwPTWMqVfbINWONlMQv3w61Z { top:17.6875rem;left:11.625rem;width:12.25rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyIIc4Xi9orwGM7svxxUGJyr9636AziK { top:16.6875rem;left:9.875rem;width:13.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd6g5QplqFWziVeWkFiHyJywiHwRHT8L { top:30.375rem;left:0rem;width:40.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydeVG5vfh8kN4snTLk6ICtSqSymgBlfE { top:3.8125rem;left:9.5rem;width:13.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk0E29zMrU5FxqQvo236SKbTXQJwiK6D { top:3.8125rem;left:0rem;width:13.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPMEdtO1yGcCgX9Dc2v2tpRtP8Vke1uP { top:29.375rem;left:0rem;width:43.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 { display:block; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3tyq6HeKQ0zx07EilQ79m5fr4y1XoeW { top:3.75rem;left:0rem;width:31.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3OSUMytKT51u7q2Z3OUptTzr31aL4TL { top:5.0625rem;left:0rem;width:28.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTv3G7TCIq6TUeSQ3hAAupOsxeaVoazD { top:12.0625rem;left:0rem;width:47.75rem;height:10.875564690956rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIVKCScAe4qIq1UNodnltOagxxfonpVn { display:block; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3d4Hwui1vJdsMvZ27U52MzvVFzH1TrN { top:6.375rem;left:0rem;width:39.6875rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2w8TrpllBFNSwidWvGwi4ENhIs9auI { top:32.9375rem;left:13.5625rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDtnwJlk0ydXsp1PnVDEqW4Qam8F1Z3P { top:27.625rem;left:13.5625rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmE25Dn51pLmOHG4T5ZQbTaHLcFKpWvK { top:34.625rem;left:17.4375rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98DVZB93pJvrb05SGRqdzk9aW16e12u { top:29.25rem;left:17.4375rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzP1AZRfT5vlGQoC0gurhBpnXk3GOwb { top:34.25rem;left:18.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTzxZNBBQ92PTpfIbpF6l87BDtNNJ5n { top:28.9375rem;left:18.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0SOCVfMEvpZyFfvn89SwrnRm1OyagOA { top:32.9375rem;left:6.9375rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHP6ITqVgWVzgMW7rII146TpdNmybUB9 { top:27.625rem;left:6.875rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QscqFHniK4scsyiy6iVcoDk7ToO91aUT { top:34.125rem;left:10.1875rem;width:6.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX5AcyuORWcVxITwsm0bPL03p3aSBnPw { top:22.5rem;left:13.5625rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsfkpT0T85mQA4C9a0DvEcA1ASHiP4bA { top:23.5rem;left:18.0625rem;width:5.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3yqtU3Opv0AVvOSuCWQduavy3O5oeE { top:17.4375rem;left:13.5625rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKuA7ModrDrc2kF2z7ITE7y6Jo56SkAZ { top:22.5rem;left:6.875rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwgsPx7cvk31i9TdIZ3OgI8CQDgzSgFR { top:18.9375rem;left:17.4375rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLfgtA9w75ILKoWysZ8rPvhgktm6uQmp { top:24.125rem;left:10.125rem;width:5.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r192kAcUPbfhbH1GVdc278xZ3dCHOyPv { top:23.25rem;left:18.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3pnK29apaGaaLJiUJ8PPHKEotmwet8f { top:17.4375rem;left:6.8125rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzgrK2ea9b8shdJNpElAkFr1h74RrNkd { top:18.6875rem;left:18.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TuPBlngLcsQIu2H7JLI7lLDTfanDRJ { top:19.125rem;left:9.9375rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsykTpZKiLhAZGM1Dy8H3oqC5Mg51AWU { top:12.3125rem;left:13.5625rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfNNEpKcmmprZ1saDUBlLwm4Ime9sQT4 { top:13.5625rem;left:18.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLLsT2G9Ws501FlMWLt4ukIyPQq7eeWl { top:13.8125rem;left:17.4375rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMHdCKgUXTZ5Cfaz3INygMVKCN4Dibs1 { top:12.3125rem;left:6.875rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g07TeI6shtakcRvySIcHmcVyonRXf81Z { top:29.3125rem;left:10.1875rem;width:4.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZyMldzPAWniu1mTRgWqEU2vIb6yWAPL { top:13.875rem;left:10.0625rem;width:3.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBVCKrbQbByV9u1WQT0NegDb9vk8T35 { top:34.25rem;left:7.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh2kagBbt87JC5RQmPz01xMXtH7t0VtU { top:29rem;left:7.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuRcV3aZLXtyHlMBygsMAbV5530OXk7c { top:23.75rem;left:7.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXX471o6omVESH5xW8moPiwD5vTb6Q6 { top:18.75rem;left:7.5rem;width:1.6875rem;height:1.6278293063342rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZnaArvDtR1TNXUEkaTnP08ORE5Sd2AT { top:13.625rem;left:7.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5g7xq4ZZMDncxWSPAIT2iWdarubazcD { top:3.25rem;left:0rem;width:27.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3u3EgEOKrVxCtut6bUdEdQm3Tq2kOlD { top:27.5625rem;left:0rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4v5KwDKyTga4MNIOETpcDLFTAIKbdxr { top:32.9375rem;left:0rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5dd8puTvnRbmkXRth5yB0Hv1egJbon { top:22.5rem;left:0rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5r7ROwBtNVTVotkJmPOLCFz873lHFxt { top:17.4375rem;left:0rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWPBm2mu7HDpGCFUqM6OBaoTzNQ6r3b { top:19.0625rem;left:0rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJhwUBxIf3XJkcVtF8KRZyEZgQli6Zv { top:12.4375rem;left:0rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOU2GpAX0Hbuq340vzPkvsz6vZeaRfiC { top:4.5625rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDcOwRTiHJdpTCGibivwlmWEaEPEWVVn { top:29.1875rem;left:0rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qAnXUNhOBUXxGOPTgMdKyhclU7rQ4I { top:34.5625rem;left:0rem;width:6.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviv0DshB3HgGNBAi7n88rpQJfp8mP3t { top:24.1875rem;left:0rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPwv6T034lnIEhSalA8GLT3OOPGsymSr { top:14rem;left:0rem;width:5.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwds6F49UxTaZCs6tKnwmakNrMKVnbDT { top:28.9375rem;left:0rem;width:1.6875rem;height:1.6278293063342rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKKvIqBl36hxTKTXbJyIT7KGVF79E9AN { top:23.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBUHWzGqN8Ibd64uUklT3LLna1rMmlX { top:18.75rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGahE7zv5HLnHoTMiOuBZX3TKoSIGfE { top:34.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axZw0TQH61dlAwKqcbhvhFep4HZv4oXR { top:13.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs { display:block; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkDnL4iJV9ezL2dH6XeTse53skeDlyBE { top:10.75rem;left:15.125rem;width:6rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siGE1F7KucUASDdKGHE24LDT0zPWTtD6 { top:14.25rem;left:15.125rem;width:17.4375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0NUHLgk1sIiTbwNDsQPGc752zFamdt { top:8.9375rem;left:13.434463024139rem;width:20.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPChfQ98XNLdaE3CHTkqEkGqVCVxCcr5 { top:20.25rem;left:13.4375rem;width:14.4375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0 { top:8.625rem;left:0rem;width:23.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBxv4HnzryHOOENohBnr1rDu3BE6Ub10 { top:4.3125rem;left:0rem;width:22.625rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr { top:8.9375rem;left:24.25rem;width:23.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faeoqvE7JcUF5SwRkv11P8CJt45733tr { top:20.25rem;left:28.8125rem;width:14.5625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKyCwOedXz8VBA7TXlvZnvbmqesQJscg { top:20.25rem;left:33.6875rem;width:14.0625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vskwJWnorlzRT2cNcKJFhQAVnO3SNc { top:18.3125rem;left:0rem;width:14.375rem;height:3.7955127927616rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCosn7n26zz0V2R4IAP28otWiL4yKfy5 { top:10.8125rem;left:36.3125rem;width:11.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPLNiog3Tuvz6aJloG5KIoZKrdCKolvw { top:14.3125rem;left:33.375rem;width:14.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrK5XHW5NhZdqo4JdOURmdd4Iw6ZCmi { top:21.5rem;left:15.123916149139rem;width:12.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdCaZcwxLNwF5hVyebmUfTm05D06nwVs { top:25.3125rem;left:15.123916149139rem;width:10.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSKnwfteGwWP1M3TTfCbyaiFNHqEqdzM { top:22.3125rem;left:30.529731273651rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawrm0saHmoPXe7ZUFIlNrs5rIcr4yTa { top:25.3125rem;left:30.529731273651rem;width:10.9375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkaGFhtg452ayKdZ48BeR8vekxlUzyQP { top:21.5rem;left:35.25rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKCkAPxEIES2vTkBdZqeXIIkqhPQw4K { top:25.3125rem;left:36.8125rem;width:10.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 { display:block; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWllPNhu9qWJxEVJDs5yc21hNesWbG60 { width:30.125rem;height:17.4375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcdU5qTS5tQvPwylIRzVm04VeBZn1Bi6 { top:8.8125rem;left:0rem;width:8.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdypzq4cKVCtKAEpTJRfe2R0OiII1lJu { top:12.0625rem;left:0rem;width:22.9375rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNJvp42VenUGK9ef5NTbS0QWcKcldkUT { top:17.1875rem;left:0rem;width:24.3125rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdnyIV2Qd8KD85I9pJBaqsTBDU3nE7E { width:29.75rem;height:19.6875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyhxki9rW3BgMzaTDKpNFUMhRoBUXpy6 { width:31.0625rem;height:17.5rem;top:7.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug78oppToBByv4RBQ7ef72sDTASkzw4o { width:30.9375rem;height:19.0625rem;top:22.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MESiNWf14t9oSchanSgUcFP1gdfIgarH { top:26.8125rem;left:0rem;width:21.3125rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIdZ4wTNIlxEsWvWwc18t1zUVOf9hrsc { top:14.8125rem;left:24.625rem;width:23.125rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGxghU59vZzhMmNRGqcNGP3AZH3fzdf2 { top:9.5625rem;left:27.4375rem;width:20rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E45ULZ4wHUgmyAmR3by8pEcSITTzH16x { top:26.8125rem;left:25.5625rem;width:22.1875rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM14bBlmTWTqzuP3qmogUpzFczOy3Tk6 { top:32.3125rem;left:0rem;width:21.375rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdJmt871ra29t56ZDkxQO8oCvGLidTh { top:32.1875rem;left:25.0625rem;width:22.6875rem;height:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQInnskLD8zAvTbpZb6yFdeATidKtsOZ { width:29.75rem;height:14.4375rem;top:38.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJWJsOxKlMRlpLNXGJKCMynTm1oRimg { top:47.1875rem;left:17.6875rem;width:12.375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKH9XEUucF5BJdtirwmBynfbQWpdHkyu { top:43.375rem;left:14.78125rem;width:18.1875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIN1O7sM35ATchA3mozCZzPkRcpCNq8g { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVskNpTOhP5tGz9lvATUxczPGG3eQeDs { top:9.375rem;left:0rem;width:5.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyp780XwDmfrxrlOAdTphCJVKpIVFQfN { top:49.8125rem;left:21.625rem;width:5.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb046292ef85991c924a4a4bebb77957.widget-smartsection { display:block; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ { display:block; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFKQUMTsoilmBPXUmBL6STJqPMR4w0Ev { top:3.8125rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmyUaV8EI4s35Al8TEQ1pv7snoNlH6cL { top:1.5rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7y0sMhVxoIylPuf7ouqwS37cKDv04d { width:15.625rem;height:3.4375rem;top:6.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypuRUaC50ki1pwplLQGNMSVRWT2XybSI { display:block; }
 }@media only screen and (max-width: 763px) { #Q71WJy6Uc8CykvzF02B3CtC4uNw4XJ8T { top:6.6875rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 { display:block; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK9Ozzn8PmWstS1UmWxqQQsd1T7bGvQS { top:0.25rem;left:19.15625rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 { display:block; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiPWQTfEI1Hw92fSFvOEcDslBDxQosJX { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVf7Q53x3KwROX56JGcauZ7WoJNPKTdJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd { background-color:rgba(255,255,255,0.87);background-image:url("https://images.assets-landingi.com/uc/ecd57626-8f58-40cb-ab40-333db0537876/fondoblanco52525252.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd.adaptive-delivery-prevent-bg, #RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd.lazyload, #RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd.lazyloading { background-image: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container { background-color: transparent; background-image: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container > .video-iframe-container { display: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row > .video-iframe-container { display: none; }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .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); }#RwNh5ackWNJiJJP9qy1aZZ2yy51KvdCd > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8qDOnAhZNtan9KqlgJeLT6wIRRFMfIT { width:12.75rem;height:3.875rem;top:11.1767578125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBwZdHDPp2cBdqsLckvQCkFxSle5dar { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGI9gW3L6A3NFio7EKJrwLCTRTT4dElN { width:11.5625rem;height:2.87435rem;top:6.6731772422787rem;left:4.2187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKgNS9ok24W9nqTH6ccQa9kzpzTMWmC { width:15rem;height:2.9375rem;top:35.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3WdXWPOKm7oQ5gfB1fbMSy5MfvPBruH { display:block; }
 }@media only screen and (max-width: 763px) { #B90W886VzI2J8v24kx4q6HIBoulwVd4G { width:6.8125rem;height:1.499025rem;top:12.4892578125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09a0776a-ebc3-4ba1-9e04-0343ce9d7460/Voicehead.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A.adaptive-delivery-prevent-bg, #h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A.lazyload, #h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A.lazyloading { background-image: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container { background-color: transparent; background-image: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container > .video-iframe-container { display: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row > .video-iframe-container { display: none; }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .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); }#h91dLZUuoHlGHTKV3EC4T6r7HCH8Fw6A > .row .container { width:20rem;height:100.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA3VXBOEla5LAcQhxa51MTu1puKP6l5N { width:20rem;height:4.673825rem;top:2.9513893127441rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmSORZzv1eUnmoTLlnyK1iF1FWvxM6bg { width:16.25rem;height:7.1953125rem;top:9.6006946563719rem;left:2.1245661377907rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1bhPoPS65sJxwlv0f2hTMFxIqwJ3VJR { width:20rem;height:4.7938375rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhW2OoPxtBpS6bbsIHb4HLuyn9lZLAyg { width:12.875rem;height:2.625rem;top:72.4375rem;left:3.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLhOFRgPWIKQ2gP6DtbPRUKT3RNxFEqo { width:20rem;height:49.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcHxz0uHE11RgMKNhQ9CwRv5hKhlonIM { width:1.0625rem;height:1.375rem;top:4.3125rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKUpgILdsWSxSWW7g2tDlX1xUupAAO6E { width:6.5rem;height:2.25rem;top:3.8125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTlUZXvbc1GEuPt682ccIkoiciN3UHey { display:block; }
 }@media only screen and (max-width: 763px) { #X0qSvyIGl4ExT0WSXVvsV5fJRGO1laMw { width:9.5625rem;height:2.25rem;top:3.8125rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQLZQy1H4KtbITWu5Dl1ITXeJ6l7y2eA { display:block; }
 }@media only screen and (max-width: 763px) { #xTu9OggcrqrRnrDkfd8hOHxoyVvmG7Hb { width:1.0625rem;height:1.375rem;top:4.3125rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhHNWaH6i5ikrG6WTfOfynU3TJNpKWZN { width:10.9375rem;height:2.25rem;top:3.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gs5sC5f41eUUKCtsDQcPP2TLmo8NtmDN { display:block; }
 }@media only screen and (max-width: 763px) { #dOodN8pGVTMtP0VKWDcXgwgMsuPCuqm9 { width:20rem;height:12.426789515458rem;top:85.882164001462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHVelSsdvyCdIxP8PJxvI6unW9Elq9m { width:14.561625rem;height:20rem;top:79.244797706606rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplssO0nnvS8mRO2wsUJtRvGNdq49GKu { width:18.0625rem;height:8.375rem;top:8.91819190979rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS { background-color:#ffffff;background-image:none;display:block; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container { background-color: transparent; background-image: none; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container > .video-iframe-container { display: none; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row > .video-iframe-container { display: none; }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .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); }#vDMWOQfSVtGaa9f7ZX4creGsdBX7eFoS > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chTIGg3ebGyuH1KbTx633PQV6T3UfNAP { width:17.6855625rem;height:1.54375rem;top:3.8216075897217rem;left:1.1566841006279rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyNzkxGkJaE00nknXEPQV8Izmh1KdGWT { width:20rem;height:4.8125rem;top:2.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 { background-color:#ffffff;background-image:none;display:block; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container { background-color: transparent; background-image: none; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container > .video-iframe-container { display: none; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row > .video-iframe-container { display: none; }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .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); }#bOPicKN2BHpMRpAZ8FAtQ0mZ83zH3VZ9 > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUPLMNmR6kEJpz21vR1MbTQ8GyCWKL4p { width:16.375rem;height:5.8476625rem;top:4.306640625rem;left:2.2803819775581rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plT913tCgg27pWTGX1XIu7hh1tmmOacM { width:20rem;height:61.375rem;top:1.8739147186279rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #phP55521uBuX9eKEGzWZv8Sh6Q2Xgaoa { width:20rem;height:14.845769230769rem;top:64.356555938719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlXwpVX0KDWMngxaOvnL0i0Qt13MJpr { width:12.249375rem;height:6.822275rem;top:13.4375rem;left:2.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eWdQob676p5U6q5VGgE2mfOyq1QbvOma { width:15.25rem;height:5.8476625rem;top:23rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PfpKK8S0R45xryrBysGJnMNmii2qUNn9 { width:17.125rem;height:7.375rem;top:22rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2RIPAvcGkJpFKAQgNbmidD0uOnZTpZR { width:15.4375rem;height:5.8476625rem;top:31.375rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rqzZK8S36DJPVpTB6nxUwx8r7UcV2k4z { width:17.4375rem;height:7.75rem;top:30.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5NHRO9HyUqPGTPaegsKSSalpm9zMyq { width:16rem;height:4.87305rem;top:39.8125rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FKbVwOVp0cTpESBKFHTc8P3TZhEUDoCa { width:17.625rem;height:6.875rem;top:38.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4Magx1XXwPTWMqVfbINWONlMQv3w61Z { width:15.875rem;height:6.822275rem;top:47.375rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyIIc4Xi9orwGM7svxxUGJyr9636AziK { width:17.625rem;height:8.8125rem;top:46.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd6g5QplqFWziVeWkFiHyJywiHwRHT8L { width:16rem;height:3.89844375rem;top:56.875rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ydeVG5vfh8kN4snTLk6ICtSqSymgBlfE { width:17.3125rem;height:8.5625rem;top:12.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk0E29zMrU5FxqQvo236SKbTXQJwiK6D { width:17.375rem;height:8.125rem;top:3.1228294372559rem;left:1.2803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPMEdtO1yGcCgX9Dc2v2tpRtP8Vke1uP { width:17.4375rem;height:5.5rem;top:55.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 { background-color:#ffffff;background-image:none;display:block; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container { background-color: transparent; background-image: none; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container > .video-iframe-container { display: none; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row > .video-iframe-container { display: none; }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .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); }#EKeSLgGZ2x7qv3ytO4GJUQAtTwS5x5T0 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3tyq6HeKQ0zx07EilQ79m5fr4y1XoeW { width:20rem;height:4.75rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #g3OSUMytKT51u7q2Z3OUptTzr31aL4TL { width:20rem;height:1.30625rem;top:2.9720053672791rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTv3G7TCIq6TUeSQ3hAAupOsxeaVoazD { width:20rem;height:4.5548706780287rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIVKCScAe4qIq1UNodnltOagxxfonpVn { background-color:#ffffff;background-image:none;display:block; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container { background-color: transparent; background-image: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container > .video-iframe-container { display: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row > .video-iframe-container { display: none; }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .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); }#UIVKCScAe4qIq1UNodnltOagxxfonpVn > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3d4Hwui1vJdsMvZ27U52MzvVFzH1TrN { width:20rem;height:17.63675rem;top:50.684679031372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2w8TrpllBFNSwidWvGwi4ENhIs9auI { width:9.3125rem;height:4.375rem;top:42rem;left:1.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QDtnwJlk0ydXsp1PnVDEqW4Qam8F1Z3P { width:8.75rem;height:4.375rem;top:32.125rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #MmE25Dn51pLmOHG4T5ZQbTaHLcFKpWvK { width:6.3748125rem;height:1.05625rem;top:43.6875rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98DVZB93pJvrb05SGRqdzk9aW16e12u { width:4.375rem;height:1.05625rem;top:33.75rem;left:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzP1AZRfT5vlGQoC0gurhBpnXk3GOwb { width:1.6875rem;height:1.6875rem;top:43.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTzxZNBBQ92PTpfIbpF6l87BDtNNJ5n { width:1.625rem;height:1.625rem;top:33.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0SOCVfMEvpZyFfvn89SwrnRm1OyagOA { width:8.625rem;height:4.375rem;top:37.0625rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PHP6ITqVgWVzgMW7rII146TpdNmybUB9 { width:9.125rem;height:4.375rem;top:32.125rem;left:1.5625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QscqFHniK4scsyiy6iVcoDk7ToO91aUT { width:5.125rem;height:1.7875rem;top:38.25rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX5AcyuORWcVxITwsm0bPL03p3aSBnPw { width:9.4375rem;height:4.375rem;top:27.1875rem;left:1.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #rsfkpT0T85mQA4C9a0DvEcA1ASHiP4bA { width:5.7487rem;height:1.05625rem;top:28.875rem;left:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3yqtU3Opv0AVvOSuCWQduavy3O5oeE { width:8.5625rem;height:4.375rem;top:17.375rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #AKuA7ModrDrc2kF2z7ITE7y6Jo56SkAZ { width:8.4375rem;height:4.375rem;top:22.3125rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QwgsPx7cvk31i9TdIZ3OgI8CQDgzSgFR { width:4.375rem;height:1.05625rem;top:18.875rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLfgtA9w75ILKoWysZ8rPvhgktm6uQmp { width:5.37435rem;height:1.05625rem;top:23.9375rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r192kAcUPbfhbH1GVdc278xZ3dCHOyPv { width:2.875rem;height:2.875rem;top:27.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3pnK29apaGaaLJiUJ8PPHKEotmwet8f { width:8.9375rem;height:4.375rem;top:17.375rem;left:1.5625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LzgrK2ea9b8shdJNpElAkFr1h74RrNkd { width:1.6875rem;height:1.6875rem;top:18.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TuPBlngLcsQIu2H7JLI7lLDTfanDRJ { width:6.3748125rem;height:1.05625rem;top:19.0625rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsykTpZKiLhAZGM1Dy8H3oqC5Mg51AWU { width:8.75rem;height:4.375rem;top:12.375rem;left:1.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JfNNEpKcmmprZ1saDUBlLwm4Ime9sQT4 { width:1.6875rem;height:1.6875rem;top:13.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLLsT2G9Ws501FlMWLt4ukIyPQq7eeWl { width:6.3748125rem;height:1.05625rem;top:13.875rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMHdCKgUXTZ5Cfaz3INygMVKCN4Dibs1 { width:8.375rem;height:4.375rem;top:7.375rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #g07TeI6shtakcRvySIcHmcVyonRXf81Z { width:4.12435rem;height:1.05625rem;top:33.8125rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZyMldzPAWniu1mTRgWqEU2vIb6yWAPL { width:3.49935rem;height:1.05625rem;top:8.9375rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBVCKrbQbByV9u1WQT0NegDb9vk8T35 { width:1.6875rem;height:1.6875rem;top:38.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh2kagBbt87JC5RQmPz01xMXtH7t0VtU { width:1.6875rem;height:1.6875rem;top:33.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuRcV3aZLXtyHlMBygsMAbV5530OXk7c { width:1.875rem;height:1.875rem;top:23.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXX471o6omVESH5xW8moPiwD5vTb6Q6 { width:1.6875rem;height:1.6278293063342rem;top:18.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZnaArvDtR1TNXUEkaTnP08ORE5Sd2AT { width:1.6875rem;height:1.6875rem;top:8.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5g7xq4ZZMDncxWSPAIT2iWdarubazcD { width:20rem;height:4.75rem;top:1.25rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #P3u3EgEOKrVxCtut6bUdEdQm3Tq2kOlD { width:8.6875rem;height:4.375rem;top:27.1875rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #S4v5KwDKyTga4MNIOETpcDLFTAIKbdxr { width:9.3125rem;height:4.375rem;top:37.0625rem;left:1.5625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Td5dd8puTvnRbmkXRth5yB0Hv1egJbon { width:8.9375rem;height:4.375rem;top:22.3125rem;left:1.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Q5r7ROwBtNVTVotkJmPOLCFz873lHFxt { width:8.4375rem;height:4.375rem;top:12.375rem;left:11.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #CzWPBm2mu7HDpGCFUqM6OBaoTzNQ6r3b { width:4.875rem;height:1.05625rem;top:14rem;left:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmJhwUBxIf3XJkcVtF8KRZyEZgQli6Zv { width:8.625rem;height:4.375rem;top:7.3125rem;left:1.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #eOU2GpAX0Hbuq340vzPkvsz6vZeaRfiC { width:20rem;height:1.30625rem;top:2.9709186553955rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDcOwRTiHJdpTCGibivwlmWEaEPEWVVn { width:5.0625rem;height:1.05625rem;top:28.8125rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qAnXUNhOBUXxGOPTgMdKyhclU7rQ4I { width:6.3748125rem;height:1.05625rem;top:38.6875rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviv0DshB3HgGNBAi7n88rpQJfp8mP3t { width:4.49978125rem;height:1.05625rem;top:24rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPwv6T034lnIEhSalA8GLT3OOPGsymSr { width:5.06185rem;height:1.05625rem;top:8.875rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwds6F49UxTaZCs6tKnwmakNrMKVnbDT { width:1.6875rem;height:1.6278293063342rem;top:28.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKKvIqBl36hxTKTXbJyIT7KGVF79E9AN { width:1.6875rem;height:1.6875rem;top:23.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBUHWzGqN8Ibd64uUklT3LLna1rMmlX { width:1.6875rem;height:1.6875rem;top:13.6875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGahE7zv5HLnHoTMiOuBZX3TKoSIGfE { width:1.6875rem;height:1.6875rem;top:38.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axZw0TQH61dlAwKqcbhvhFep4HZv4oXR { width:1.6875rem;height:1.6875rem;top:8.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs { display:block; }#azehJ9l2SB7mLGPcD8muz7pEpTfO6LQs > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkDnL4iJV9ezL2dH6XeTse53skeDlyBE { width:13.9995625rem;height:1.54375rem;top:29.373912334442rem;left:2.9991322159767rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siGE1F7KucUASDdKGHE24LDT0zPWTtD6 { width:13.9995625rem;height:3.16699375rem;top:31.810981750488rem;left:2.9991322159767rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aM0NUHLgk1sIiTbwNDsQPGc752zFamdt { width:15.25rem;height:9.1875rem;top:27.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPChfQ98XNLdaE3CHTkqEkGqVCVxCcr5 { width:15.25rem;height:8.625rem;top:46.935327529907rem;left:2.3752172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0 { width:15.2495625rem;height:18.811875rem;top:7.3741064071656rem;left:2.3741319775581rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7b480da-cf61-496f-99f1-d262d5286b90/rb_1030.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0.adaptive-delivery-prevent-bg, #oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0.lazyload, #oVhpFR3Fks6LfEcngEi2WRM7yA0zuoG0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cBxv4HnzryHOOENohBnr1rDu3BE6Ub10 { width:18.375rem;height:1.7875rem;top:4.212890625rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkFBBCEwSLsasmTAthrVeIEgnBmhqtxr { width:15.3125rem;height:8.25rem;top:37.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faeoqvE7JcUF5SwRkv11P8CJt45733tr { width:14.75rem;height:7.875rem;top:56.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKyCwOedXz8VBA7TXlvZnvbmqesQJscg { width:14.8125rem;height:9.0625rem;top:65.030601501462rem;left:2.5933161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vskwJWnorlzRT2cNcKJFhQAVnO3SNc { width:11.936875rem;height:3.06206875rem;top:15.247396945953rem;left:4.0310333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCosn7n26zz0V2R4IAP28otWiL4yKfy5 { width:11.4355625rem;height:3.0859375rem;top:39rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPLNiog3Tuvz6aJloG5KIoZKrdCKolvw { width:12.374125rem;height:2.111325rem;top:42.875rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIrK5XHW5NhZdqo4JdOURmdd4Iw6ZCmi { width:12.561875rem;height:3.0859375rem;top:47.625rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdCaZcwxLNwF5hVyebmUfTm05D06nwVs { width:10.3125rem;height:3.16699375rem;top:51.373701095581rem;left:4.8437502980232rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSKnwfteGwWP1M3TTfCbyaiFNHqEqdzM { width:12.5rem;height:1.54375rem;top:57.749135971069rem;left:3.7500002980233rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iawrm0saHmoPXe7ZUFIlNrs5rIcr4yTa { width:10.9375rem;height:3.16699375rem;top:60.008901596069rem;left:4.5312502980232rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkaGFhtg452ayKdZ48BeR8vekxlUzyQP { width:13.311625rem;height:3.0859375rem;top:66.062284469606rem;left:3.3430989384651rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNKCkAPxEIES2vTkBdZqeXIIkqhPQw4K { width:10.9375rem;height:3.16699375rem;top:69.875rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 { display:block; }#ar7lKVU8zgLFPioqmcKsHD4S7DeDp143 > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWllPNhu9qWJxEVJDs5yc21hNesWbG60 { width:20rem;height:19.375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcdU5qTS5tQvPwylIRzVm04VeBZn1Bi6 { width:15.25rem;height:2rem;top:7.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdypzq4cKVCtKAEpTJRfe2R0OiII1lJu { width:14.5625rem;height:4.875rem;top:10.6875rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNJvp42VenUGK9ef5NTbS0QWcKcldkUT { width:15.8125rem;height:7.1484375rem;top:16.5rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXdnyIV2Qd8KD85I9pJBaqsTBDU3nE7E { width:20rem;height:13.9375rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyhxki9rW3BgMzaTDKpNFUMhRoBUXpy6 { width:20rem;height:17.0625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug78oppToBByv4RBQ7ef72sDTASkzw4o { width:20rem;height:15.875rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MESiNWf14t9oSchanSgUcFP1gdfIgarH { width:16.8125rem;height:3.65625rem;top:28.1875rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIdZ4wTNIlxEsWvWwc18t1zUVOf9hrsc { width:14.1875rem;height:8.042rem;top:49.5rem;left:2.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGxghU59vZzhMmNRGqcNGP3AZH3fzdf2 { width:14.1875rem;height:4.875rem;top:43.9375rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E45ULZ4wHUgmyAmR3by8pEcSITTzH16x { width:13.6875rem;height:4.875rem;top:62.625rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IM14bBlmTWTqzuP3qmogUpzFczOy3Tk6 { width:15.8125rem;height:6.254875rem;top:32.75rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdJmt871ra29t56ZDkxQO8oCvGLidTh { width:16.375rem;height:6.254875rem;top:68.625rem;left:1.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQInnskLD8zAvTbpZb6yFdeATidKtsOZ { width:20rem;height:9.875rem;top:78.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJWJsOxKlMRlpLNXGJKCMynTm1oRimg { width:13rem;height:0.89355625rem;top:83.5rem;left:3.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKH9XEUucF5BJdtirwmBynfbQWpdHkyu { width:14.375rem;height:2.4375rem;top:80.0625rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIN1O7sM35ATchA3mozCZzPkRcpCNq8g { width:20rem;height:1.3496125rem;top:3.2499737739563rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVskNpTOhP5tGz9lvATUxczPGG3eQeDs { width:5.4375rem;height:1.125rem;top:8.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyp780XwDmfrxrlOAdTphCJVKpIVFQfN { width:5rem;height:1rem;top:85.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #sFkvaZhvlpFvfXNUfiBIOrxsQ8XvJRxk > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb046292ef85991c924a4a4bebb77957.widget-smartsection { display:block; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #LQ3TgWFDouxKG4rAq9CUOhLZt6sWed4o > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ { background-color:#ffffff;background-image:none;display:block; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container { background-color: transparent; background-image: none; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container > .video-iframe-container { display: none; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row > .video-iframe-container { display: none; }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .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); }#GF44M1NlVDnO34wNbbuvbSfsyg7cR3GJ > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFKQUMTsoilmBPXUmBL6STJqPMR4w0Ev { width:20rem;height:14.625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmyUaV8EI4s35Al8TEQ1pv7snoNlH6cL { width:10.5rem;height:11.75rem;top:2.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7y0sMhVxoIylPuf7ouqwS37cKDv04d { width:15.625rem;height:3.4375rem;top:21.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypuRUaC50ki1pwplLQGNMSVRWT2XybSI { display:block; }
 }@media only screen and (max-width: 763px) { #Q71WJy6Uc8CykvzF02B3CtC4uNw4XJ8T { width:17.6875rem;height:3.4125rem;top:15.75rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84.adaptive-delivery-prevent-bg, #sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84.lazyload, #sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84.lazyloading { background-image: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container { background-color: transparent; background-image: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container > .video-iframe-container { display: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row > .video-iframe-container { display: none; }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .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); }#sJiWOMWvvUqWNdsTIe7VWuoapeDTRm84 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK9Ozzn8PmWstS1UmWxqQQsd1T7bGvQS { width:8.625rem;height:1.1375rem;top:0.1875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#662483;display:block; }
 }@media only screen and (max-width: 763px) { #FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#FkSmnm14ldJDGw6ipmJLkpeFwJuZmmc0 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiPWQTfEI1Hw92fSFvOEcDslBDxQosJX { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVf7Q53x3KwROX56JGcauZ7WoJNPKTdJ { display:block; }
 }