.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;overflow:visible;position:relative;display:block; }#xKFr8CAsBTOZNyhyfrAVmdEwn6Trq8xw { background-color:#41e5be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.1875rem;left:44.1875rem;display:block; }
#t9TCDEl2o46HZFmSru4xpmEPEAeMwCxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8yU44TFoZxQswPtLh7X9MNwK6a5ybkl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:14.8125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#Hb3drOavoyxzndxV1XxpcAzC90ZAWwk9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bilMZmt7GX0shALeaf6dqqWB8Sx5qQLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 { background-color:rgba(246,246,246,0.8);background-image:url("https://images.assets-landingi.com/uc/0ae35297-877a-43b3-a37a-6fb37d394bea/fondoreactiva.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6.adaptive-delivery-prevent-bg, #PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6.lazyload, #PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6.lazyloading { background-image: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container { background-color: transparent; background-image: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container > .video-iframe-container { display: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row > .video-iframe-container { display: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .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); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container { border-width: 0; border-radius: 0; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container { width:60rem;height:33.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#b6B5t1SGvFmFnwcsFnGTDPhkD8i8uGPa { color:#0d1e37;display:block;width:24.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#euMDLEMdiDtaiZsdoAbLy4bPqCdRFPgM { color:#0d1e37;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:13.625rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#kdJKMplToOxWt67Uvt3TwZ5wqqVcHBkt { box-sizing:content-box;height:18.75rem;width:32.125rem;position:absolute;display:block;z-index:15010;background-color:#bae8df;background-image:none;top:8rem;left:27.875rem;display:block; }
#uNnD6LluEcBGzHKWxsDpwhEWcVJXJC6c { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.0625rem;width:30.3125rem;top:8.875rem;left:28.6875rem;display:block; }
#pZalw2R4yFbi7ki6xQWqAyOQP00EeXCB { background-color:#41e5be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:4.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.4375rem;left:0rem;display:block; }
#Dqiv7TF8Zcn8B6V3x9DTqCD2E5B5LqF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1L8ymW98IRdBoZfqxRcvheOcMZmc0SZ { position:absolute;display:block;z-index:15028;height:9.8125rem;width:17.625rem;top:0.125rem;left:42.375rem;display:block; }
#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container { background-color: transparent; background-image: none; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container > .video-iframe-container { display: none; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row > .video-iframe-container { display: none; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .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); }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container { border-width: 0; border-radius: 0; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#SqgNkWmCNwgwEHeJF3NfWFMWmWA2hnNM { color:#0d1e37;display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.794921875rem;left:5.90625rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#u9TTVLsMKDUfEF9mlnLFz6cNtD6r3ls7 { background-color:#41e5be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:14.375rem;display:block; }
#Vm6dy3fQ1QOKkazs69EXwckMiFH5miRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#urkisBw0xwUoZXSaU0Dn5CFvhZ7qkI2v { color:#000000;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:43.0625rem;left:18.28125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#VUciAfJcCEf96Z05KT5Pevbn5DlIQDTV { color:#0d1e37;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:8.6875rem;left:11.65625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#muVMy2gNT07T8GXsGUlocfVr92rO0CDm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.875rem;left:0.5rem; }
#vk230w0xaeenLTTSqTqvgHABK4MpFkXS { box-sizing:content-box;height:7.125rem;width:17.0625rem;position:absolute;display:block;z-index:15009;background-color:#f8f8f8;background-image:none;top:16.875rem;left:0rem;display:block; }
#O1NaFCrp51eh8ZgKlIwSJHH3hf9DeZoH { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.3125rem;left:4.25rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRHeTMRbICEawXAGrlncsDuZGKRBsdBx { box-sizing:content-box;height:7.125rem;width:17.0625rem;position:absolute;display:block;z-index:15012;background-color:#f8f8f8;background-image:none;top:16.875rem;left:21.5rem;display:block; }
#x06SvKqVMUN2C0Mq7kIKsQT7vuWneF2m { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.3125rem;left:25.75rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTGQH1znOGoHzIkNx9vbsH3H6qqHdVmV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.875rem;left:22rem; }
#NeAGczSNnzbNxouWmHbhRf2CGT4ayfnO { box-sizing:content-box;height:7.125rem;width:17.0625rem;position:absolute;display:block;z-index:15015;background-color:#f8f8f8;background-image:none;top:16.875rem;left:42.9375rem;display:block; }
#k7WzqriV9bHTBRRRpFDI74nHCcK0PuJs { color:#000000;display:block;width:10.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.037109375rem;left:47.59375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtVTQyx2kaWGxAOqziuUUkPsZ7wMeIqb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.875rem;left:43.75rem; }
#SMFcx6SxnsAMiOH3mSyPS1Bs3vG8rAuZ { box-sizing:content-box;height:7.125rem;width:17.0625rem;position:absolute;display:block;z-index:15012;background-color:#f8f8f8;background-image:none;top:25.875rem;left:0rem;display:block; }
#NyLTnf9nMBtNtit821Niud3UkX3tdv9y { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:28.0625rem;left:4.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmLkTJLQS5rnsEMAtzbef9hKeL870fTZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:27.875rem;left:0.5rem; }
#rcd99tuiEhv3t7c5fWgDXrTzICTzi14W { box-sizing:content-box;height:7.125rem;width:17.0625rem;position:absolute;display:block;z-index:15018;background-color:#f8f8f8;background-image:none;top:25.875rem;left:21.5rem;display:block; }
#ZWSL9kIDMAX2Hge7lrXkwzfUiL8e67qK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27.875rem;left:22rem; }
#K81QUvpUD4mJUkIrPyK25vgKhrld9lW7 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:28.0625rem;left:25.75rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2wOEBATNsys1he11IHRTTaW2uKX7eRF { box-sizing:content-box;height:7.125rem;width:17.0625rem;position:absolute;display:block;z-index:15021;background-color:#f8f8f8;background-image:none;top:25.875rem;left:42.9375rem;display:block; }
#pss491ZWDISmiDutRuyVmo7pq0vS1QhH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:27.875rem;left:43.96875rem; }
#VBmyLtTnVw2dkgiHC8htEufLL7rPG5q6 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:27.875rem;left:47.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container { background-color: transparent; background-image: none; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container > .video-iframe-container { display: none; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row > .video-iframe-container { display: none; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .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); }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container { border-width: 0; border-radius: 0; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#HHT8hvyEKRE2WHZ0UVLoRE68uZKLPCDM { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:16.162109375rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cb9UUSTdsfJOIlgrELKP0G5xw4w33nTs { color:#0d1e37;display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7109375rem;left:0rem;height:8.285125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzHNhOEqH1PormRsO4lRthLUytZ1XfZM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:6.685546875rem;left:29.1875rem;display:block; }
#sew2o36yAMvT3gzN8XvT8CmcLp37FfGd { background-color:#41e5be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:4.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.958984375rem;left:29.1875rem;display:block; }
#gEQDGfc1235xQnigvEqR2VGvf2oi0Qwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMPPCtKmkx0Dm1zT47gTxHSSuMedisOZ { box-sizing:content-box;height:18.9375rem;width:31.875rem;position:absolute;display:block;z-index:15008;background-color:#bae8df;background-image:none;top:5.7109375rem;left:28.25rem;display:block; }
#f1pBZFCmyEZfLQ16X0TwMZN3b4c0mmKt { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.9814453125rem;left:35.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#GTpMHCgQBwRREuoopeZcgz7DJORyPRaX { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.1875rem;left:5.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w2arhUkmZh0XT3p5gXba5QFEC9eXwqme { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGGK0GpteGF2eXcankKFFEDMaQpqNUDM { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPUaDrAeuGezqkSgcPJxzsWpJPT3r13M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.75rem;left:2.5625rem; }
#ro3wUotJi0OzmpcIM8IaluqkpGlTZEQ5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.625rem;left:2.5625rem; }
#sXVKNGZMlUV49cQ18HmkVHe6BFm9VlFA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.25rem;left:2.5625rem; }
#RazubepTlRbkKOllL76dHeUqgmWsfc33 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.9375rem;left:2.5625rem; }
#ZGwL8NbNqCdVyAmeeM2WRMZ9mEbEWFqX { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:33.015625rem;left:5.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HR9ASlotfyiZE1QSQSHCqt069EixypvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ae35297-877a-43b3-a37a-6fb37d394bea/fondoreactiva.svg");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR.adaptive-delivery-prevent-bg, #HR9ASlotfyiZE1QSQSHCqt069EixypvR.lazyload, #HR9ASlotfyiZE1QSQSHCqt069EixypvR.lazyloading { background-image: none; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container { background-color: transparent; background-image: none; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container > .video-iframe-container { display: none; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row > .video-iframe-container { display: none; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .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); }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container { border-width: 0; border-radius: 0; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#zTucehT91zxA9LxZROJxwDAyZw5pP0C1 { color:#0d1e37;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8681640625rem;left:19.25rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Rbgw2aTXVd3U54NbIgsq5Zx2KsKBW9M2 { 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:2.5625rem;width:7.5625rem;top:9.5rem;left:0rem;overflow:hidden;display:block; }
#M6gKZGzXoOcWKGK7ifqOhfwdOEALRVqk { 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:3.5rem;width:7.875rem;top:15.15625rem;left:0rem;overflow:hidden;display:block; }
#uvuoGgGOPglaGxzfs0STDgEDIk4MreD4 { 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:3.0625rem;width:6.375rem;top:22.0625rem;left:43.125rem;overflow:hidden;display:block; }
#LofDPlD1MooVHlMpggGQMIyq12viumiO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.125rem;top:9.375rem;left:21.6875rem;overflow:hidden;display:block; }
#IBlB6eC2vDe9zcfIZ8NBEGTkpdNoQcl0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6rem;top:9.375rem;left:32.25rem;overflow:hidden;display:block; }
#yJttquSgmeLFnl4LQtp01KTRfi1bHaSS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:9.4375rem;left:52.4375rem;overflow:hidden;display:block; }
#C6Gncase4TAkXFHPtLDWSn0JqoqbWLiy { 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:7.75rem;width:7.75rem;top:13.1875rem;left:11.5625rem;overflow:hidden;display:block; }
#cvE8F6xtlRXX74dOg37qH8AkQXNV73wR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:13.1875rem;left:21.375rem;overflow:hidden;display:block; }
#VDwwSsl096d41shyt0a81hGEtMdTAFag { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9rem;top:16.4375rem;left:31.375rem;overflow:hidden;display:block; }
#IXDX5WvImyNMLwLCWsddAXBCygyJ6qfJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:12.5625rem;left:41.9375rem;overflow:hidden;display:block; }
#vxhHDVwwtbKkeaz2ykyFiPmRAXM5bTTv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.875rem;top:15.71875rem;left:52.125rem;overflow:hidden;display:block; }
#LZTnZkRTweGUlZBktETG5gvyBRMeHNqo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.5625rem;top:9.4375rem;left:41.9375rem;overflow:hidden;display:block; }
#tilmBJ5vgBW0uIcoSBGSHupqoCm99h8y { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.75rem;top:22.4375rem;left:0rem;overflow:hidden;display:block; }
#OPRg1Am4wpu5ctySOTlOSxpnODAbrTEk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:19rem;left:11.1875rem;overflow:hidden;display:block; }
#eRzW2zScsWkBXKyL7h8L9rFDMgDtvayb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:19rem;left:21.6875rem;overflow:hidden;display:block; }
#u0O6NxlJz6JFieoL3BTkxIsN6pn2oA4e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:19.125rem;left:31.875rem;overflow:hidden;display:block; }
#QL57NQE3WO8NPF4PUhQAheNIVOASab3q { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:7.4375rem;left:11.8125rem;overflow:hidden;display:block; }
#Z1SLgBp8IUtboAOmclRRsbSIe260gHvh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.5rem;top:22.3125rem;left:52.5rem;overflow:hidden;display:block; }
#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41e5be;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; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container { background-color: transparent; background-image: none; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container > .video-iframe-container { display: none; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row > .video-iframe-container { display: none; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .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); }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container { border-width: 0; border-radius: 0; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#K0ew0UV0pKpcUi2puxiXhfqn3TVobgWu { background-color:#0d1e37;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.40625rem;left:34.25rem;display:block; }
#ONXTLw0tLP7JND2aAT03PyMgZUvVtIFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F41wWL0zmV60E69D4KeKA7TNwdOAb1D0 { color:#0d1e37;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.884765625rem;left:0rem;height:8.042rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1euqQDawi1PrWg704yBZ83QiylkGOAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1e37;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; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container { background-color: transparent; background-image: none; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container > .video-iframe-container { display: none; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row > .video-iframe-container { display: none; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .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); }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container { border-width: 0; border-radius: 0; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#Nrhu8pv3HN2vDQlTPTgmGlXuy4Tyb4SF { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.8125rem;left:0rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBBCO1PWreUJdxFZRuBHuzrZKgGAzmSq { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.1875rem;left:34.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#XZrskMBDPrSNsWyILt1bTIe0GTHBnVZF { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:8.79296875rem;left:50.0625rem;height:1.2246125rem;font-style:normal;display:block; }
#exMrt8KTPNCDOLlhcKOTuG8tFqBKPEcx { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:21.580078125rem;left:13.8125rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNMTlOnhtPlRWm4WN0ylZ0S1HiQ88TQJ { background-color:rgba(93,93,93,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.3125rem;left:34.1875rem;display:block; }
#bSXzQSPficG4BZ1TC9aU1M34N14WT16T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPvpOJ5zH1VBnrcfaCbfSLpbG6NvsfSZ { background-color:rgba(93,93,93,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.5625rem;left:34.1875rem;display:block; }
#lxLam7pegOocowhDCRqZ0uQzrwQ9JAcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zITyh2ksI9A5FNkMUlyHzC4TNA4FtP6B { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:6.1875rem;left:49.8125rem;height:1.04980625rem;font-style:normal;display:block; }
#K6g2vnDDGkFEh7eZBXSp3IIzFPCxv6Oa { position:absolute;display:block;z-index:15034;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.3125rem;width:6.625rem;top:8.375rem;left:21.0625rem;overflow:hidden;display:block; }
#cZdiQTUxrrXFzaDJ4osIWFPeQi7QWAOf { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:6.0625rem;left:21.0625rem;height:1.04980625rem;font-style:normal;display:block; }
#zgoutsDcWh5ErxGeK0RyDzWcHF3W7irg { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:10.75rem;left:50.0625rem;height:1.25rem;font-style:normal;display:block; }
#Hbh1d2psdNk8KZv2IKAZ00DzKSApmsDC { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:12.71875rem;left:50.0625rem;height:1.25rem;font-style:normal;display:block; }
#VzP0hJisf8I1dTykufsC0iq24XfRcSCX { position:absolute;display:block;z-index:15035;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:13.8125rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKFr8CAsBTOZNyhyfrAVmdEwn6Trq8xw { width:15.8125rem;height:2.375rem;top:1.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TCDEl2o46HZFmSru4xpmEPEAeMwCxU { display:block; }
 }@media only screen and (max-width: 763px) { #X8yU44TFoZxQswPtLh7X9MNwK6a5ybkl { top:1.125rem;left:0rem;width:14.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb3drOavoyxzndxV1XxpcAzC90ZAWwk9 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bilMZmt7GX0shALeaf6dqqWB8Sx5qQLk { display:block; }
 }@media only screen and (max-width: 763px) { #PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 { display:block; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6B5t1SGvFmFnwcsFnGTDPhkD8i8uGPa { top:5.625rem;left:0rem;width:24.875rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euMDLEMdiDtaiZsdoAbLy4bPqCdRFPgM { top:13.625rem;left:0rem;width:25.9375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdJKMplToOxWt67Uvt3TwZ5wqqVcHBkt { top:8rem;left:15.625rem;width:32.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNnD6LluEcBGzHKWxsDpwhEWcVJXJC6c { top:8.875rem;left:17.4375rem;width:30.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZalw2R4yFbi7ki6xQWqAyOQP00EeXCB { width:25.1875rem;height:4.875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqiv7TF8Zcn8B6V3x9DTqCD2E5B5LqF5 { display:block; }
 }@media only screen and (max-width: 763px) { #n1L8ymW98IRdBoZfqxRcvheOcMZmc0SZ { top:0.125rem;left:30.125rem;width:17.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc { display:block; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqgNkWmCNwgwEHeJF3NfWFMWmWA2hnNM { width:46.875rem;height:2.625rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9TTVLsMKDUfEF9mlnLFz6cNtD6r3ls7 { width:31.25rem;height:5rem;top:37.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm6dy3fQ1QOKkazs69EXwckMiFH5miRi { display:block; }
 }@media only screen and (max-width: 763px) { #urkisBw0xwUoZXSaU0Dn5CFvhZ7qkI2v { top:43.0625rem;left:12.15625rem;width:22.125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUciAfJcCEf96Z05KT5Pevbn5DlIQDTV { top:8.6875rem;left:5.53125rem;width:35.375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVMy2gNT07T8GXsGUlocfVr92rO0CDm { top:18.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk230w0xaeenLTTSqTqvgHABK4MpFkXS { top:16.875rem;left:0rem;width:17.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NaFCrp51eh8ZgKlIwSJHH3hf9DeZoH { top:18.3125rem;left:0rem;width:11.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRHeTMRbICEawXAGrlncsDuZGKRBsdBx { top:16.875rem;left:15.375rem;width:17.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06SvKqVMUN2C0Mq7kIKsQT7vuWneF2m { top:18.3125rem;left:19.625rem;width:11.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTGQH1znOGoHzIkNx9vbsH3H6qqHdVmV { top:18.875rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeAGczSNnzbNxouWmHbhRf2CGT4ayfnO { top:16.875rem;left:30.6875rem;width:17.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7WzqriV9bHTBRRRpFDI74nHCcK0PuJs { top:19rem;left:37rem;width:10.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVTQyx2kaWGxAOqziuUUkPsZ7wMeIqb { top:18.875rem;left:37.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMFcx6SxnsAMiOH3mSyPS1Bs3vG8rAuZ { top:25.875rem;left:0rem;width:17.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyLTnf9nMBtNtit821Niud3UkX3tdv9y { top:28.0625rem;left:0rem;width:11.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmLkTJLQS5rnsEMAtzbef9hKeL870fTZ { top:27.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcd99tuiEhv3t7c5fWgDXrTzICTzi14W { top:25.875rem;left:15.375rem;width:17.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWSL9kIDMAX2Hge7lrXkwzfUiL8e67qK { top:27.875rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81QUvpUD4mJUkIrPyK25vgKhrld9lW7 { top:28.0625rem;left:19.625rem;width:11.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2wOEBATNsys1he11IHRTTaW2uKX7eRF { top:25.875rem;left:30.6875rem;width:17.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pss491ZWDISmiDutRuyVmo7pq0vS1QhH { top:27.875rem;left:37.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBmyLtTnVw2dkgiHC8htEufLL7rPG5q6 { top:27.875rem;left:36.1875rem;width:11.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL { display:block; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHT8hvyEKRE2WHZ0UVLoRE68uZKLPCDM { width:22.625rem;height:4.8125rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb9UUSTdsfJOIlgrELKP0G5xw4w33nTs { width:22.4375rem;height:8.25rem;top:5.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHNhOEqH1PormRsO4lRthLUytZ1XfZM { top:6.625rem;left:17.75rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sew2o36yAMvT3gzN8XvT8CmcLp37FfGd { width:29.875rem;height:4.9375rem;top:26.9375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQDGfc1235xQnigvEqR2VGvf2oi0Qwu { display:block; }
 }@media only screen and (max-width: 763px) { #aMPPCtKmkx0Dm1zT47gTxHSSuMedisOZ { top:5.6875rem;left:15.875rem;width:31.875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1pBZFCmyEZfLQ16X0TwMZN3b4c0mmKt { top:32.9375rem;left:29.125rem;width:17.875rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpMHCgQBwRREuoopeZcgz7DJORyPRaX { top:29.1875rem;left:0rem;width:20.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2arhUkmZh0XT3p5gXba5QFEC9eXwqme { top:25.6875rem;left:0rem;width:20.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGGK0GpteGF2eXcankKFFEDMaQpqNUDM { top:22.9375rem;left:0rem;width:20.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPUaDrAeuGezqkSgcPJxzsWpJPT3r13M { top:22.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro3wUotJi0OzmpcIM8IaluqkpGlTZEQ5 { top:25.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVKNGZMlUV49cQ18HmkVHe6BFm9VlFA { top:29.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RazubepTlRbkKOllL76dHeUqgmWsfc33 { top:32.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGwL8NbNqCdVyAmeeM2WRMZ9mEbEWFqX { top:33rem;left:0rem;width:19.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR9ASlotfyiZE1QSQSHCqt069EixypvR { display:block; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTucehT91zxA9LxZROJxwDAyZw5pP0C1 { width:21.5rem;height:2.625rem;top:2.8125rem;left:13.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbgw2aTXVd3U54NbIgsq5Zx2KsKBW9M2 { top:9.5rem;left:0rem;width:7.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6gKZGzXoOcWKGK7ifqOhfwdOEALRVqk { top:15.125rem;left:0rem;width:7.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvuoGgGOPglaGxzfs0STDgEDIk4MreD4 { top:22.0625rem;left:37rem;width:6.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LofDPlD1MooVHlMpggGQMIyq12viumiO { top:9.375rem;left:15.5625rem;width:7.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlB6eC2vDe9zcfIZ8NBEGTkpdNoQcl0 { top:9.375rem;left:26.125rem;width:6rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJttquSgmeLFnl4LQtp01KTRfi1bHaSS { top:9.4375rem;left:40.1875rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Gncase4TAkXFHPtLDWSn0JqoqbWLiy { top:13.1875rem;left:5.4375rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvE8F6xtlRXX74dOg37qH8AkQXNV73wR { top:13.1875rem;left:15.25rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDwwSsl096d41shyt0a81hGEtMdTAFag { top:16.4375rem;left:25.25rem;width:9rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXDX5WvImyNMLwLCWsddAXBCygyJ6qfJ { top:12.5625rem;left:35.8125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhHDVwwtbKkeaz2ykyFiPmRAXM5bTTv { top:15.6875rem;left:39.875rem;width:7.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTnZkRTweGUlZBktETG5gvyBRMeHNqo { top:9.4375rem;left:35.8125rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tilmBJ5vgBW0uIcoSBGSHupqoCm99h8y { top:22.4375rem;left:0rem;width:6.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPRg1Am4wpu5ctySOTlOSxpnODAbrTEk { top:19rem;left:5.0625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRzW2zScsWkBXKyL7h8L9rFDMgDtvayb { top:19rem;left:15.5625rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0O6NxlJz6JFieoL3BTkxIsN6pn2oA4e { top:19.125rem;left:25.75rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL57NQE3WO8NPF4PUhQAheNIVOASab3q { top:7.4375rem;left:5.6875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1SLgBp8IUtboAOmclRRsbSIe260gHvh { top:22.3125rem;left:40.25rem;width:7.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z { display:block; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0ew0UV0pKpcUi2puxiXhfqn3TVobgWu { width:25.75rem;height:5rem;top:5.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONXTLw0tLP7JND2aAT03PyMgZUvVtIFq { display:block; }
 }@media only screen and (max-width: 763px) { #F41wWL0zmV60E69D4KeKA7TNwdOAb1D0 { width:32.0625rem;height:;top:3.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1euqQDawi1PrWg704yBZ83QiylkGOAh { display:block; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nrhu8pv3HN2vDQlTPTgmGlXuy4Tyb4SF { top:7.8125rem;left:0rem;width:18.4375rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBBCO1PWreUJdxFZRuBHuzrZKgGAzmSq { top:6.1875rem;left:28.0625rem;width:11.0625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrskMBDPrSNsWyILt1bTIe0GTHBnVZF { top:8.75rem;left:37.8125rem;width:9.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMrt8KTPNCDOLlhcKOTuG8tFqBKPEcx { top:21.5625rem;left:7.6875rem;width:32.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMTlOnhtPlRWm4WN0ylZ0S1HiQ88TQJ { width:10.8125rem;height:2.4375rem;top:12.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSXzQSPficG4BZ1TC9aU1M34N14WT16T { display:block; }
 }@media only screen and (max-width: 763px) { #cPvpOJ5zH1VBnrcfaCbfSLpbG6NvsfSZ { width:10.8125rem;height:2.4375rem;top:8.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxLam7pegOocowhDCRqZ0uQzrwQ9JAcy { display:block; }
 }@media only screen and (max-width: 763px) { #zITyh2ksI9A5FNkMUlyHzC4TNA4FtP6B { top:6.1875rem;left:38.375rem;width:9.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6g2vnDDGkFEh7eZBXSp3IIzFPCxv6Oa { top:8.375rem;left:14.9375rem;width:6.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZdiQTUxrrXFzaDJ4osIWFPeQi7QWAOf { top:6.0625rem;left:14.9375rem;width:8.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgoutsDcWh5ErxGeK0RyDzWcHF3W7irg { top:10.75rem;left:37.8125rem;width:9.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbh1d2psdNk8KZv2IKAZ00DzKSApmsDC { top:12.6875rem;left:37.8125rem;width:9.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzP0hJisf8I1dTykufsC0iq24XfRcSCX { top:3.125rem;left:0rem;width:13.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKFr8CAsBTOZNyhyfrAVmdEwn6Trq8xw { width:15.8125rem;height:2.375rem;top:1.1875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9TCDEl2o46HZFmSru4xpmEPEAeMwCxU { display:block; }
 }@media only screen and (max-width: 763px) { #X8yU44TFoZxQswPtLh7X9MNwK6a5ybkl { width:11rem;height:1.8125rem;top:1.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb3drOavoyxzndxV1XxpcAzC90ZAWwk9 { top:1.53125rem;left:13.625rem;width:6.375rem;height:1.75rem;z-index:15007;background-color:#41e5be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bilMZmt7GX0shALeaf6dqqWB8Sx5qQLk { display:block; }
 }@media only screen and (max-width: 763px) { #PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 { background-color:rgba(0,0,0,0.8);background-image:url("https://images.assets-landingi.com/uc/0ae35297-877a-43b3-a37a-6fb37d394bea/fondoreactiva.svg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6.adaptive-delivery-prevent-bg, #PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6.lazyload, #PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6.lazyloading { background-image: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container { background-color: transparent; background-image: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container > .video-iframe-container { display: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row > .video-iframe-container { display: none; }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .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); }#PQcgoqTnTA2kElWGiTd3xSLuHBfR2ZD6 > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6B5t1SGvFmFnwcsFnGTDPhkD8i8uGPa { width:20rem;height:4.38671875rem;top:6.8740234375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #euMDLEMdiDtaiZsdoAbLy4bPqCdRFPgM { width:20rem;height:9.795875rem;top:12.9541015625rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdJKMplToOxWt67Uvt3TwZ5wqqVcHBkt { width:20rem;height:14.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNnD6LluEcBGzHKWxsDpwhEWcVJXJC6c { height:11.257731958763rem;width:20rem;top:27.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pZalw2R4yFbi7ki6xQWqAyOQP00EeXCB { width:20rem;height:4.875rem;top:42.78125rem;left:0rem;font-size:1.1875rem;background-color:#41e5be;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Dqiv7TF8Zcn8B6V3x9DTqCD2E5B5LqF5 { display:block; }
 }@media only screen and (max-width: 763px) { #n1L8ymW98IRdBoZfqxRcvheOcMZmc0SZ { width:20rem;height:12.875rem;top:9.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc { display:block; }#qahwfTO2KaF8J9w0AL1a3wDhRbVIqVSc > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqgNkWmCNwgwEHeJF3NfWFMWmWA2hnNM { width:20rem;height:6.82325rem;top:2.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9TTVLsMKDUfEF9mlnLFz6cNtD6r3ls7 { width:20rem;height:5rem;top:73.125rem;left:0rem;font-size:1.125rem;background-color:#41e5be;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vm6dy3fQ1QOKkazs69EXwckMiFH5miRi { display:block; }
 }@media only screen and (max-width: 763px) { #urkisBw0xwUoZXSaU0Dn5CFvhZ7qkI2v { width:16.1875rem;height:1.7871125rem;top:79.4375rem;left:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUciAfJcCEf96Z05KT5Pevbn5DlIQDTV { width:20rem;height:7.4365rem;top:10.724609375rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #muVMy2gNT07T8GXsGUlocfVr92rO0CDm { display:flex;width:3.125rem;height:3.125rem;top:23.125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #vk230w0xaeenLTTSqTqvgHABK4MpFkXS { width:17.0625rem;height:7.125rem;top:21.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NaFCrp51eh8ZgKlIwSJHH3hf9DeZoH { width:11.5625rem;height:4.38574375rem;top:22.5rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRHeTMRbICEawXAGrlncsDuZGKRBsdBx { width:17.0625rem;height:7.125rem;top:29.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06SvKqVMUN2C0Mq7kIKsQT7vuWneF2m { width:11.5625rem;height:4.38574375rem;top:30.9375rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTGQH1znOGoHzIkNx9vbsH3H6qqHdVmV { display:flex;width:3.125rem;height:3.125rem;top:31.5rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #NeAGczSNnzbNxouWmHbhRf2CGT4ayfnO { width:17.0625rem;height:7.125rem;top:37.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7WzqriV9bHTBRRRpFDI74nHCcK0PuJs { width:10.75rem;height:2.923825rem;top:40.0625rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVTQyx2kaWGxAOqziuUUkPsZ7wMeIqb { display:flex;width:3.125rem;height:3.125rem;top:39.9375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #SMFcx6SxnsAMiOH3mSyPS1Bs3vG8rAuZ { width:17.0625rem;height:7.125rem;top:46.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyLTnf9nMBtNtit821Niud3UkX3tdv9y { width:11.5625rem;height:2.923825rem;top:48.5rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmLkTJLQS5rnsEMAtzbef9hKeL870fTZ { display:flex;width:3.125rem;height:3.125rem;top:48.3125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #rcd99tuiEhv3t7c5fWgDXrTzICTzi14W { width:17.0625rem;height:7.125rem;top:54.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWSL9kIDMAX2Hge7lrXkwzfUiL8e67qK { display:flex;width:3.125rem;height:3.125rem;top:56.8125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #K81QUvpUD4mJUkIrPyK25vgKhrld9lW7 { width:11.5625rem;height:2.923825rem;top:57rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2wOEBATNsys1he11IHRTTaW2uKX7eRF { width:17.0625rem;height:7.125rem;top:63.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pss491ZWDISmiDutRuyVmo7pq0vS1QhH { display:flex;width:3.125rem;height:3.125rem;top:65.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #VBmyLtTnVw2dkgiHC8htEufLL7rPG5q6 { width:11.5625rem;height:2.923825rem;top:65.1875rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL { display:block; }#pWCIG8DUzTP9TP6JhMZVTJzXlBoT5UKL > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHT8hvyEKRE2WHZ0UVLoRE68uZKLPCDM { width:20rem;height:4.798825rem;top:28.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb9UUSTdsfJOIlgrELKP0G5xw4w33nTs { width:20rem;height:6.5800625rem;top:4.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHNhOEqH1PormRsO4lRthLUytZ1XfZM { height:11.25rem;width:20rem;top:14.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sew2o36yAMvT3gzN8XvT8CmcLp37FfGd { width:20rem;height:4.9375rem;top:58.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQDGfc1235xQnigvEqR2VGvf2oi0Qwu { display:block; }
 }@media only screen and (max-width: 763px) { #aMPPCtKmkx0Dm1zT47gTxHSSuMedisOZ { width:20rem;height:13.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1pBZFCmyEZfLQ16X0TwMZN3b4c0mmKt { width:13.3125rem;height:1.7871125rem;top:64.6875rem;left:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpMHCgQBwRREuoopeZcgz7DJORyPRaX { width:14rem;height:3.8994125rem;top:45.625rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w2arhUkmZh0XT3p5gXba5QFEC9eXwqme { width:14.3125rem;height:3.8994125rem;top:40.125rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGGK0GpteGF2eXcankKFFEDMaQpqNUDM { width:15.4375rem;height:2.5996125rem;top:36.375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gPUaDrAeuGezqkSgcPJxzsWpJPT3r13M { display:flex;width:1.875rem;height:1.875rem;top:36.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ro3wUotJi0OzmpcIM8IaluqkpGlTZEQ5 { display:flex;width:1.875rem;height:1.875rem;top:40.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #sXVKNGZMlUV49cQ18HmkVHe6BFm9VlFA { display:flex;width:1.875rem;height:1.875rem;top:45.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #RazubepTlRbkKOllL76dHeUqgmWsfc33 { display:flex;width:1.875rem;height:1.875rem;top:51.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZGwL8NbNqCdVyAmeeM2WRMZ9mEbEWFqX { width:14.1875rem;height:3.8994125rem;top:51.4375rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HR9ASlotfyiZE1QSQSHCqt069EixypvR { display:block; }#HR9ASlotfyiZE1QSQSHCqt069EixypvR > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTucehT91zxA9LxZROJxwDAyZw5pP0C1 { width:19.5625rem;height:2.03125rem;top:2.1875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbgw2aTXVd3U54NbIgsq5Zx2KsKBW9M2 { width:6.5rem;height:2.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6gKZGzXoOcWKGK7ifqOhfwdOEALRVqk { width:5.875rem;height:2.4375rem;top:17.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvuoGgGOPglaGxzfs0STDgEDIk4MreD4 { width:4.9375rem;height:2.3125rem;top:17.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LofDPlD1MooVHlMpggGQMIyq12viumiO { width:6.5rem;height:2.4375rem;top:7.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlB6eC2vDe9zcfIZ8NBEGTkpdNoQcl0 { width:6rem;height:2.8125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJttquSgmeLFnl4LQtp01KTRfi1bHaSS { width:6.1875rem;height:2.125rem;top:12.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Gncase4TAkXFHPtLDWSn0JqoqbWLiy { width:6.375rem;height:6.375rem;top:10.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvE8F6xtlRXX74dOg37qH8AkQXNV73wR { width:6.6875rem;height:6.6875rem;top:20.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDwwSsl096d41shyt0a81hGEtMdTAFag { width:7.875rem;height:1rem;top:30.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXDX5WvImyNMLwLCWsddAXBCygyJ6qfJ { width:8.75rem;height:8.75rem;top:26.8125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxhHDVwwtbKkeaz2ykyFiPmRAXM5bTTv { width:6rem;height:1.9375rem;top:27.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTnZkRTweGUlZBktETG5gvyBRMeHNqo { width:6.5rem;height:2.25rem;top:22.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tilmBJ5vgBW0uIcoSBGSHupqoCm99h8y { width:5.1875rem;height:2rem;top:22.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPRg1Am4wpu5ctySOTlOSxpnODAbrTEk { width:6.625rem;height:6.625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRzW2zScsWkBXKyL7h8L9rFDMgDtvayb { width:8.375rem;height:8.375rem;top:24.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0O6NxlJz6JFieoL3BTkxIsN6pn2oA4e { width:6.4375rem;height:6.4375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL57NQE3WO8NPF4PUhQAheNIVOASab3q { width:5.4375rem;height:5.4375rem;top:6.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1SLgBp8IUtboAOmclRRsbSIe260gHvh { width:7.5rem;height:2.1875rem;top:30.09375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z { display:block; }#SGC8lmJQcCv9gi0kyC9ABT7Q8usZDR3z > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0ew0UV0pKpcUi2puxiXhfqn3TVobgWu { width:20rem;height:4.3125rem;top:15.7734375rem;left:0rem;font-size:1.0625rem;background-color:#0d1e37;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ONXTLw0tLP7JND2aAT03PyMgZUvVtIFq { display:block; }
 }@media only screen and (max-width: 763px) { #F41wWL0zmV60E69D4KeKA7TNwdOAb1D0 { width:20rem;height:9.421875rem;top:3.625rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1euqQDawi1PrWg704yBZ83QiylkGOAh { display:block; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh { border-width: 0; border-radius: 0; }#z1euqQDawi1PrWg704yBZ83QiylkGOAh > .row .container { width:20rem;height:45.5625rem;border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nrhu8pv3HN2vDQlTPTgmGlXuy4Tyb4SF { width:20rem;height:7.875rem;top:7.1494140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBBCO1PWreUJdxFZRuBHuzrZKgGAzmSq { width:5.125rem;height:1.04980625rem;top:18.9375rem;left:9.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XZrskMBDPrSNsWyILt1bTIe0GTHBnVZF { width:5.25rem;height:1.13671875rem;top:33.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #exMrt8KTPNCDOLlhcKOTuG8tFqBKPEcx { width:20rem;height:2.2734375rem;top:40.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #FNMTlOnhtPlRWm4WN0ylZ0S1HiQ88TQJ { width:10.8125rem;height:2.4375rem;top:25.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSXzQSPficG4BZ1TC9aU1M34N14WT16T { display:block; }
 }@media only screen and (max-width: 763px) { #cPvpOJ5zH1VBnrcfaCbfSLpbG6NvsfSZ { width:10.8125rem;height:2.4375rem;top:21.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxLam7pegOocowhDCRqZ0uQzrwQ9JAcy { display:block; }
 }@media only screen and (max-width: 763px) { #zITyh2ksI9A5FNkMUlyHzC4TNA4FtP6B { width:9.375rem;height:1.04980625rem;top:31.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6g2vnDDGkFEh7eZBXSp3IIzFPCxv6Oa { width:6.625rem;height:6.3125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZdiQTUxrrXFzaDJ4osIWFPeQi7QWAOf { width:8.375rem;height:1.04980625rem;top:18.9375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgoutsDcWh5ErxGeK0RyDzWcHF3W7irg { width:9.3125rem;height:1.1875rem;top:37.0625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hbh1d2psdNk8KZv2IKAZ00DzKSApmsDC { width:7.875rem;height:1.125rem;top:35.3125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzP0hJisf8I1dTykufsC0iq24XfRcSCX { width:13.8125rem;height:2.3125rem;top:2.3798828125rem;left:0rem;display:block; }
 }