.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,236,224;--color-primary-1:218,199,162;--color-primary-2:193,162,100;--color-primary-3:193,145,93;--color-primary-4:146,120,68;--color-secondary-0:229,225,230;--color-secondary-1:178,164,180;--color-secondary-2:126,104,130;--color-secondary-3:102,73,106;--color-secondary-4:40,4,46;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:132,132,132;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/615a5392-3b12-4a18-a370-85add88b783e/vidavallejofondo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:37.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:16.25rem;left:3.4375rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:18.375rem;left:1.5625rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSW25klX2mztxy5sWBeRusJLaMgIrtgw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:12.9375rem;top:7.0625rem;left:10.125rem;overflow:hidden;display:block; }
#Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:28.875rem;left:7.65625rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:33.625rem;left:10.125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqIq7x34ukCm2rgKiE60kONBDBlegyUh { position:absolute;display:block;z-index:15027;height:19.25rem;width:25.5625rem;top:2.912109375rem;left:33.3125rem;display:block; }
#vp1NT81NXwouUbtwfzWyUWNd4bITyLQ7 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:20.4375rem;top:22.099609375rem;left:6.3125rem;overflow:hidden;display:block; }
#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container { background-color: transparent; background-image: none; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container > .video-iframe-container { display: none; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row > .video-iframe-container { display: none; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .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); }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container { border-width: 0; border-radius: 0; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#RPJ99hqDlBl28xQ0pncOPcl3vH57mT7q { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBBTt7TBx5gCJRfFARQzpRgIVhVDdubZ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:1.11328125rem;left:5.15625rem;display:block; }
#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .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); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:1.34375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:31.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:46.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQl5ia5wRhy8TreexUpSIoiDA19m1Ml3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:14.0625rem;top:0rem;left:0.46875rem;overflow:hidden;display:block; }
#inTKC7KemWK9flctk5kov0Bu4OGzkLHD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.75rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#pqXFBWqskUJpTFmPEK3rIZ7yhy6MlTlI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.75rem;top:0rem;left:30.625rem;overflow:hidden;display:block; }
#t00k4pRe4U3cT3UCciTXcNeXCqARHQfF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.75rem;top:0rem;left:45.625rem;overflow:hidden;display:block; }
#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { background-color: transparent; background-image: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .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); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { border-width: 0; border-radius: 0; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:1.40625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:14.5625rem;left:0.0625rem;display:block; }
#TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:14.5625rem;left:15.503124237061rem;display:block; }
#dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:14.5625rem;left:30.4375rem;display:block; }
#Ei018nxz6D8NcclkWWygrwCA0etAyuTa { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:14.5625rem;left:45.4404296875rem;display:block; }
#UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:46.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wB7MZbbFaVDx5qcu44fPo7kT4Mh6DLsD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.75rem;top:0rem;left:45.625rem;overflow:hidden;display:block; }
#OvsP6BTDRL9e7AEF2FrZzbIbW4zlyAcc { 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:9.5625rem;width:13.75rem;top:0rem;left:30.625rem;overflow:hidden;display:block; }
#i81AId5TOkeIeAk6sx4IUFous7iK1JzH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.75rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#iZPPpnMkpB45nwhxeQqoTJCbhSQLr1UR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container { background-color: transparent; background-image: none; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container > .video-iframe-container { display: none; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row > .video-iframe-container { display: none; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .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); }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container { border-width: 0; border-radius: 0; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#KSzUACnO3WynxD9G5H07Ko5ivSOpmFeF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:14.5625rem;left:15.503124237061rem;display:block; }
#DabuwOqLREfKfyOTnMuFQGWSIEQep3WZ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sA9rCZndplcndvOmnWzH247kbJOo0lTl { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:14.5625rem;left:30.4375rem;display:block; }
#Tti4Lmm0csMW3wunBTaZTi5Z5028fch3 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zey1LFzzduQ9pwfIadqfWxrJx97vwtDJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.75rem;top:0rem;left:30.625rem;overflow:hidden;display:block; }
#ZTQHC2dGNNzWadAseC2p3262mvihAi1n { 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:9.5625rem;width:13.75rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN { position:relative;display:block; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN { background-color: transparent; background-image: none; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row .container > .video-iframe-container { display: none; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row > .video-iframe-container { display: none; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .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); }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN { border-width: 0; border-radius: 0; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vscp1fDV9RTmxcr79A1a1DNzZFlPTBdT { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.5rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaROceqxMy2TJL6DR9yc3f1388NTIdKM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:0.9375rem;left:5.15625rem;display:block; }
#BsTOzS7FKW1RZlKl7tqd85Qb056ardO4 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:4.5625rem;left:0rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e { position:relative;display:block; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e { background-color: transparent; background-image: none; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row .container > .video-iframe-container { display: none; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row > .video-iframe-container { display: none; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .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); }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e { border-width: 0; border-radius: 0; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#euOm230m30ofL4abyiQwrXS6pIS4fFGG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:14.9375rem;top:8.3154296875rem;left:22.53125rem;overflow:hidden;display:block; }
#gaAALO5qK8f6ou9ygKxTPacS1b2lxfV2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:16.75rem;top:8.3779296875rem;left:41.625rem;overflow:hidden;display:block; }
#GVTKbo0dAXIG5f9zzbTBLARGkX58sBST { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:13.75rem;top:8.4716796875rem;left:3.125rem;overflow:hidden;display:block; }
#nug2BXt76Bv7O3HMpxaKcZELNaW8zEPc { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:0.875rem;left:1.375rem;height:3.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CL8xeOQ3SiHgKEMkESp7h00JLBOAVqSA { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17.0625rem;top:3.912109375rem;left:1.46875rem;overflow:hidden;display:block; }
#WqCTG3nJd9W45uB0LTGTHcdFhAxTTT0X { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:16.6875rem;top:3.912109375rem;left:21.46875rem;overflow:hidden;display:block; }
#TWEQK9rq11RnBoTphHz8v5FC0vTyVwVr { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:0.875rem;left:21.34375rem;height:3.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b183TtPbJSQgzSOik7Rp6x64fIh233bL { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:16.6875rem;top:3.9375rem;left:41.5rem;overflow:hidden;display:block; }
#khlOshyUHCc1hqqKT1D3b2dEztlsW8fG { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:0.875rem;left:41.375rem;height:3.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZZo15fwZalHQPyk9ksmncJJnIogrJZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { background-color: transparent; background-image: none; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container > .video-iframe-container { display: none; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row > .video-iframe-container { display: none; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .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); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { border-width: 0; border-radius: 0; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { color:rgba(var(--color-primary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.5625rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVzJVZcC3WvbkKosPINqiFZfqOQ55c6q { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:5.638671875rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { background-color: transparent; background-image: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .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); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { border-width: 0; border-radius: 0; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#TOmrAm1eST14CWoiFqXgXlsLvotledL2 { 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:21.875rem;width:19.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { background-color: transparent; background-image: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container > .video-iframe-container { display: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container { display: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .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); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { border-width: 0; border-radius: 0; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:60rem;position:relative;display:block; }#QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { background-color: transparent; background-image: none; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container > .video-iframe-container { display: none; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row > .video-iframe-container { display: none; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .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); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { border-width: 0; border-radius: 0; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#TzUKDyBymc0PtNQKrF4eRyOCJ3fr0uyW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#QLTvzDB6qMlTF8elq21SLMJGppErlfEx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#kz4oxHe0OaMhVPtGb8hfGKFbXMUdTDN1 { 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:21.875rem;width:19.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/351d3895-1b3f-4984-8b9c-8ae5a9580c0f/VidaVallejofachada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X.adaptive-delivery-prevent-bg, #BwpdIB80Gk28d1GebDsxuLHswu0P9q1X.lazyload, #BwpdIB80Gk28d1GebDsxuLHswu0P9q1X.lazyloading { background-image: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container { background-color: transparent; background-image: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container > .video-iframe-container { display: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row > .video-iframe-container { display: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .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); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container { border-width: 0; border-radius: 0; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#ibPVtggX5XNsnerS0mTxaLHVIJxoqu9K { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kknxpRCE1odqJRpEuIT2l1E8918PIhrc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.4375rem;left:22.8125rem;display:block; }
#WPxfaJ0IGlTIkD9D6wzwACA3qrn5kHJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG { position:relative;display:block; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG { background-color: transparent; background-image: none; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row .container > .video-iframe-container { display: none; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row > .video-iframe-container { display: none; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .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); }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG { border-width: 0; border-radius: 0; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EXsXVa1hXAaaXWTbKFW9DhyZUp6HixB9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:38.0625rem;top:2.34375rem;left:21.484375rem;overflow:hidden;display:block; }
#kfPxXb9T7OZTsJ1nrTg5cklhuFXqJvaA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.40625rem;left:3.3125rem;display:block; }
#Mkp15RwT3TbkF2eJsu9gi0xsJJuTzpv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d { position:relative;display:block; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d { background-color: transparent; background-image: none; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row .container > .video-iframe-container { display: none; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row > .video-iframe-container { display: none; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .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); }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d { border-width: 0; border-radius: 0; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rCIlfTiCR5utnrL0D2tBw98GznbAVnLR { 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:9rem;width:9rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#AQ41MC18N28FeIA7IpJ1v7bxcFwFTNQ4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:3.125rem;left:12.375rem;overflow:hidden;display:block; }
#ClJIaasa69T7gJJ1E9q9xyAszFst6VGK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:3.125rem;left:25.5rem;overflow:hidden;display:block; }
#UomodKIKuxJU8u5dZosodZUBkhBJwiX8 { position:absolute;display:block;z-index:15003;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:9rem;width:9rem;top:3.125rem;left:38.75rem;overflow:hidden;display:block; }
#KRzxu0IvT0FbNRC0n4x5t9sCIlIyQnkF { position:absolute;display:block;z-index:15004;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:9rem;width:9rem;top:3.125rem;left:51rem;overflow:hidden;display:block; }
#IuzNQq7hbXQvETfNI8q1zIerB6aaHis8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.6875rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fa8tH5kmG7fMFFLoMuPUdRfsLfIvL1sV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.6875rem;left:12.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbaibQVdFRxloLNkDgaZNn4PCENOIxh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.6875rem;left:25.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gN7eQ2WuJBJnaXWHbdSRdpBeCcePy5Sp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:12.6875rem;left:39.5625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qba2ytwBoyA0AUT3vFOTkTTRgTAJs758 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:12.6875rem;left:50.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcT4aPZwTmvvCnNfLmAzia5JTZBPTKek { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:1.25rem;left:5.15625rem;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-primary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.75rem;left:30.0625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:7.8125rem;left:42.875rem; }
#kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:15.1875rem;left:32.5625rem;height:6.0732375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { position:absolute;display:block;z-index:15021;height:21.3125rem;width:26.5625rem;top:2.3125rem;left:5.15625rem;display:block; }
#yLaPpvssMdt1cTszLaNeZWvXZ7alsxJo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:34.5625rem;left:5.15625rem;display:block; }
#bxPVgBQVPIgcJ5BsTNsS4Hpi7ULDh92J { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#wgNyp08DFk4KnFenLbgR2lb1JIL1p5ul { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:49.6875rem;top:1rem;left:5.15625rem;display:block; }
#OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.9375rem;left:21.25rem;display:block; }
#bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZJVOVFma6V56ICAGwh7snsOrWOpfns9 { box-sizing:content-box;height:2.0625rem;width:17.9375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;top:30.625rem;left:21rem;display:block; }
#AvVZeF3mTDLTcRqFJx3NcMKg0FaXS2cN { color:rgba(var(--color-tertiary-3),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:26.875rem;left:9.4375rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container { background-color: transparent; background-image: none; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container > .video-iframe-container { display: none; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row > .video-iframe-container { display: none; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .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); }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container { border-width: 0; border-radius: 0; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.25rem;width:34.625rem;top:2.09375rem;left:12.6875rem;display:block; }
#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V { position:relative;display:block; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V { background-color: transparent; background-image: none; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row .container > .video-iframe-container { display: none; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row > .video-iframe-container { display: none; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .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); }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V { border-width: 0; border-radius: 0; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q4Nlzc3mQ1c2kbx1hUmBQTLmLPl1VBPZ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.8125rem;top:2.6875rem;left:3.59375rem;overflow:hidden;display:block; }
#uaFhWCVgl438HDy63F2JrSmD8u2M5SZJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:8.4375rem;top:3.4375rem;left:33.28125rem;overflow:hidden;display:block; }
#bUxmA7feHMCTX0TN4TmHTeEZ4UqBnNEg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.3125rem;top:3.96875rem;left:18.34375rem;overflow:hidden;display:block; }
#VnOlkfDZ21bMS75uB2M14LUNgwRpKiNt { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.125rem;top:3.6875rem;left:45.9375rem;overflow:hidden;display:block; }
#H8JZJIaZbpF5F7SxzAdTXMvdZ5uET01s { color:rgba(var(--color-primary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.8125rem;left:15rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oapl0T4OiOSzU7iHNAVi7KpqWsOAPhXX { color:rgba(var(--color-tertiary-3),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:8.3125rem;left:0.6875rem;height:2.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzXiv8ZVheZXuJZzFZXUcL78JmLWSAJK { color:rgba(var(--color-tertiary-3),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:8.3125rem;left:17.125rem;height:3.673825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#akh9pJClvTQmOVrSE4X5eF8kcm3HBAUS { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:8.3125rem;left:32.1875rem;height:4.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFcOIJaq7UpT2bsaJa2VKvk9Cr73psO2 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:8.3125rem;left:47.1875rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { background-color: transparent; background-image: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .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); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { border-width: 0; border-radius: 0; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#igu4giDXUx7TImir7oDSheH7vsqa1zaU { 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:5.9375rem;width:10.3125rem;top:2.3125rem;left:24.84375rem;overflow:hidden;display:block; }
#ykkT4N6iHxPBwKtQ1rT23aEBDcg7TIWK { position:absolute;display:block;z-index:15091;height:4.125rem;width:7.4375rem;top:6.4375rem;left:51.09375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:26.3125rem;height:2.125rem;top:16.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:30rem;height:4rem;top:18.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { top:7.0625rem;left:4rem;width:12.9375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:17.875rem;height:1.6875rem;top:28.875rem;left:1.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:45.4375rem;height:3.125rem;top:33.625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqIq7x34ukCm2rgKiE60kONBDBlegyUh { top:2.875rem;left:22.1875rem;width:25.5625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp1NT81NXwouUbtwfzWyUWNd4bITyLQ7 { top:22.0625rem;left:0.1875rem;width:20.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ { display:block; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPJ99hqDlBl28xQ0pncOPcl3vH57mT7q { width:47.75rem;height:2.375rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBBTt7TBx5gCJRfFARQzpRgIVhVDdubZ { width:47.75rem;height:0.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:1.4375rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:1.4375rem;top:10rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11.375rem;height:1.4375rem;top:10rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:1.4375rem;top:10rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQl5ia5wRhy8TreexUpSIoiDA19m1Ml3 { width:14.0625rem;height:9.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTKC7KemWK9flctk5kov0Bu4OGzkLHD { width:13.75rem;height:9.5625rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXFBWqskUJpTFmPEK3rIZ7yhy6MlTlI { width:13.75rem;height:9.5625rem;top:0rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t00k4pRe4U3cT3UCciTXcNeXCqARHQfF { width:13.75rem;height:9.5625rem;top:0rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11.375rem;height:1.4375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:14.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11.375rem;height:1.4375rem;top:11.375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:14.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:13.8125rem;height:1.4375rem;top:11.375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { width:14.0625rem;height:0.125rem;top:14.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { width:11.375rem;height:1.4375rem;top:11.375rem;left:36.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB7MZbbFaVDx5qcu44fPo7kT4Mh6DLsD { width:13.75rem;height:9.0625rem;top:0rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvsP6BTDRL9e7AEF2FrZzbIbW4zlyAcc { width:13.75rem;height:9.5625rem;top:0rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81AId5TOkeIeAk6sx4IUFous7iK1JzH { width:13.75rem;height:9.5625rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZPPpnMkpB45nwhxeQqoTJCbhSQLr1UR { width:13.75rem;height:9.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V { display:block; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSzUACnO3WynxD9G5H07Ko5ivSOpmFeF { width:14.0625rem;height:0.125rem;top:14.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DabuwOqLREfKfyOTnMuFQGWSIEQep3WZ { width:11.375rem;height:1.4375rem;top:11.375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA9rCZndplcndvOmnWzH247kbJOo0lTl { width:14.0625rem;height:0.125rem;top:14.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tti4Lmm0csMW3wunBTaZTi5Z5028fch3 { width:13.5625rem;height:1.4375rem;top:11.375rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zey1LFzzduQ9pwfIadqfWxrJx97vwtDJ { width:13.75rem;height:9.5625rem;top:0rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQHC2dGNNzWadAseC2p3262mvihAi1n { width:13.75rem;height:9.5625rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN { display:block; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vscp1fDV9RTmxcr79A1a1DNzZFlPTBdT { width:47.75rem;height:2.375rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaROceqxMy2TJL6DR9yc3f1388NTIdKM { width:47.75rem;height:0.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTOzS7FKW1RZlKl7tqd85Qb056ardO4 { width:47.75rem;height:4rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e { display:block; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euOm230m30ofL4abyiQwrXS6pIS4fFGG { top:8.3125rem;left:16.34375rem;width:14.9375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAALO5qK8f6ou9ygKxTPacS1b2lxfV2 { top:8.375rem;left:30.875rem;width:16.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVTKbo0dAXIG5f9zzbTBLARGkX58sBST { top:8.4375rem;left:1.0625rem;width:13.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nug2BXt76Bv7O3HMpxaKcZELNaW8zEPc { width:17.3125rem;height:3rem;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8xeOQ3SiHgKEMkESp7h00JLBOAVqSA { top:3.875rem;left:0rem;width:17.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqCTG3nJd9W45uB0LTGTHcdFhAxTTT0X { top:3.875rem;left:14.6875rem;width:16.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEQK9rq11RnBoTphHz8v5FC0vTyVwVr { width:17.3125rem;height:3rem;top:0.875rem;left:14.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b183TtPbJSQgzSOik7Rp6x64fIh233bL { top:3.9375rem;left:30.9375rem;width:16.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khlOshyUHCc1hqqKT1D3b2dEztlsW8fG { width:17.3125rem;height:3rem;top:0.875rem;left:30.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZZo15fwZalHQPyk9ksmncJJnIogrJZA { display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { width:47.75rem;height:2.375rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVzJVZcC3WvbkKosPINqiFZfqOQ55c6q { width:47.75rem;height:2rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { width:47.75rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:19.9375rem;height:21.875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:19.9375rem;height:21.875rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:19.9375rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:47.75rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXd1MyXloIueRaFwbxQvhOlS02VEPcT { display:block; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzUKDyBymc0PtNQKrF4eRyOCJ3fr0uyW { width:19.9375rem;height:21.875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTvzDB6qMlTF8elq21SLMJGppErlfEx { width:19.9375rem;height:21.875rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4oxHe0OaMhVPtGb8hfGKFbXMUdTDN1 { width:19.9375rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwpdIB80Gk28d1GebDsxuLHswu0P9q1X { display:block; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibPVtggX5XNsnerS0mTxaLHVIJxoqu9K { width:47.75rem;height:4.1875rem;top:8.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kknxpRCE1odqJRpEuIT2l1E8918PIhrc { width:14.4375rem;height:2.875rem;top:13.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPxfaJ0IGlTIkD9D6wzwACA3qrn5kHJy { display:block; }
 }@media only screen and (max-width: 763px) { #ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG { display:block; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXsXVa1hXAaaXWTbKFW9DhyZUp6HixB9 { top:2.3125rem;left:0rem;width:38.0625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfPxXb9T7OZTsJ1nrTg5cklhuFXqJvaA { width:14.4375rem;height:2.875rem;top:11.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkp15RwT3TbkF2eJsu9gi0xsJJuTzpv3 { display:block; }
 }@media only screen and (max-width: 763px) { #Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d { display:block; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCIlfTiCR5utnrL0D2tBw98GznbAVnLR { top:3.125rem;left:0rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ41MC18N28FeIA7IpJ1v7bxcFwFTNQ4 { top:3.125rem;left:2.9375rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJIaasa69T7gJJ1E9q9xyAszFst6VGK { top:3.125rem;left:14.875rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #UomodKIKuxJU8u5dZosodZUBkhBJwiX8 { top:3.125rem;left:26.8125rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzxu0IvT0FbNRC0n4x5t9sCIlIyQnkF { top:3.125rem;left:38.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzNQq7hbXQvETfNI8q1zIerB6aaHis8 { width:9.3125rem;height:1.875rem;top:12.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa8tH5kmG7fMFFLoMuPUdRfsLfIvL1sV { width:9.3125rem;height:1.875rem;top:12.6875rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbaibQVdFRxloLNkDgaZNn4PCENOIxh5 { width:9.3125rem;height:1.875rem;top:12.6875rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN7eQ2WuJBJnaXWHbdSRdpBeCcePy5Sp { width:9.3125rem;height:0.9375rem;top:12.6875rem;left:26.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qba2ytwBoyA0AUT3vFOTkTTRgTAJs758 { width:9.3125rem;height:1.875rem;top:12.6875rem;left:38.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcT4aPZwTmvvCnNfLmAzia5JTZBPTKek { width:47.75rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:29.9375rem;height:2.375rem;top:12.75rem;left:17.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:7.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:25rem;height:6.0625rem;top:15.1875rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { top:2.3125rem;left:0rem;width:26.5625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLaPpvssMdt1cTszLaNeZWvXZ7alsxJo { width:47.75rem;height:0.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxPVgBQVPIgcJ5BsTNsS4Hpi7ULDh92J { display:none; }
 }@media only screen and (max-width: 763px) { #wgNyp08DFk4KnFenLbgR2lb1JIL1p5ul { width:47.75rem;height:0.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:29.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #AZJVOVFma6V56ICAGwh7snsOrWOpfns9 { top:30.625rem;left:14.875rem;width:17.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvVZeF3mTDLTcRqFJx3NcMKg0FaXS2cN { width:45.4375rem;height:3.125rem;top:26.875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV { display:block; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { top:2.0625rem;left:6.5625rem;width:34.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V { display:block; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4Nlzc3mQ1c2kbx1hUmBQTLmLPl1VBPZ { top:2.6875rem;left:2.0625rem;width:7.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFhWCVgl438HDy63F2JrSmD8u2M5SZJ { top:3.4375rem;left:25.625rem;width:8.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxmA7feHMCTX0TN4TmHTeEZ4UqBnNEg { top:3.9375rem;left:13.75rem;width:8.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOlkfDZ21bMS75uB2M14LUNgwRpKiNt { top:3.6875rem;left:34.625rem;width:13.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JZJIaZbpF5F7SxzAdTXMvdZ5uET01s { width:29.9375rem;height:0.9375rem;top:0.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oapl0T4OiOSzU7iHNAVi7KpqWsOAPhXX { width:13.625rem;height:2.4375rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzXiv8ZVheZXuJZzFZXUcL78JmLWSAJK { width:10.75rem;height:3.625rem;top:8.3125rem;left:12.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akh9pJClvTQmOVrSE4X5eF8kcm3HBAUS { width:10.625rem;height:4.875rem;top:8.3125rem;left:24.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFcOIJaq7UpT2bsaJa2VKvk9Cr73psO2 { width:10.625rem;height:1.1875rem;top:8.3125rem;left:36.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { top:2.3125rem;left:18.71875rem;width:10.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykkT4N6iHxPBwKtQ1rT23aEBDcg7TIWK { top:7.0625rem;left:40.3125rem;width:7.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/615a5392-3b12-4a18-a370-85add88b783e/vidavallejofondo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:17.4375rem;height:1.79980625rem;top:10rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:1.875rem;top:11.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { width:12.4375rem;height:7.3125rem;top:0.9375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:20rem;height:1.7246125rem;top:57.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:19.9375rem;height:5.625rem;top:19.7490234375rem;left:0.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WqIq7x34ukCm2rgKiE60kONBDBlegyUh { width:20rem;height:24.9375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp1NT81NXwouUbtwfzWyUWNd4bITyLQ7 { width:16.1875rem;height:4.25rem;top:13.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ { display:block; }#JmG6xEScnhm9D5tW6kTsVfp3CTkg7BhJ > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPJ99hqDlBl28xQ0pncOPcl3vH57mT7q { width:20rem;height:1.5rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBBTt7TBx5gCJRfFARQzpRgIVhVDdubZ { width:20rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:1.29980625rem;top:10.38671875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:12.3125rem;left:2.96875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:27rem;left:2.96875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11rem;height:1.29980625rem;top:24.88671875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:41.1875rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11rem;height:1.29980625rem;top:39.1875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:55rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11rem;height:1.29980625rem;top:52.875rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQl5ia5wRhy8TreexUpSIoiDA19m1Ml3 { width:14.0625rem;height:9.5625rem;top:0rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTKC7KemWK9flctk5kov0Bu4OGzkLHD { width:13.75rem;height:9.5625rem;top:14.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXFBWqskUJpTFmPEK3rIZ7yhy6MlTlI { width:13.75rem;height:9.5625rem;top:28.8623046875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t00k4pRe4U3cT3UCciTXcNeXCqARHQfF { width:13.75rem;height:9.5625rem;top:42.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11rem;height:1.29980625rem;top:10.75rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:12.8125rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:26.5rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11rem;height:1.29980625rem;top:24.4375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:40.1875rem;left:3rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11rem;height:1.29980625rem;top:38.125rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { width:14.0625rem;height:0.125rem;top:54.875rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { width:11.375rem;height:1.29980625rem;top:52.3125rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wB7MZbbFaVDx5qcu44fPo7kT4Mh6DLsD { width:13.75rem;height:9.0625rem;top:42.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvsP6BTDRL9e7AEF2FrZzbIbW4zlyAcc { width:13.75rem;height:9.5625rem;top:28rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81AId5TOkeIeAk6sx4IUFous7iK1JzH { width:13.75rem;height:9.5625rem;top:14.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZPPpnMkpB45nwhxeQqoTJCbhSQLr1UR { width:13.75rem;height:9.0625rem;top:0.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V { display:block; }#oG5gdqrSVeAG3sD7twQWVDT4IVXqzS7V > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSzUACnO3WynxD9G5H07Ko5ivSOpmFeF { width:14.0625rem;height:0.125rem;top:13.5rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DabuwOqLREfKfyOTnMuFQGWSIEQep3WZ { width:11rem;height:1.29980625rem;top:11.4375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sA9rCZndplcndvOmnWzH247kbJOo0lTl { width:14.0625rem;height:0.125rem;top:27.3125rem;left:3rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Tti4Lmm0csMW3wunBTaZTi5Z5028fch3 { width:11rem;height:1.29980625rem;top:25.25rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zey1LFzzduQ9pwfIadqfWxrJx97vwtDJ { width:13.75rem;height:9.5625rem;top:14.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQHC2dGNNzWadAseC2p3262mvihAi1n { width:13.75rem;height:9.5625rem;top:0.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN { display:block; }#Z4XfSwRupkIL280GMF1TuxTQwsxW0tkN > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vscp1fDV9RTmxcr79A1a1DNzZFlPTBdT { width:20rem;height:1.5rem;top:2.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaROceqxMy2TJL6DR9yc3f1388NTIdKM { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTOzS7FKW1RZlKl7tqd85Qb056ardO4 { width:20rem;height:7.87109375rem;top:5.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e { display:block; }#Ls6waKTitUK9A2a4r6WIfHeW4hZ9IQ9e > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euOm230m30ofL4abyiQwrXS6pIS4fFGG { width:14.9375rem;height:18.6875rem;top:28.921875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAALO5qK8f6ou9ygKxTPacS1b2lxfV2 { width:16.75rem;height:18.5625rem;top:57.21875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVTKbo0dAXIG5f9zzbTBLARGkX58sBST { width:13.75rem;height:18.375rem;top:2rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nug2BXt76Bv7O3HMpxaKcZELNaW8zEPc { width:17.3125rem;height:2.13671875rem;top:20.875rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CL8xeOQ3SiHgKEMkESp7h00JLBOAVqSA { width:17.0625rem;height:2.8125rem;top:23.46875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqCTG3nJd9W45uB0LTGTHcdFhAxTTT0X { width:16.6875rem;height:2.8125rem;top:51.1875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEQK9rq11RnBoTphHz8v5FC0vTyVwVr { width:17.3125rem;height:2.13671875rem;top:48.5rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b183TtPbJSQgzSOik7Rp6x64fIh233bL { width:16.6875rem;height:2.8125rem;top:79.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khlOshyUHCc1hqqKT1D3b2dEztlsW8fG { width:17.3125rem;height:2.13671875rem;top:76.8125rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZZo15fwZalHQPyk9ksmncJJnIogrJZA { display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { width:20rem;height:1.5rem;top:0.9375rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVzJVZcC3WvbkKosPINqiFZfqOQ55c6q { width:18.75rem;height:4.72265625rem;top:2.513671875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { width:20rem;height:0.125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:11.75rem;height:12.9375rem;top:16.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:11.75rem;height:12.9375rem;top:31.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:11.875rem;height:13rem;top:1.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:20rem;height:0.125rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXd1MyXloIueRaFwbxQvhOlS02VEPcT { display:block; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzUKDyBymc0PtNQKrF4eRyOCJ3fr0uyW { width:11.75rem;height:12.9375rem;top:15.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTvzDB6qMlTF8elq21SLMJGppErlfEx { width:11.75rem;height:12.9375rem;top:29.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4oxHe0OaMhVPtGb8hfGKFbXMUdTDN1 { width:11.75rem;height:12.9375rem;top:1.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwpdIB80Gk28d1GebDsxuLHswu0P9q1X { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/351d3895-1b3f-4984-8b9c-8ae5a9580c0f/VidaVallejofachada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X.adaptive-delivery-prevent-bg, #BwpdIB80Gk28d1GebDsxuLHswu0P9q1X.lazyload, #BwpdIB80Gk28d1GebDsxuLHswu0P9q1X.lazyloading { background-image: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container { background-color: transparent; background-image: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container > .video-iframe-container { display: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row > .video-iframe-container { display: none; }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .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); }#BwpdIB80Gk28d1GebDsxuLHswu0P9q1X > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibPVtggX5XNsnerS0mTxaLHVIJxoqu9K { width:20rem;height:4.875rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kknxpRCE1odqJRpEuIT2l1E8918PIhrc { width:14.375rem;height:3.75rem;top:9.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPxfaJ0IGlTIkD9D6wzwACA3qrn5kHJy { display:block; }
 }@media only screen and (max-width: 763px) { #ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG { display:block; }#ZpQNVyAkRkHaVzyAeTLRXM6L63aDDshG > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXsXVa1hXAaaXWTbKFW9DhyZUp6HixB9 { width:20rem;height:11.0341875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfPxXb9T7OZTsJ1nrTg5cklhuFXqJvaA { width:14.4375rem;height:2.875rem;top:14.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkp15RwT3TbkF2eJsu9gi0xsJJuTzpv3 { display:block; }
 }@media only screen and (max-width: 763px) { #Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d { display:block; }#Oq62PNMwkrVNvLO6voVJT5Fpu8yAge2d > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCIlfTiCR5utnrL0D2tBw98GznbAVnLR { width:9rem;height:9rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ41MC18N28FeIA7IpJ1v7bxcFwFTNQ4 { width:9rem;height:9rem;top:12.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJIaasa69T7gJJ1E9q9xyAszFst6VGK { width:9rem;height:9rem;top:23.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UomodKIKuxJU8u5dZosodZUBkhBJwiX8 { width:9rem;height:9rem;top:35rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzxu0IvT0FbNRC0n4x5t9sCIlIyQnkF { width:9rem;height:9rem;top:46.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzNQq7hbXQvETfNI8q1zIerB6aaHis8 { width:9.3125rem;height:1.875rem;top:10.25rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa8tH5kmG7fMFFLoMuPUdRfsLfIvL1sV { width:9.3125rem;height:1.875rem;top:21.8125rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbaibQVdFRxloLNkDgaZNn4PCENOIxh5 { width:9.3125rem;height:1.875rem;top:32rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN7eQ2WuJBJnaXWHbdSRdpBeCcePy5Sp { width:9.3125rem;height:0.9375rem;top:44rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qba2ytwBoyA0AUT3vFOTkTTRgTAJs758 { width:9.3125rem;height:1.875rem;top:55.1875rem;left:5.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcT4aPZwTmvvCnNfLmAzia5JTZBPTKek { width:20rem;height:0.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:10rem;height:1.5rem;top:2.625rem;left:6.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:1.5rem;left:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:20rem;height:4.72265625rem;top:5.3515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { width:14.5625rem;height:11.25rem;top:7.87109375rem;left:2.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLaPpvssMdt1cTszLaNeZWvXZ7alsxJo { width:20rem;height:0.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxPVgBQVPIgcJ5BsTNsS4Hpi7ULDh92J { top:10.6875rem;left:0.625rem;width:18.75rem;height:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wgNyp08DFk4KnFenLbgR2lb1JIL1p5ul { width:20rem;height:0.125rem;top:0.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:37.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #AZJVOVFma6V56ICAGwh7snsOrWOpfns9 { width:17.9375rem;height:2.0625rem;top:38.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvVZeF3mTDLTcRqFJx3NcMKg0FaXS2cN { width:20rem;height:5.625rem;top:42.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV { display:block; }#zMi5VEAWeuHbwMSXiKPfHew3PmVAprdV > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { height:11.25rem;width:20rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V { display:block; }#MDpLguvSAdiMyUKRwBIuF4FF9hBWHB2V > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4Nlzc3mQ1c2kbx1hUmBQTLmLPl1VBPZ { width:7.8125rem;height:5.0625rem;top:3.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFhWCVgl438HDy63F2JrSmD8u2M5SZJ { width:8.4375rem;height:3.5625rem;top:23.0625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxmA7feHMCTX0TN4TmHTeEZ4UqBnNEg { width:8.3125rem;height:2.5rem;top:13.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOlkfDZ21bMS75uB2M14LUNgwRpKiNt { width:13.125rem;height:3.0625rem;top:34.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JZJIaZbpF5F7SxzAdTXMvdZ5uET01s { width:20rem;height:0.9375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oapl0T4OiOSzU7iHNAVi7KpqWsOAPhXX { width:13.625rem;height:2.625rem;top:8.5625rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gzXiv8ZVheZXuJZzFZXUcL78JmLWSAJK { width:10.75rem;height:3.9375rem;top:17rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #akh9pJClvTQmOVrSE4X5eF8kcm3HBAUS { width:10.625rem;height:5.25rem;top:27.375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XFcOIJaq7UpT2bsaJa2VKvk9Cr73psO2 { width:10.625rem;height:1.3125rem;top:37.3125rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { width:6.625rem;height:3.875rem;top:1.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykkT4N6iHxPBwKtQ1rT23aEBDcg7TIWK { width:7.4375rem;height:4.125rem;top:6.625rem;left:6.25rem;z-index:15034;display:block; }
 }