.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#00deb0;background-image:url("https://images.assets-landingi.com/vUVDpGzL/Mesa_de_trabajo_1_copia_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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); }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob { 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;z-index:auto;display:block; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container { background-color: transparent; background-image: none; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container > .video-iframe-container { display: none; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row > .video-iframe-container { display: none; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .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); }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container { border-width: 0; border-radius: 0; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#ZyBN5RRb9hFJLeiu646aiEuKuTtroT6D { 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:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.34375rem;overflow:hidden;display:block; }
#Cr0uED5i7d2NNxCL3t7PfoZsxsFqgHUx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.8125rem;height:2rem;text-decoration:none;z-index:14967;text-align:center;text-align-last:center;top:2.0625rem;left:26.875rem;display:block; }
#w4D2adSzn6LF9yQ1V25pWhekJrgHa2Jk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f755VF0F7m43tTpZsvop7AcPN3JBLElx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.625rem;height:2rem;text-decoration:none;z-index:14968;text-align:center;text-align-last:center;top:2.0625rem;left:35.0625rem;display:block; }
#nsWNTGN9hIobUEP8xnG9cGd1TFsVJAby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgR3510wQn53aNKIRMki3I4PKeLOAO3T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.8125rem;height:2rem;text-decoration:none;z-index:14969;text-align:center;text-align-last:center;top:2.0625rem;left:42.125rem;display:block; }
#ZZD4nJ9MmhgTb2pTQV0VzMmxTLwgBKLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pac9G2f22X9MQ8oqQd0BX2nFtkbWWPq2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6rem;height:2rem;text-decoration:none;z-index:14970;text-align:center;text-align-last:center;top:2.0625rem;left:50.25rem;display:block; }
#bEbDVTg8lmqpPNLRrRyhESkzkc4iR1dV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhNEVFP4gpQ7Su3XReIkoWuxJJUTdGRM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6rem;height:2rem;text-decoration:none;z-index:14971;text-align:center;text-align-last:center;top:2.0625rem;left:57.625rem;display:block; }
#zLN5b0PWz9yaCsCU5g1y5xNVFKmQXsHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bG082VBOvFtyPAPROvC8R8qxE1fx0ZTk { z-index:15007;top:2rem;left:65.5rem;background-color:#0071ce;background-image:none;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: 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:"fira sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.125rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qQkaFrkZauAHV5fpBTKS9LuPztq0D4l4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 { 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;z-index:auto;display:none; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container { border-width: 0; border-radius: 0; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#v2FFTLFNSHnfldmC8BUaed4LBe6hr8T0 { 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:2.6875rem;width:12.5625rem;top:1.71875rem;left:2.34375rem;overflow:hidden;display:block; }
#Fu9NV44959a8PDBXlSexhGHRLNH0CIg1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.8125rem;height:2rem;text-decoration:none;z-index:14967;text-align:center;text-align-last:center;top:2.0625rem;left:26.875rem;display:block; }
#Azh0FewuD59SL4qufMatPMHXUkh9Near { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZ98iJrapEDK2wXH62PT971mJuMF647n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.625rem;height:2rem;text-decoration:none;z-index:14968;text-align:center;text-align-last:center;top:2.0625rem;left:35.0625rem;display:block; }
#XJPCHuZgD0aHIp8KLlrEEeo7laqEavhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0KcEs2lyBQpQmy1L3FrDuQ1eMChoBU8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.8125rem;height:2rem;text-decoration:none;z-index:14969;text-align:center;text-align-last:center;top:2.0625rem;left:42.125rem;display:block; }
#dOkEfMwTTO0lKTzSSODWBFd6EBbi2n2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oo8TP3poqTkuhsKRqWIcJDT2pttzkXVl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6rem;height:2rem;text-decoration:none;z-index:14970;text-align:center;text-align-last:center;top:2.0625rem;left:50.25rem;display:block; }
#lNrHsc3TTfgFyrn5o1FWValT8BdTGavC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGXzhIfCadoPH1zXNpiZCasA9Fgha0Q2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6rem;height:2rem;text-decoration:none;z-index:14971;text-align:center;text-align-last:center;top:2.0625rem;left:57.625rem;display:block; }
#D01IDfkxIlIlPNNd0NOrVxgvBsOO4X3t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShRmARel1nmioUUVzBXXk69npqlOV65A { z-index:15007;top:2rem;left:65.5rem;background-color:#009c4d;background-image:none;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: 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:"fira sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.125rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Cn4KOHeyRsRkoDLF6yNPvkWx0zTzEfze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container { background-color: transparent; background-image: none; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container > .video-iframe-container { display: none; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row > .video-iframe-container { display: block; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .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); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container { border-width: 0; border-radius: 0; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#efoEzvlfEr7MJIxn40TzzzNn28RnS46t { z-index:15001;top:28.4375rem;left:30.3125rem;background-color:#00deb0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;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:"fira sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gRitaukuafiTsASCPB0eENstkaON3TKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEq8pkGdwcNuqNtGztLVGa0tWGTzoJiJ { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"fira sans";font-size:5rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:17.6875rem;left:13.6875rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2fgDLGDFTTKR5zSR8Mihir5vyTd3Chx { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"fira sans";font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:23.8125rem;left:24.25rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f57d2d1b-9074-43ef-bbac-56af0c645aad/FotoProyecto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp.adaptive-delivery-prevent-bg, #sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp.lazyload, #sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp.lazyloading { background-image: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { background-color: transparent; background-image: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container > .video-iframe-container { display: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row > .video-iframe-container { display: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .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); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { border-width: 0; border-radius: 0; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#tmoRsw2aLKrzGVxffUTFEIOhrgLGG63c { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.375rem;left:9.6875rem;height:11.25rem;font-style:normal;display:block; }
#a6uZf1LRTDwEzl9AMDgyCwTcdVvw7e7h { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"fira sans";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:12rem;left:9.6875rem;height:2.75rem;font-style:normal;display:block; }
#nlyfdS4v7koBVPWtcyp8ygHE4mESQUB9 { z-index:15016;top:30.3125rem;left:9.625rem;background-color:#476af5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LcxNF4OWo8r4h0nVvFEAb3f0hXh4NL7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFuXt9Z1xLsLyhaxEk75WuxgZ0rzLHvM { position:absolute;display:block;z-index:15005;background-color:#e94e1a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:48rem;top:7.6875rem;left:2.875rem;display:block; }
#X3ydOeRCIQQTRlHiGm69Cgcb837P9uC6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:29.375rem;top:12.8125rem;left:35.5625rem;overflow:hidden;display:block; }
#PR1op4m0oS37e1oUiNUUtid1ROcSw6O2 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:29.0625rem;top:13.5625rem;left:36.25rem;display:block; }
#K3dCvWqiu9HZHNuKkUU8U29THTU20ZZB { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:18.59375rem;left:47.875rem;filter: drop-shadow(0.125rem 0.125rem 0.625rem rgba(0,0,0,0.35)); }
#K3dCvWqiu9HZHNuKkUU8U29THTU20ZZB > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 { 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; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container { background-color: transparent; background-image: none; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container > .video-iframe-container { display: none; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row > .video-iframe-container { display: none; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .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); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container { border-width: 0; border-radius: 0; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#ghvp1hZmA284wQ82PulG0DNZqW93mWE8 { color:#474747;display:block;width:20.4375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.75rem;left:46.625rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMCzsyuKn8lsL75843tZe2QabawkT76K { 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:37.9375rem;width:34.375rem;top:5.3125rem;left:8.875rem;overflow:hidden;display:block; }
#FOlpG5GI10Uup5MbTB60neRyxc6GRbU7 { color:#476af5;display:block;width:9.6875rem;position:absolute;font-family:"fira sans";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:10rem;left:46.625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container { background-color: transparent; background-image: none; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container > .video-iframe-container { display: none; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row > .video-iframe-container { display: none; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .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); }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container { border-width: 0; border-radius: 0; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#AXBGdashUiu1H4uREtiolHgMW0Dftz9g { color:#474747;display:block;width:16.875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.8125rem;left:13.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIKZcJ9JyikwCdSsCZ7vIfPQCRiGlkCD { color:#e94e1a;display:block;width:20.0625rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:9.8125rem;left:13.875rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXDBgOT3foQUegl32P63LyNiGFLs7Ftb { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:28.71875rem;left:20.75rem;filter: drop-shadow(0.125rem 0.125rem 0.625rem rgba(0,0,0,0.35)); }
#QXDBgOT3foQUegl32P63LyNiGFLs7Ftb > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#uDMH4OUAnyrgICDV3uAFTIwzNgRZczp3 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:28.71875rem;left:49rem;filter: drop-shadow(0.125rem 0.125rem 0.625rem rgba(0,0,0,0.35)); }
#uDMH4OUAnyrgICDV3uAFTIwzNgRZczp3 > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#xW3GgwJxf0R1HWTLrBc11ItMHiAfz8ys { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:11.0625rem;left:49.0625rem;filter: drop-shadow(0.125rem 0.125rem 0.625rem rgba(0,0,0,0.35)); }
#xW3GgwJxf0R1HWTLrBc11ItMHiAfz8ys > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#SgCVh0LhtTCdNEBFNydBnhWOodJohx5J { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e94e1a;border-left:0.125rem solid #e94e1a;border-right:0.125rem solid #e94e1a;border-bottom:0.125rem solid #e94e1a;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.625rem;width:26.25rem;top:24.1875rem;left:10.3125rem;display:block; }
#lUTCZb5lrWEE5h8xrx1sx9huIqvHb2vm { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e94e1a;border-left:0.125rem solid #e94e1a;border-right:0.125rem solid #e94e1a;border-bottom:0.125rem solid #e94e1a;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.625rem;width:26.25rem;top:24.1875rem;left:38.625rem;display:block; }
#bHzZmGTaFRXtuLaxLiZE9aOEenoUiJ6t { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e94e1a;border-left:0.125rem solid #e94e1a;border-right:0.125rem solid #e94e1a;border-bottom:0.125rem solid #e94e1a;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.625rem;width:26.25rem;top:6.5625rem;left:38.625rem;display:block; }
#EIwKnzlSgSJcmTy1UKcV0VT61wUBc0aI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.5rem;width:26.25rem;top:6.125rem;left:38.25rem;overflow:hidden;display:block; }
#okEmipCyHVnAohMxOuL8bJ2wey7tnlbs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.5rem;width:26.25rem;top:23.8125rem;left:38.25rem;overflow:hidden;display:block; }
#nUp3cAqsunwTARtFoymdEE3LZyligsVu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.5rem;width:26.25rem;top:23.75rem;left:9.9375rem;overflow:hidden;display:block; }
#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 { 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; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container { background-color: transparent; background-image: none; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container > .video-iframe-container { display: none; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row > .video-iframe-container { display: none; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .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); }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container { border-width: 0; border-radius: 0; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#nwn1rw79ppE4eKmioARpp81RcMXEDqRn { position:absolute;display:block;z-index:14978;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #474747;border-left:0.1875rem solid #474747;border-right:0.1875rem solid #474747;border-bottom:0.1875rem solid #474747;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.8125rem;width:13.4375rem;top:11.5rem;left:43.5625rem;display:block; }
#k27OucL0xJwFSnQr9RnQT9KSTt1ESXD2 { position:absolute;display:block;z-index:15023;background-color:#474747;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.4375rem;top:17.25rem;left:43.75rem;display:block; }
#EkR23T8qUFKdUevQWx4FdMPeqT1QKGGd { color:#474747;display:block;width:10.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:18.8125rem;left:19.125rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVXTf4tn3TmV7aTTLtSbNxSMw8ZZHAxt { z-index:15017;top:27.625rem;left:20.8125rem;background-color:#00deb0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LtFEGqxeTf8U265DbDCLZ323raaaJ2Pa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgxDeNp9Fl6fMHlDLfl9alSkvIIhFoWZ { color:#476af5;display:block;width:11.6875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:13.75rem;left:18.6875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USeOTT27aAQ803o1OBfmPXt1MK5B3XF5 { color:#474747;display:block;width:10.625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:18.8125rem;left:45.25rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsLzTpL6rhOef73ypsWeVlhMbHsxTC2A { color:#476af5;display:block;width:11.6875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:12.9375rem;left:44.6875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raad9ThlCIfTeaqT6nSKQ4HsVPFT7cGO { z-index:15018;top:27.625rem;left:46.8125rem;background-color:#00deb0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q7VsDEHIPXThoPykVpT6l7TQ44X4TyrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arasgMvsTnAol9PgNCTSJ8oldvKuZ6ck { position:absolute;display:block;z-index:14979;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #474747;border-left:0.1875rem solid #474747;border-right:0.1875rem solid #474747;border-bottom:0.1875rem solid #474747;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.8125rem;width:13.4375rem;top:11.5rem;left:17.5625rem;display:block; }
#R0o7NPs7CiEsxpv0DJOcXVUVWKkcqFyi { position:absolute;display:block;z-index:15024;background-color:#474747;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.4375rem;top:17.25rem;left:17.75rem;display:block; }
#uoDbovr4lf9lnRPJpLU5mZaEy8AN2Q3Q { position:absolute;display:block;z-index:14976;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.125rem;width:56rem;top:14.4375rem;left:9.5rem;overflow:hidden;display:block; }
#vk8L0v8B7fISB53ukBMzVb5BkSDfM2w6 { 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:41.25rem;width:20rem;display:none; }
#deurdyrEbNaWCiZaDvszDI46ql99LLFO { color:#476af5;display:block;width:30.0625rem;position:absolute;font-family:"fira sans";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:5.4375rem;left:21.625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#476af5;background-image:url("https://images.assets-landingi.com/uc/bbc7f598-4a78-4009-a722-e9f3c1c12088/CosasparaLanding_FondoN.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX.adaptive-delivery-prevent-bg, #Z351yrTqkN7RN7FTHuNNWD3HEd953bTX.lazyload, #Z351yrTqkN7RN7FTHuNNWD3HEd953bTX.lazyloading { background-image: none; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container { background-color: transparent; background-image: none; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container > .video-iframe-container { display: none; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row > .video-iframe-container { display: none; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .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); }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container { border-width: 0; border-radius: 0; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#ePKECUa4Uyc7LmEv37CHr6kvatoA97I1 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:15.4375rem;left:9.6875rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iqqiX7oXdGzw7mdVkSQoZTffPMGRJwyU { z-index:15017;top:26.125rem;left:53.5625rem;background-color:#476af5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:"fira sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.6875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b0Q2TSu7WiulJ1c5fD2PwpzcJmpEbO1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0G7fFRvnk8TU3GQxTJux4ekvETCbtkD { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"fira sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:6.3125rem;left:9.6875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bKvoZp3IdvKu6qf6TBMBh4RvAt44wNuS { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:15.4375rem;left:27.75rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZrGa9GPabkxvpyZa1LfwCDZoHXGtqwT { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:15.4375rem;left:46.6875rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nP7TnFO21PMsta6zGRdybRiRqfs80MBa { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:26.4375rem;left:9.6875rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gl69WwkMQN23eXENtBB37GiDrCdXMCTS { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:27.625rem;left:35rem;height:3.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B3rnS6CcZ4QC6BedGcf8oVT3sR9VATRy { color:#476af5;display:block;width:10.625rem;position:absolute;font-family:"fira sans";font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:11.71875rem;left:9.5625rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Za77PQ31i3ndhLZUn1nGNCCu10zXJolz { color:#476af5;display:block;width:6.375rem;position:absolute;font-family:"fira sans";font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:11.71875rem;left:27.75rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKQ0ZrcALpkUSDXbSqktCrJdVbOoL0zP { color:#476af5;display:block;width:6.25rem;position:absolute;font-family:"fira sans";font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:11.71875rem;left:46.4375rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XWUiLBgZGA7yhRlpqWoDxb4oda4WGGkk { color:#476af5;display:block;width:10.625rem;position:absolute;font-family:"fira sans";font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:22.75rem;left:9.6875rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOH3EnBNDQl9uWisBTZfUKVTBF0yTNkH { color:#476af5;display:block;width:10.625rem;position:absolute;font-family:"fira sans";font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:23.9375rem;left:34.625rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container { background-color: transparent; background-image: none; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container > .video-iframe-container { display: none; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row > .video-iframe-container { display: none; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .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); }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container { border-width: 0; border-radius: 0; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#off8VQxdBD38ehdBdOv2etVo5lyL0UCU { color:#474747;display:block;width:24.5625rem;position:absolute;font-family:"fira sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:5.8525390625rem;left:25.1875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mx5FR2UN6yReK4pGi67O3cgoOLNMTnhe { color:#474747;display:block;width:10.6875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:27.7900390625rem;left:14.25rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fvdHL34XZwpZReOAotg4ZPKdruQpL8lx { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.15) ;height:11.6875rem;width:13.4375rem;top:26.4375rem;left:12.75rem;display:block; }
#NZSINH9QilR89CpQJ1Gpe0UkmVNqlriX { z-index:15015;top:34.4375rem;left:12.75rem;background-color:#e94e1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;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:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#td8fVBSoCqWd5zcueLlxsozEWdiQNsqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvvUSlU2eMuJ24vUFF5XbDOHrB4uoCkX { color:#474747;display:block;width:10.5rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:29.75rem;left:14.25rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGaTZZ9AWHX6bU7c1CotAsllHf2I5P4R { 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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.15) ;height:14.375rem;width:13.4375rem;top:12.0625rem;left:12.8125rem;overflow:hidden;display:block; }
#OlTeqWKvsIQoPd24nkBdgerO6nD1AJsq { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.15) ;height:11.6875rem;width:13.4375rem;top:26.4375rem;left:30.8125rem;display:block; }
#hi6pTISaTgNVs7mwXwxRzG9SW03E5MLK { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.15) ;height:11.6875rem;width:13.4375rem;top:26.4375rem;left:48.8125rem;display:block; }
#gMzTOa6D3REyUXS5RysRf6oHK91ByANM { 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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.15) ;height:14.375rem;width:13.4375rem;top:12.0625rem;left:30.8125rem;overflow:hidden;display:block; }
#SOz3GIDtcx18bOTarM4lQhukePWxTfCl { 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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.15) ;height:14.375rem;width:13.4375rem;top:12.0625rem;left:48.8125rem;overflow:hidden;display:block; }
#iWdAmuEx9lgGWap0UMJC82W6v7Qh90SX { z-index:15018;top:34.4375rem;left:30.8125rem;background-color:#e94e1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;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:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Qk2kVNifERxQcXmtFJB9Sg4xReLToBv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oeCpkpkbUuzTs3eOrmOA1sIRDnTHTTE9 { color:#474747;display:block;width:11.0625rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:29.724609375rem;left:31.875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EqDHnzATEJ2lEmD114oSSGPEcv8gmcdi { color:#474747;display:block;width:11.1875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:27.7900390625rem;left:31.875rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMz31laIAOzgDzC0rBNKZFt6dC4Qye5Z { z-index:15021;top:34.4375rem;left:48.8125rem;background-color:#e94e1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;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:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.375rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DkKXCLf8VmrSnA0R5F9f2fXQ9KbKVDDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4rrrOI4iuBRMXEHTKTTzVH1WuyH7l1E { color:#474747;display:block;width:10.5rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:29.75rem;left:50.3125rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwmxn3U3PGHbhJAC9zbkHoX1zl2hV0Zh { color:#474747;display:block;width:10.4375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:27.8125rem;left:50.3125rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhsCkFBFSx43ToiwHdanDfckd1gRel7O { z-index:15004;top:41.125rem;left:31.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e94e1a;border-left:0.0625rem solid #e94e1a;border-right:0.0625rem solid #e94e1a;border-bottom:0.0625rem solid #e94e1a;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#e94e1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.625rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PJcBAfvT1hVxesxtD8BsCfAZwPz9PIWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghND5KCa0F4AQNnfvB48krTt90QdmwSM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#94a1b2;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; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container { background-color: transparent; background-image: none; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container > .video-iframe-container { display: none; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row > .video-iframe-container { display: none; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .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); }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container { border-width: 0; border-radius: 0; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#EuhJ3LCHliQw96CazB9Hawu2F5V35Eu3 { box-sizing:content-box;color:#ffffff;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:block;z-index:15017;top:6.1875rem;left:2.125rem;display:block; }
#AhFHqpawazxzBHWtUSukKhWM86yMaDZX { box-sizing:content-box;color:#ffffff;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:block;z-index:15018;top:10.1875rem;left:2.125rem;display:block; }
#dKcx7PGbcInLKfpGXqprRT7KkPdJhzSH { box-sizing:content-box;color:#ffffff;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:block;z-index:15019;top:12.0625rem;left:2.1875rem;display:block; }
#cdiCZHm0BEDJDWttD9Te8Tq0hET74f0l { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:6.75rem;left:4.3125rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pDugNwU5uQBgeXXQHNQgKN6SE09m7B0l { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:10.625rem;left:4.3125rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5CbGBJVykoRuhnn9Ktlm4LgV8UyTm2M { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:12.5625rem;left:4.3125rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P0gmb4GbIDGaWFvFETsZxmg07vdiTXaA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#zgQUDwE62bUBZoEWiSa30zAXVbM9QGUB { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:8.625rem;left:2.4375rem; }
#eVfRMb3yqGCw1ShoWVmTQOAynZTPTpee { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:8.625rem;left:4.3125rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pw2rJa1sBm0Nhks5AXtmexuwcK0eUCnK { 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:4.0625rem;width:5.25rem;top:1.556640625rem;left:2.125rem;overflow:hidden;display:block; }
#unSH5KZ4mUCV4kAuRT96VxEF73gTDmnT { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:58.0625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wm63RReCASInTWQwOk7Ow0RO0uBhSaMS { box-sizing:content-box;color:#ffffff;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:block;z-index:15044;top:7.4375rem;left:61.6875rem;display:block; }
#NIytKTKwBc8sIU6CS8VO5a5yukTHwgRI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:7.75rem;left:64.3125rem; }
#NIytKTKwBc8sIU6CS8VO5a5yukTHwgRI > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#v2ze2dQzkM6Wf1mHSgQBzP7klaC9aqBi { box-sizing:content-box;color:#ffffff;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:block;z-index:15046;top:7.375rem;left:66.375rem;display:block; }
#aqDMbCPoEyFItx4bRIDQFGl4bDMHrunl { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:7.8125rem;left:69.0625rem; }
#aqDMbCPoEyFItx4bRIDQFGl4bDMHrunl > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#J14TRefEnSZz1GXlDV9AFXDowZv9zMNU { box-sizing:content-box;color:#ffffff;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:block;z-index:15048;top:7.4375rem;left:71.0625rem;display:block; }
#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container { background-color: transparent; background-image: none; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container > .video-iframe-container { display: none; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row > .video-iframe-container { display: none; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .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); }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container { border-width: 0; border-radius: 0; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#nCeC37HE9elS1PySwLe4wK2I9poei8Lq { color:#5b5d64;display:block;width:15.25rem;position:absolute;font-family:"fira sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#D8dN5aHTDPbOyJQ3AL7E2wFsbqQ0mZJI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.6875rem;top:1.28125rem;left:2.34375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob { display:block; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyBN5RRb9hFJLeiu646aiEuKuTtroT6D { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr0uED5i7d2NNxCL3t7PfoZsxsFqgHUx { width:6.8125rem;height:2rem;top:2.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4D2adSzn6LF9yQ1V25pWhekJrgHa2Jk { display:block; }
 }@media only screen and (max-width: 763px) { #f755VF0F7m43tTpZsvop7AcPN3JBLElx { width:5.625rem;height:2rem;top:2.0625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsWNTGN9hIobUEP8xnG9cGd1TFsVJAby { display:block; }
 }@media only screen and (max-width: 763px) { #VgR3510wQn53aNKIRMki3I4PKeLOAO3T { width:6.8125rem;height:2rem;top:2.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZD4nJ9MmhgTb2pTQV0VzMmxTLwgBKLa { display:block; }
 }@media only screen and (max-width: 763px) { #pac9G2f22X9MQ8oqQd0BX2nFtkbWWPq2 { width:6rem;height:2rem;top:2.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEbDVTg8lmqpPNLRrRyhESkzkc4iR1dV { display:block; }
 }@media only screen and (max-width: 763px) { #WhNEVFP4gpQ7Su3XReIkoWuxJJUTdGRM { width:6rem;height:2rem;top:2.0625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLN5b0PWz9yaCsCU5g1y5xNVFKmQXsHV { display:block; }
 }@media only screen and (max-width: 763px) { #bG082VBOvFtyPAPROvC8R8qxE1fx0ZTk { top:2rem;left:40.125rem;width:7.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQkaFrkZauAHV5fpBTKS9LuPztq0D4l4 { display:block; }
 }@media only screen and (max-width: 763px) { #JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 { display:none; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v2FFTLFNSHnfldmC8BUaed4LBe6hr8T0 { top:1.6875rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9NV44959a8PDBXlSexhGHRLNH0CIg1 { width:6.8125rem;height:2rem;top:2.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azh0FewuD59SL4qufMatPMHXUkh9Near { display:block; }
 }@media only screen and (max-width: 763px) { #VZ98iJrapEDK2wXH62PT971mJuMF647n { width:5.625rem;height:2rem;top:2.0625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJPCHuZgD0aHIp8KLlrEEeo7laqEavhT { display:block; }
 }@media only screen and (max-width: 763px) { #p0KcEs2lyBQpQmy1L3FrDuQ1eMChoBU8 { width:6.8125rem;height:2rem;top:2.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOkEfMwTTO0lKTzSSODWBFd6EBbi2n2C { display:block; }
 }@media only screen and (max-width: 763px) { #Oo8TP3poqTkuhsKRqWIcJDT2pttzkXVl { width:6rem;height:2rem;top:2.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNrHsc3TTfgFyrn5o1FWValT8BdTGavC { display:block; }
 }@media only screen and (max-width: 763px) { #ZGXzhIfCadoPH1zXNpiZCasA9Fgha0Q2 { width:6rem;height:2rem;top:2.0625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D01IDfkxIlIlPNNd0NOrVxgvBsOO4X3t { display:block; }
 }@media only screen and (max-width: 763px) { #ShRmARel1nmioUUVzBXXk69npqlOV65A { top:2rem;left:40.125rem;width:7.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn4KOHeyRsRkoDLF6yNPvkWx0zTzEfze { display:block; }
 }@media only screen and (max-width: 763px) { #brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 { display:block; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efoEzvlfEr7MJIxn40TzzzNn28RnS46t { top:28.4375rem;left:16.6875rem;width:14.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRitaukuafiTsASCPB0eENstkaON3TKu { display:block; }
 }@media only screen and (max-width: 763px) { #yEq8pkGdwcNuqNtGztLVGa0tWGTzoJiJ { top:17.6875rem;left:0.0625rem;width:47.6875rem;height:5.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2fgDLGDFTTKR5zSR8Mihir5vyTd3Chx { top:23.8125rem;left:10.625rem;width:26.5625rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp { display:block; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmoRsw2aLKrzGVxffUTFEIOhrgLGG63c { top:15.375rem;left:0rem;width:23.9375rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6uZf1LRTDwEzl9AMDgyCwTcdVvw7e7h { top:12rem;left:0rem;width:21.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlyfdS4v7koBVPWtcyp8ygHE4mESQUB9 { top:30.3125rem;left:0rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxNF4OWo8r4h0nVvFEAb3f0hXh4NL7U { display:block; }
 }@media only screen and (max-width: 763px) { #uFuXt9Z1xLsLyhaxEk75WuxgZ0rzLHvM { top:7.6875rem;left:0rem;width:47.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ydOeRCIQQTRlHiGm69Cgcb837P9uC6 { top:12.8125rem;left:18.375rem;width:29.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR1op4m0oS37e1oUiNUUtid1ROcSw6O2 { top:13.5625rem;left:18.4375rem;width:29.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3dCvWqiu9HZHNuKkUU8U29THTU20ZZB { top:18.5625rem;left:34.25rem;width:4.6875rem;height:4.6875rem;display:block; }
#K3dCvWqiu9HZHNuKkUU8U29THTU20ZZB > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 { display:block; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghvp1hZmA284wQ82PulG0DNZqW93mWE8 { top:13.75rem;left:27.3125rem;width:20.4375rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMCzsyuKn8lsL75843tZe2QabawkT76K { top:5.3125rem;left:0rem;width:34.375rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlpG5GI10Uup5MbTB60neRyxc6GRbU7 { top:10rem;left:33rem;width:9.6875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz { display:block; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXBGdashUiu1H4uREtiolHgMW0Dftz9g { top:12.8125rem;left:0.25rem;width:16.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKZcJ9JyikwCdSsCZ7vIfPQCRiGlkCD { top:9.8125rem;left:0.25rem;width:20.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXDBgOT3foQUegl32P63LyNiGFLs7Ftb { top:28.6875rem;left:7.125rem;width:4.6875rem;height:4.6875rem;display:block; }
#QXDBgOT3foQUegl32P63LyNiGFLs7Ftb > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #uDMH4OUAnyrgICDV3uAFTIwzNgRZczp3 { top:28.6875rem;left:35.375rem;width:4.6875rem;height:4.6875rem;display:block; }
#uDMH4OUAnyrgICDV3uAFTIwzNgRZczp3 > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #xW3GgwJxf0R1HWTLrBc11ItMHiAfz8ys { top:11.0625rem;left:35.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
#xW3GgwJxf0R1HWTLrBc11ItMHiAfz8ys > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #SgCVh0LhtTCdNEBFNydBnhWOodJohx5J { top:24.1875rem;left:0rem;width:26.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUTCZb5lrWEE5h8xrx1sx9huIqvHb2vm { top:24.1875rem;left:21.25rem;width:26.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzZmGTaFRXtuLaxLiZE9aOEenoUiJ6t { top:6.5625rem;left:21.25rem;width:26.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIwKnzlSgSJcmTy1UKcV0VT61wUBc0aI { top:6.125rem;left:21.5rem;width:26.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEmipCyHVnAohMxOuL8bJ2wey7tnlbs { top:23.8125rem;left:21.5rem;width:26.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUp3cAqsunwTARtFoymdEE3LZyligsVu { top:23.75rem;left:0rem;width:26.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 { display:block; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwn1rw79ppE4eKmioARpp81RcMXEDqRn { top:11.5rem;left:29.9375rem;width:13.4375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k27OucL0xJwFSnQr9RnQT9KSTt1ESXD2 { top:17.25rem;left:30.125rem;width:13.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkR23T8qUFKdUevQWx4FdMPeqT1QKGGd { top:18.8125rem;left:5.5rem;width:10.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXTf4tn3TmV7aTTLtSbNxSMw8ZZHAxt { top:27.625rem;left:7.1875rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtFEGqxeTf8U265DbDCLZ323raaaJ2Pa { display:block; }
 }@media only screen and (max-width: 763px) { #vgxDeNp9Fl6fMHlDLfl9alSkvIIhFoWZ { top:13.75rem;left:5.0625rem;width:11.6875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USeOTT27aAQ803o1OBfmPXt1MK5B3XF5 { top:18.8125rem;left:31.625rem;width:10.625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLzTpL6rhOef73ypsWeVlhMbHsxTC2A { top:12.9375rem;left:31.0625rem;width:11.6875rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raad9ThlCIfTeaqT6nSKQ4HsVPFT7cGO { top:27.625rem;left:33.1875rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VsDEHIPXThoPykVpT6l7TQ44X4TyrO { display:block; }
 }@media only screen and (max-width: 763px) { #arasgMvsTnAol9PgNCTSJ8oldvKuZ6ck { top:11.5rem;left:3.9375rem;width:13.4375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0o7NPs7CiEsxpv0DJOcXVUVWKkcqFyi { top:17.25rem;left:4.125rem;width:13.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDbovr4lf9lnRPJpLU5mZaEy8AN2Q3Q { top:14.4375rem;left:0rem;width:47.75rem;height:23.981584821429rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8L0v8B7fISB53ukBMzVb5BkSDfM2w6 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #deurdyrEbNaWCiZaDvszDI46ql99LLFO { top:5.4375rem;left:8rem;width:30.0625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z351yrTqkN7RN7FTHuNNWD3HEd953bTX { display:block; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePKECUa4Uyc7LmEv37CHr6kvatoA97I1 { top:15.4375rem;left:0rem;width:12.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqqiX7oXdGzw7mdVkSQoZTffPMGRJwyU { top:26.125rem;left:35.0625rem;width:12.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Q2TSu7WiulJ1c5fD2PwpzcJmpEbO1D { display:block; }
 }@media only screen and (max-width: 763px) { #p0G7fFRvnk8TU3GQxTJux4ekvETCbtkD { top:6.3125rem;left:0rem;width:30.0625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKvoZp3IdvKu6qf6TBMBh4RvAt44wNuS { top:15.4375rem;left:14.125rem;width:13.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZrGa9GPabkxvpyZa1LfwCDZoHXGtqwT { top:15.4375rem;left:27.6875rem;width:20.0625rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP7TnFO21PMsta6zGRdybRiRqfs80MBa { top:26.4375rem;left:0rem;width:19.4375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl69WwkMQN23eXENtBB37GiDrCdXMCTS { top:27.625rem;left:21.375rem;width:11.9375rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3rnS6CcZ4QC6BedGcf8oVT3sR9VATRy { top:11.6875rem;left:0rem;width:10.625rem;height:3.8125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za77PQ31i3ndhLZUn1nGNCCu10zXJolz { top:11.6875rem;left:14.125rem;width:6.375rem;height:3.8125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQ0ZrcALpkUSDXbSqktCrJdVbOoL0zP { top:11.6875rem;left:32.8125rem;width:6.25rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWUiLBgZGA7yhRlpqWoDxb4oda4WGGkk { top:22.75rem;left:0rem;width:10.625rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOH3EnBNDQl9uWisBTZfUKVTBF0yTNkH { top:23.9375rem;left:21rem;width:10.625rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ { display:block; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #off8VQxdBD38ehdBdOv2etVo5lyL0UCU { top:5.8125rem;left:11.5625rem;width:24.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx5FR2UN6yReK4pGi67O3cgoOLNMTnhe { top:27.75rem;left:0.625rem;width:10.6875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvdHL34XZwpZReOAotg4ZPKdruQpL8lx { top:26.4375rem;left:0rem;width:13.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSINH9QilR89CpQJ1Gpe0UkmVNqlriX { top:34.4375rem;left:0rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #td8fVBSoCqWd5zcueLlxsozEWdiQNsqD { display:block; }
 }@media only screen and (max-width: 763px) { #wvvUSlU2eMuJ24vUFF5XbDOHrB4uoCkX { top:29.75rem;left:0.625rem;width:10.5rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGaTZZ9AWHX6bU7c1CotAsllHf2I5P4R { top:12.0625rem;left:0rem;width:13.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTeqWKvsIQoPd24nkBdgerO6nD1AJsq { top:26.4375rem;left:17.1875rem;width:13.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi6pTISaTgNVs7mwXwxRzG9SW03E5MLK { top:26.4375rem;left:34.3125rem;width:13.4375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzTOa6D3REyUXS5RysRf6oHK91ByANM { top:12.0625rem;left:17.1875rem;width:13.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOz3GIDtcx18bOTarM4lQhukePWxTfCl { top:12.0625rem;left:34.3125rem;width:13.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWdAmuEx9lgGWap0UMJC82W6v7Qh90SX { top:34.4375rem;left:17.1875rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk2kVNifERxQcXmtFJB9Sg4xReLToBv1 { display:block; }
 }@media only screen and (max-width: 763px) { #oeCpkpkbUuzTs3eOrmOA1sIRDnTHTTE9 { top:29.6875rem;left:18.25rem;width:11.0625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqDHnzATEJ2lEmD114oSSGPEcv8gmcdi { top:27.75rem;left:18.25rem;width:11.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMz31laIAOzgDzC0rBNKZFt6dC4Qye5Z { top:34.4375rem;left:35.1875rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKXCLf8VmrSnA0R5F9f2fXQ9KbKVDDs { display:block; }
 }@media only screen and (max-width: 763px) { #r4rrrOI4iuBRMXEHTKTTzVH1WuyH7l1E { top:29.75rem;left:36.6875rem;width:10.5rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmxn3U3PGHbhJAC9zbkHoX1zl2hV0Zh { top:27.8125rem;left:36.6875rem;width:10.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhsCkFBFSx43ToiwHdanDfckd1gRel7O { top:41.125rem;left:17.5625rem;width:12.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJcBAfvT1hVxesxtD8BsCfAZwPz9PIWc { display:block; }
 }@media only screen and (max-width: 763px) { #ghND5KCa0F4AQNnfvB48krTt90QdmwSM { display:block; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuhJ3LCHliQw96CazB9Hawu2F5V35Eu3 { top:6.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhFHqpawazxzBHWtUSukKhWM86yMaDZX { top:10.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcx7PGbcInLKfpGXqprRT7KkPdJhzSH { top:12.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdiCZHm0BEDJDWttD9Te8Tq0hET74f0l { top:6.75rem;left:0rem;width:21.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDugNwU5uQBgeXXQHNQgKN6SE09m7B0l { top:10.625rem;left:0rem;width:16.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CbGBJVykoRuhnn9Ktlm4LgV8UyTm2M { top:12.5625rem;left:0rem;width:14.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0gmb4GbIDGaWFvFETsZxmg07vdiTXaA { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zgQUDwE62bUBZoEWiSa30zAXVbM9QGUB { top:8.625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVfRMb3yqGCw1ShoWVmTQOAynZTPTpee { top:8.625rem;left:0rem;width:16.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw2rJa1sBm0Nhks5AXtmexuwcK0eUCnK { top:1.5rem;left:0rem;width:5.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unSH5KZ4mUCV4kAuRT96VxEF73gTDmnT { top:5.75rem;left:32.6875rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm63RReCASInTWQwOk7Ow0RO0uBhSaMS { top:7.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIytKTKwBc8sIU6CS8VO5a5yukTHwgRI { top:7.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#NIytKTKwBc8sIU6CS8VO5a5yukTHwgRI > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #v2ze2dQzkM6Wf1mHSgQBzP7klaC9aqBi { top:7.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDMbCPoEyFItx4bRIDQFGl4bDMHrunl { top:7.8125rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
#aqDMbCPoEyFItx4bRIDQFGl4bDMHrunl > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #J14TRefEnSZz1GXlDV9AFXDowZv9zMNU { top:7.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv { display:block; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCeC37HE9elS1PySwLe4wK2I9poei8Lq { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dN5aHTDPbOyJQ3AL7E2wFsbqQ0mZJI { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#rKOashZWxWOd8RfGxlZv11WWdEnRB2Ob > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZyBN5RRb9hFJLeiu646aiEuKuTtroT6D { width:12.5625rem;height:2.6875rem;top:1rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr0uED5i7d2NNxCL3t7PfoZsxsFqgHUx { width:6.8125rem;height:2rem;top:2.0625rem;left:6.5625rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #w4D2adSzn6LF9yQ1V25pWhekJrgHa2Jk { display:block; }
 }@media only screen and (max-width: 763px) { #f755VF0F7m43tTpZsvop7AcPN3JBLElx { width:5.625rem;height:2rem;top:2.0625rem;left:7.1875rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nsWNTGN9hIobUEP8xnG9cGd1TFsVJAby { display:block; }
 }@media only screen and (max-width: 763px) { #VgR3510wQn53aNKIRMki3I4PKeLOAO3T { width:6.8125rem;height:2rem;top:2.0625rem;left:6.5625rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZZD4nJ9MmhgTb2pTQV0VzMmxTLwgBKLa { display:block; }
 }@media only screen and (max-width: 763px) { #pac9G2f22X9MQ8oqQd0BX2nFtkbWWPq2 { width:6rem;height:2rem;top:2.0625rem;left:7rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bEbDVTg8lmqpPNLRrRyhESkzkc4iR1dV { display:block; }
 }@media only screen and (max-width: 763px) { #WhNEVFP4gpQ7Su3XReIkoWuxJJUTdGRM { width:6rem;height:2rem;top:2.0625rem;left:7rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zLN5b0PWz9yaCsCU5g1y5xNVFKmQXsHV { display:block; }
 }@media only screen and (max-width: 763px) { #bG082VBOvFtyPAPROvC8R8qxE1fx0ZTk { top:5.0625rem;left:5.125rem;width:9.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQkaFrkZauAHV5fpBTKS9LuPztq0D4l4 { display:block; }
 }@media only screen and (max-width: 763px) { #JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container { background-color: transparent; background-image: none; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container > .video-iframe-container { display: none; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row > .video-iframe-container { display: none; }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .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); }#JdDcRM3BkTA1T5Kc3v9GZgGOCrillRO0 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2FFTLFNSHnfldmC8BUaed4LBe6hr8T0 { width:9.375rem;height:1.9375rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9NV44959a8PDBXlSexhGHRLNH0CIg1 { width:6.8125rem;height:2rem;top:2.0625rem;left:6.5625rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Azh0FewuD59SL4qufMatPMHXUkh9Near { display:block; }
 }@media only screen and (max-width: 763px) { #VZ98iJrapEDK2wXH62PT971mJuMF647n { width:5.625rem;height:2rem;top:2.0625rem;left:7.1875rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XJPCHuZgD0aHIp8KLlrEEeo7laqEavhT { display:block; }
 }@media only screen and (max-width: 763px) { #p0KcEs2lyBQpQmy1L3FrDuQ1eMChoBU8 { width:6.8125rem;height:2rem;top:2.0625rem;left:6.5625rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dOkEfMwTTO0lKTzSSODWBFd6EBbi2n2C { display:block; }
 }@media only screen and (max-width: 763px) { #Oo8TP3poqTkuhsKRqWIcJDT2pttzkXVl { width:6rem;height:2rem;top:2.0625rem;left:7rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lNrHsc3TTfgFyrn5o1FWValT8BdTGavC { display:block; }
 }@media only screen and (max-width: 763px) { #ZGXzhIfCadoPH1zXNpiZCasA9Fgha0Q2 { width:6rem;height:2rem;top:2.0625rem;left:7rem;background-color:transparent;background-image:none;z-index:15020;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D01IDfkxIlIlPNNd0NOrVxgvBsOO4X3t { display:block; }
 }@media only screen and (max-width: 763px) { #ShRmARel1nmioUUVzBXXk69npqlOV65A { top:1.34375rem;left:13.125rem;width:5.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn4KOHeyRsRkoDLF6yNPvkWx0zTzEfze { display:block; }
 }@media only screen and (max-width: 763px) { #brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f57d2d1b-9074-43ef-bbac-56af0c645aad/FotoProyecto.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8.adaptive-delivery-prevent-bg, #brrU9RZup37XAd5ktBo0W7WbkR0L7yS8.lazyload, #brrU9RZup37XAd5ktBo0W7WbkR0L7yS8.lazyloading { background-image: none; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container { background-color: transparent; background-image: none; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container > .video-iframe-container { display: none; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row > .video-iframe-container { display: none; }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .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); }#brrU9RZup37XAd5ktBo0W7WbkR0L7yS8 > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efoEzvlfEr7MJIxn40TzzzNn28RnS46t { top:10.25rem;left:5.1875rem;width:9.625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRitaukuafiTsASCPB0eENstkaON3TKu { display:block; }
 }@media only screen and (max-width: 763px) { #yEq8pkGdwcNuqNtGztLVGa0tWGTzoJiJ { width:15.875rem;height:2.19921875rem;top:4.625rem;left:2.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o2fgDLGDFTTKR5zSR8Mihir5vyTd3Chx { width:14.75rem;height:1.71875rem;top:7.44921875rem;left:2.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f57d2d1b-9074-43ef-bbac-56af0c645aad/FotoProyecto.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp.adaptive-delivery-prevent-bg, #sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp.lazyload, #sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp.lazyloading { background-image: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { background-color: transparent; background-image: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container > .video-iframe-container { display: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row > .video-iframe-container { display: none; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .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); }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { border-width: 0; border-radius: 0; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCdBbPGuUA2HEvRxS9SrtkcMwJSKgkgp > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmoRsw2aLKrzGVxffUTFEIOhrgLGG63c { width:16.4375rem;height:7.957rem;top:7.640625rem;left:1.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a6uZf1LRTDwEzl9AMDgyCwTcdVvw7e7h { width:16.375rem;height:1.7871125rem;top:4.9375rem;left:1.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nlyfdS4v7koBVPWtcyp8ygHE4mESQUB9 { top:16.9375rem;left:5.25rem;width:9.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxNF4OWo8r4h0nVvFEAb3f0hXh4NL7U { display:block; }
 }@media only screen and (max-width: 763px) { #uFuXt9Z1xLsLyhaxEk75WuxgZ0rzLHvM { width:20rem;height:23.3125rem;top:2.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X3ydOeRCIQQTRlHiGm69Cgcb837P9uC6 { width:17.8125rem;height:9.8125rem;top:20.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR1op4m0oS37e1oUiNUUtid1ROcSw6O2 { width:17.4375rem;height:9.8125rem;top:21.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3dCvWqiu9HZHNuKkUU8U29THTU20ZZB { width:4.6875rem;height:4.6875rem;top:23.5rem;left:7.65625rem;display:block; }
#K3dCvWqiu9HZHNuKkUU8U29THTU20ZZB > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 { background-color:#ffffff;background-image:none;display:block; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container { background-color: transparent; background-image: none; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container > .video-iframe-container { display: none; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row > .video-iframe-container { display: none; }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .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); }#tvN1Cd0XTsrJrTTJBlImuKH7cTqD0Qn9 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghvp1hZmA284wQ82PulG0DNZqW93mWE8 { width:16.4375rem;height:13.40625rem;top:5.6962890625rem;left:1.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMCzsyuKn8lsL75843tZe2QabawkT76K { width:18.75rem;height:20.6875rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlpG5GI10Uup5MbTB60neRyxc6GRbU7 { width:9.6875rem;height:1.58105625rem;top:2.9375rem;left:5.15625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz { display:block; }#W3hfGtqRKWUpcOcktpKZZNEUCw2kVnqz > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXBGdashUiu1H4uREtiolHgMW0Dftz9g { width:16.375rem;height:2.4375rem;top:5.875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #QIKZcJ9JyikwCdSsCZ7vIfPQCRiGlkCD { width:15.0625rem;height:1.7871125rem;top:3.103515625rem;left:2.46875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXDBgOT3foQUegl32P63LyNiGFLs7Ftb { width:4.6875rem;height:4.6875rem;top:25.0625rem;left:7.5rem;display:block; }
#QXDBgOT3foQUegl32P63LyNiGFLs7Ftb > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #uDMH4OUAnyrgICDV3uAFTIwzNgRZczp3 { width:4.6875rem;height:4.6875rem;top:37.5625rem;left:7.5rem;display:block; }
#uDMH4OUAnyrgICDV3uAFTIwzNgRZczp3 > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #xW3GgwJxf0R1HWTLrBc11ItMHiAfz8ys { width:4.6875rem;height:4.6875rem;top:13rem;left:7.5rem;display:block; }
#xW3GgwJxf0R1HWTLrBc11ItMHiAfz8ys > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #SgCVh0LhtTCdNEBFNydBnhWOodJohx5J { width:17.4375rem;height:9.8125rem;top:10.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUTCZb5lrWEE5h8xrx1sx9huIqvHb2vm { width:17.4375rem;height:9.8125rem;top:22.8125rem;left:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bHzZmGTaFRXtuLaxLiZE9aOEenoUiJ6t { width:17.4375rem;height:9.8125rem;top:35.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIwKnzlSgSJcmTy1UKcV0VT61wUBc0aI { width:17.8125rem;height:9.8125rem;top:10.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEmipCyHVnAohMxOuL8bJ2wey7tnlbs { width:17.8125rem;height:9.8125rem;top:35rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUp3cAqsunwTARtFoymdEE3LZyligsVu { width:17.8125rem;height:9.8125rem;top:22.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 { display:block; }#zf4ysQlPZTQu8w4QXnruipkCS0DSHm33 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwn1rw79ppE4eKmioARpp81RcMXEDqRn { width:13.4375rem;height:19.8125rem;top:28.5rem;left:3.125rem;z-index:14961;display:block; }
 }@media only screen and (max-width: 763px) { #k27OucL0xJwFSnQr9RnQT9KSTt1ESXD2 { width:13.4375rem;height:0.1875rem;top:34.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkR23T8qUFKdUevQWx4FdMPeqT1QKGGd { width:10.5625rem;height:7.1953125rem;top:13.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXTf4tn3TmV7aTTLtSbNxSMw8ZZHAxt { top:22.875rem;left:5.25rem;width:9.5rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtFEGqxeTf8U265DbDCLZ323raaaJ2Pa { display:block; }
 }@media only screen and (max-width: 763px) { #vgxDeNp9Fl6fMHlDLfl9alSkvIIhFoWZ { width:9.1875rem;height:1.4433625rem;top:8.75rem;left:5.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USeOTT27aAQ803o1OBfmPXt1MK5B3XF5 { width:11.5625rem;height:7.1953125rem;top:35.875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLzTpL6rhOef73ypsWeVlhMbHsxTC2A { width:11.6875rem;height:2.886725rem;top:30.125rem;left:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raad9ThlCIfTeaqT6nSKQ4HsVPFT7cGO { top:44.9375rem;left:5rem;width:9.5rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VsDEHIPXThoPykVpT6l7TQ44X4TyrO { display:block; }
 }@media only screen and (max-width: 763px) { #arasgMvsTnAol9PgNCTSJ8oldvKuZ6ck { width:13.4375rem;height:19.8125rem;top:6.5rem;left:3.0625rem;z-index:14961;display:block; }
 }@media only screen and (max-width: 763px) { #R0o7NPs7CiEsxpv0DJOcXVUVWKkcqFyi { width:13.4375rem;height:0.1875rem;top:12.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDbovr4lf9lnRPJpLU5mZaEy8AN2Q3Q { width:20rem;height:10.044642857143rem;top:54.7060546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vk8L0v8B7fISB53ukBMzVb5BkSDfM2w6 { top:14.5rem;left:0.625rem;width:18.75rem;height:38.625rem;z-index:14960;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deurdyrEbNaWCiZaDvszDI46ql99LLFO { width:10.3125rem;height:1.58105625rem;top:3.0625rem;left:4.84375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z351yrTqkN7RN7FTHuNNWD3HEd953bTX { display:block; }#Z351yrTqkN7RN7FTHuNNWD3HEd953bTX > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePKECUa4Uyc7LmEv37CHr6kvatoA97I1 { width:16.9375rem;height:2.3984375rem;top:10.66796875rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqqiX7oXdGzw7mdVkSQoZTffPMGRJwyU { top:50.72265625rem;left:4.21875rem;width:11.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Q2TSu7WiulJ1c5fD2PwpzcJmpEbO1D { display:block; }
 }@media only screen and (max-width: 763px) { #p0G7fFRvnk8TU3GQxTJux4ekvETCbtkD { width:17.3125rem;height:1.58105625rem;top:4rem;left:1.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKvoZp3IdvKu6qf6TBMBh4RvAt44wNuS { width:17.5625rem;height:2.3984375rem;top:17.625rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZrGa9GPabkxvpyZa1LfwCDZoHXGtqwT { width:16.625rem;height:4.796875rem;top:24.9375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP7TnFO21PMsta6zGRdybRiRqfs80MBa { width:15.1875rem;height:5.99609375rem;top:34.6875rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl69WwkMQN23eXENtBB37GiDrCdXMCTS { width:17.5625rem;height:2.3984375rem;top:45.75rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3rnS6CcZ4QC6BedGcf8oVT3sR9VATRy { width:10.625rem;height:2.19921875rem;top:7.90625rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Za77PQ31i3ndhLZUn1nGNCCu10zXJolz { width:6.375rem;height:2.19921875rem;top:14.80078125rem;left:6.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKQ0ZrcALpkUSDXbSqktCrJdVbOoL0zP { width:6.25rem;height:2.19921875rem;top:22.11328125rem;left:6.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWUiLBgZGA7yhRlpqWoDxb4oda4WGGkk { width:10.625rem;height:2.19921875rem;top:31.92578125rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOH3EnBNDQl9uWisBTZfUKVTBF0yTNkH { width:10.625rem;height:2.19921875rem;top:42.92578125rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ { display:block; }#TE5uKbciFgqPkhHkIb0IKwVrTg7MZuvZ > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #off8VQxdBD38ehdBdOv2etVo5lyL0UCU { width:14.9375rem;height:1.92480625rem;top:3.25rem;left:2.53125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mx5FR2UN6yReK4pGi67O3cgoOLNMTnhe { width:10.9375rem;height:1.3056625rem;top:23.25rem;left:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvdHL34XZwpZReOAotg4ZPKdruQpL8lx { width:13.4375rem;height:10.6875rem;top:21.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSINH9QilR89CpQJ1Gpe0UkmVNqlriX { top:28.25rem;left:3.3125rem;width:7.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td8fVBSoCqWd5zcueLlxsozEWdiQNsqD { display:block; }
 }@media only screen and (max-width: 763px) { #wvvUSlU2eMuJ24vUFF5XbDOHrB4uoCkX { width:10.1875rem;height:2.0996125rem;top:25.0625rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGaTZZ9AWHX6bU7c1CotAsllHf2I5P4R { width:13.4375rem;height:14.375rem;top:7rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTeqWKvsIQoPd24nkBdgerO6nD1AJsq { width:13.4375rem;height:9.625rem;top:48.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi6pTISaTgNVs7mwXwxRzG9SW03E5MLK { width:13.4375rem;height:11.9375rem;top:74.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzTOa6D3REyUXS5RysRf6oHK91ByANM { width:13.4375rem;height:14.375rem;top:34.0625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOz3GIDtcx18bOTarM4lQhukePWxTfCl { width:13.4375rem;height:14.375rem;top:59.8125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWdAmuEx9lgGWap0UMJC82W6v7Qh90SX { top:54.25rem;left:3.375rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk2kVNifERxQcXmtFJB9Sg4xReLToBv1 { display:block; }
 }@media only screen and (max-width: 763px) { #oeCpkpkbUuzTs3eOrmOA1sIRDnTHTTE9 { width:11.125rem;height:1.04980625rem;top:52.25rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqDHnzATEJ2lEmD114oSSGPEcv8gmcdi { width:10.25rem;height:1.3056625rem;top:50.375rem;left:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMz31laIAOzgDzC0rBNKZFt6dC4Qye5Z { top:82.25rem;left:3.375rem;width:6.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKXCLf8VmrSnA0R5F9f2fXQ9KbKVDDs { display:block; }
 }@media only screen and (max-width: 763px) { #r4rrrOI4iuBRMXEHTKTTzVH1WuyH7l1E { width:10.8125rem;height:3.1494125rem;top:78.125rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmxn3U3PGHbhJAC9zbkHoX1zl2hV0Zh { width:11.3125rem;height:1.3056625rem;top:76.125rem;left:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhsCkFBFSx43ToiwHdanDfckd1gRel7O { top:88.0625rem;left:5.40625rem;width:9.75rem;height:2rem;font-size:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJcBAfvT1hVxesxtD8BsCfAZwPz9PIWc { display:block; }
 }@media only screen and (max-width: 763px) { #ghND5KCa0F4AQNnfvB48krTt90QdmwSM { display:block; }#ghND5KCa0F4AQNnfvB48krTt90QdmwSM > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuhJ3LCHliQw96CazB9Hawu2F5V35Eu3 { width:2.1875rem;height:2.1875rem;top:7.875rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhFHqpawazxzBHWtUSukKhWM86yMaDZX { width:2.1875rem;height:2.1875rem;top:15.625rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcx7PGbcInLKfpGXqprRT7KkPdJhzSH { width:2.1875rem;height:2.1875rem;top:19.25rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdiCZHm0BEDJDWttD9Te8Tq0hET74f0l { width:16.0625rem;height:0.82421875rem;top:10.5rem;left:2rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDugNwU5uQBgeXXQHNQgKN6SE09m7B0l { width:12.75rem;height:0.82421875rem;top:17.9375rem;left:3.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5CbGBJVykoRuhnn9Ktlm4LgV8UyTm2M { width:14.75rem;height:0.82421875rem;top:21.6875rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P0gmb4GbIDGaWFvFETsZxmg07vdiTXaA { top:24.375rem;left:3.75rem;width:12.5rem;height:0.1875rem;z-index:15042;background-color:#00deb0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zgQUDwE62bUBZoEWiSa30zAXVbM9QGUB { display:flex;width:1.375rem;height:1.375rem;top:12.375rem;left:9.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #eVfRMb3yqGCw1ShoWVmTQOAynZTPTpee { width:16.3125rem;height:0.82421875rem;top:14.4375rem;left:1.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pw2rJa1sBm0Nhks5AXtmexuwcK0eUCnK { width:5.25rem;height:4.0625rem;top:2.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unSH5KZ4mUCV4kAuRT96VxEF73gTDmnT { width:16rem;height:1.13671875rem;top:26.4375rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"fira sans";display:block; }
 }@media only screen and (max-width: 763px) { #Wm63RReCASInTWQwOk7Ow0RO0uBhSaMS { width:1.875rem;height:1.875rem;top:28.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIytKTKwBc8sIU6CS8VO5a5yukTHwgRI { display:flex;width:1.4375rem;height:1.4375rem;top:28.6875rem;left:6.5625rem;font-size:1rem; }
#NIytKTKwBc8sIU6CS8VO5a5yukTHwgRI > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #v2ze2dQzkM6Wf1mHSgQBzP7klaC9aqBi { width:1.875rem;height:1.875rem;top:28.5rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDMbCPoEyFItx4bRIDQFGl4bDMHrunl { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:11.875rem;font-size:0.9375rem; }
#aqDMbCPoEyFItx4bRIDQFGl4bDMHrunl > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #J14TRefEnSZz1GXlDV9AFXDowZv9zMNU { width:2rem;height:2rem;top:28.4375rem;left:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv { display:block; }#h16qL2fgZB48IV9g5lZ1PD0bVo0O0IBv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCeC37HE9elS1PySwLe4wK2I9poei8Lq { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8dN5aHTDPbOyJQ3AL7E2wFsbqQ0mZJI { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }