.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,234,250;--color-primary-1:133,193,239;--color-primary-2:51,151,229;--color-primary-3:0,125,223;--color-primary-4:0,71,187;--color-secondary-0:253,217,222;--color-secondary-1:248,142,157;--color-secondary-2:244,66,91;--color-secondary-3:230,56,128;--color-secondary-4:255,0,76;--color-tertiary-0:255,255,255;--color-tertiary-1:182,181,184;--color-tertiary-2:134,132,137;--color-tertiary-3:104,101,107;--color-tertiary-4:0,0,0;--headlines-font-family:"st ryde";--paragraphs-font-family:"st ryde"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/CfiMVaCM/Visitas_3x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container { background-color: transparent; background-image: none; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container > .video-iframe-container { display: none; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row > .video-iframe-container { display: none; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .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); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container { border-width: 0; border-radius: 0; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#a4gRZ3FCMdqZAae4aiwSR8olAueh9sDu { position:absolute;display:block;z-index:15021;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.93706875rem;width:13.0620625rem;top:1.3812934160232rem;left:1.25rem;overflow:hidden;display:block; }
#TsVVrzarNMLE6dnPBAy9ccGAuC9VXeAI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:15rem;height:3.89941875rem;display:block; }
#nVWTqmGfBXHPaSk4fdk0yIEGw4HHCQtP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#MhlOePsEozRZLLNexOLTTcQiEQDT39Z8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#CoCSlHTKJyEIHE9WVLfM3KqNL86ETPHr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:41.59375rem;overflow:hidden;display:block; }
#TNELrWWr99IuHG0GD4GdTduOiAhWFn7E { 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:1.875rem;width:1.875rem;top:4.0625rem;left:44.09375rem;overflow:hidden;display:block; }
#DkRpX4KVtrgXRJRPJASoNPPvzB94rGic { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:4.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#O9BlNFoLTamJoqQ5RFGBkGWzZTUA0HCZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.96875rem;left:50.6875rem;display:block; }
#eZtXGFIX3PuHlGstOG6GUddbr3SgrsNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNMmUdAtHbPJ7TobRXTexfINUKTul1Cg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa043, #ff6720);background-image: -moz-linear-gradient(180deg, #ffa043, #ff6720);background-image: -ms-linear-gradient(180deg, #ffa043, #ff6720);background-image: -o-linear-gradient(180deg, #ffa043, #ff6720);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa043', endColorstr='#ff6720' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa043', endColorstr='#ff6720' );";background-image: linear-gradient(180deg, #ffa043, #ff6720);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.96875rem;left:60.375rem;display:block; }
#dJf7Ri9kGoSmE2UCrVtrrZ0c7vcykFvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qySoiaqUsPBQpOJN9iP1KWMqmzuhes1L { background-color:#197d30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#eafaee;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68725rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.190673828125rem;left:0rem;display:block; }
#GyMnlV5aEUQxgF61dbtTfTefKEyMbJh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4iiKLl8xgafgU0Q4E8Nrv9ULHOtVd9r { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.1904296875rem;left:10.685546875rem;display:block; }
#rTfOO1PM0LQTeDv5ds3umV5n64mlysy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKhOznu2Pm4BhuaLQkzhHTmlOkCHzvQs { background-color:#710cc3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1904296875rem;left:20.685546875rem;display:block; }
#wKmd2MqDwxz3qVPL2DuNUXD9k5IZ6z58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usV8UZ1XfLsCwKhGn8OyxRbb1ygLcrTw { background-color:#36a29b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.1901044845581rem;left:30.684896469116rem;display:block; }
#Du98pPTAQRc85c7b3oJxco3OnT0zigWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IqKoslRP6ulSr5Lb2uz25zpePCRO61fB { background-color:#1419cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.1904296875rem;left:53.86962890625rem;display:block; }
#Kk1gVkMHprAKZapDnEPbkf1Vew7RSQaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WalBi67rdulwaiW4s0A35B2whCGaR7fo { background-color:#dc510c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.1901044845581rem;left:65.00000190735rem;display:block; }
#X7IgPEcxsqJmDSUE1HgSlRnT2b0IaKeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUUl4JzLz1lhoTVdVKn2IhrlC76zAT1A { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3111875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1901044845581rem;left:42.559900283814rem;display:block; }
#Q2EBw7NdICvnNqzi1TQwXgxMzNod30VD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { background-color: transparent; background-image: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .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); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { border-width: 0; border-radius: 0; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#mnsI6TKAoUBdikkX1PstJ0HSRxH7PIPl { color:#440099;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0.625rem;height:7.7995rem;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; }
#xZ5w7IFr3Tuox2hT3bPy9J8uLcX40po7 { z-index:15002;top:11rem;left:3.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ovaLcqeoyaQMbsSnwekd5SkL6zmV3BTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbiIcXGVP20mefSwq6Mk0W1g0lw3Lr1X { z-index:15002;top:11rem;left:19.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TS5hQaD2OcuODWhovHbZBzIEXTBrVq5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCLPO8d47kUu11tHpfNwkfPdGspD2acW { z-index:15002;top:11rem;left:36.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vvTmZvxlpgRRKnMePVObioCACNBxDpfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeCvuCQQy5mGooaJO7spChuJIF5mmEgG { z-index:15002;top:11rem;left:53.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AJn7EZ3KdMN6iB4pcE5TJWT19nub7HDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVUdBs8OuEukDetL7fFz0HAIMBn5RBnV { z-index:15004;top:16.375rem;left:29.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nNKO4vkISNhXepuDHv421hCtHWB7xWb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHIX8dk4lNyA5bsblaNDuxtJatb5Ody1 { z-index:15005;top:16.375rem;left:12.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SHH1RRVwcTaVLcDW9VRsMgmglAlS5N8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRaQDAk7xVvMg2M3TBy1DlxLaWx3CEcw { z-index:15007;top:16.375rem;left:46.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(216deg, #7700fd, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mIwP1TJHGF4rovMQAdhfuf1KHvt2SAGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOoebP63mtqc816asUHgrA0PFPGGihQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/itoiv86j/ayuda_turquesa.jpg");background-position:bottom 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; }#zOoebP63mtqc816asUHgrA0PFPGGihQo.adaptive-delivery-prevent-bg, #zOoebP63mtqc816asUHgrA0PFPGGihQo.lazyload, #zOoebP63mtqc816asUHgrA0PFPGGihQo.lazyloading { background-image: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { background-color: transparent; background-image: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container > .video-iframe-container { display: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row > .video-iframe-container { display: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .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); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { border-width: 0; border-radius: 0; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#MXqJHCQPN7wkTCoTFnbB4b4m1lvm1qQx { color:#5d1a78;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.6015625rem;left:1.361328125rem;height:3.29980625rem;display:block; }
#OslkIghgf1f5KkNI3Obx5dVfXt6dSiqa { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.2119140625rem;left:1.361328125rem;height:3.25rem;font-style:normal;display:block; }
#JT2XgdUhh8XUxWX7ZMRns24tDwUaRhvt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.3994140625rem;left:26.310546875rem;overflow:hidden;display:block; }
#RJxqJq5yPhhbGlr6hiVJklqEGZWfsNZh { position:absolute;display:block;z-index:15044;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:27.5rem;width:28.75rem;top:13.875rem;left:1.375rem;overflow:hidden;display:block; }
#ZlVM3ZScHNStIkxp3hIwscbXcLbuzJvi { position:absolute;display:block;z-index:15045;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.5625rem;width:10.1875rem;top:27.125rem;left:5.5625rem;overflow:hidden;display:block; }
#KggD6DGiNa6dst8sB4XXpSPLQFH4QH0e { position:absolute;display:block;z-index:15046;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:6.5rem;width:6.0625rem;top:31.0625rem;left:9.25rem;overflow:hidden;display:block; }
#n6a5IPESe9KbcvWtq8Hk0PfBox4eyQZm { position:absolute;display:block;z-index:15047;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.9375rem;width:4.375rem;top:31.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#VwSvLAAJdUCDCz6ts3l8cvPVg2x96VW8 { position:absolute;display:block;z-index:15048;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.8125rem;top:21.5rem;left:2.9375rem;overflow:hidden;display:block; }
#mUchNoE5ScRfBvekak0TgRMLkrUWleW3 { position:absolute;display:block;z-index:15049;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.625rem;width:8.9375rem;top:18.25rem;left:7rem;overflow:hidden;display:block; }
#WTPSSKJHUrWc0TkZVfTZS7NypJ1lmwqH { position:absolute;display:block;z-index:15050;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.3125rem;width:2rem;top:16.75rem;left:12.486328125rem;overflow:hidden;display:block; }
#FFpWRfmQ3wDSaqGpr7t5GLToZoFQI4TE { position:absolute;display:block;z-index:15051;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.75rem;width:3.75rem;top:24.75rem;left:20.25rem;overflow:hidden;display:block; }
#P7AJwvuuw70DOnOARRn0rfKoXPC88of5 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36.125rem;top:16.1875rem;left:33.986328125rem;display:block; }
#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/CfiMVaCM/Visitas_3x.png");background-position:bottom 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; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T.adaptive-delivery-prevent-bg, #KuhsyGebieadJlFOckFx5Gk4BgvP5K6T.lazyload, #KuhsyGebieadJlFOckFx5Gk4BgvP5K6T.lazyloading { background-image: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { background-color: transparent; background-image: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container > .video-iframe-container { display: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row > .video-iframe-container { display: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .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); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { border-width: 0; border-radius: 0; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#Xr6Jmhpw3STvEmnJr3EwyFiptBIf4bvi { color:#5d1a78;display:block;width:30.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:1.43408203125rem;left:22.15576171875rem;height:3.29980625rem;display:block; }
#chx1iCeUmBxKXJ73XzbwfMOlhxw3CE2T { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4350625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:7.435546875rem;left:12.37060546875rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#qm1LGp5qdD5LaQaQf91ht94lJV66sUbg { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15rem;width:27.1230625rem;top:11.8095703125rem;left:5.02734375rem;display:block; }
#pi4vM7gPqQFXBDJRr2mzyDIL5gbrG2BT { color:#5d1a78;display:block;width:22.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.4973964691163rem;left:7.5559883117675rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mufFJQksdyXx7q9KnNuC5XT33leZpM6R { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15rem;width:27.1230625rem;top:11.8095703125rem;left:44.55615234375rem;display:block; }
#bRlcdKEKZrILhXQS2XCTFbVPrgRQy9Cc { color:rgba(var(--color-tertiary-3),1);display:block;width:16.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.8115234375rem;left:49.99365234375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/CfiMVaCM/Visitas_3x.png");background-position:bottom 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; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07.adaptive-delivery-prevent-bg, #LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07.lazyload, #LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07.lazyloading { background-image: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { background-color: transparent; background-image: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container > .video-iframe-container { display: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row > .video-iframe-container { display: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .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); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { border-width: 0; border-radius: 0; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#AcaSGQmNKAzHT7yHCK8fkrXxRVdoI2zF { color:#5d1a78;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:1.6220703125rem;left:1.306640625rem;height:3.29980625rem;display:block; }
#tq1TGzZ3pZvJZzW3wbxo9Z0dxOR2HPfe { color:rgba(var(--color-tertiary-3),1);display:block;width:67.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:6.1220703125rem;left:1.306640625rem;height:2.75rem;display:block; }
#Qw1A7wpUmneZebXTLGfZyirxflZvSsHL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.125rem;height:2.124025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.65625rem;left:7.556640625rem;display:block; }
#s7w9bR9B55ABLJbmmSwkxkdTcuQNnZZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xnc9FSHeSPbzTgI4td59gTOKsPF7EoUR { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:7.875rem;width:14.0625rem;top:11.09375rem;left:7.087890625rem;overflow:hidden;display:block; }
#qwOZ5VF08vRIJ50eD6fcoLsmN4tDmXhI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:7.875rem;width:13.125rem;top:11.09375rem;left:49.5625rem;overflow:hidden;display:block; }
#IJnWsTA8lCOmzuaNHJ20XEv3tVBGTGQ9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.125rem;height:2.124025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.65625rem;left:50.462890625rem;display:block; }
#g9qBc801HtlVngF6hu89pOkNFDlOB4Fg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxRTTHfCJtTC4Q5kTEXyCC2FTQTdH2QV { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:12.5625rem;top:20.5302734375rem;left:29.619140625rem;overflow:hidden;display:block; }
#fSApEnA8ZL2vzaL4a5c0O8PPD4KRlgzk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.125rem;height:2.124025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.90625rem;left:29.337890625rem;display:block; }
#o68t6aNCOOhXfoCbrAmPssx68O5DWzEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/itoiv86j/ayuda_turquesa.jpg");background-position:bottom 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; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1.adaptive-delivery-prevent-bg, #SnPKbBhIo7AZT512LfhN8K3z146hy0l1.lazyload, #SnPKbBhIo7AZT512LfhN8K3z146hy0l1.lazyloading { background-image: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { background-color: transparent; background-image: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container > .video-iframe-container { display: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row > .video-iframe-container { display: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .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); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { border-width: 0; border-radius: 0; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#wGinLb6BTdVnqbWtIanZNOOtGDswD08B { color:#5d1a78;display:block;width:13.6845625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:1.5078125rem;left:0.986328125rem;height:3.29980625rem;display:block; }
#P1FITeiRcdAW9k0T3ybnvfBPE0T4ceBN { position:absolute;display:block;z-index:15000;height:27.8125rem;width:75rem;top:11.625rem;left:0rem;display:block; }
#vK9mbmGbSJPdkZFRaGwfZBMqrufxxsAg { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4326171875rem;left:0.986328125rem;height:4.875rem;font-style:normal;display:block; }
#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 { position:relative;display:block; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 { background-color: transparent; background-image: none; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container > .video-iframe-container { display: none; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row > .video-iframe-container { display: none; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .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); }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 { border-width: 0; border-radius: 0; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/m40xIsdC/Materias_3x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container.adaptive-delivery-prevent-bg, #EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container.lazyload, #EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container.lazyloading { background-image: none; }#nVvX7BolsFJVh0v7zRgqTuvrLXLk5zo1 { position:absolute;display:block;z-index:15032;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.187rem;width:10.812rem;top:11.74951171875rem;left:23.3115234375rem;overflow:hidden;display:block; }
#OU3tVGWpBUBKhPTD4bqT4Uyee2Pos88t { position:absolute;display:block;z-index:15033;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:8.3745rem;top:11.81103515625rem;left:41.4375rem;overflow:hidden;display:block; }
#b5Iq7aoe1Z177WmTpDHANi8t8MRpGTAK { color:rgba(var(--color-tertiary-3),1);display:block;width:32.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:4.06201171875rem;left:23.3115234375rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container { background-color: transparent; background-image: none; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container > .video-iframe-container { display: none; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row > .video-iframe-container { display: none; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .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); }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container { border-width: 0; border-radius: 0; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#qeOWaoumlswUubae0pbisNimndpOvezg { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:7.46875rem;height:7.7995rem;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; }
#z0ssfu6WZrElvpaKDoOhGLoUwCyNgQ1V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.5859375rem;left:1.5625rem;overflow:hidden;display:block; }
#TQOMD4xcnULr97GHkxKDfhGJsxh6gJ5H { color:rgba(var(--color-tertiary-4),1);display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:7.46875rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO { position:relative;display:block; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO { background-color: transparent; background-image: none; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container > .video-iframe-container { display: none; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row > .video-iframe-container { display: none; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .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); }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO { border-width: 0; border-radius: 0; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/m40xIsdC/Materias_3x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container.adaptive-delivery-prevent-bg, #MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container.lazyload, #MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container.lazyloading { background-image: none; }#vBVkTcd8RoFcAhDGkHy7ernZ56Cg89Ck { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:37.5rem;top:4.0625rem;left:37.5rem;overflow:hidden;display:block; }
#eEUZTwoSFZi3NtM501iEm6wZnpLRy2TS { color:rgba(var(--color-tertiary-3),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:11.171875rem;left:0rem;height:7.21875rem;text-align:center;text-align-last:center;display:block; }
#okFrDQpAcyBHN5LttgtHiz24rvN6T3oR { color:#5d1a78;display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:1.2431640625rem;left:0rem;height:2.13135rem;display:block; }
#wnJ7KmgizifiKXNfhWaPH4QbAzGECkJI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.75rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.9375rem;left:12.375rem;display:block; }
#CgrvTJ5welFMchr0d9TRQxbFpRzvFf3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container { background-color: transparent; background-image: none; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container > .video-iframe-container { display: none; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row > .video-iframe-container { display: none; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .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); }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container { border-width: 0; border-radius: 0; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#eEriKZOxf6FRfhB8s2pmhiTzVQVPHGHi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.25rem;top:2.5rem;left:1.25rem;overflow:hidden;display:block; }
#Tkcp6q0mNGxT7VTLnNKVR6QwAQxZFs7y { color:#840b55;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.1875rem;left:1.25rem;height:1.6497375rem;font-style:normal;display:block; }
#PnidTs0TivIkDCUFAn7unhB9yTMv7cRQ { color:#840b55;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:27.5rem;height:1.94970625rem;font-style:normal;display:block; }
#h4tELeUqBsQElTgRSHyaD0ImQFT6RMvS { color:#202020;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:27.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#nnWgCsH4F1mKWveXM138K0f50KcZMaK6 { color:#202020;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.708984375rem;left:48.436279296875rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#lU9aks6TCsdsey7dxT7hQqxOO14apWUC { color:#202020;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.625rem;left:40.248046875rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#XC7UC7aQPzf3PWIzgXynOh8rFLMepVyX { position:absolute;display:block;z-index:15030;height:2.74805rem;width:4.24805rem;top:13.32421875rem;left:69.1220703125rem;display:block; }
#bG9t1krdTWacT2ERNf0O7IqWPQ6wHw4u { position:absolute;display:block;z-index:15031;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.561525rem;width:4.436525rem;top:10.73046875rem;left:12.97265625rem;overflow:hidden;display:block; }
#K7X9iTwDakr0VHTPnDBaTM6xhw0swn0N { position:absolute;display:block;z-index:15032;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.375rem;width:3.37305rem;top:10.82421875rem;left:19.5rem;overflow:hidden;display:block; }
#TIC9Rv1nm9tnZfOHb4NWaSEmTtX4FK2Q { color:#202020;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4921875rem;left:27.5rem;height:5.199225rem;display:block; }
#o0ikxE3lshuM1GzBycMTtRbvHpWVQOVS { color:#202020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.75rem;left:42.372400283814rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#xzv0qBmeUKQrJX96HmFGTXhc6IttOcXM { color:#202020;display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.1875rem;left:43.248046875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#IMkbOO0QpKLWXWbWudKfyluk965LTcpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { border-width: 0; border-radius: 0; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { color:#202020;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.0625rem;left:18.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br { display:block; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4gRZ3FCMdqZAae4aiwSR8olAueh9sDu { top:1.375rem;left:0rem;width:13rem;height:4.913610982186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVVrzarNMLE6dnPBAy9ccGAuC9VXeAI { top:3.75rem;left:1.375rem;width:20.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWTqmGfBXHPaSk4fdk0yIEGw4HHCQtP { top:4.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhlOePsEozRZLLNexOLTTcQiEQDT39Z8 { top:4.0625rem;left:25.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoCSlHTKJyEIHE9WVLfM3KqNL86ETPHr { top:4.0625rem;left:27.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNELrWWr99IuHG0GD4GdTduOiAhWFn7E { top:4.0625rem;left:30.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkRpX4KVtrgXRJRPJASoNPPvzB94rGic { top:4.0625rem;left:32.9375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BlNFoLTamJoqQ5RFGBkGWzZTUA0HCZ { width:8.125rem;height:2.125rem;top:3.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZtXGFIX3PuHlGstOG6GUddbr3SgrsNu { display:block; }
 }@media only screen and (max-width: 763px) { #mNMmUdAtHbPJ7TobRXTexfINUKTul1Cg { width:13.375rem;height:2.125rem;top:3.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJf7Ri9kGoSmE2UCrVtrrZ0c7vcykFvk { display:block; }
 }@media only screen and (max-width: 763px) { #qySoiaqUsPBQpOJN9iP1KWMqmzuhes1L { width:10.625rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyMnlV5aEUQxgF61dbtTfTefKEyMbJh6 { display:block; }
 }@media only screen and (max-width: 763px) { #l4iiKLl8xgafgU0Q4E8Nrv9ULHOtVd9r { width:10rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfOO1PM0LQTeDv5ds3umV5n64mlysy5 { display:block; }
 }@media only screen and (max-width: 763px) { #GKhOznu2Pm4BhuaLQkzhHTmlOkCHzvQs { width:10rem;height:2.5rem;top:9.1875rem;left:7.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmd2MqDwxz3qVPL2DuNUXD9k5IZ6z58 { display:block; }
 }@media only screen and (max-width: 763px) { #usV8UZ1XfLsCwKhGn8OyxRbb1ygLcrTw { width:11.875rem;height:2.5rem;top:9.1875rem;left:17.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du98pPTAQRc85c7b3oJxco3OnT0zigWC { display:block; }
 }@media only screen and (max-width: 763px) { #IqKoslRP6ulSr5Lb2uz25zpePCRO61fB { width:11.25rem;height:2.5rem;top:9.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1gVkMHprAKZapDnEPbkf1Vew7RSQaX { display:block; }
 }@media only screen and (max-width: 763px) { #WalBi67rdulwaiW4s0A35B2whCGaR7fo { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IgPEcxsqJmDSUE1HgSlRnT2b0IaKeZ { display:block; }
 }@media only screen and (max-width: 763px) { #WUUl4JzLz1lhoTVdVKn2IhrlC76zAT1A { width:11.25rem;height:2.5rem;top:9.1875rem;left:28.934900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2EBw7NdICvnNqzi1TQwXgxMzNod30VD { display:block; }
 }@media only screen and (max-width: 763px) { #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E { display:block; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnsI6TKAoUBdikkX1PstJ0HSRxH7PIPl { top:1.625rem;left:0rem;width:35.0625rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5w7IFr3Tuox2hT3bPy9J8uLcX40po7 { top:11rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovaLcqeoyaQMbsSnwekd5SkL6zmV3BTO { display:block; }
 }@media only screen and (max-width: 763px) { #lbiIcXGVP20mefSwq6Mk0W1g0lw3Lr1X { top:11rem;left:6.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5hQaD2OcuODWhovHbZBzIEXTBrVq5T { display:block; }
 }@media only screen and (max-width: 763px) { #PCLPO8d47kUu11tHpfNwkfPdGspD2acW { top:11rem;left:22.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvTmZvxlpgRRKnMePVObioCACNBxDpfl { display:block; }
 }@media only screen and (max-width: 763px) { #BeCvuCQQy5mGooaJO7spChuJIF5mmEgG { top:11rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJn7EZ3KdMN6iB4pcE5TJWT19nub7HDD { display:block; }
 }@media only screen and (max-width: 763px) { #AVUdBs8OuEukDetL7fFz0HAIMBn5RBnV { top:16.375rem;left:16.15625rem;width:11.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNKO4vkISNhXepuDHv421hCtHWB7xWb9 { display:block; }
 }@media only screen and (max-width: 763px) { #uHIX8dk4lNyA5bsblaNDuxtJatb5Ody1 { top:16.375rem;left:0rem;width:11.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHH1RRVwcTaVLcDW9VRsMgmglAlS5N8t { display:block; }
 }@media only screen and (max-width: 763px) { #oRaQDAk7xVvMg2M3TBy1DlxLaWx3CEcw { top:16.375rem;left:32.8125rem;width:11.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwP1TJHGF4rovMQAdhfuf1KHvt2SAGc { display:block; }
 }@media only screen and (max-width: 763px) { #zOoebP63mtqc816asUHgrA0PFPGGihQo { display:block; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXqJHCQPN7wkTCoTFnbB4b4m1lvm1qQx { top:3.5625rem;left:0rem;width:24.25rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OslkIghgf1f5KkNI3Obx5dVfXt6dSiqa { top:9.1875rem;left:0rem;width:28.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2XgdUhh8XUxWX7ZMRns24tDwUaRhvt { top:11.375rem;left:12.685546875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJxqJq5yPhhbGlr6hiVJklqEGZWfsNZh { top:13.875rem;left:0rem;width:28.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlVM3ZScHNStIkxp3hIwscbXcLbuzJvi { top:27.125rem;left:0rem;width:10.1875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KggD6DGiNa6dst8sB4XXpSPLQFH4QH0e { top:31.0625rem;left:0rem;width:6.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6a5IPESe9KbcvWtq8Hk0PfBox4eyQZm { top:31.0625rem;left:0rem;width:4.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwSvLAAJdUCDCz6ts3l8cvPVg2x96VW8 { top:21.5rem;left:0rem;width:10.8125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUchNoE5ScRfBvekak0TgRMLkrUWleW3 { top:18.25rem;left:0rem;width:8.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPSSKJHUrWc0TkZVfTZS7NypJ1lmwqH { top:16.75rem;left:0rem;width:2rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpWRfmQ3wDSaqGpr7t5GLToZoFQI4TE { top:24.75rem;left:6.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7AJwvuuw70DOnOARRn0rfKoXPC88of5 { top:16.1875rem;left:11.625rem;width:36.125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuhsyGebieadJlFOckFx5Gk4BgvP5K6T { display:block; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr6Jmhpw3STvEmnJr3EwyFiptBIf4bvi { top:1.375rem;left:8.53076171875rem;width:30.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chx1iCeUmBxKXJ73XzbwfMOlhxw3CE2T { top:7.375rem;left:0rem;width:12.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm1LGp5qdD5LaQaQf91ht94lJV66sUbg { top:11.75rem;left:0rem;width:27.0625rem;height:14.96650682422rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4vM7gPqQFXBDJRr2mzyDIL5gbrG2BT { top:9.4375rem;left:0rem;width:22rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mufFJQksdyXx7q9KnNuC5XT33leZpM6R { top:11.75rem;left:20.6875rem;width:27.0625rem;height:14.96650682422rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRlcdKEKZrILhXQS2XCTFbVPrgRQy9Cc { top:6.75rem;left:31.5625rem;width:16.1875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 { display:block; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcaSGQmNKAzHT7yHCK8fkrXxRVdoI2zF { top:1.5625rem;left:0rem;width:30.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq1TGzZ3pZvJZzW3wbxo9Z0dxOR2HPfe { top:6.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw1A7wpUmneZebXTLGfZyirxflZvSsHL { width:13.125rem;height:2.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7w9bR9B55ABLJbmmSwkxkdTcuQNnZZW { display:block; }
 }@media only screen and (max-width: 763px) { #Xnc9FSHeSPbzTgI4td59gTOKsPF7EoUR { top:11.0625rem;left:0rem;width:14.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwOZ5VF08vRIJ50eD6fcoLsmN4tDmXhI { top:11.0625rem;left:34.625rem;width:13.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJnWsTA8lCOmzuaNHJ20XEv3tVBGTGQ9 { width:13.125rem;height:2.0625rem;top:19.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qBc801HtlVngF6hu89pOkNFDlOB4Fg { display:block; }
 }@media only screen and (max-width: 763px) { #XxRTTHfCJtTC4Q5kTEXyCC2FTQTdH2QV { top:20.5rem;left:15.994140625rem;width:12.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSApEnA8ZL2vzaL4a5c0O8PPD4KRlgzk { width:13.125rem;height:2.0625rem;top:28.875rem;left:15.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o68t6aNCOOhXfoCbrAmPssx68O5DWzEU { display:block; }
 }@media only screen and (max-width: 763px) { #SnPKbBhIo7AZT512LfhN8K3z146hy0l1 { display:block; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGinLb6BTdVnqbWtIanZNOOtGDswD08B { top:1.5rem;left:0rem;width:13.625rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1FITeiRcdAW9k0T3ybnvfBPE0T4ceBN { top:11.625rem;left:0rem;width:47.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9mbmGbSJPdkZFRaGwfZBMqrufxxsAg { top:5.375rem;left:0rem;width:37.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 { display:block; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVvX7BolsFJVh0v7zRgqTuvrLXLk5zo1 { top:11.6875rem;left:13.0625rem;width:10.75rem;height:11.122849611543rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU3tVGWpBUBKhPTD4bqT4Uyee2Pos88t { top:11.75rem;left:23.875rem;width:8.3125rem;height:10.980599588035rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Iq7aoe1Z177WmTpDHANi8t8MRpGTAK { top:4rem;left:0rem;width:32.4375rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD { display:block; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeOWaoumlswUubae0pbisNimndpOvezg { top:4.5625rem;left:0rem;width:21.25rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ssfu6WZrElvpaKDoOhGLoUwCyNgQ1V { top:6.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOMD4xcnULr97GHkxKDfhGJsxh6gJ5H { top:14.0625rem;left:0rem;width:47.75rem;height:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO { display:block; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBVkTcd8RoFcAhDGkHy7ernZ56Cg89Ck { top:4.0625rem;left:10.25rem;width:37.5rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUZTwoSFZi3NtM501iEm6wZnpLRy2TS { top:11.125rem;left:0rem;width:36.25rem;height:7.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okFrDQpAcyBHN5LttgtHiz24rvN6T3oR { top:1.1875rem;left:0rem;width:30.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJ7KmgizifiKXNfhWaPH4QbAzGECkJI { width:12.75rem;height:2.125rem;top:20.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrvTJ5welFMchr0d9TRQxbFpRzvFf3R { display:block; }
 }@media only screen and (max-width: 763px) { #iFTlaZ57wBk3T766cJc25hddiOQEbKP6 { display:block; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEriKZOxf6FRfhB8s2pmhiTzVQVPHGHi { top:2.5rem;left:0rem;width:18.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkcp6q0mNGxT7VTLnNKVR6QwAQxZFs7y { top:12.1875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnidTs0TivIkDCUFAn7unhB9yTMv7cRQ { top:2.6875rem;left:11.6875rem;width:20rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4tELeUqBsQElTgRSHyaD0ImQFT6RMvS { top:5.625rem;left:15.875rem;width:10rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnWgCsH4F1mKWveXM138K0f50KcZMaK6 { top:1.6875rem;left:6.125rem;width:25.625rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9aks6TCsdsey7dxT7hQqxOO14apWUC { top:5.625rem;left:22.75rem;width:9rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC7UC7aQPzf3PWIzgXynOh8rFLMepVyX { top:13.3125rem;left:43.4375rem;width:4.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG9t1krdTWacT2ERNf0O7IqWPQ6wHw4u { top:10.6875rem;left:8.41015625rem;width:4.375rem;height:4.4982665205313rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7X9iTwDakr0VHTPnDBaTM6xhw0swn0N { top:10.8125rem;left:12.5625rem;width:3.3125rem;height:4.296463882836rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIC9Rv1nm9tnZfOHb4NWaSEmTtX4FK2Q { top:9.4375rem;left:15.875rem;width:13.6875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ikxE3lshuM1GzBycMTtRbvHpWVQOVS { top:9.75rem;left:26.375rem;width:6.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzv0qBmeUKQrJX96HmFGTXhc6IttOcXM { top:12.1875rem;left:25.8125rem;width:5.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { top:4.0625rem;left:4.4375rem;width:38.875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container { background-color: transparent; background-image: none; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container > .video-iframe-container { display: none; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row > .video-iframe-container { display: none; }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .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); }#VzRqTNPtScAOEFVkl3NTVqxHGEHZ24br > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4gRZ3FCMdqZAae4aiwSR8olAueh9sDu { width:10.625rem;height:3.93676875rem;top:0.8740234375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVVrzarNMLE6dnPBAy9ccGAuC9VXeAI { width:9.75rem;height:5.24903125rem;top:13.7197265625rem;left:9.49658203125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nVWTqmGfBXHPaSk4fdk0yIEGw4HHCQtP { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhlOePsEozRZLLNexOLTTcQiEQDT39Z8 { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoCSlHTKJyEIHE9WVLfM3KqNL86ETPHr { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNELrWWr99IuHG0GD4GdTduOiAhWFn7E { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkRpX4KVtrgXRJRPJASoNPPvzB94rGic { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9BlNFoLTamJoqQ5RFGBkGWzZTUA0HCZ { width:7.25rem;height:2rem;top:11.43603515625rem;left:0.5302734375rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;text-align:center;text-align-last:center;line-height:1.3;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #df0012, #e66666);background-image: -moz-linear-gradient(180deg, #df0012, #e66666);background-image: -ms-linear-gradient(180deg, #df0012, #e66666);background-image: -o-linear-gradient(180deg, #df0012, #e66666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0012', endColorstr='#e66666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0012', endColorstr='#e66666' );";background-image: linear-gradient(180deg, #df0012, #e66666);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eZtXGFIX3PuHlGstOG6GUddbr3SgrsNu { display:block; }
 }@media only screen and (max-width: 763px) { #mNMmUdAtHbPJ7TobRXTexfINUKTul1Cg { width:8.187rem;height:2rem;top:15.40283203125rem;left:0.5302734375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dJf7Ri9kGoSmE2UCrVtrrZ0c7vcykFvk { display:block; }
 }@media only screen and (max-width: 763px) { #qySoiaqUsPBQpOJN9iP1KWMqmzuhes1L { width:7.1875rem;height:1.5rem;top:5.794921875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyMnlV5aEUQxgF61dbtTfTefKEyMbJh6 { display:block; }
 }@media only screen and (max-width: 763px) { #l4iiKLl8xgafgU0Q4E8Nrv9ULHOtVd9r { width:7.625rem;height:1.4375rem;top:5.82568359375rem;left:10.56005859375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfOO1PM0LQTeDv5ds3umV5n64mlysy5 { display:block; }
 }@media only screen and (max-width: 763px) { #GKhOznu2Pm4BhuaLQkzhHTmlOkCHzvQs { width:7.0625rem;height:1.375rem;top:7.51171875rem;left:0.4306640625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKmd2MqDwxz3qVPL2DuNUXD9k5IZ6z58 { display:block; }
 }@media only screen and (max-width: 763px) { #usV8UZ1XfLsCwKhGn8OyxRbb1ygLcrTw { width:7.5625rem;height:1.5rem;top:7.5439453125rem;left:10.56005859375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Du98pPTAQRc85c7b3oJxco3OnT0zigWC { display:block; }
 }@media only screen and (max-width: 763px) { #IqKoslRP6ulSr5Lb2uz25zpePCRO61fB { width:7.375rem;height:1.4375rem;top:9.3427734375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1gVkMHprAKZapDnEPbkf1Vew7RSQaX { display:block; }
 }@media only screen and (max-width: 763px) { #WalBi67rdulwaiW4s0A35B2whCGaR7fo { width:7.875rem;height:1.186525rem;top:11.56201171875rem;left:10.43408203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IgPEcxsqJmDSUE1HgSlRnT2b0IaKeZ { display:block; }
 }@media only screen and (max-width: 763px) { #WUUl4JzLz1lhoTVdVKn2IhrlC76zAT1A { width:7.625rem;height:1.4375rem;top:9.21826171875rem;left:10.37255859375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2EBw7NdICvnNqzi1TQwXgxMzNod30VD { display:block; }
 }@media only screen and (max-width: 763px) { #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Pmbz5cNs/Documentos_3x.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E.adaptive-delivery-prevent-bg, #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E.lazyload, #Jwkq6PoZsF1bHrPADeAattEgS0wUML7E.lazyloading { background-image: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { background-color: transparent; background-image: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row > .video-iframe-container { display: none; }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .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); }#Jwkq6PoZsF1bHrPADeAattEgS0wUML7E > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnsI6TKAoUBdikkX1PstJ0HSRxH7PIPl { width:17.5rem;height:3.25rem;top:1.25rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5w7IFr3Tuox2hT3bPy9J8uLcX40po7 { top:5.1875rem;left:1.25rem;width:8.4375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovaLcqeoyaQMbsSnwekd5SkL6zmV3BTO { display:block; }
 }@media only screen and (max-width: 763px) { #lbiIcXGVP20mefSwq6Mk0W1g0lw3Lr1X { top:5.125rem;left:10.875rem;width:7.9375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5hQaD2OcuODWhovHbZBzIEXTBrVq5T { display:block; }
 }@media only screen and (max-width: 763px) { #PCLPO8d47kUu11tHpfNwkfPdGspD2acW { top:7.25rem;left:1.25rem;width:8.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvTmZvxlpgRRKnMePVObioCACNBxDpfl { display:block; }
 }@media only screen and (max-width: 763px) { #BeCvuCQQy5mGooaJO7spChuJIF5mmEgG { top:7.25rem;left:10.75rem;width:8.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJn7EZ3KdMN6iB4pcE5TJWT19nub7HDD { display:block; }
 }@media only screen and (max-width: 763px) { #AVUdBs8OuEukDetL7fFz0HAIMBn5RBnV { top:12.5rem;left:7.90625rem;width:4.1875rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNKO4vkISNhXepuDHv421hCtHWB7xWb9 { display:block; }
 }@media only screen and (max-width: 763px) { #uHIX8dk4lNyA5bsblaNDuxtJatb5Ody1 { top:9.53125rem;left:1.6875rem;width:7.5625rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHH1RRVwcTaVLcDW9VRsMgmglAlS5N8t { display:block; }
 }@media only screen and (max-width: 763px) { #oRaQDAk7xVvMg2M3TBy1DlxLaWx3CEcw { top:9.53125rem;left:11.0625rem;width:7.5625rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwP1TJHGF4rovMQAdhfuf1KHvt2SAGc { display:block; }
 }@media only screen and (max-width: 763px) { #zOoebP63mtqc816asUHgrA0PFPGGihQo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/itoiv86j/ayuda_turquesa.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zOoebP63mtqc816asUHgrA0PFPGGihQo.adaptive-delivery-prevent-bg, #zOoebP63mtqc816asUHgrA0PFPGGihQo.lazyload, #zOoebP63mtqc816asUHgrA0PFPGGihQo.lazyloading { background-image: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { background-color: transparent; background-image: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container > .video-iframe-container { display: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row > .video-iframe-container { display: none; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .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); }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { border-width: 0; border-radius: 0; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOoebP63mtqc816asUHgrA0PFPGGihQo > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXqJHCQPN7wkTCoTFnbB4b4m1lvm1qQx { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OslkIghgf1f5KkNI3Obx5dVfXt6dSiqa { width:15rem;height:5.84765625rem;top:4.412109375rem;left:2.5rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT2XgdUhh8XUxWX7ZMRns24tDwUaRhvt { width:2.5rem;height:2.5rem;top:6.0859375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJxqJq5yPhhbGlr6hiVJklqEGZWfsNZh { width:20rem;height:19.128875rem;top:11.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlVM3ZScHNStIkxp3hIwscbXcLbuzJvi { width:6.25rem;height:7.125rem;top:21.3564453125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KggD6DGiNa6dst8sB4XXpSPLQFH4QH0e { width:3.9375rem;height:4.25rem;top:23.6376953125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6a5IPESe9KbcvWtq8Hk0PfBox4eyQZm { width:2.4375rem;height:2.8125rem;top:23.5126953125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwSvLAAJdUCDCz6ts3l8cvPVg2x96VW8 { width:6.75rem;height:6rem;top:16.5751953125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUchNoE5ScRfBvekak0TgRMLkrUWleW3 { width:6.0625rem;height:3.625rem;top:14.3251953125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPSSKJHUrWc0TkZVfTZS7NypJ1lmwqH { width:3.5625rem;height:4.125rem;top:12.4501953125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpWRfmQ3wDSaqGpr7t5GLToZoFQI4TE { width:2.875rem;height:2.875rem;top:18.5439453125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7AJwvuuw70DOnOARRn0rfKoXPC88of5 { height:11.2109375rem;width:20rem;top:31.5126953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuhsyGebieadJlFOckFx5Gk4BgvP5K6T { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13ba94, #0e1fa9);background-image: -moz-linear-gradient(180deg, #13ba94, #0e1fa9);background-image: -ms-linear-gradient(180deg, #13ba94, #0e1fa9);background-image: -o-linear-gradient(180deg, #13ba94, #0e1fa9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ba94', endColorstr='#0e1fa9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ba94', endColorstr='#0e1fa9' );";background-image: linear-gradient(180deg, #13ba94, #0e1fa9);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { background-color: transparent; background-image: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container > .video-iframe-container { display: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row > .video-iframe-container { display: none; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .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); }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { border-width: 0; border-radius: 0; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuhsyGebieadJlFOckFx5Gk4BgvP5K6T > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr6Jmhpw3STvEmnJr3EwyFiptBIf4bvi { width:20rem;height:2.35546875rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #chx1iCeUmBxKXJ73XzbwfMOlhxw3CE2T { width:8.058625rem;height:1.4619125rem;top:4.51171875rem;left:5.9697265625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:#ece5f3;display:block; }
 }@media only screen and (max-width: 763px) { #qm1LGp5qdD5LaQaQf91ht94lJV66sUbg { height:10.75rem;width:20rem;top:6.59619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4vM7gPqQFXBDJRr2mzyDIL5gbrG2BT { width:9.75rem;height:1.21875rem;top:19.02978515625rem;left:5.96923828125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;color:#f5ecf8;display:block; }
 }@media only screen and (max-width: 763px) { #mufFJQksdyXx7q9KnNuC5XT33leZpM6R { height:11.06069788395rem;width:20rem;top:26.25146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRlcdKEKZrILhXQS2XCTFbVPrgRQy9Cc { width:16.1865rem;height:1.4619125rem;top:23.03759765625rem;left:1.90576171875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:#ece5f3;display:block; }
 }@media only screen and (max-width: 763px) { #LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { background-color: transparent; background-image: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container > .video-iframe-container { display: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row > .video-iframe-container { display: none; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .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); }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { border-width: 0; border-radius: 0; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAf5uqXm4qKoZC4huxoqd2I36ze3Rv07 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcaSGQmNKAzHT7yHCK8fkrXxRVdoI2zF { width:17.5rem;height:1.625rem;top:1.25rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tq1TGzZ3pZvJZzW3wbxo9Z0dxOR2HPfe { width:19.4375rem;height:5.68359375rem;top:3.474609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qw1A7wpUmneZebXTLGfZyirxflZvSsHL { width:3.5rem;height:2rem;top:12.7880859375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7w9bR9B55ABLJbmmSwkxkdTcuQNnZZW { display:block; }
 }@media only screen and (max-width: 763px) { #Xnc9FSHeSPbzTgI4td59gTOKsPF7EoUR { width:5.5rem;height:2.9375rem;top:9.158203125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwOZ5VF08vRIJ50eD6fcoLsmN4tDmXhI { width:4.8120125rem;height:2.874025rem;top:9.158203125rem;left:14.02880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJnWsTA8lCOmzuaNHJ20XEv3tVBGTGQ9 { width:13.125rem;height:2.0625rem;top:16.0380859375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qBc801HtlVngF6hu89pOkNFDlOB4Fg { display:block; }
 }@media only screen and (max-width: 763px) { #XxRTTHfCJtTC4Q5kTEXyCC2FTQTdH2QV { width:11.125rem;height:7.125rem;top:19.3505859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSApEnA8ZL2vzaL4a5c0O8PPD4KRlgzk { width:13.125rem;height:2.0625rem;top:27.7255859375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o68t6aNCOOhXfoCbrAmPssx68O5DWzEU { display:block; }
 }@media only screen and (max-width: 763px) { #SnPKbBhIo7AZT512LfhN8K3z146hy0l1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/itoiv86j/ayuda_turquesa.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1.adaptive-delivery-prevent-bg, #SnPKbBhIo7AZT512LfhN8K3z146hy0l1.lazyload, #SnPKbBhIo7AZT512LfhN8K3z146hy0l1.lazyloading { background-image: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { background-color: transparent; background-image: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container > .video-iframe-container { display: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row > .video-iframe-container { display: none; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .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); }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { border-width: 0; border-radius: 0; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnPKbBhIo7AZT512LfhN8K3z146hy0l1 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGinLb6BTdVnqbWtIanZNOOtGDswD08B { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P1FITeiRcdAW9k0T3ybnvfBPE0T4ceBN { width:20rem;height:27.5rem;top:13.6582375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK9mbmGbSJPdkZFRaGwfZBMqrufxxsAg { width:20rem;height:5.5234375rem;top:5.0996125rem;left:0rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 { display:block; }#EucuS6CVrnyKr25WD0vflEJ3lb1ClGZ4 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVvX7BolsFJVh0v7zRgqTuvrLXLk5zo1 { width:4.375rem;height:4.49805rem;top:4.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU3tVGWpBUBKhPTD4bqT4Uyee2Pos88t { width:3.3125rem;height:4.3125rem;top:5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Iq7aoe1Z177WmTpDHANi8t8MRpGTAK { width:17.0625rem;height:1.4619125rem;top:1.9375rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD { display:block; }#RLkFFLeRrnfHLcmsDKEU51GGz5EFuCHD > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeOWaoumlswUubae0pbisNimndpOvezg { width:13.6875rem;height:5.19921875rem;top:6.25rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ssfu6WZrElvpaKDoOhGLoUwCyNgQ1V { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQOMD4xcnULr97GHkxKDfhGJsxh6gJ5H { width:18.875rem;height:32.90625rem;top:12.69921875rem;left:0.75rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO { display:block; }#MuMHl6vzW5fWvSIZpTiZz7tzFXBTALqO > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBVkTcd8RoFcAhDGkHy7ernZ56Cg89Ck { width:18.5rem;height:11.1875rem;top:4.4326171875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUZTwoSFZi3NtM501iEm6wZnpLRy2TS { width:15.5625rem;height:4.3857375rem;top:16.3701171875rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #okFrDQpAcyBHN5LttgtHiz24rvN6T3oR { width:20rem;height:2.0317375rem;top:1.1015625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wnJ7KmgizifiKXNfhWaPH4QbAzGECkJI { width:13.125rem;height:2.0625rem;top:22.0048828125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrvTJ5welFMchr0d9TRQxbFpRzvFf3R { display:block; }
 }@media only screen and (max-width: 763px) { #iFTlaZ57wBk3T766cJc25hddiOQEbKP6 { display:block; }#iFTlaZ57wBk3T766cJc25hddiOQEbKP6 > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEriKZOxf6FRfhB8s2pmhiTzVQVPHGHi { width:9.75rem;height:3.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkcp6q0mNGxT7VTLnNKVR6QwAQxZFs7y { width:9.9365rem;height:1.625rem;top:2.78076171875rem;left:9.74853515625rem;font-size:1.25rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PnidTs0TivIkDCUFAn7unhB9yTMv7cRQ { width:17.5rem;height:1.625rem;top:5.9375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4tELeUqBsQElTgRSHyaD0ImQFT6RMvS { width:17.5rem;height:2.2734375rem;top:7.998046875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnWgCsH4F1mKWveXM138K0f50KcZMaK6 { width:12.5rem;height:6.25489375rem;top:18.25rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lU9aks6TCsdsey7dxT7hQqxOO14apWUC { width:8.0615rem;height:2.2734375rem;top:7.998046875rem;left:9.74853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC7UC7aQPzf3PWIzgXynOh8rFLMepVyX { width:5.3125rem;height:3.125rem;top:19.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG9t1krdTWacT2ERNf0O7IqWPQ6wHw4u { width:4.375rem;height:4.49585rem;top:26.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7X9iTwDakr0VHTPnDBaTM6xhw0swn0N { width:3.31176875rem;height:4.2932125rem;top:26.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIC9Rv1nm9tnZfOHb4NWaSEmTtX4FK2Q { width:13.6875rem;height:4.546875rem;top:11.9345703125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0ikxE3lshuM1GzBycMTtRbvHpWVQOVS { width:5.375rem;height:1.13671875rem;top:11.9345703125rem;left:12.49609375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzv0qBmeUKQrJX96HmFGTXhc6IttOcXM { width:5.9375rem;height:1.13671875rem;top:13.6396484375rem;left:11.93359375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { width:17.5rem;height:4.1982375rem;top:1.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }