.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:217,236,233;--color-primary-1:128,191,182;--color-primary-2:0,127,109;--color-primary-3:0,64,55;--color-primary-4:0,19,16;--color-secondary-0:243,220,230;--color-secondary-1:215,138,171;--color-secondary-2:175,21,86;--color-secondary-3:88,11,43;--color-secondary-4:26,3,13;--color-tertiary-0:255,255,255;--color-tertiary-1:162,162,162;--color-tertiary-2:104,104,104;--color-tertiary-3:45,41,41;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD > .row > .video-iframe-container { display: none; }#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD > .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); }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container { background-color: transparent; background-image: none; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container > .video-iframe-container { display: none; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row > .video-iframe-container { display: none; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .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); }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container { border-width: 0; border-radius: 0; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#au4RctK1wGDFtidad6ZlBK35U0LNVLTH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.1875rem;top:1.0625rem;left:32.90625rem;overflow:hidden;display:block; }
#b6OqeIIbxJiMJ7uKqlIFuXJrrS0WGUpJ { color:#282828;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:52.3125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V > .row .container { border-width: 0; border-radius: 0; }#I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#U4r5BTywP3MG9tEKGI9oSONMX57oPRGh { color:#282828;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:52.3125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg > .row .container { border-width: 0; border-radius: 0; }#Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#KHv55OkgfuFNNqDruKWsXFhse2ETRR9K { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.1875rem;top:1.0625rem;left:9.6875rem;overflow:hidden;display:block; }
#METx3QTsTcFG80QI6CCaJ7NIt9xcXXvl { color:#282828;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:52.3125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCcJ6ZIpG3mBNpBGQMrdG4x40DXzqZBJ { box-sizing:content-box;color:#00bb2d;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.75rem;left:50rem;display:block; }
#bQ1GbTVnQ0usvqT3Z53tLGaxS9vNESXn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:none; }
#kT3xvdWETGutTTLBMrAiGVgqBZ3iSht4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:24.8125rem;left:53.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gOh4hAkoANr13owavGyAXOk0wLcXRnfG { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:26.5859375rem;left:53.8125rem;height:1.13606875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ec148608-e41c-4e0d-a579-8038d8e0f54b/_Bannerrealstatewebcelestia.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX.adaptive-delivery-prevent-bg, #y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX.lazyload, #y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX.lazyloading { background-image: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container { background-color: transparent; background-image: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container > .video-iframe-container { display: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row > .video-iframe-container { display: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .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); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container { border-width: 0; border-radius: 0; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container { width:75rem;height:50.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dMmgqqZLATG2mvBkzqocLMkvPmZt6Pzw { color:rgba(var(--color-primary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.375rem;left:3.75rem;height:5.375975rem;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; }
#rM3pnK72KhFJMiWGyK9n9KL1eHGKlNGV { color:#282828;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:12.8125rem;left:3.875rem;height:6.53075625rem;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; }
#FplJpcPsJifWN1ATqGyIWZruUxNvGENp { 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:49.25rem;width:59.3125rem;display:none; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-form-header {  }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-text {padding-top: 0; padding-bottom: 0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-select {padding-top: 0; padding-bottom: 0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-container:first-of-type{padding-top:0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-container:last-of-type{padding-bottom:0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.8740234375rem;left:3.75rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt {display:block;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.8740234375rem;left:3.75rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #nRZRr4HvBwzTx4e7yOh5g6Ii42FHlNDK { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #L21bkEtn8Qci9y4rElNgT2NsAhdFgAeX { position:relative;display:block; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #QpKedtPrANgpu8x8V8hJw938ZICrScJ9 { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #KGVLfhtMp6VgI6HRb0rDZXp6zivl8kaU { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #T5KwkO3FlwkHghUEGxywkgq4RaPX3wfR { position:relative;display:block; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #C1M9R4zQPWBPFWSpVJP8rz7qUX2WvuoZ { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #Ui5IfGyRp4pmNCRNb0wOgnTzgxPulT05 { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #qfDwRTzfbQXTDs65xdQJzPTtafmCPk2T { position:relative;display:block; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #py7or0rHQP3ihTKeOTUqdShPOTGvmdao { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #vTzCFMWBgcPpSpWCdqsrWSgn8ISCXNT3 { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #z9OKxOzUf1flifnTGoSp43r9XSHQEA6r { position:relative;display:block; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #yighDuXFFpcn3rdxIVb9S6XttyLz9Tp3 { position:relative; }
#VcC3K26bMdRnTRR7rBdTwlGItLJDS7Gk { position:relative;display:block; }
#QQ9CRdlKaxDHn4ePPw1mlZUq0pVxtHUG { position:relative;display:block; }
#nRHUSfqmviHozrWrvdzl5imfaQTDEbS4 { position:relative;display:block; }
#DvwECMEHISsb4KHc7TfgfA4q1yqcnLUA { position:relative;display:block; }
#UTKZZ6FylH6tzPc0M3DtruDB3ges1i43 { position:relative;display:block; }
#AXXLHflwZPSPF4lVSsIbAtUiTkJmSp8r { position:relative;display:block; }
#Md1Xy2V3H5O6DpLyGPUqlPdSFZ7sB9zK { position:relative;display:block; }
#XaRfHaNBzsgxezZ27SRQstZQyD0PGT3q { position:relative;display:block; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #ovg3tTmbRC4hWraCNt4DoySbr0qPcCga { position:relative; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #Q4zP3uMG8AwWmreSV01NMkSlHf1V4BVT { position:relative; }
#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container { background-color: transparent; background-image: none; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container > .video-iframe-container { display: none; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row > .video-iframe-container { display: none; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .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); }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container { border-width: 0; border-radius: 0; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#b8XWU8ZI2Lkl5hEwdbI1IG8EWKKMnanh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcRtMtc5QRTKygtTV4ED8KnXs6g1cZFa { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:4.6875rem;left:11.8125rem;height:4.24805rem;text-align:center;text-align-last:center;display:block; }
#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J { 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; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container { background-color: transparent; background-image: none; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container > .video-iframe-container { display: none; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row > .video-iframe-container { display: none; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .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); }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container { border-width: 0; border-radius: 0; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#w09avGVNn1TQxynG7H1FnfRPTizAAaIy { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:31.365234375rem;left:54.40625rem;height:2.11115rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t9Zu202yhCxE5W8e1OVzqhxNCt4A0PFt { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:18.9375rem;top:3.3125rem;left:51.875rem;display:block; }
#nGldaOW7ang8hyWzxelMETDHhRXZnLi9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:block; }
#cwHtGa7RTkrmJxcPBiKZ6MZiJdec0Q1W { position:absolute;display:block;z-index:15045;background-color:#fabf11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:3.125rem;left:62.0625rem;display:block; }
#xvhW7Zfp9F7GbGHKQ7Bp3pWFZs7MBRSI { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:53.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gXIsctbATHezcFG6yleqU3m0bzTFSSSm { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.6875rem;left:53.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yWWvWNHdLn3nZbylJWNRzArbDQD22q8h { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:24.8125rem;left:53.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNSwNAKhWAbIca4D5K4o7fMUsdTmar7N { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:26.5859375rem;left:53.8125rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pfdvnMePgnvPxWdLT6ZtEx3TMXhU0DqS { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:26.75rem;left:53.375rem; }
#NX0RzSPtkEAJsFmMfXnWHZ38dVtO0INq { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:26.755859375rem;left:52.4375rem; }
#C7Nzps3ufF04nohlRubondvaOrq7VZ61 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:28.5rem;left:52.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTBQGgcNyT5rnDzrL3VHvyrAThJcQ6Hv { color:rgba(var(--color-tertiary-2),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:3.75rem;left:62.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkbLHHOp6QmbUfFuIpyhmXUzuOkI5LyJ { z-index:15041;top:32.5625rem;left:54.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J4vwFHvyuvOgCCiHqprE5lLTaCaWFREl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdINrviuQbgbKynTEOg6zv2BI8FfBbZ8 { 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:19.6875rem;width:18.8125rem;top:3.125rem;left:28.0625rem;overflow:hidden;display:block; }
#vRqoWmyut0xqsvBUtg20UAcyz1JPd7em { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:18.9375rem;top:3.125rem;left:28.0625rem;display:block; }
#MtTNhUSm9P1iwvi7LLphz7V4FR8A91MO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:29.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g9ph9Ag7IGyTXZxK7vQuHASR3kkIxZTF { position:absolute;display:block;z-index:15029;background-color:#7e51c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:3.125rem;left:38rem;display:block; }
#Ny7rREPren65TZ2qgkgRnTctoDHnSda4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:29.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AiRgbH877m5zoqRiE0EsgMDMXk8NTufx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.6875rem;left:38.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afzHItCNk24nJzBETIdE1eTxO2lfADZD { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;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:24.625rem;left:29.5625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7Fm4E1l6REDcOGTHtWN9JTwD34mHtT6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.5rem;left:30.5625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQxdo3kaRM2qDkolTeQZtdADL6vi8pwH { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:26.5625rem;left:29.3125rem; }
#QQpKw58AWWVn1UHCOm2FqXgL58kKVPGp { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:28.541015625rem;left:29.5625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c91AuGKaMVN8S2WSPTNImHv7mKyhhG2H { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.28125rem;left:29.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcvpAHdeClvpP50f5TJdE3zrELnBDA3r { z-index:15004;top:32.5625rem;left:30.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xVxlMyVbA39SVrnQHTUmTtRkwoSqnL5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZuOOe3rny0PCMXvsRUPlqPxTTaoTawHU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:19rem;top:3.125rem;left:2.9375rem;display:block; }
#ylKzkb8k45cttfTICDaJe4QMX4BwwdLp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:18.9375rem;top:3.125rem;left:3rem;overflow:hidden;display:block; }
#dAyI9ThuxnTJb5EipXJJNnQoyS6meELu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.9375rem;left:4.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXdIzOZSMGK9hBQ7sKTTN0nuW1dJxDwo { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5625rem;left:4.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZgTKkcqNEBvTH8HxP6e36vCVoiuvUXB { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.625rem;left:4.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqt6qxG5HIOVQDtkzn6G3uDKGW613SeT { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5rem;left:5.5rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRO9IccI0SP8UfydvS2g6O51xhPRTvAN { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:26.4375rem;left:4.3125rem; }
#IgUv7PhxLDoxf1tmCVWVDxQNxHx6TL1D { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.6875rem;left:13.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLwyyLAlnJsCX0gkE6AKBrAtRRIvFLGg { color:rgba(var(--color-tertiary-2),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:28.5rem;left:4.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JcvtJXiLkmDUPOgU2wdFyBU8LEEeKwg4 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:3.125rem;left:13.125rem;display:block; }
#JOzr3xWt7whpOQQVEq0akUepVgwcTOCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.09375rem;left:4.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpgUHe5ZANotQzdiziLNg59kVdhnxtHF { z-index:15027;top:32.5625rem;left:5.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#avokJpu4gXTdkNCCPZexMA3iO7ru3fxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJpRVUkqk5LSR8uEo69nA2OwP3c2mlT1 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:30.28125rem;left:52.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDcoamDrPshXVa5Wg5Z3SehXMvmqzsxp { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:none; }
#z5Q3xNZJ9bJBfKSDSmaV5rVVR6KhSS8E { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:none; }
#FJnDUFAkHsHup2mh5hw9z4p5i3gXfLbJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:none; }
#K1uM8S9OdfGuZd5iqEb6H4VVeNwoT0XJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:none; }
#VLfK8c18aVftUhbBRdbPoZzOJ93XtZDT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.0625rem;top:3.25rem;left:51.875rem;overflow:hidden;display:none; }
#skuwHWvF66Fzo5QhqhXTbGo58Ry4wB5A { 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:78.4375rem;width:74.9375rem;display:none; }
#mVl9OrFu0ZDyfTnLOSQNFF7qzRS1mHam { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;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:24.625rem;left:29.5625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Qt9dT93bkJPnecl2wKmRTe6Ct0TDtS8z { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5rem;left:5.5rem;height:1.13606875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mQfgpKu77VI7wsf2Mzng9tTx0AcwqlKL { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.28125rem;left:29.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CEQVPD8veurUNShEqD1hggkd98XuC72I { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:17.40625rem;left:43.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KyI3MdJsxHdG8trswuFBMxPc3RSOmKSg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18.84375rem;left:43.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/f65974af-bef4-4a65-88d8-d7a3c02a82f0/_GSC_web_banner_ventana.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ.adaptive-delivery-prevent-bg, #tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ.lazyload, #tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ.lazyloading { background-image: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container { background-color: transparent; background-image: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container > .video-iframe-container { display: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row > .video-iframe-container { display: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .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); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container { border-width: 0; border-radius: 0; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#k2EiJUUpuWXHaAxXta91TNz0H8mvg3lN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.68);top:2.9375rem;left:29.25rem;height:;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; }
#e8gIbmzRmTodM3e6CLSmlP6HcD8OD3hy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:5rem;top:6.3125rem;left:47.125rem;display:block; }
#FPDWZTAG1UTZE5n8e0txzqiRfh7CWHNP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5625rem;width:46.25rem;top:14.8125rem;left:26.5rem;display:block; }
#iFR9klKb96Zx0Is6Lvt5iMpymaCv5EU0 { z-index:15004;top:30.0625rem;left:9.0625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NupdEqsLCaK2TQsiSJ7OtMbVPSfwryNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAmQetWHhB0kLioLVORcHuAAskcNPPSA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:7.4375rem;left:35.375rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#RPATgDKzk3EfkdoEgTqHTIpuo1x5DX5d { z-index:15005;top:42.125rem;left:35.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.1875rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FvhfoqATLRFZrhr2LgxToICqW4lA6tLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV { 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; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container { background-color: transparent; background-image: none; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container > .video-iframe-container { display: none; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row > .video-iframe-container { display: none; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .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); }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container { border-width: 0; border-radius: 0; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#SFCbT7wdWPGXMRR0aF2CcT40O0GIDyfy { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:31.365234375rem;left:54.40625rem;height:2.11115rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FnChUaUOcHyuT95T4mo3ZmvuFrhlT8yn { 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:19.6875rem;width:18.8125rem;top:2.5625rem;left:52.5rem;overflow:hidden;display:block; }
#svx04bKHSNIPXGJGpLFOQapyPoAATUri { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:18.9375rem;top:3rem;left:52.3125rem;display:block; }
#GltPfa51PlCgSeQq0PKLBU64TD8k6C8H { position:absolute;display:block;z-index:15029;background-color:#7e51c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:2.5rem;left:62.4375rem;display:block; }
#zgnJX8sQcQL8wGaNUiE7qHVnJTFqCDNm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.0625rem;left:63.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVPWVNUrbhihnLCUPVQ90kiDVD0TGhLe { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.375rem;left:53.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4OexTmN9cQSlRHr0PEGXanx9AUymbck { color:rgba(var(--color-tertiary-2),1);display:block;width:15.0625rem;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:24.0625rem;left:54.1875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNRKxDcrgo3Q8vC8hOeVrh1GaGE9Cb40 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.9375rem;left:55.0625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yG9pPZrANWaGvmEMbgFHJUr7H38lV34y { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:26.005859375rem;left:53.9375rem; }
#KEgD1hwgXe6qC0NRVkNpvx1toP8rydem { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.75rem;left:53.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plD9NToMeBU7RTcT2uvxE59KA2zMMLGh { z-index:15004;top:31.0625rem;left:54.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AOmvPzXI2fKD8GTrTH62Gl6f4b5LJDXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1TxDAQwRiCvVXqgO8vwcLIP7ZVI2NTE { 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:19.8125rem;width:18.9375rem;top:2rem;left:3rem;overflow:hidden;display:block; }
#qXEowVLPOZcJCmZic7gTTH09QmVu847N { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:18.9375rem;top:2rem;left:3rem;display:block; }
#me3vy9gAhysXhHIMpWTEZncPUymKeMgM { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R06rcPUHvVUmeu0quEwrlNTkIWU09czW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.375rem;left:4.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKL0Cp5sX6mrM0MHNncfE6ZLUkSKFBfP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:18.75rem;left:4.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWbp8q1xgDQ7dsiTeOqI0MTTKgk3EITB { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;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:23.5rem;left:4.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ov0ZtiFTTLVO07LehpwcQFTPTJpG2766 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.375rem;left:5.5rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hpv9gAfx42TZm0N4aDBMXkRwk3X7vdRV { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:25.4375rem;left:4.25rem; }
#l7etStVXtQbmyn23EkoMwKVqhIE1zlAI { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.07421875rem;left:4.5rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCb0HSCGS2RaoLhLZfbFInf1ZCnT4StE { z-index:15004;top:31.0625rem;left:5.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mgSHBkm2T4uAFR28h8xC9KflSVN2tvqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXC8TzkeASCL3Usn5HKixyFcRSMA0zAz { 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:19.8125rem;width:19rem;top:2.5rem;left:28rem;overflow:hidden;display:block; }
#gwwf7rT7n5OiqcO06rieJQdHLvw2XvsC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:18.9375rem;top:2.5rem;left:28rem;display:block; }
#Ud5XQATAcAfLXTCWf0XnV4mvIZxd26O1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQElnIA1TR1dxktbcLn6JdKOP6VnHtWR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:29.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBf1ilTZo5MglhvfaUQUK9fROgLJRPxq { 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:24rem;left:29.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkAECMJSIFSsknMIz4cdDd2nSkNazobe { color:rgba(var(--color-tertiary-1),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.875rem;left:30.5rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q53FJwusLULlmws1J5WH92clnvwyDiN5 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:25.9375rem;left:29.25rem; }
#ouOEy7CvHqXWiVXwi83u5S8XywzDrumy { z-index:15004;top:31.0625rem;left:30.46875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ouUwVpoIp8cnMqAUVnGCGifnBARcnTyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a45G8mAwzKdAyu6gHNeFpSPkuiaUfDQu { position:absolute;display:block;z-index:15029;background-color:#7e51c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:2.5rem;left:38.125rem;display:block; }
#qnniGVCoXAUWee3FSxVDtmF0Eec1pr68 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLKLSvV3xTSZ1eFAzN3Snn4CUtGLCF8A { position:absolute;display:block;z-index:15030;background-color:#7e51c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:2rem;left:13.0625rem;display:block; }
#olzWkugQxnP8n17HW8DzUzyxRTIay3x7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.625rem;left:13.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzBXaQCP7C3Ttzi8xXxmROvqLMwuhtx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:28.625rem;left:4.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kMyV9etaWcym75bVbEw3WFUJlw0TDizA { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.30078125rem;left:29.5rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9CziP1x1lZlvCqWfactXtDpbQbKMQiX { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:28.625rem;left:29.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NgQvKEzxrVpZgpE3NLDBrERmpxNcGKD0 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.51171875rem;left:53.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkLBCLWNFAS64sBlTOLe9OXBXTrMhh1b { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:28.875rem;left:53.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GA4G4BoN4JsUhlXuiWDvdN0F9WoTfPTv { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kHSqKHEoyAxdLBovaiHyCbw1oRyzk9pT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Uz4TupPGamsQsMUCx47T3osRpUtXh1ES { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ssfo4sauk4kLt4xHzekTb4XD9OXNazWB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:29.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 { 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; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container { background-color: transparent; background-image: none; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container > .video-iframe-container { display: none; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row > .video-iframe-container { display: none; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .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); }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container { border-width: 0; border-radius: 0; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#thLhWtav37eMyJaWAy2f6PFPkWRQfS8o { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:31.365234375rem;left:54.40625rem;height:2.11115rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kltSMe69loOVwrLubvSmTConrLtKVhbl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18.84375rem;left:43.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FbcTgrESigkzK4WPJGkgTUq7wqANLVnE { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.41845703125rem;left:44.09375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Txr7k6s1p0irdlmKeNQOrXXWrzyoahaJ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:26rem;left:45.375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H1yvhrRC2TJbxbH1vyArm2UpT1yb8OAp { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:26.068359375rem;left:43.9375rem; }
#hysnfo5aJfZW7mTGRDhR05BRcf5NUtWF { z-index:15041;top:32.59375rem;left:45.15625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q3M9JeKcF84Hpm1i6zbD19i8ZzMB5lOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xsfiEu8VxpiNqIp0M5tQleGkHaxK6Ala { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:19.625rem;top:2.25rem;left:16.40625rem;display:block; }
#A2Df6gKXzQGApKGLLBMgnukDbXW0SCPv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:19.6875rem;top:2.25rem;left:16.4375rem;overflow:hidden;display:block; }
#lf5v7aMb4PSh9FJP6r17UXOUDob0S4EZ { position:absolute;display:block;z-index:15046;background-color:#af1556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:2.25rem;left:27.1875rem;display:block; }
#osA8gp0S8ZWwr2U8dKLeCOLFw4NAtguZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.75rem;left:27.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3DKVUdaJkW8y8sCpwkdVrDAqSxPPqP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.4375rem;left:18.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Boxu18w7WssVsLgKcAVhL7PnKJiS5TZO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:18.875rem;left:18.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkZoxQXMVlOFQxNGKwT2UIlocuvDrb8Q { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:26.5625rem;left:19.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsznuQgCNFEyROOOiDMOCdCuT3sGgpDt { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.125rem;left:18.5rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WNTTOpykCMb17Gl7gilk0HHtqHzngCHo { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:26.63671875rem;left:18.4375rem; }
#N8DcXCnDVuEqg51uL1Q1feotklUCQEre { z-index:15041;top:32.59375rem;left:19.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uZ0NLhNuelbgWqw1T6JAZFu0d5vBuwgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rm3NmlTSK28Mz4z9k8DtDmUVE4035ATf { position:absolute;display:block;z-index:15057;background-color:#af1556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.9375rem;top:2.25rem;left:52.9375rem;display:block; }
#MTONVXqUo0xuO7AVTR4qD4PaEOmHN2PN { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:19.5625rem;top:2.25rem;left:42.125rem;display:block; }
#UiLPLMRxi83IRd4q5ZlCqPRdyFWrDzgm { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:17.40625rem;left:43.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kMD039LAiNQwlK4TSziBbMRXWtucgLi8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:2.828125rem;left:52.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdBcHnTQQawpG49sF7KRJB2AiZHxSoey { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.6875rem;left:24.15625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twiyIIMr16UzX93LDOLc1f4TmpWG1STE { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:28.25rem;left:18.4375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pwu5d2CVLwbdiLxSx8vT8022GeDeBgwV { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:30.375rem;left:18.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tK2n1tGaxCnpZnF0ZNdQgKwSsN7pmJ0Z { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:27.69921875rem;left:43.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dJkGEySpyJpGuxXz6sNkQi0dGNyeXXgD { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:30.375rem;left:43.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9Sc8bUaiCArdyMMeblz1BaZ4a8Mi8Dz { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:19.6875rem;top:2.25rem;left:42.09375rem;overflow:hidden;display:block; }
#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7e51c1;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; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container { background-color: transparent; background-image: none; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container > .video-iframe-container { display: none; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row > .video-iframe-container { display: none; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .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); }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container { border-width: 0; border-radius: 0; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#xZOHQmZguutb7V1LP5NcIazOD0oNRHwP { color:#fffdfd;display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.125rem;left:35.3125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CrBtrtbHM8JEBEvqFA02zWxdL269z3gS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:8.875rem;left:35.34375rem;height:14.99025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wmgCZtfsgSzz9XCRCpCWT13tIT38DkwS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:27.1875rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container { background-color: transparent; background-image: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container > .video-iframe-container { display: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row > .video-iframe-container { display: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .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); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container { border-width: 0; border-radius: 0; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#ko239tmrW3hodIzfzOE604Rr1sTFFhAt { z-index:15004;top:30.0625rem;left:9.0625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color: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:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xGHV78VttkLPQnolskf6li3Oop3x5aap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEHioQlQ048RyW2ahbBmZBU5H24sakUK { position:absolute;display:block;z-index:15005;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:52.9375rem;width:52.9375rem;top:0rem;left:11.03125rem;overflow:hidden;display:block; }
#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;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; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container { background-color: transparent; background-image: none; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container > .video-iframe-container { display: none; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row > .video-iframe-container { display: none; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .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); }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container { border-width: 0; border-radius: 0; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#XFG0ityOsIbyaputqhb8KRCkRQoCoefp { color:rgba(var(--color-tertiary-0),1);display:block;width:35.2480625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.34765625rem;left:19.875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maK9g8OmV7rBLJ56KGZZTl5QN9M6X2bI { color:rgba(var(--color-tertiary-0),1);display:block;width:57.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.87109375rem;left:8.875rem;height:2.1118125rem;text-align:center;text-align-last:center;display:block; }
#gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF { position:relative;z-index:auto;display:none; }#gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF { border-width: 0; border-radius: 0; }#gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#pwi8HHwWBNbgwqdb4BNb7FT4gwyDgdxq { 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.5rem;width:5.5rem;top:0rem;left:69.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq { display:block; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au4RctK1wGDFtidad6ZlBK35U0LNVLTH { top:1.0625rem;left:19.28125rem;width:9.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6OqeIIbxJiMJ7uKqlIFuXJrrS0WGUpJ { top:2.4375rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V { display:none; }#I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U4r5BTywP3MG9tEKGI9oSONMX57oPRGh { top:2.4375rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg { display:block; }#Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHv55OkgfuFNNqDruKWsXFhse2ETRR9K { top:1.0625rem;left:0rem;width:9.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #METx3QTsTcFG80QI6CCaJ7NIt9xcXXvl { top:2.4375rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCcJ6ZIpG3mBNpBGQMrdG4x40DXzqZBJ { top:1.75rem;left:36.375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ1GbTVnQ0usvqT3Z53tLGaxS9vNESXn { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT3xvdWETGutTTLBMrAiGVgqBZ3iSht4 { width:15.875rem;height:1.4375rem;top:24.8125rem;left:31.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOh4hAkoANr13owavGyAXOk0wLcXRnfG { width:14.4375rem;height:1.125rem;top:26.5625rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX { display:block; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMmgqqZLATG2mvBkzqocLMkvPmZt6Pzw { width:30.125rem;height:5.375rem;top:6.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM3pnK72KhFJMiWGyK9n9KL1eHGKlNGV { width:29.875rem;height:6.5rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FplJpcPsJifWN1ATqGyIWZruUxNvGENp { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-text {padding-top: 0; padding-bottom: 0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-select {padding-top: 0; padding-bottom: 0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-checkbox-label { width:17.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt  { width:19.0625rem;height:auto;top:20.8125rem;left:0rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt {display:block;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt { width:19.0625rem;height:auto;top:20.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #nRZRr4HvBwzTx4e7yOh5g6Ii42FHlNDK {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #L21bkEtn8Qci9y4rElNgT2NsAhdFgAeX {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #QpKedtPrANgpu8x8V8hJw938ZICrScJ9 {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #KGVLfhtMp6VgI6HRb0rDZXp6zivl8kaU {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #T5KwkO3FlwkHghUEGxywkgq4RaPX3wfR {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #C1M9R4zQPWBPFWSpVJP8rz7qUX2WvuoZ {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #Ui5IfGyRp4pmNCRNb0wOgnTzgxPulT05 {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #qfDwRTzfbQXTDs65xdQJzPTtafmCPk2T {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #py7or0rHQP3ihTKeOTUqdShPOTGvmdao {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #vTzCFMWBgcPpSpWCdqsrWSgn8ISCXNT3 {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #z9OKxOzUf1flifnTGoSp43r9XSHQEA6r {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #yighDuXFFpcn3rdxIVb9S6XttyLz9Tp3 {  }
 }@media only screen and (max-width: 763px) { #VcC3K26bMdRnTRR7rBdTwlGItLJDS7Gk { display:block; }
 }@media only screen and (max-width: 763px) { #QQ9CRdlKaxDHn4ePPw1mlZUq0pVxtHUG { display:block; }
 }@media only screen and (max-width: 763px) { #nRHUSfqmviHozrWrvdzl5imfaQTDEbS4 { display:block; }
 }@media only screen and (max-width: 763px) { #DvwECMEHISsb4KHc7TfgfA4q1yqcnLUA { display:block; }
 }@media only screen and (max-width: 763px) { #UTKZZ6FylH6tzPc0M3DtruDB3ges1i43 { display:block; }
 }@media only screen and (max-width: 763px) { #AXXLHflwZPSPF4lVSsIbAtUiTkJmSp8r { display:block; }
 }@media only screen and (max-width: 763px) { #Md1Xy2V3H5O6DpLyGPUqlPdSFZ7sB9zK { display:block; }
 }@media only screen and (max-width: 763px) { #XaRfHaNBzsgxezZ27SRQstZQyD0PGT3q { display:block; }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #ovg3tTmbRC4hWraCNt4DoySbr0qPcCga {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #Q4zP3uMG8AwWmreSV01NMkSlHf1V4BVT {  }
 }@media only screen and (max-width: 763px) { #dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 { display:block; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8XWU8ZI2Lkl5hEwdbI1IG8EWKKMnanh { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRtMtc5QRTKygtTV4ED8KnXs6g1cZFa { width:47.75rem;height:6.375rem;top:4.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J { display:block; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w09avGVNn1TQxynG7H1FnfRPTizAAaIy { width:16.1875rem;height:2.0625rem;top:31.3125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Zu202yhCxE5W8e1OVzqhxNCt4A0PFt { width:18.9375rem;height:34.1875rem;top:3.3125rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGldaOW7ang8hyWzxelMETDHhRXZnLi9 { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwHtGa7RTkrmJxcPBiKZ6MZiJdec0Q1W { top:3.125rem;left:38.6875rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvhW7Zfp9F7GbGHKQ7Bp3pWFZs7MBRSI { width:5rem;height:1.625rem;top:18.1875rem;left:31.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXIsctbATHezcFG6yleqU3m0bzTFSSSm { width:17rem;height:2.4375rem;top:19.6875rem;left:30.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWWvWNHdLn3nZbylJWNRzArbDQD22q8h { width:15.875rem;height:1.4375rem;top:24.8125rem;left:31.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNSwNAKhWAbIca4D5K4o7fMUsdTmar7N { width:14.4375rem;height:1.125rem;top:26.5625rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfdvnMePgnvPxWdLT6ZtEx3TMXhU0DqS { width:1rem;height:1rem;top:26.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX0RzSPtkEAJsFmMfXnWHZ38dVtO0INq { width:1rem;height:1rem;top:26.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Nzps3ufF04nohlRubondvaOrq7VZ61 { width:17.4375rem;height:1.1875rem;top:28.5rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBQGgcNyT5rnDzrL3VHvyrAThJcQ6Hv { width:7.75rem;height:1.1875rem;top:3.75rem;left:39.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkbLHHOp6QmbUfFuIpyhmXUzuOkI5LyJ { top:32.5625rem;left:31.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vwFHvyuvOgCCiHqprE5lLTaCaWFREl { display:block; }
 }@media only screen and (max-width: 763px) { #XdINrviuQbgbKynTEOg6zv2BI8FfBbZ8 { width:18.8125rem;height:19.6875rem;top:3.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRqoWmyut0xqsvBUtg20UAcyz1JPd7em { width:18.9375rem;height:34.4375rem;top:3.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTNhUSm9P1iwvi7LLphz7V4FR8A91MO { width:5.875rem;height:1.625rem;top:17.9375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ph9Ag7IGyTXZxK7vQuHASR3kkIxZTF { top:3.125rem;left:22.8125rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny7rREPren65TZ2qgkgRnTctoDHnSda4 { width:12.3125rem;height:2.4375rem;top:19.5rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiRgbH877m5zoqRiE0EsgMDMXk8NTufx { width:7.75rem;height:1.1875rem;top:3.6875rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afzHItCNk24nJzBETIdE1eTxO2lfADZD { width:16.75rem;height:1.4375rem;top:24.625rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Fm4E1l6REDcOGTHtWN9JTwD34mHtT6 { width:14.875rem;height:1.125rem;top:26.5rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQxdo3kaRM2qDkolTeQZtdADL6vi8pwH { width:1rem;height:1rem;top:26.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpKw58AWWVn1UHCOm2FqXgL58kKVPGp { width:11.625rem;height:1.125rem;top:28.5rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c91AuGKaMVN8S2WSPTNImHv7mKyhhG2H { width:7.5625rem;height:1.1875rem;top:30.25rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvpAHdeClvpP50f5TJdE3zrELnBDA3r { top:32.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVxlMyVbA39SVrnQHTUmTtRkwoSqnL5P { display:block; }
 }@media only screen and (max-width: 763px) { #ZuOOe3rny0PCMXvsRUPlqPxTTaoTawHU { width:19rem;height:34.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylKzkb8k45cttfTICDaJe4QMX4BwwdLp { width:18.9375rem;height:19.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAyI9ThuxnTJb5EipXJJNnQoyS6meELu { width:4.75rem;height:1.625rem;top:17.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdIzOZSMGK9hBQ7sKTTN0nuW1dJxDwo { width:16.5rem;height:2.4375rem;top:19.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgTKkcqNEBvTH8HxP6e36vCVoiuvUXB { width:17.1875rem;height:1.4375rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqt6qxG5HIOVQDtkzn6G3uDKGW613SeT { width:14.5rem;height:1.125rem;top:26.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRO9IccI0SP8UfydvS2g6O51xhPRTvAN { width:1rem;height:1rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgUv7PhxLDoxf1tmCVWVDxQNxHx6TL1D { width:7.75rem;height:1.1875rem;top:3.6875rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwyyLAlnJsCX0gkE6AKBrAtRRIvFLGg { width:9.625rem;height:1.1875rem;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcvtJXiLkmDUPOgU2wdFyBU8LEEeKwg4 { top:3.125rem;left:6.9375rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOzr3xWt7whpOQQVEq0akUepVgwcTOCJ { width:7.5625rem;height:1.1875rem;top:30.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpgUHe5ZANotQzdiziLNg59kVdhnxtHF { top:32.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avokJpu4gXTdkNCCPZexMA3iO7ru3fxv { display:block; }
 }@media only screen and (max-width: 763px) { #LJpRVUkqk5LSR8uEo69nA2OwP3c2mlT1 { width:7.5625rem;height:1.1875rem;top:30.25rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDcoamDrPshXVa5Wg5Z3SehXMvmqzsxp { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5Q3xNZJ9bJBfKSDSmaV5rVVR6KhSS8E { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJnDUFAkHsHup2mh5hw9z4p5i3gXfLbJ { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1uM8S9OdfGuZd5iqEb6H4VVeNwoT0XJ { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLfK8c18aVftUhbBRdbPoZzOJ93XtZDT { width:19.0625rem;height:19.9375rem;top:3.25rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #skuwHWvF66Fzo5QhqhXTbGo58Ry4wB5A { width:47.6875rem;height:49.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVl9OrFu0ZDyfTnLOSQNFF7qzRS1mHam { width:17rem;height:1.4375rem;top:101.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt9dT93bkJPnecl2wKmRTe6Ct0TDtS8z { width:14.5rem;height:1.125rem;top:26.5rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQfgpKu77VI7wsf2Mzng9tTx0AcwqlKL { width:7.5625rem;height:1.1875rem;top:30.25rem;left:15.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEQVPD8veurUNShEqD1hggkd98XuC72I { width:5rem;height:1.625rem;top:17.375rem;left:26.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyI3MdJsxHdG8trswuFBMxPc3RSOmKSg { width:16.5rem;height:2.25rem;top:90.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ { display:block; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2EiJUUpuWXHaAxXta91TNz0H8mvg3lN { width:40.6875rem;height:;top:2.9375rem;left:7.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8gIbmzRmTodM3e6CLSmlP6HcD8OD3hy { width:5rem;height:0.125rem;top:6.3125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPDWZTAG1UTZE5n8e0txzqiRfh7CWHNP { top:14.8125rem;left:1.5rem;width:46.25rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFR9klKb96Zx0Is6Lvt5iMpymaCv5EU0 { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NupdEqsLCaK2TQsiSJ7OtMbVPSfwryNM { display:block; }
 }@media only screen and (max-width: 763px) { #gAmQetWHhB0kLioLVORcHuAAskcNPPSA { top:7.4375rem;left:19.25rem;width:28.5rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPATgDKzk3EfkdoEgTqHTIpuo1x5DX5d { top:42.125rem;left:18.5625rem;width:29.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvhfoqATLRFZrhr2LgxToICqW4lA6tLR { display:block; }
 }@media only screen and (max-width: 763px) { #RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV { display:block; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFCbT7wdWPGXMRR0aF2CcT40O0GIDyfy { width:16.1875rem;height:2.0625rem;top:31.3125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnChUaUOcHyuT95T4mo3ZmvuFrhlT8yn { width:18.8125rem;height:19.6875rem;top:2.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svx04bKHSNIPXGJGpLFOQapyPoAATUri { width:18.9375rem;height:33.8125rem;top:3rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GltPfa51PlCgSeQq0PKLBU64TD8k6C8H { top:2.5rem;left:38.6875rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgnJX8sQcQL8wGaNUiE7qHVnJTFqCDNm { width:7.75rem;height:1.1875rem;top:3.0625rem;left:39.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPWVNUrbhihnLCUPVQ90kiDVD0TGhLe { width:5.875rem;height:1.625rem;top:17.375rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4OexTmN9cQSlRHr0PEGXanx9AUymbck { width:15.0625rem;height:1.4375rem;top:24.0625rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNRKxDcrgo3Q8vC8hOeVrh1GaGE9Cb40 { width:14.875rem;height:1.125rem;top:25.9375rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9pPZrANWaGvmEMbgFHJUr7H38lV34y { width:1rem;height:1rem;top:26rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEgD1hwgXe6qC0NRVkNpvx1toP8rydem { width:12.3125rem;height:2.4375rem;top:18.75rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plD9NToMeBU7RTcT2uvxE59KA2zMMLGh { top:31.0625rem;left:32.0625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOmvPzXI2fKD8GTrTH62Gl6f4b5LJDXH { display:block; }
 }@media only screen and (max-width: 763px) { #y1TxDAQwRiCvVXqgO8vwcLIP7ZVI2NTE { width:18.9375rem;height:19.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXEowVLPOZcJCmZic7gTTH09QmVu847N { width:18.9375rem;height:34.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me3vy9gAhysXhHIMpWTEZncPUymKeMgM { width:5.875rem;height:1.625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R06rcPUHvVUmeu0quEwrlNTkIWU09czW { width:12.3125rem;height:0;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKL0Cp5sX6mrM0MHNncfE6ZLUkSKFBfP { width:16.5rem;height:2.4375rem;top:18.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbp8q1xgDQ7dsiTeOqI0MTTKgk3EITB { width:15.5rem;height:1.4375rem;top:23.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov0ZtiFTTLVO07LehpwcQFTPTJpG2766 { width:14.875rem;height:1.125rem;top:25.375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpv9gAfx42TZm0N4aDBMXkRwk3X7vdRV { width:1rem;height:1rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7etStVXtQbmyn23EkoMwKVqhIE1zlAI { width:11.625rem;height:1.125rem;top:27.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCb0HSCGS2RaoLhLZfbFInf1ZCnT4StE { top:31.0625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSHBkm2T4uAFR28h8xC9KflSVN2tvqg { display:block; }
 }@media only screen and (max-width: 763px) { #bXC8TzkeASCL3Usn5HKixyFcRSMA0zAz { width:19rem;height:19.8125rem;top:2.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwwf7rT7n5OiqcO06rieJQdHLvw2XvsC { width:18.9375rem;height:34rem;top:2.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5XQATAcAfLXTCWf0XnV4mvIZxd26O1 { width:5.875rem;height:1.625rem;top:17.3125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQElnIA1TR1dxktbcLn6JdKOP6VnHtWR { width:12.3125rem;height:2.4375rem;top:18.875rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBf1ilTZo5MglhvfaUQUK9fROgLJRPxq { width:11.375rem;height:1.4375rem;top:24rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkAECMJSIFSsknMIz4cdDd2nSkNazobe { width:14.875rem;height:1.125rem;top:25.875rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53FJwusLULlmws1J5WH92clnvwyDiN5 { width:1rem;height:1rem;top:25.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouOEy7CvHqXWiVXwi83u5S8XywzDrumy { top:31.0625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouUwVpoIp8cnMqAUVnGCGifnBARcnTyp { display:block; }
 }@media only screen and (max-width: 763px) { #a45G8mAwzKdAyu6gHNeFpSPkuiaUfDQu { top:2.5rem;left:22.8125rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnniGVCoXAUWee3FSxVDtmF0Eec1pr68 { width:7.75rem;height:1.1875rem;top:3.0625rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKLSvV3xTSZ1eFAzN3Snn4CUtGLCF8A { top:2rem;left:6.9375rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzWkugQxnP8n17HW8DzUzyxRTIay3x7 { width:7.75rem;height:1.1875rem;top:2.625rem;left:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzBXaQCP7C3Ttzi8xXxmROvqLMwuhtx4 { width:7.5625rem;height:1.1875rem;top:28.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMyV9etaWcym75bVbEw3WFUJlw0TDizA { width:11.625rem;height:1.125rem;top:27.25rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9CziP1x1lZlvCqWfactXtDpbQbKMQiX { width:7.5625rem;height:1.1875rem;top:28.625rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgQvKEzxrVpZgpE3NLDBrERmpxNcGKD0 { width:11.625rem;height:1.125rem;top:27.5rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkLBCLWNFAS64sBlTOLe9OXBXTrMhh1b { width:7.5625rem;height:1.1875rem;top:28.875rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA4G4BoN4JsUhlXuiWDvdN0F9WoTfPTv { width:7.75rem;height:1.1875rem;top:3.0625rem;left:24rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHSqKHEoyAxdLBovaiHyCbw1oRyzk9pT { width:7.75rem;height:1.1875rem;top:3.0625rem;left:24rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uz4TupPGamsQsMUCx47T3osRpUtXh1ES { width:5.875rem;height:1.625rem;top:17.3125rem;left:15.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssfo4sauk4kLt4xHzekTb4XD9OXNazWB { width:12.3125rem;height:2.25rem;top:88.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 { display:block; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thLhWtav37eMyJaWAy2f6PFPkWRQfS8o { width:16.1875rem;height:2.0625rem;top:31.3125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kltSMe69loOVwrLubvSmTConrLtKVhbl { width:16.5rem;height:2.4375rem;top:18.8125rem;left:15.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcTgrESigkzK4WPJGkgTUq7wqANLVnE { width:16.5625rem;height:1.4375rem;top:23.375rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txr7k6s1p0irdlmKeNQOrXXWrzyoahaJ { width:14.5rem;height:1.125rem;top:26rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yvhrRC2TJbxbH1vyArm2UpT1yb8OAp { width:1rem;height:1rem;top:26.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hysnfo5aJfZW7mTGRDhR05BRcf5NUtWF { top:32.5625rem;left:17.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3M9JeKcF84Hpm1i6zbD19i8ZzMB5lOt { display:block; }
 }@media only screen and (max-width: 763px) { #xsfiEu8VxpiNqIp0M5tQleGkHaxK6Ala { width:19.625rem;height:35.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Df6gKXzQGApKGLLBMgnukDbXW0SCPv { width:19.6875rem;height:19.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf5v7aMb4PSh9FJP6r17UXOUDob0S4EZ { top:2.25rem;left:15.875rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osA8gp0S8ZWwr2U8dKLeCOLFw4NAtguZ { width:8.9375rem;height:1.1875rem;top:2.75rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DKVUdaJkW8y8sCpwkdVrDAqSxPPqP4 { width:5rem;height:1.625rem;top:17.4375rem;left:10.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Boxu18w7WssVsLgKcAVhL7PnKJiS5TZO { width:16.5rem;height:2.4375rem;top:18.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkZoxQXMVlOFQxNGKwT2UIlocuvDrb8Q { width:14.5rem;height:1.125rem;top:26.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsznuQgCNFEyROOOiDMOCdCuT3sGgpDt { width:15.1875rem;height:2.875rem;top:23.125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTTOpykCMb17Gl7gilk0HHtqHzngCHo { width:1rem;height:1rem;top:26.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8DcXCnDVuEqg51uL1Q1feotklUCQEre { top:32.5625rem;left:1.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0NLhNuelbgWqw1T6JAZFu0d5vBuwgD { display:block; }
 }@media only screen and (max-width: 763px) { #Rm3NmlTSK28Mz4z9k8DtDmUVE4035ATf { top:2.25rem;left:31.75rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTONVXqUo0xuO7AVTR4qD4PaEOmHN2PN { width:19.5625rem;height:35.25rem;top:2.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiLPLMRxi83IRd4q5ZlCqPRdyFWrDzgm { width:5rem;height:1.625rem;top:17.375rem;left:26.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMD039LAiNQwlK4TSziBbMRXWtucgLi8 { width:8.9375rem;height:1.1875rem;top:2.8125rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBcHnTQQawpG49sF7KRJB2AiZHxSoey { width:11.625rem;height:1.125rem;top:29.3125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twiyIIMr16UzX93LDOLc1f4TmpWG1STE { width:11.625rem;height:1.125rem;top:28.25rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwu5d2CVLwbdiLxSx8vT8022GeDeBgwV { width:7.5625rem;height:1.1875rem;top:30.375rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK2n1tGaxCnpZnF0ZNdQgKwSsN7pmJ0Z { width:11.625rem;height:1.125rem;top:27.6875rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJkGEySpyJpGuxXz6sNkQi0dGNyeXXgD { width:7.5625rem;height:1.1875rem;top:30.375rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Sc8bUaiCArdyMMeblz1BaZ4a8Mi8Dz { width:19.6875rem;height:19.6875rem;top:2.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx { display:block; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZOHQmZguutb7V1LP5NcIazOD0oNRHwP { width:35.3125rem;height:4.5rem;top:2.125rem;left:12.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBtrtbHM8JEBEvqFA02zWxdL269z3gS { width:35.25rem;height:;top:8.875rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmgCZtfsgSzz9XCRCpCWT13tIT38DkwS { top:0rem;left:0rem;width:27.1875rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV { display:block; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko239tmrW3hodIzfzOE604Rr1sTFFhAt { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGHV78VttkLPQnolskf6li3Oop3x5aap { display:block; }
 }@media only screen and (max-width: 763px) { #hEHioQlQ048RyW2ahbBmZBU5H24sakUK { top:0rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA { display:block; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFG0ityOsIbyaputqhb8KRCkRQoCoefp { top:2.3125rem;left:6.25rem;width:35.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maK9g8OmV7rBLJ56KGZZTl5QN9M6X2bI { top:5.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF { display:block; }#gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwi8HHwWBNbgwqdb4BNb7FT4gwyDgdxq { top:0rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qxQP8vzafrUnOHDSEN97Jmv7iaUM0iaq > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au4RctK1wGDFtidad6ZlBK35U0LNVLTH { width:9.1875rem;height:3.1875rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6OqeIIbxJiMJ7uKqlIFuXJrrS0WGUpJ { width:7.75rem;height:1.95rem;top:1.150390625rem;left:10.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V { position:relative;z-index:auto;display:block; }#I9urrU9EOgO6gMq59WfTQTLTLUPHdm9V > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4r5BTywP3MG9tEKGI9oSONMX57oPRGh { width:7.75rem;height:1.95rem;top:1.150390625rem;left:10.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg { position:relative;z-index:auto;display:none; }#Zo2zwGMldP15bTt0aykVZ6qfA1kDIRWg > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHv55OkgfuFNNqDruKWsXFhse2ETRR9K { width:7.75rem;height:2.5rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #METx3QTsTcFG80QI6CCaJ7NIt9xcXXvl { width:7.75rem;height:1.94921875rem;top:8.4375rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCcJ6ZIpG3mBNpBGQMrdG4x40DXzqZBJ { width:2.1875rem;height:2.1875rem;top:5rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ1GbTVnQ0usvqT3Z53tLGaxS9vNESXn { width:19.0625rem;height:19.9375rem;top:0rem;left:-0.75rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #kT3xvdWETGutTTLBMrAiGVgqBZ3iSht4 { width:15.875rem;height:0;top:0rem;left:-0.75rem;font-size:1.125rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #gOh4hAkoANr13owavGyAXOk0wLcXRnfG { width:14.4375rem;height:0;top:0rem;left:-0.75rem;font-size:1rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/595fb8c6-9038-4d9b-b271-0f485e16859b/_Bannerrealstatemovilcelestia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX.adaptive-delivery-prevent-bg, #y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX.lazyload, #y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX.lazyloading { background-image: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container { background-color: transparent; background-image: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container > .video-iframe-container { display: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row > .video-iframe-container { display: none; }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .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); }#y1TMSAvqr2L8pv1u9rSpWWFR9xoWF2MX > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMmgqqZLATG2mvBkzqocLMkvPmZt6Pzw { width:20rem;height:3.375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #rM3pnK72KhFJMiWGyK9n9KL1eHGKlNGV { width:18.4375rem;height:5.77148125rem;top:8.75rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FplJpcPsJifWN1ATqGyIWZruUxNvGENp { top:1.25rem;left:0rem;width:20rem;height:16.5625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-text {padding-top: 0; padding-bottom: 0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-select {padding-top: 0; padding-bottom: 0;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt  { width:17.5rem;height:auto;top:16.64306640625rem;left:0rem; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt {display:block;}#sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt { width:17.5rem;height:auto;top:16.64306640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #nRZRr4HvBwzTx4e7yOh5g6Ii42FHlNDK {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #L21bkEtn8Qci9y4rElNgT2NsAhdFgAeX {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #QpKedtPrANgpu8x8V8hJw938ZICrScJ9 {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #KGVLfhtMp6VgI6HRb0rDZXp6zivl8kaU {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #T5KwkO3FlwkHghUEGxywkgq4RaPX3wfR {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #C1M9R4zQPWBPFWSpVJP8rz7qUX2WvuoZ {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #Ui5IfGyRp4pmNCRNb0wOgnTzgxPulT05 {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #qfDwRTzfbQXTDs65xdQJzPTtafmCPk2T {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #py7or0rHQP3ihTKeOTUqdShPOTGvmdao {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #vTzCFMWBgcPpSpWCdqsrWSgn8ISCXNT3 {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #z9OKxOzUf1flifnTGoSp43r9XSHQEA6r {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #yighDuXFFpcn3rdxIVb9S6XttyLz9Tp3 {  }
 }@media only screen and (max-width: 763px) { #VcC3K26bMdRnTRR7rBdTwlGItLJDS7Gk { display:block; }
 }@media only screen and (max-width: 763px) { #QQ9CRdlKaxDHn4ePPw1mlZUq0pVxtHUG { display:block; }
 }@media only screen and (max-width: 763px) { #nRHUSfqmviHozrWrvdzl5imfaQTDEbS4 { display:block; }
 }@media only screen and (max-width: 763px) { #DvwECMEHISsb4KHc7TfgfA4q1yqcnLUA { display:block; }
 }@media only screen and (max-width: 763px) { #UTKZZ6FylH6tzPc0M3DtruDB3ges1i43 { display:block; }
 }@media only screen and (max-width: 763px) { #AXXLHflwZPSPF4lVSsIbAtUiTkJmSp8r { display:block; }
 }@media only screen and (max-width: 763px) { #Md1Xy2V3H5O6DpLyGPUqlPdSFZ7sB9zK { display:block; }
 }@media only screen and (max-width: 763px) { #XaRfHaNBzsgxezZ27SRQstZQyD0PGT3q { display:block; }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #ovg3tTmbRC4hWraCNt4DoySbr0qPcCga {  }
 }@media only screen and (max-width: 763px) { #sWILf8iBMzvq9TGx3gWnP6A1fiO7H1nt #Q4zP3uMG8AwWmreSV01NMkSlHf1V4BVT {  }
 }@media only screen and (max-width: 763px) { #dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 { display:block; }#dwbvF3uOtbk5xRODZs8hVZ47rOstQZT7 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8XWU8ZI2Lkl5hEwdbI1IG8EWKKMnanh { width:16.5625rem;height:6.1853rem;top:1.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rcRtMtc5QRTKygtTV4ED8KnXs6g1cZFa { width:20rem;height:9.0283125rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J { display:block; }#WTPrkrZAd8U76Tog7qQsgxUc1lmXTS0J > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w09avGVNn1TQxynG7H1FnfRPTizAAaIy { width:16.1875rem;height:0;top:103.1767578125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9Zu202yhCxE5W8e1OVzqhxNCt4A0PFt { width:18.9375rem;height:34.1875rem;top:3.3125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGldaOW7ang8hyWzxelMETDHhRXZnLi9 { width:19.0625rem;height:19.9375rem;top:3.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwHtGa7RTkrmJxcPBiKZ6MZiJdec0Q1W { width:8.9361875rem;height:2.3737rem;top:74.217449188231rem;left:10.3984375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #xvhW7Zfp9F7GbGHKQ7Bp3pWFZs7MBRSI { width:5rem;height:auto;top:18.1875rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXIsctbATHezcFG6yleqU3m0bzTFSSSm { width:17rem;height:auto;top:19.6875rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWWvWNHdLn3nZbylJWNRzArbDQD22q8h { width:15.875rem;height:auto;top:24.8125rem;left:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNSwNAKhWAbIca4D5K4o7fMUsdTmar7N { width:14.4375rem;height:auto;top:26.5625rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfdvnMePgnvPxWdLT6ZtEx3TMXhU0DqS { width:0.9987rem;height:0.9987rem;top:18.037110805511rem;left:15.693360626697rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NX0RzSPtkEAJsFmMfXnWHZ38dVtO0INq { width:0.9987rem;height:0.9987rem;top:97.653652191162rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Nzps3ufF04nohlRubondvaOrq7VZ61 { width:13.75rem;height:1.21875rem;top:99.517578125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBQGgcNyT5rnDzrL3VHvyrAThJcQ6Hv { width:7.7486875rem;height:1.21875rem;top:74.830730438231rem;left:10.7109375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #vkbLHHOp6QmbUfFuIpyhmXUzuOkI5LyJ { top:104.5048828125rem;left:1.6318359375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vwFHvyuvOgCCiHqprE5lLTaCaWFREl { display:block; }
 }@media only screen and (max-width: 763px) { #XdINrviuQbgbKynTEOg6zv2BI8FfBbZ8 { width:18.9375rem;height:19.8125rem;top:37.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRqoWmyut0xqsvBUtg20UAcyz1JPd7em { width:18.9375rem;height:35.75rem;top:37.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTNhUSm9P1iwvi7LLphz7V4FR8A91MO { width:5.875rem;height:1.625rem;top:51.875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ph9Ag7IGyTXZxK7vQuHASR3kkIxZTF { width:8.9375rem;height:2.375rem;top:37.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny7rREPren65TZ2qgkgRnTctoDHnSda4 { width:12.3125rem;height:2.2753875rem;top:53.4375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiRgbH877m5zoqRiE0EsgMDMXk8NTufx { width:7.75rem;height:1.21875rem;top:37.624786376953rem;left:11.749132454395rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afzHItCNk24nJzBETIdE1eTxO2lfADZD { width:17rem;height:1.4624rem;top:58.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Fm4E1l6REDcOGTHtWN9JTwD34mHtT6 { width:15.3125rem;height:1.2999125rem;top:60.437290191651rem;left:2.9372830986977rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQxdo3kaRM2qDkolTeQZtdADL6vi8pwH { width:1rem;height:1rem;top:60.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpKw58AWWVn1UHCOm2FqXgL58kKVPGp { width:16.1870625rem;height:1.13769375rem;top:62.326175689698rem;left:1.9053819775581rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c91AuGKaMVN8S2WSPTNImHv7mKyhhG2H { width:6.936875rem;height:1.21875rem;top:64.2812538147rem;left:1.7176650166511rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvpAHdeClvpP50f5TJdE3zrELnBDA3r { top:66.5rem;left:2.84375rem;width:13.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVxlMyVbA39SVrnQHTUmTtRkwoSqnL5P { display:block; }
 }@media only screen and (max-width: 763px) { #ZuOOe3rny0PCMXvsRUPlqPxTTaoTawHU { width:19rem;height:33.875rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylKzkb8k45cttfTICDaJe4QMX4BwwdLp { width:18.9375rem;height:19.8125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAyI9ThuxnTJb5EipXJJNnQoyS6meELu { width:4.75rem;height:1.625rem;top:16.0625rem;left:2rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdIzOZSMGK9hBQ7sKTTN0nuW1dJxDwo { width:16.5rem;height:2.2753875rem;top:17.6875rem;left:2rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgTKkcqNEBvTH8HxP6e36vCVoiuvUXB { width:17.0625rem;height:1.462675rem;top:22.75rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqt6qxG5HIOVQDtkzn6G3uDKGW613SeT { width:11.125rem;height:1.29980625rem;top:24.499568939209rem;left:2.9991322159767rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRO9IccI0SP8UfydvS2g6O51xhPRTvAN { width:1rem;height:1rem;top:24.624134063721rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgUv7PhxLDoxf1tmCVWVDxQNxHx6TL1D { width:4.125rem;height:1.21875rem;top:1.8125rem;left:13.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwyyLAlnJsCX0gkE6AKBrAtRRIvFLGg { width:9.375rem;height:1.21875rem;top:26.022136688233rem;left:2.5611979961395rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcvtJXiLkmDUPOgU2wdFyBU8LEEeKwg4 { width:8.9375rem;height:2.375rem;top:1.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOzr3xWt7whpOQQVEq0akUepVgwcTOCJ { width:7.561875rem;height:1.21875rem;top:27.817926406861rem;left:1.9368491768837rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpgUHe5ZANotQzdiziLNg59kVdhnxtHF { top:29.810982704163rem;left:3.4375002980233rem;width:13.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avokJpu4gXTdkNCCPZexMA3iO7ru3fxv { display:block; }
 }@media only screen and (max-width: 763px) { #LJpRVUkqk5LSR8uEo69nA2OwP3c2mlT1 { width:7.561875rem;height:1.21875rem;top:88.148876190187rem;left:4.3120663762093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDcoamDrPshXVa5Wg5Z3SehXMvmqzsxp { width:19.0625rem;height:19.9375rem;top:79.801643371581rem;left:2.3333333134651rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #z5Q3xNZJ9bJBfKSDSmaV5rVVR6KhSS8E { width:19.0625rem;height:19.9375rem;top:96.753044128419rem;left:2.3333333134651rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #FJnDUFAkHsHup2mh5hw9z4p5i3gXfLbJ { width:2.8125rem;height:2.8125rem;top:61.676643371582rem;left:-18.604166686535rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #K1uM8S9OdfGuZd5iqEb6H4VVeNwoT0XJ { width:0.625rem;height:0.625rem;top:96.74609375rem;left:2.4583333134651rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #VLfK8c18aVftUhbBRdbPoZzOJ93XtZDT { width:0.625rem;height:0.625rem;top:73.378051757812rem;left:-20.229166686535rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #skuwHWvF66Fzo5QhqhXTbGo58Ry4wB5A { top:74.21093940735rem;left:0.71875rem;width:18.5625rem;height:19.5rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mVl9OrFu0ZDyfTnLOSQNFF7qzRS1mHam { width:17rem;height:1.4624rem;top:95.509765625rem;left:3rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Qt9dT93bkJPnecl2wKmRTe6Ct0TDtS8z { width:11.125rem;height:1.29980625rem;top:97.53125rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #mQfgpKu77VI7wsf2Mzng9tTx0AcwqlKL { width:6.9365rem;height:1.21875rem;top:101.90625rem;left:2.59375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CEQVPD8veurUNShEqD1hggkd98XuC72I { width:5rem;height:1.625rem;top:88.678388595581rem;left:2.59375rem;font-size:1.25rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #KyI3MdJsxHdG8trswuFBMxPc3RSOmKSg { width:16.5rem;height:2.2753875rem;top:90.302085876462rem;left:2.9140625rem;text-align:left;text-align-last:left;font-size:1.75rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/69e08852-e4b1-4001-aa4e-258234a48d52/_GSC_movil_banner_ventana.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ.adaptive-delivery-prevent-bg, #tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ.lazyload, #tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ.lazyloading { background-image: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container { background-color: transparent; background-image: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container > .video-iframe-container { display: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row > .video-iframe-container { display: none; }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .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); }#tViEEoAEEt2LJOwEe9CUTR21Bka1OKOJ > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2EiJUUpuWXHaAxXta91TNz0H8mvg3lN { width:20rem;height:4.1235375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8gIbmzRmTodM3e6CLSmlP6HcD8OD3hy { width:5rem;height:0.125rem;top:6.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPDWZTAG1UTZE5n8e0txzqiRfh7CWHNP { height:11.221375rem;width:20rem;top:23.072920799256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFR9klKb96Zx0Is6Lvt5iMpymaCv5EU0 { top:14.44921875rem;left:2.125rem;width:15.75rem;height:2.8125rem;font-size:1rem;z-index:15006;background-color:#af1556;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NupdEqsLCaK2TQsiSJ7OtMbVPSfwryNM { display:block; }
 }@media only screen and (max-width: 763px) { #gAmQetWHhB0kLioLVORcHuAAskcNPPSA { width:20rem;height:5.1953125rem;top:8rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.43);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPATgDKzk3EfkdoEgTqHTIpuo1x5DX5d { top:42.125rem;left:0rem;width:19rem;height:3.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvhfoqATLRFZrhr2LgxToICqW4lA6tLR { display:block; }
 }@media only screen and (max-width: 763px) { #RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV { display:block; }#RHEFhzsR0wqh5TDcX80LtoVdHgqbEMGV > .row .container { width:20rem;height:117.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFCbT7wdWPGXMRR0aF2CcT40O0GIDyfy { width:16.1875rem;height:2.11198125rem;top:106.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnChUaUOcHyuT95T4mo3ZmvuFrhlT8yn { width:18.9375rem;height:19.8125rem;top:72.020409584044rem;left:0.43728309869766rem;display:block; }
 }@media only screen and (max-width: 763px) { #svx04bKHSNIPXGJGpLFOQapyPoAATUri { width:19.8730625rem;height:54.8730625rem;top:62.817690372469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GltPfa51PlCgSeQq0PKLBU64TD8k6C8H { width:8.9375rem;height:2.375rem;top:72.020396232606rem;left:10.624783813953rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #zgnJX8sQcQL8wGaNUiE7qHVnJTFqCDNm { width:7.75rem;height:1.21875rem;top:64.824245452881rem;left:11.70703125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPWVNUrbhihnLCUPVQ90kiDVD0TGhLe { width:5.875rem;height:1.625rem;top:100.65884399414rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4OexTmN9cQSlRHr0PEGXanx9AUymbck { width:7.6875rem;height:1.4624rem;top:93.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNRKxDcrgo3Q8vC8hOeVrh1GaGE9Cb40 { width:7.625rem;height:1.29980625rem;top:95.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9pPZrANWaGvmEMbgFHJUr7H38lV34y { width:1rem;height:1rem;top:95.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEgD1hwgXe6qC0NRVkNpvx1toP8rydem { width:8.75rem;height:1.4624rem;top:93.6875rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plD9NToMeBU7RTcT2uvxE59KA2zMMLGh { top:101.6875038147rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOmvPzXI2fKD8GTrTH62Gl6f4b5LJDXH { display:block; }
 }@media only screen and (max-width: 763px) { #y1TxDAQwRiCvVXqgO8vwcLIP7ZVI2NTE { width:18.9375rem;height:19.8125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXEowVLPOZcJCmZic7gTTH09QmVu847N { width:19rem;height:35.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me3vy9gAhysXhHIMpWTEZncPUymKeMgM { width:5.875rem;height:1.625rem;top:16.082029342651rem;left:1.9049479961395rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R06rcPUHvVUmeu0quEwrlNTkIWU09czW { width:12.3125rem;height:0;top:17.624771118164rem;left:1.9381513595581rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKL0Cp5sX6mrM0MHNncfE6ZLUkSKFBfP { width:16.5rem;height:2.2753875rem;top:18.000213623047rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbp8q1xgDQ7dsiTeOqI0MTTKgk3EITB { width:18.25rem;height:1.4624rem;top:23.229167938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov0ZtiFTTLVO07LehpwcQFTPTJpG2766 { width:11.125rem;height:1.2999125rem;top:24.691840171814rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpv9gAfx42TZm0N4aDBMXkRwk3X7vdRV { width:1rem;height:1rem;top:24.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7etStVXtQbmyn23EkoMwKVqhIE1zlAI { width:8.875rem;height:1.13769375rem;top:26.323776245118rem;left:1.9381513595581rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCb0HSCGS2RaoLhLZfbFInf1ZCnT4StE { top:31.311844825744rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSHBkm2T4uAFR28h8xC9KflSVN2tvqg { display:block; }
 }@media only screen and (max-width: 763px) { #bXC8TzkeASCL3Usn5HKixyFcRSMA0zAz { width:19rem;height:19.8125rem;top:38.07620125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwwf7rT7n5OiqcO06rieJQdHLvw2XvsC { width:18.9375rem;height:8.5625rem;top:38.07620125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud5XQATAcAfLXTCWf0XnV4mvIZxd26O1 { width:5.875rem;height:1.625rem;top:52.970073699951rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQElnIA1TR1dxktbcLn6JdKOP6VnHtWR { width:12.3125rem;height:2.2753875rem;top:54.511720657349rem;left:0.43619799613952rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBf1ilTZo5MglhvfaUQUK9fROgLJRPxq { width:12.4375rem;height:1.462675rem;top:60.058605194092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkAECMJSIFSsknMIz4cdDd2nSkNazobe { width:11.125rem;height:1.2999125rem;top:61.52018737793rem;left:1.9357638955116rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53FJwusLULlmws1J5WH92clnvwyDiN5 { width:1rem;height:1rem;top:61.51370125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouOEy7CvHqXWiVXwi83u5S8XywzDrumy { top:67.205730438231rem;left:3.4375rem;width:13.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouUwVpoIp8cnMqAUVnGCGifnBARcnTyp { display:block; }
 }@media only screen and (max-width: 763px) { #a45G8mAwzKdAyu6gHNeFpSPkuiaUfDQu { width:8.9375rem;height:2.375rem;top:38.07620125rem;left:10.563369750976rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnniGVCoXAUWee3FSxVDtmF0Eec1pr68 { width:7.75rem;height:1.21875rem;top:38.653648376465rem;left:11.70703125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLKLSvV3xTSZ1eFAzN3Snn4CUtGLCF8A { width:8.9375rem;height:2.375rem;top:1.25rem;left:10.500434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzWkugQxnP8n17HW8DzUzyxRTIay3x7 { width:7.75rem;height:1.21875rem;top:1.8281364440918rem;left:11.70703125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzBXaQCP7C3Ttzi8xXxmROvqLMwuhtx4 { width:7.5625rem;height:1.21875rem;top:28.623048782349rem;left:2.0930991768837rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMyV9etaWcym75bVbEw3WFUJlw0TDizA { width:11.625rem;height:1.13769375rem;top:62.876539995119rem;left:1.9381523132324rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9CziP1x1lZlvCqWfactXtDpbQbKMQiX { width:7.5625rem;height:1.21875rem;top:64.82422065735rem;left:1.9049479961395rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgQvKEzxrVpZgpE3NLDBrERmpxNcGKD0 { width:11.625rem;height:1.13769375rem;top:97.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkLBCLWNFAS64sBlTOLe9OXBXTrMhh1b { width:7.5625rem;height:1.21875rem;top:98.875026702881rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA4G4BoN4JsUhlXuiWDvdN0F9WoTfPTv { width:7.75rem;height:1.21875rem;top:36.2890625rem;left:11.70703125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #kHSqKHEoyAxdLBovaiHyCbw1oRyzk9pT { width:7.75rem;height:1.21875rem;top:72.596355438231rem;left:11.70703125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Uz4TupPGamsQsMUCx47T3osRpUtXh1ES { width:5.875rem;height:1.625rem;top:86.802083969119rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ssfo4sauk4kLt4xHzekTb4XD9OXNazWB { width:12.3125rem;height:2.2753875rem;top:88.34375rem;left:0.43619799613952rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 { display:block; }#xPcBQeAXX1pUwIL9afTgxhPbsr8e01I0 > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thLhWtav37eMyJaWAy2f6PFPkWRQfS8o { width:16.1875rem;height:2.11198125rem;top:73.40603637695rem;left:1.9053819775581rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kltSMe69loOVwrLubvSmTConrLtKVhbl { width:16.5rem;height:2.2753875rem;top:53.480918884278rem;left:1.7480469346046rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbcTgrESigkzK4WPJGkgTUq7wqANLVnE { width:16.875rem;height:1.462675rem;top:59.375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txr7k6s1p0irdlmKeNQOrXXWrzyoahaJ { width:14.4375rem;height:1.2999125rem;top:61.375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yvhrRC2TJbxbH1vyArm2UpT1yb8OAp { width:1rem;height:1rem;top:61.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hysnfo5aJfZW7mTGRDhR05BRcf5NUtWF { top:67.749568939206rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3M9JeKcF84Hpm1i6zbD19i8ZzMB5lOt { display:block; }
 }@media only screen and (max-width: 763px) { #xsfiEu8VxpiNqIp0M5tQleGkHaxK6Ala { width:19.625rem;height:35.75rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Df6gKXzQGApKGLLBMgnukDbXW0SCPv { width:18.936625rem;height:18.936625rem;top:1.25rem;left:0.71788215637206rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lf5v7aMb4PSh9FJP6r17UXOUDob0S4EZ { width:8.9375rem;height:2.375rem;top:1.25rem;left:10.906248092651rem;background-color:#af1556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #osA8gp0S8ZWwr2U8dKLeCOLFw4NAtguZ { width:8.9375rem;height:1.21875rem;top:1.7502136230469rem;left:10.906248092651rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3DKVUdaJkW8y8sCpwkdVrDAqSxPPqP4 { width:5rem;height:1.625rem;top:15.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boxu18w7WssVsLgKcAVhL7PnKJiS5TZO { width:16.5rem;height:2.2753875rem;top:16.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkZoxQXMVlOFQxNGKwT2UIlocuvDrb8Q { width:14.5rem;height:1.2999125rem;top:25.563140869141rem;left:3.5928821563721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsznuQgCNFEyROOOiDMOCdCuT3sGgpDt { width:17.25rem;height:2.76171875rem;top:22.125640869141rem;left:2.2180976867676rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTTOpykCMb17Gl7gilk0HHtqHzngCHo { width:1rem;height:1rem;top:25.636932373047rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8DcXCnDVuEqg51uL1Q1feotklUCQEre { top:31.593963623047rem;left:2.9678821563721rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0NLhNuelbgWqw1T6JAZFu0d5vBuwgD { display:block; }
 }@media only screen and (max-width: 763px) { #Rm3NmlTSK28Mz4z9k8DtDmUVE4035ATf { width:8rem;height:2.375rem;top:38.375rem;left:11.5rem;background-color:#af1556;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MTONVXqUo0xuO7AVTR4qD4PaEOmHN2PN { width:19.749375rem;height:19.124375rem;top:57.121314048767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiLPLMRxi83IRd4q5ZlCqPRdyFWrDzgm { width:5rem;height:1.625rem;top:51.926000595093rem;left:1.9053819775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMD039LAiNQwlK4TSziBbMRXWtucgLi8 { width:8.9375rem;height:1.21875rem;top:38.9375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBcHnTQQawpG49sF7KRJB2AiZHxSoey { width:4.4375rem;height:2.2753875rem;top:27.687713623047rem;left:7.8745670318606rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twiyIIMr16UzX93LDOLc1f4TmpWG1STE { width:11.625rem;height:1.13769375rem;top:27.250427246094rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwu5d2CVLwbdiLxSx8vT8022GeDeBgwV { width:7.5625rem;height:1.21875rem;top:29.375rem;left:2.15625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK2n1tGaxCnpZnF0ZNdQgKwSsN7pmJ0Z { width:11.625rem;height:1.13769375rem;top:63.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJkGEySpyJpGuxXz6sNkQi0dGNyeXXgD { width:7.5625rem;height:1.21875rem;top:65.374351501462rem;left:1.7480469346046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Sc8bUaiCArdyMMeblz1BaZ4a8Mi8Dz { width:18.8748125rem;height:18.8748125rem;top:38.38870125rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx { display:block; }#srz5LVTuSCqA1gT7O5Rg1Ul28OhooQmx > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZOHQmZguutb7V1LP5NcIazOD0oNRHwP { width:20rem;height:9.59475rem;top:24.51175rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBtrtbHM8JEBEvqFA02zWxdL269z3gS { width:20rem;height:43.183625rem;top:35.361375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmgCZtfsgSzz9XCRCpCWT13tIT38DkwS { width:20rem;height:22.01175rem;top:1.25rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/69e08852-e4b1-4001-aa4e-258234a48d52/_GSC_movil_banner_ventana.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV.adaptive-delivery-prevent-bg, #sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV.lazyload, #sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV.lazyloading { background-image: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container { background-color: transparent; background-image: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container > .video-iframe-container { display: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row > .video-iframe-container { display: none; }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .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); }#sT2x7L6FTDI78gaCKLQpOTpvlZF8QlDV > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko239tmrW3hodIzfzOE604Rr1sTFFhAt { top:41.87109375rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:1rem;z-index:15006;background-color:#af1556;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xGHV78VttkLPQnolskf6li3Oop3x5aap { display:block; }
 }@media only screen and (max-width: 763px) { #hEHioQlQ048RyW2ahbBmZBU5H24sakUK { width:20rem;height:20rem;top:2.6874904632568rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA { display:block; }#dSLkB3IID2wIDvGDtQWq7nCrJHMUowRA > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFG0ityOsIbyaputqhb8KRCkRQoCoefp { width:20rem;height:4.550775rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maK9g8OmV7rBLJ56KGZZTl5QN9M6X2bI { width:20rem;height:4.0588375rem;top:7.046875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF { position:relative;z-index:auto;display:none; }#gqe6yGVE8XDBsFmwUHdsAdSxMA3WXAvF > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pwi8HHwWBNbgwqdb4BNb7FT4gwyDgdxq { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }