.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:transparent;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); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf { 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; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container { background-color: transparent; background-image: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container > .video-iframe-container { display: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row > .video-iframe-container { display: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .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); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container { border-width: 0; border-radius: 0; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Eo7dpwWQp3UU4A2cQyNCAFwOl1HTISEi { position:absolute;display:block;z-index:15008;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.375rem;top:2.375rem;left:18.125rem;display:block; }
#zFnPu9GkNWgdDivx8UM2NfcPBUkqHAqT { 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.0625rem;left:0rem;overflow:hidden;display:block; }
#GwqghiywXFmy3lygOtcsTmsTtysk1DBv { 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; }
#AhQKzISGSL4dQ45CDp8I5vl2A2CUTaxd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2rem;width:6.125rem;top:2.9375rem;left:19.875rem;overflow:hidden;display:block; }
#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 { 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; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9.adaptive-delivery-prevent-bg, #gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9.lazyload, #gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9.lazyloading { background-image: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container { background-color: transparent; background-image: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container > .video-iframe-container { display: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row > .video-iframe-container { display: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .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); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container { border-width: 0; border-radius: 0; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#BSISATTdT4LOlBlestl811Baf6ia2a7T { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:7.375rem;left:2.8125rem;height:5.0371125rem;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; }
#L3Kd5nf9zQCtlUefSufbTmfvrJ4uDBqM { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:13.75rem;left:2.8125rem;height:8.99903125rem;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; }
#LzQ5d89kzl5DZMObCzMwMrnoZGr4ysDE { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:20.75rem;top:23rem;left:8rem;overflow:hidden;display:block; }
#HQE8HpBGZCXVnDuV4WFLgFdCTzUspBmZ { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.9375rem;top:26.1875rem;left:17.9375rem;overflow:hidden;display:block; }
#g4LVLJz4DUoeaQ6Z2UAoDrWFhDiP6Wsi { position:absolute;display:block;z-index:15088;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:37.125rem;left:2.8125rem;overflow:hidden;display:block; }
#riMqcps7S7xLumeNvkAzF2o21JRgfXgI { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15118;line-height:1.4;letter-spacing:0;top:39.025001525879rem;left:9.375rem;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; }
#P89bySbrsLOF09Z2TzubPfnWWyvQAtPi { position:absolute;display:block;z-index:15088;height:29.125rem;width:21.6875rem;top:2.71875rem;left:47.8125rem;display:block; }
#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aeb7f4c-c335-4d86-bfd4-cb57bcdeeabd/BG_GRIS.png");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; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi.adaptive-delivery-prevent-bg, #b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi.lazyload, #b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi.lazyloading { background-image: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container { background-color: transparent; background-image: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container > .video-iframe-container { display: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f0eff5; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row > .video-iframe-container { display: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .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); }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container { border-width: 0; border-radius: 0; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#W5CNQZxGxlQoTzGkIFaVCVGpHROABG4C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:18.75rem;top:4.8125rem;left:37.5rem;overflow:hidden;display:block; }
#qXBJgs4vzmsblZocCuZzEpyCxrWAgJgT { color:#662483;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3CMt1sUlxrwRS2kEFSnWGSTbQ16OZTB { color:#595d68;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.5rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txE4Spx0yszA00VEO7WDv77mfTwHxrfq { color:#662483;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prQdTs8U1WW3uC4oNvu6QT1KKrdaxsdo { color:#595d68;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.5rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSb0iJZOkNzISgLHvRKTLWKXIUbtfxM7 { color:#096fd1;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:22.25rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vh76b69ocXIrIxWg3CohT4BnbylAAHb0 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:21.25rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3fR2bGHICX2s5N3cvXyCSgweDVGJuPl { color:#662483;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.75rem;left:22.3125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SzIg64haumdQ3qyZ2bVafO4s1UbC6559 { color:#595d68;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:21.25rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KixTNVd8gSTuCw6OmGwTJqOsQ6dzdy0x { position:absolute;display:block;z-index:15019;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:28.6875rem;top:0rem;left:0rem;display:block; }#KixTNVd8gSTuCw6OmGwTJqOsQ6dzdy0x.adaptive-delivery-prevent-bg, #KixTNVd8gSTuCw6OmGwTJqOsQ6dzdy0x.lazyload, #KixTNVd8gSTuCw6OmGwTJqOsQ6dzdy0x.lazyloading { background-image: none; }
#ADq4W8a5rSUleSPb2oFHag1xRX8UrpAb { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5rem;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; }
#ZgmHG7N0T7lw5BJqcANA9pT1gTZkF99a { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.1875rem;width:17.875rem;top:8.875rem;left:0.875rem;display:block; }
#zeDC6koTKMJpyW6GngE4ZdBHgPyW7Kx4 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.1875rem;width:17.875rem;top:16rem;left:0.875rem;display:block; }
#NC7pfgnloeZbMwzXKD2t4tP75RKEhdBE { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.1875rem;width:17.875rem;top:8.875rem;left:19.625rem;display:block; }
#qMR4OTZdgUAL4RzSsTMbTkJP6KIziioU { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:6.1875rem;width:17.875rem;top:16rem;left:19.625rem;display:block; }
#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn { 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; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container { background-color: transparent; background-image: none; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container > .video-iframe-container { display: none; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row > .video-iframe-container { display: none; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .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); }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container { border-width: 0; border-radius: 0; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#DN1rTP1gRBeZ9guEB0D3f0xGINmkwAFX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:37.5rem;top:8.7861328125rem;left:0rem;overflow:hidden;display:block; }
#MRt0aD3ozuKkggLL9pQE4Q1PlO8JCkKx { position:absolute;display:block;z-index:15021;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:42.0625rem;top:3.3125rem;left:0rem;display:block; }#MRt0aD3ozuKkggLL9pQE4Q1PlO8JCkKx.adaptive-delivery-prevent-bg, #MRt0aD3ozuKkggLL9pQE4Q1PlO8JCkKx.lazyload, #MRt0aD3ozuKkggLL9pQE4Q1PlO8JCkKx.lazyloading { background-image: none; }
#HokTFdu79wdU6UUo3OMWxXwbkkwkQdqe { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:4.5rem;left:0.96875rem;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; }
#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container { background-color: transparent; background-image: none; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container > .video-iframe-container { display: none; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row > .video-iframe-container { display: none; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .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); }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container { border-width: 0; border-radius: 0; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:24.6875rem;left:4.1875rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Onty51zVnZoLBI8zEKOR4I8M2EvfsZbq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:14.25rem;top:15.5625rem;left:3.375rem;overflow:hidden;display:block; }
#Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.6875rem;left:22.1875rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmFLJDOmSGFaFwbmt5rQWp89EEOGQulX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.25rem;top:14.5625rem;left:22.5625rem;overflow:hidden;display:block; }
#VZuULFc4fLUXybpTU4A4tAJmkEHzHmAA { position:absolute;display:block;z-index:15016;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:9.625rem;width:10.125rem;top:13.625rem;left:41.625rem;overflow:hidden;display:block; }
#mhmKkML4g8fPQUaZhUXuHdJkltWTWaNP { color:#585858;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:24.6875rem;left:40.3125rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7RSIahfgTbTlltmCzO3ReaoBEeWVtgZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.375rem;top:14.3125rem;left:58.875rem;overflow:hidden;display:block; }
#Dggaag4ep4TEQnqfbl5O5SpDExomfMZH { color:#595d68;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:24.6875rem;left:59.125rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syxdpk4cLHDrG9S82wN3T5uIdN2TWIwc { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:33.75rem;width:15.625rem;top:11.5625rem;left:2.6875rem;display:block; }
#aeuiXuThvmsrm6SEhIg9PTCOLZGuypRN { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:33.75rem;width:15.625rem;top:11.375rem;left:56.625rem;display:block; }
#nkbkZIHCxXnM0IDiadKfR4XtEfTwCdr0 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:33.75rem;width:15.625rem;top:11.5625rem;left:20.6875rem;display:block; }
#TGDguafx5WWDis2iNCXwx8Helac6M1Gk { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.2) ;height:33.75rem;width:15.625rem;top:11.5625rem;left:38.875rem;display:block; }
#AONki9mLWpoD2P0WxzUAPbUuhlUE1Fez { position:absolute;display:block;z-index:15021;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:18.75rem;top:3.3125rem;left:0rem;display:block; }#AONki9mLWpoD2P0WxzUAPbUuhlUE1Fez.adaptive-delivery-prevent-bg, #AONki9mLWpoD2P0WxzUAPbUuhlUE1Fez.lazyload, #AONki9mLWpoD2P0WxzUAPbUuhlUE1Fez.lazyloading { background-image: none; }
#quSBfIrtDPrrN1kTpDSohFboG241CsNR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.15625rem;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; }
#eAbToubmxDgTZRSKh2PvHarK01CTVpFW { 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; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW.adaptive-delivery-prevent-bg, #eAbToubmxDgTZRSKh2PvHarK01CTVpFW.lazyload, #eAbToubmxDgTZRSKh2PvHarK01CTVpFW.lazyloading { background-image: none; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container { background-color: transparent; background-image: none; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container > .video-iframe-container { display: none; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row > .video-iframe-container { display: none; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .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); }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container { border-width: 0; border-radius: 0; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#Eie2VCQKurUyhWT1zgwnEVI5ozbN0Cqq { 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.6875rem;width:30.125rem;top:7.625rem;left:9.0625rem;display:block; }
#GOTtZLSOqgLd0rDKrxkIn4W9BIFyOZtT { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:11.6875rem;height:3.0859375rem;font-style:normal;display:block; }
#M2D5HIJc0hxTD4aSnGISMTqWUxWcQDQt { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.1875rem;left:11.6875rem;height:6.334rem;display:block; }
#CH1RkJBF4FgqpT9WBb89prVrZzpxGTyP { 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.3125rem;width:29.75rem;top:23.3125rem;left:9.0625rem;display:block; }
#Nguixl7JH27ymQdTWhJvRHQ7ETkgNG3C { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -moz-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -ms-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -o-linear-gradient(46deg, #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(46deg, #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.75rem;width:31.25rem;top:7.625rem;left:36.125rem;display:block; }
#HTyWbNXbpUalM2xbSxbErMUMq3EDvaoa { 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:18.75rem;width:31.1875rem;top:23.9375rem;left:36.1875rem;display:block; }
#dE49K7b4KGKTyg306Jair6Zac3nTqT2X { color:#595d68;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.75rem;left:11.6875rem;height:4.62890625rem;font-style:normal;display:block; }
#Ggkr3eA7rg8MJHGUEW80WeSyeDXnbcxO { color:#595d68;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.5rem;left:41.0625rem;height:6.334rem;display:block; }
#cEU78PaNiHIPsknXVTyVHR1OVyTIPeLP { color:#595d68;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.0625rem;height:3.0859375rem;font-style:normal;display:block; }
#frlM07ffTTEPB4tRAPZKULoRKbrG0PrT { color:#595d68;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.373046875rem;left:41.0625rem;height:4.62890625rem;font-style:normal;display:block; }
#y4wSQ2GPvWh2ZWh1Zoise5OCpEmtB0oq { color:#595d68;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.25rem;left:11.6875rem;height:6.334rem;display:block; }
#cUJ4kiT3Zv8lCiO1Il455f1b3iTZkzWV { color:#595d68;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:33.1875rem;left:41.0625rem;height:6.334rem;display:block; }
#IDfaqCRIMxDUvC6rmSBdR9d8vKmVaSo6 { position:absolute;display:block;z-index:15003;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:15.3125rem;width:29.75rem;top:40.638671875rem;left:22.625rem;display:block; }
#EIlJFSRdlVIrKdHyeNkT8JKAQVFFvVMD { color:#595d68;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:48.375rem;left:31.625rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#pybu9WhDeS2aK4nLmMHUAtAKkFKG83xF { color:#595d68;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.6875rem;left:28rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ugvnna0f9ABZzM6v2KX3EiRZFlSGQoSc { 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; }
#UXDsefaiPwvwyfpbcTZaxwT32hniJKJr { box-sizing:content-box;height:2.25rem;width:8.9375rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:9.375rem;left:11.6875rem;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;display:block; }
#rpPGTuEJzWEaNTJHRxLRMEclSWQsKI9X { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2rem;width:6.125rem;top:9.5rem;left:13.09375rem;overflow:hidden;display:block; }
#O4Gp6HEFdZw3wTmEfw4HseWHR5Uz5NQS { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2rem;width:6.125rem;top:51.8125rem;left:34.4375rem;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; } #ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row .container { background-color: transparent; background-image: none; }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row .container > .video-iframe-container { display: none; }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row > .video-iframe-container { display: none; }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .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); }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row .container { border-width: 0; border-radius: 0; }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .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; } #uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container { background-color: transparent; background-image: none; }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container > .video-iframe-container { display: none; }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row > .video-iframe-container { display: none; }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .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); }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container { border-width: 0; border-radius: 0; }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG { 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; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container { background-color: transparent; background-image: none; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container > .video-iframe-container { display: none; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row > .video-iframe-container { display: none; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .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); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container { border-width: 0; border-radius: 0; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#LciJ0yKnATvLJWr5X3hTOAZZJutsVKsx { 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; }#LciJ0yKnATvLJWr5X3hTOAZZJutsVKsx.adaptive-delivery-prevent-bg, #LciJ0yKnATvLJWr5X3hTOAZZJutsVKsx.lazyload, #LciJ0yKnATvLJWr5X3hTOAZZJutsVKsx.lazyloading { background-image: none; }
#GGtlTpJEWrBhL1iEdipDgH3VQ12G3pPt { 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; }
#BTnTvzBvUczxskEwXQDXKDunCFq8S6DZ { 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; }
#K71PDTit3gVTORGnZlqhyGsXK33IDQgF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zFDRlwNRrrv2bZbUH1vs1opGInT7AROS { 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; }
#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container { background-color: transparent; background-image: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container > .video-iframe-container { display: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row > .video-iframe-container { display: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .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); }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container { border-width: 0; border-radius: 0; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#lhOcIVfC7VsRbtAJVBrCCmEb2pu4z0xN { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.65570068359375rem;left:33.125rem;height:1.21875rem;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; }
#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp { background-color: transparent; background-image: none; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .row .container > .video-iframe-container { display: none; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .row > .video-iframe-container { display: none; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .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); }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp { border-width: 0; border-radius: 0; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .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; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .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; }#sWRDuVGOEisk0t8NiHhU49m4OeoQuuXN { 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:2.5rem;display:block; }
#QIA31uVcwZvysDeKTgEWBT49NaTOfezN { 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) { #DMZrbobzxkIxPssfcw2tmlXEZIfinHbf { display:block; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo7dpwWQp3UU4A2cQyNCAFwOl1HTISEi { top:2.375rem;left:4.5rem;width:9.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFnPu9GkNWgdDivx8UM2NfcPBUkqHAqT { top:1.0625rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwqghiywXFmy3lygOtcsTmsTtysk1DBv { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhQKzISGSL4dQ45CDp8I5vl2A2CUTaxd { top:2.9375rem;left:6.25rem;width:6.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 { display:block; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSISATTdT4LOlBlestl811Baf6ia2a7T { top:7.375rem;left:0rem;width:42.75rem;height:5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Kd5nf9zQCtlUefSufbTmfvrJ4uDBqM { top:13.75rem;left:0rem;width:40.5625rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzQ5d89kzl5DZMObCzMwMrnoZGr4ysDE { top:23rem;left:0rem;width:20.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQE8HpBGZCXVnDuV4WFLgFdCTzUspBmZ { top:26.1875rem;left:4.3125rem;width:3.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4LVLJz4DUoeaQ6Z2UAoDrWFhDiP6Wsi { top:37.125rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riMqcps7S7xLumeNvkAzF2o21JRgfXgI { top:39rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P89bySbrsLOF09Z2TzubPfnWWyvQAtPi { top:2.6875rem;left:26.0625rem;width:21.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi { display:block; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5CNQZxGxlQoTzGkIFaVCVGpHROABG4C { top:4.8125rem;left:12.3125rem;width:23.5rem;height:24.518333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXBJgs4vzmsblZocCuZzEpyCxrWAgJgT { top:9.625rem;left:0.09375rem;width:7.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3CMt1sUlxrwRS2kEFSnWGSTbQ16OZTB { top:11.125rem;left:0rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txE4Spx0yszA00VEO7WDv77mfTwHxrfq { top:16.75rem;left:0rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQdTs8U1WW3uC4oNvu6QT1KKrdaxsdo { top:18.1875rem;left:0rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSb0iJZOkNzISgLHvRKTLWKXIUbtfxM7 { top:9.6875rem;left:12.03125rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh76b69ocXIrIxWg3CohT4BnbylAAHb0 { top:11.3125rem;left:7.625rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fR2bGHICX2s5N3cvXyCSgweDVGJuPl { top:16.75rem;left:11.0625rem;width:12.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIg64haumdQ3qyZ2bVafO4s1UbC6559 { top:18.1875rem;left:7.625rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixTNVd8gSTuCw6OmGwTJqOsQ6dzdy0x { top:0rem;left:0rem;width:28.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADq4W8a5rSUleSPb2oFHag1xRX8UrpAb { top:1.1875rem;left:0rem;width:23.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgmHG7N0T7lw5BJqcANA9pT1gTZkF99a { top:8.875rem;left:0rem;width:17.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeDC6koTKMJpyW6GngE4ZdBHgPyW7Kx4 { top:16rem;left:0rem;width:17.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC7pfgnloeZbMwzXKD2t4tP75RKEhdBE { top:8.875rem;left:6rem;width:17.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMR4OTZdgUAL4RzSsTMbTkJP6KIziioU { top:16rem;left:6rem;width:17.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDW8IhQTS0OySMStn7FpVAvca9BP4FOn { display:block; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN1rTP1gRBeZ9guEB0D3f0xGINmkwAFX { top:8.75rem;left:0rem;width:37.5rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRt0aD3ozuKkggLL9pQE4Q1PlO8JCkKx { top:3.3125rem;left:0rem;width:42.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokTFdu79wdU6UUo3OMWxXwbkkwkQdqe { top:4.5rem;left:0rem;width:42.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz { display:block; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 { top:24.6875rem;left:0rem;width:12.6875rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onty51zVnZoLBI8zEKOR4I8M2EvfsZbq { top:15.5625rem;left:0rem;width:14.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh { top:24.6875rem;left:11.1875rem;width:12.6875rem;height:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmFLJDOmSGFaFwbmt5rQWp89EEOGQulX { top:14.5625rem;left:11.625rem;width:12.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZuULFc4fLUXybpTU4A4tAJmkEHzHmAA { top:13.625rem;left:24.59375rem;width:10.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhmKkML4g8fPQUaZhUXuHdJkltWTWaNP { top:24.6875rem;left:23.125rem;width:12.6875rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7RSIahfgTbTlltmCzO3ReaoBEeWVtgZ { top:14.3125rem;left:35.375rem;width:12.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dggaag4ep4TEQnqfbl5O5SpDExomfMZH { top:24.6875rem;left:35.0625rem;width:12.6875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syxdpk4cLHDrG9S82wN3T5uIdN2TWIwc { top:11.5625rem;left:0rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeuiXuThvmsrm6SEhIg9PTCOLZGuypRN { top:11.375rem;left:32.125rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkbkZIHCxXnM0IDiadKfR4XtEfTwCdr0 { top:11.5625rem;left:8.25rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDguafx5WWDis2iNCXwx8Helac6M1Gk { top:11.5625rem;left:20.1875rem;width:15.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AONki9mLWpoD2P0WxzUAPbUuhlUE1Fez { top:3.3125rem;left:0rem;width:25.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quSBfIrtDPrrN1kTpDSohFboG241CsNR { top:4.5rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbToubmxDgTZRSKh2PvHarK01CTVpFW { display:block; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eie2VCQKurUyhWT1zgwnEVI5ozbN0Cqq { width:30.125rem;height:17.6875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTtZLSOqgLd0rDKrxkIn4W9BIFyOZtT { top:12.375rem;left:0rem;width:24rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2D5HIJc0hxTD4aSnGISMTqWUxWcQDQt { top:16.1875rem;left:0rem;width:21.6875rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH1RkJBF4FgqpT9WBb89prVrZzpxGTyP { width:29.75rem;height:19.3125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nguixl7JH27ymQdTWhJvRHQ7ETkgNG3C { width:31.25rem;height:17.75rem;top:7.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTyWbNXbpUalM2xbSxbErMUMq3EDvaoa { width:31.1875rem;height:18.75rem;top:23.9375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE49K7b4KGKTyg306Jair6Zac3nTqT2X { top:27.75rem;left:0rem;width:20.625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggkr3eA7rg8MJHGUEW80WeSyeDXnbcxO { top:14.5rem;left:27.125rem;width:20.625rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEU78PaNiHIPsknXVTyVHR1OVyTIPeLP { top:10.625rem;left:27.4375rem;width:19.6875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frlM07ffTTEPB4tRAPZKULoRKbrG0PrT { top:27.3125rem;left:23.3125rem;width:24.4375rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4wSQ2GPvWh2ZWh1Zoise5OCpEmtB0oq { top:33.25rem;left:0rem;width:22.375rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUJ4kiT3Zv8lCiO1Il455f1b3iTZkzWV { top:33.1875rem;left:26.1875rem;width:21.5625rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDfaqCRIMxDUvC6rmSBdR9d8vKmVaSo6 { width:29.75rem;height:15.3125rem;top:40.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIlJFSRdlVIrKdHyeNkT8JKAQVFFvVMD { top:48.375rem;left:18rem;width:11.75rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pybu9WhDeS2aK4nLmMHUAtAKkFKG83xF { top:44.6875rem;left:14.375rem;width:19.0625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugvnna0f9ABZzM6v2KX3EiRZFlSGQoSc { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDsefaiPwvwyfpbcTZaxwT32hniJKJr { top:9.375rem;left:0rem;width:8.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPGTuEJzWEaNTJHRxLRMEclSWQsKI9X { top:9.5rem;left:0rem;width:6.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Gp6HEFdZw3wTmEfw4HseWHR5Uz5NQS { top:51.8125rem;left:20.8125rem;width:6.125rem;height:2rem;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; } #ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .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; } #uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG { display:block; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LciJ0yKnATvLJWr5X3hTOAZZJutsVKsx { top:3.8125rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtlTpJEWrBhL1iEdipDgH3VQ12G3pPt { top:1.5rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnTvzBvUczxskEwXQDXKDunCFq8S6DZ { width:15.625rem;height:3.4375rem;top:6.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K71PDTit3gVTORGnZlqhyGsXK33IDQgF { display:block; }
 }@media only screen and (max-width: 763px) { #zFDRlwNRrrv2bZbUH1vs1opGInT7AROS { 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) { #ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d { display:block; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhOcIVfC7VsRbtAJVBrCCmEb2pu4z0xN { top:0.625rem;left:19.5rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp { display:block; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWRDuVGOEisk0t8NiHhU49m4OeoQuuXN { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIA31uVcwZvysDeKTgEWBT49NaTOfezN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DMZrbobzxkIxPssfcw2tmlXEZIfinHbf { 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; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf.adaptive-delivery-prevent-bg, #DMZrbobzxkIxPssfcw2tmlXEZIfinHbf.lazyload, #DMZrbobzxkIxPssfcw2tmlXEZIfinHbf.lazyloading { background-image: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container { background-color: transparent; background-image: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container > .video-iframe-container { display: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row > .video-iframe-container { display: none; }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .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); }#DMZrbobzxkIxPssfcw2tmlXEZIfinHbf > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo7dpwWQp3UU4A2cQyNCAFwOl1HTISEi { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFnPu9GkNWgdDivx8UM2NfcPBUkqHAqT { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwqghiywXFmy3lygOtcsTmsTtysk1DBv { width:16.1875rem;height:4.125rem;top:13.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhQKzISGSL4dQ45CDp8I5vl2A2CUTaxd { width:7.6875rem;height:2.625rem;top:7.53125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 { background-color:#ffffff;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:auto !important;display:block; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9.adaptive-delivery-prevent-bg, #gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9.lazyload, #gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9.lazyloading { background-image: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container { background-color: transparent; background-image: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container > .video-iframe-container { display: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row > .video-iframe-container { display: none; }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .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); }#gG1MuFi7JuNGhv2v1TDrEvSi97c67vV9 > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSISATTdT4LOlBlestl811Baf6ia2a7T { width:19.25rem;height:6.825rem;top:2.9521484375rem;left:0.75rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L3Kd5nf9zQCtlUefSufbTmfvrJ4uDBqM { width:17.4375rem;height:10.79296875rem;top:11.8125rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LzQ5d89kzl5DZMObCzMwMrnoZGr4ysDE { width:19.4375rem;height:13.3125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQE8HpBGZCXVnDuV4WFLgFdCTzUspBmZ { width:3rem;height:2.3125rem;top:31.5rem;left:10.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #g4LVLJz4DUoeaQ6Z2UAoDrWFhDiP6Wsi { width:20rem;height:4.7942754919499rem;top:90.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riMqcps7S7xLumeNvkAzF2o21JRgfXgI { width:12.875rem;height:2.625rem;top:91.1875rem;left:3.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P89bySbrsLOF09Z2TzubPfnWWyvQAtPi { width:20rem;height:49.0625rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aeb7f4c-c335-4d86-bfd4-cb57bcdeeabd/BG_GRIS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi.adaptive-delivery-prevent-bg, #b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi.lazyload, #b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi.lazyloading { background-image: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container { background-color: transparent; background-image: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container > .video-iframe-container { display: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row > .video-iframe-container { display: none; }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .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); }#b8535yqtl8OJ5fU1EsBpZzzsXTeKovXi > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5CNQZxGxlQoTzGkIFaVCVGpHROABG4C { width:14.1875rem;height:11.875rem;top:46.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXBJgs4vzmsblZocCuZzEpyCxrWAgJgT { width:18.75rem;height:1.4625rem;top:11rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3CMt1sUlxrwRS2kEFSnWGSTbQ16OZTB { width:15.5625rem;height:3.41015625rem;top:13.5rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txE4Spx0yszA00VEO7WDv77mfTwHxrfq { width:18.75rem;height:1.4625rem;top:20.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prQdTs8U1WW3uC4oNvu6QT1KKrdaxsdo { width:17.25rem;height:3.41015625rem;top:22rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSb0iJZOkNzISgLHvRKTLWKXIUbtfxM7 { width:18.75rem;height:1.4625rem;top:29.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vh76b69ocXIrIxWg3CohT4BnbylAAHb0 { width:15.9375rem;height:3.41015625rem;top:30.6875rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3fR2bGHICX2s5N3cvXyCSgweDVGJuPl { width:18.75rem;height:1.4625rem;top:37.3125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzIg64haumdQ3qyZ2bVafO4s1UbC6559 { width:16.375rem;height:3.41015625rem;top:39.5625rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KixTNVd8gSTuCw6OmGwTJqOsQ6dzdy0x { width:20rem;height:4.8125rem;top:2.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ADq4W8a5rSUleSPb2oFHag1xRX8UrpAb { width:20rem;height:2.03125rem;top:3.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgmHG7N0T7lw5BJqcANA9pT1gTZkF99a { width:17.875rem;height:7.125rem;top:10.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeDC6koTKMJpyW6GngE4ZdBHgPyW7Kx4 { width:17.875rem;height:7.125rem;top:19.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC7pfgnloeZbMwzXKD2t4tP75RKEhdBE { width:17.875rem;height:7.125rem;top:28.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMR4OTZdgUAL4RzSsTMbTkJP6KIziioU { width:17.875rem;height:7.125rem;top:36.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDW8IhQTS0OySMStn7FpVAvca9BP4FOn { display:block; }#mDW8IhQTS0OySMStn7FpVAvca9BP4FOn > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN1rTP1gRBeZ9guEB0D3f0xGINmkwAFX { width:18.75rem;height:9.75rem;top:11.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRt0aD3ozuKkggLL9pQE4Q1PlO8JCkKx { width:20rem;height:4.8125rem;top:2.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HokTFdu79wdU6UUo3OMWxXwbkkwkQdqe { width:20rem;height:3.4125rem;top:3.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz { display:block; }#XA1Lhb8xGHax0hIzlLnBCDEAJAMRUJkz > .row .container { width:20rem;height:122.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFPKRTtn3iG1FDMz3KJNQu66msVxBFF9 { width:12.8125rem;height:14.4375rem;top:18.6875rem;left:3.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #Onty51zVnZoLBI8zEKOR4I8M2EvfsZbq { width:11.4375rem;height:4.0625rem;top:12.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2HOQXSyhaimac33Z3dFuFV0LOphSZh { width:12.8125rem;height:19.6875rem;top:46.875rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #kmFLJDOmSGFaFwbmt5rQWp89EEOGQulX { width:9.875rem;height:5.625rem;top:39.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZuULFc4fLUXybpTU4A4tAJmkEHzHmAA { width:10.9375rem;height:10.375rem;top:72.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhmKkML4g8fPQUaZhUXuHdJkltWTWaNP { width:12.8125rem;height:9.795875rem;top:83.9375rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #w7RSIahfgTbTlltmCzO3ReaoBEeWVtgZ { width:13.1875rem;height:9rem;top:99.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dggaag4ep4TEQnqfbl5O5SpDExomfMZH { width:11.3125rem;height:6.9970625rem;top:110.0625rem;left:3.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #syxdpk4cLHDrG9S82wN3T5uIdN2TWIwc { width:15.625rem;height:26.3125rem;top:9.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeuiXuThvmsrm6SEhIg9PTCOLZGuypRN { width:15.625rem;height:20.8125rem;top:97.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkbkZIHCxXnM0IDiadKfR4XtEfTwCdr0 { width:15.625rem;height:31.4375rem;top:37.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDguafx5WWDis2iNCXwx8Helac6M1Gk { width:15.625rem;height:24.875rem;top:70.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AONki9mLWpoD2P0WxzUAPbUuhlUE1Fez { width:20rem;height:4.8125rem;top:3rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #quSBfIrtDPrrN1kTpDSohFboG241CsNR { width:20rem;height:2.03125rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAbToubmxDgTZRSKh2PvHarK01CTVpFW { display:block; }#eAbToubmxDgTZRSKh2PvHarK01CTVpFW > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eie2VCQKurUyhWT1zgwnEVI5ozbN0Cqq { width:20rem;height:17.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTtZLSOqgLd0rDKrxkIn4W9BIFyOZtT { width:16.375rem;height:3.65625rem;top:10.1875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2D5HIJc0hxTD4aSnGISMTqWUxWcQDQt { width:15.125rem;height:7.1484375rem;top:14.5625rem;left:2.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CH1RkJBF4FgqpT9WBb89prVrZzpxGTyP { width:20rem;height:15.6875rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nguixl7JH27ymQdTWhJvRHQ7ETkgNG3C { width:20rem;height:13.6875rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTyWbNXbpUalM2xbSxbErMUMq3EDvaoa { width:20rem;height:15.125rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE49K7b4KGKTyg306Jair6Zac3nTqT2X { width:16.1875rem;height:3.65625rem;top:26.1875rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggkr3eA7rg8MJHGUEW80WeSyeDXnbcxO { width:15.9375rem;height:7.1484375rem;top:46.8125rem;left:2.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEU78PaNiHIPsknXVTyVHR1OVyTIPeLP { width:15.75rem;height:2.4375rem;top:43.8125rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frlM07ffTTEPB4tRAPZKULoRKbrG0PrT { width:13.75rem;height:4.875rem;top:58.375rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4wSQ2GPvWh2ZWh1Zoise5OCpEmtB0oq { width:14.375rem;height:8.042rem;top:30.625rem;left:2.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUJ4kiT3Zv8lCiO1Il455f1b3iTZkzWV { width:16rem;height:7.1484375rem;top:63.875rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDfaqCRIMxDUvC6rmSBdR9d8vKmVaSo6 { width:20rem;height:11.125rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIlJFSRdlVIrKdHyeNkT8JKAQVFFvVMD { width:11.75rem;height:1.7871125rem;top:78.5rem;left:4.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pybu9WhDeS2aK4nLmMHUAtAKkFKG83xF { width:14rem;height:2.4375rem;top:75.3125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugvnna0f9ABZzM6v2KX3EiRZFlSGQoSc { 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) { #UXDsefaiPwvwyfpbcTZaxwT32hniJKJr { width:10.1875rem;height:2.25rem;top:7.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPGTuEJzWEaNTJHRxLRMEclSWQsKI9X { width:6.125rem;height:2rem;top:7.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Gp6HEFdZw3wTmEfw4HseWHR5Uz5NQS { width:6.125rem;height:2rem;top:81.25rem;left:6.9375rem;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; } #ofNAW7ckDhz17R5b20PiozO6zx2AUgXZ > .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; } #uUNWKeep9lpPlgREyoO2CJEVNKpZ8NoD > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG { background-color:#ffffff;background-image:none;display:block; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container { background-color: transparent; background-image: none; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container > .video-iframe-container { display: none; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row > .video-iframe-container { display: none; }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .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); }#kkfHdJRS27KzsiyEZ06kOcXT1chr4fxG > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LciJ0yKnATvLJWr5X3hTOAZZJutsVKsx { width:20rem;height:14.625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtlTpJEWrBhL1iEdipDgH3VQ12G3pPt { width:10.5rem;height:11.75rem;top:2.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnTvzBvUczxskEwXQDXKDunCFq8S6DZ { width:15.625rem;height:3.4375rem;top:20.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K71PDTit3gVTORGnZlqhyGsXK33IDQgF { display:block; }
 }@media only screen and (max-width: 763px) { #zFDRlwNRrrv2bZbUH1vs1opGInT7AROS { width:17.6875rem;height:3.4125rem;top:15.0625rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d { 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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d.adaptive-delivery-prevent-bg, #ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d.lazyload, #ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d.lazyloading { background-image: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container { background-color: transparent; background-image: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container > .video-iframe-container { display: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row > .video-iframe-container { display: none; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .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); }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ttMMHWWo8iggVy8WBfAcDH0BT3zaGR2d > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhOcIVfC7VsRbtAJVBrCCmEb2pu4z0xN { width:8.625rem;height:1.1375rem;top:0.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IieWqzh4ViXaZtNavLvaMbRpVgPIdQnp > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWRDuVGOEisk0t8NiHhU49m4OeoQuuXN { width:11.0625rem;height:2.1875rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIA31uVcwZvysDeKTgEWBT49NaTOfezN { display:block; }
 }