.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { background-color: transparent; background-image: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { display: none; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .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); }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { border-width: 0; border-radius: 0; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { 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:3.624025rem;width:12.8100625rem;top:1.21728515625rem;left:3.123046875rem;overflow:hidden;display:block; }
#q4yDyq19WJ124snsnwHQZelCWXPmtEPE { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:45.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VXA7EpywCnETrMcUNIamVUARaW520W0D { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.875rem;left:44.1875rem;display:block; }
#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container { background-color: transparent; background-image: none; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container > .video-iframe-container { display: none; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row > .video-iframe-container { display: none; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .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); }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container { border-width: 0; border-radius: 0; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/GBlweT8K/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#ffffff;display:block;width:29.249125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:15.9375rem;left:2.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.52) ;height:26.875rem;width:21.875rem;top:6.3125rem;left:35.75rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#6e227d;display:block;width:15.1248125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:39.125rem;height:;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:center;text-align-last:center;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#6e227d;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.125rem;font-weight:700;color:#f2f9ff;width:14.375rem;height:2.9375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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.5; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:38.3125rem;top:12.5625rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:38.3125rem;top:12.5625rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #f4Gn0aZVK23ousfoIEA8VG66A50iwqcI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oJLmrNwMsD2m55pvqZb3t624quUEfkvi { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #W9OnDIPKynWKsPBGFWgGBTpNHpAc6GlD { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#yh2dLTqLfaep6BhLdfyiA0loeRyX4696 { color:#ffffff;display:block;width:29.2480625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:15.9375rem;left:2.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/1f3df4dd-a843-430a-aba7-b3590816e3cf/_GSC_navidad_banner_lomas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB.adaptive-delivery-prevent-bg, #IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB.lazyload, #IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB.lazyloading { background-image: none; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB > .row .container { border-width: 0; border-radius: 0; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB > .row .container { width:60rem;height:52.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19042d;background-image:url("https://images.assets-landingi.com/uc/5a44fcfc-89ee-4419-860d-a77df43a5170/ventanocturnaeditable22banner02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV.adaptive-delivery-prevent-bg, #E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV.lazyload, #E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV.lazyloading { background-image: none; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row .container { border-width: 0; border-radius: 0; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:none; }#hP1nU6z5h3mDF5TaE6SfhQ1yTKRJuaMv { background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#19042d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.997625rem;height:3.1239125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.059896111488rem;left:23.559028625488rem;display:block; }
#WbJcEyKWD7oMtTX8paBDxUROfTA17yvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TW4mRwdgd3NWviLQg33vch07KWLba829 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e4c01d1-25e4-4f99-b07c-631624c433a6/_GSC_landing_sep_banner_001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TW4mRwdgd3NWviLQg33vch07KWLba829.adaptive-delivery-prevent-bg, #TW4mRwdgd3NWviLQg33vch07KWLba829.lazyload, #TW4mRwdgd3NWviLQg33vch07KWLba829.lazyloading { background-image: none; }#TW4mRwdgd3NWviLQg33vch07KWLba829 > .row .container { border-width: 0; border-radius: 0; }#TW4mRwdgd3NWviLQg33vch07KWLba829 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW4mRwdgd3NWviLQg33vch07KWLba829 > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#rd8GxiqihOAkEtHEHlrSQ69iBNxN8JSJ { z-index:15004;top:30.0625rem;left:1.5625rem;background-color:#007f6d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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; }
#PhTc4oTOFhBh7xNpn7E4M7qUahGKhqwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/6f6b9c23-5fd3-4917-813f-434acd36189a/_GSC_lomas_BuenF_banner1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6.adaptive-delivery-prevent-bg, #BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6.lazyload, #BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6.lazyloading { background-image: none; }#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 > .row .container { border-width: 0; border-radius: 0; }#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 > .row .container { width:60rem;height:48.875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#SmmS4392TMKiQ9twKWawKUHXprZQGJk6 { 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; }
#TUzisIZJz33I2NsJ8S01ULhSPr87Gvcm { z-index:15005;top:45.375rem;left:2rem;background-color:#8f1442;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nkIQ0V9lCwl4bx2gAtJauUr2PZ664PNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAFhpRefnGtv6UrahD1THAaBuEQV26WK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/32d85f1b-0fdc-4f35-9ba7-3af90cab15c5/gscnavidad22bannerslanding05c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK.adaptive-delivery-prevent-bg, #PAFhpRefnGtv6UrahD1THAaBuEQV26WK.lazyload, #PAFhpRefnGtv6UrahD1THAaBuEQV26WK.lazyloading { background-image: none; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK > .row .container { border-width: 0; border-radius: 0; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:none; }#tzoVRG7KBAnTgdE9RiisDUW53zO5vmTn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:25.5625rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce5097;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:none; }#caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu > .row .container { border-width: 0; border-radius: 0; }#caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:none; }#TEFQ0hcdw3x9roXQCMxXyVyqav9NTc2G { 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:24.8125rem;width:24.8125rem;top:0.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#G9J4am9qqmpEw5TF6wKcExNA9V2quK8A { color:#ffa9dc;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:30.3125rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZlTnfTQsEZ2EMdmsqN3k4xhgOfufHTMc { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:30.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9fNqLsMgTPfxDeXsDtn2RiIwCqmml18 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.7109375rem;left:30.3125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed26580d-7001-4db5-bcb6-c5d67052451b/GSCLANDINGBANNERSBF2205.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf.adaptive-delivery-prevent-bg, #e5MQggv7cQTmnpTX6hLikOquIbpiLZsf.lazyload, #e5MQggv7cQTmnpTX6hLikOquIbpiLZsf.lazyloading { background-image: none; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf > .row .container { border-width: 0; border-radius: 0; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:none; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13b02577-9949-49a1-892c-d241ab78a284/GSCLANDINGBUENFIN2021etapa0212vistaprevia.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy.adaptive-delivery-prevent-bg, #W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy.lazyload, #W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy.lazyloading { background-image: none; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy > .row .container { border-width: 0; border-radius: 0; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:none; }#NtQQSr30Sh2F0DhyMMS4WLtfqQSzh6eD { 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:53.5rem;width:46.5rem;display:none; }
#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IPNjBJ8k/2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C.adaptive-delivery-prevent-bg, #dMIL9DSEr9EI4KNiDBKumHfql95v2z2C.lazyload, #dMIL9DSEr9EI4KNiDBKumHfql95v2z2C.lazyloading { background-image: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container { background-color: transparent; background-image: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container > .video-iframe-container { display: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row > .video-iframe-container { display: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .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); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container { border-width: 0; border-radius: 0; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#cXzaZqXAEX2xgGmy1F90ffdDlGXW0nXt { color:#ec6736;display:block;width:26.3748125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.6875rem;left:32.4375rem;height:7.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;display:block; }
#SeD6tD7nL3PntJJTHkeocceQ7kmNrHJo { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:11.9375rem;left:32.75rem;display:block; }
#Uk2x5KWbTaxzSr5eKBXRStDwMNRIXXQD { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.125rem;left:32.5rem;height:8.53125rem;display:block; }
#ze0Mpsol2k6GlNhMPlcrUyNUDbBLSUdg { background-color:#6da219;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9985rem;height:3.1245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.8125rem;left:32.4375rem;display:block; }
#l2B1lL8h8C0MJxTUw7UHymy36sz8BZPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUUQVXDML27LqB4nvIokXJNwzUdqJGR0 { position:absolute;display:block;z-index:15022;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:31.0625rem;width:46.8125rem;top:0rem;left:-18.173108552632rem;overflow:hidden;display:block; }
#hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig > .row .container { border-width: 0; border-radius: 0; }#hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:none; }#H7JaiLOfIkpLUmUVXMS01ftloPSgz78x { color:#3f3f3f;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:2.75rem;height:3.2492875rem;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; }
#NUQrcW1Bh3i24vyNIrcrSmdo2XKyioIB { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14rem;left:2.75rem;display:block; }
#VJpTUN6ROdEA3GhvJMmiwBy4qvZp187g { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.5rem;left:2.75rem;display:block; }
#VxH9cWDyrkdheRXGcM0NXFBTTMaGNdIF { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.875rem;left:2.75rem;display:block; }
#SL3E9BUI4ThAENVEdVR3TeSooktOwdWO { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.25rem;left:2.75rem;display:block; }
#HTq6Qqpuiefe57190KQXxP18UGVtSrHQ { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.625rem;left:2.75rem;display:block; }
#hoMZrdMUs9GBh00wO2t2GxJ8dJaqDnZe { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26rem;left:2.75rem;display:block; }
#RdKAMm9QeEylWOZKE69FyweOF2d0W5HM { color:#ffffff;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.1875rem;height:3.65625rem;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; }
#EVLzKO2BSk9GIvaZZSpIvkT43ytSfrmq { position:absolute;display:block;z-index:15009;background-color:#6e227d;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:3.375rem;width:11.625rem;top:2.1875rem;left:2.75rem;display:block; }
#bAlkrIAqGobmOwIR51CO9gw2EgnyD0hA { z-index:15002;top:29.8125rem;left:15.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37547625rem;height:2.87597625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kIxfTliayCbtLr67WoNeLw4CfINfmxrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfTCICy9BfXtDZ6FFmJJ7Ap7yICnuxxR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.749rem;top:2.03125rem;left:33.622396469116rem;overflow:hidden;display:none; }
#r7zuOgFPl7iyNTDXu4rhxbkDWBfaNFvf { position:absolute;display:block;z-index:15024;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:31.6875rem;width:23.125rem;top:3.0625rem;left:33.4375rem;overflow:hidden;display:block; }
#L1J8c2JSNo14L0zI6FSGBRsb0reOeNA6 { color:#3f3f3f;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.65625rem;left:2.125rem;height:13.3984125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gRFdHCVuZ8R49lFoHVV3hael5y6kJs0U { color:#3f3f3f;display:block;width:12.937rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.65625rem;left:13.6875rem;height:13.3984125rem;display:block; }
#JTewrsmTz7u3sepXTkaMd9qCnkBwOPBz { z-index:15021;top:27.092683792114rem;left:1.8101902008057rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.06196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#awNkt1SmNnaKH2zuUvdg4lyN80aVx9NP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvH90b092Z7TyTpJPhd6hfoRraO8sRCs { z-index:15022;top:31.029828548431rem;left:1.8101902008057rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.06196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vyJKiNolGOS3Z915AgdXAG9wXN7KZXTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 { 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:none; }#iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 > .row .container { border-width: 0; border-radius: 0; }#iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:none; }#Kwi1PqKu0fOSKeiOgbB04Np1MX2fEGih { color:#3f3f3f;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:33.0625rem;height:3.25rem;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; }
#a2Gp5GdGhJsntqDxGwPHnp4AsrTqNmix { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:33.0625rem;height:15.84375rem;display:block; }
#tMEbWZPOeAbtDsSxHw9sgH80U2R9uBwi { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.1875rem;left:33.0625rem;display:block; }
#MGPCaStzEKssZGyUh74aHHdTFNR201R5 { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.6875rem;left:33.0625rem;display:block; }
#lUZNHcnnTUic45bISS2qB0euQyLCa1CG { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:46.25rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ssVIu93dBIlRR1xDBVHfd3p3m0gy6ILx { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:33.0625rem;display:block; }
#sqmXGgzblifvyFn19AtNtT2AsK5PiKm2 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.4375rem;left:33.0625rem;display:block; }
#hpqmNheaJoaPwnWm4hFalg6ARrfsSOuL { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.8125rem;left:33.0625rem;display:block; }
#zKUG7T90MxzKyBkmlAQMtq9xryQvmtlC { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.1875rem;left:33.0625rem;display:block; }
#ShaMx1kLeRTWMpqvkiTtBfHfz8VaXQF1 { position:absolute;display:block;z-index:15007;background-color:#6e227d;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:3.25rem;width:10.0625rem;top:3.1875rem;left:32.875rem;display:block; }
#OCOMnmW2fXnO841uwkEVVB8HzqmkWA8n { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:33.0625rem;height:;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; }
#ydfnhd2VDZlZNqoZ0FRXXJ0cJPGkoeRM { z-index:15002;top:30.6875rem;left:32.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a7oWvQ9TF4FKEprits4I0MluoefJgHsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bl2nGQ2ZgrGOf4qPWBkKLVqvQmRoXZh7 { z-index:15020;top:30.6875rem;left:46.25rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hwDeuhA0NsCEbOZD31SDXIE9051OsPgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KywTaV7G5W2KbEW1m6MlagOn2szZKqxg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7486875rem;top:3.4687414169311rem;left:3.625rem;overflow:hidden;display:none; }
#OicQsgbkL78tXDxUtLVZsvSlTASZ89en { position:absolute;display:block;z-index:15025;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.8118125rem;width:29.9360625rem;top:7.4991397857669rem;left:0rem;overflow:hidden;display:block; }
#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { 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; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { background-color: transparent; background-image: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container > .video-iframe-container { display: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container { display: none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .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); }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { border-width: 0; border-radius: 0; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { position:absolute;display:block;z-index:15007;background-color:#6e227d;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:3.25rem;width:11.6875rem;top:3.1875rem;left:2.625rem;display:block; }
#aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:3rem;height:3.65625rem;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; }
#I92u9X7QWBTs7NQ7ryBbSQcCN8cnbMxf { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:2.4375rem;height:15.84375rem;display:block; }
#dk9D8HBuECZ5DxE27PZGFPS3kUOmEevr { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15.375rem;left:2.4375rem;display:block; }
#SaZTJ7cmeJC66Be2FMWNt1mcTccomf90 { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.875rem;left:2.4375rem;display:block; }
#VkEBvZF19wJSMpgRoZUP2ECSpTz0LoZN { color:#3f3f3f;display:block;width:15.4355625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5624971389769rem;left:2.625rem;height:3.25rem;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; }
#gEgwiBSFzUr1tIG6uhXvlJZvxVUip2Tz { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.25rem;left:2.4375rem;display:block; }
#ZrooxdRxqw6ET7c1Z95eJcVcEUlu1hdz { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22.625rem;left:2.4375rem;display:block; }
#ofTvKExg2HRIbzkcXDyKXJ9vhPheWksf { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.9375rem;left:15.625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bToSi5rToqqbuDNF5mlA4cJXrlqrvivN { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:25rem;left:2.4375rem;display:block; }
#FNtxN1z8X0ORvxn99NUfiukFqi5P1RE6 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:27.375rem;left:2.4375rem;display:block; }
#oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { z-index:15019;top:31.625rem;left:2.5rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sARN12V7v88CxmufE1GKc4EQZxTEWXcK { z-index:15001;top:31.625rem;left:15rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpeG1y9bQNSTVUoyn823WXPF2KLgOrpk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.9375rem;width:22.5rem;top:2.875rem;left:33.750001907349rem;overflow:hidden;display:block; }
#algI8ore60JJebGn5ugHVF24ivHlrQU0 { 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:none; }#algI8ore60JJebGn5ugHVF24ivHlrQU0 > .row .container { border-width: 0; border-radius: 0; }#algI8ore60JJebGn5ugHVF24ivHlrQU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#algI8ore60JJebGn5ugHVF24ivHlrQU0 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:none; }#XQW87LkoSRAti0O3KNIhpbOD3uckFVDN { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:33.0625rem;height:15.8344875rem;display:block; }
#MV2OeLvhtd3WJWTHpglb8BJATPzHpAwd { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.1875rem;left:33.0625rem;display:block; }
#c9AkdL5GyuGPo2mv8SkUDT4DLyK58KBT { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.6875rem;left:33.0625rem;display:block; }
#MU6D6qrdTJr1Cg99SN71wxlEirLNKS13 { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:46.25rem;height:9.7443rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PvcyIbTx5lDeERFpKV0tr5eDWENg5lqN { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:33.0625rem;display:block; }
#T4w7JywERzlNcvP8kWF0VIdgtfvmBS93 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.4375rem;left:33.0625rem;display:block; }
#b93zumnZXV9MlSeEXVIH9uFMIRuZ7cAE { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.8125rem;left:33.0625rem;display:block; }
#lt5sgRG4WgxHFCIaOBuRqeZztLEWkwUK { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.1875rem;left:33.0625rem;display:block; }
#eTNdtXGcTr9xHbpkFEmU3qGrJcJPmids { position:absolute;display:block;z-index:15007;background-color:#6e227d;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:3.25rem;width:10.0625rem;top:3.1875rem;left:32.6875rem;display:block; }
#ki61U0mvOkKVVHTrowvK08C62EUucbvI { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:33.0625rem;height:3.65625rem;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; }
#mSVwKsBq3wiTDK55qQTCodZaANfhg9S0 { z-index:15002;top:30.6875rem;left:32.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WMBWUQOuRSZ6ccxudZXeNctFO1C0m5F6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEPEmQG3NEXsfPeqxirXNaMNTqIgmmDq { z-index:15020;top:30.6875rem;left:46.25rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hi0CKQfa6JaJL4vW451RmJeugPp6xmVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7GoBETtm9WT909DabGrTvpRlN6T7eaX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7486875rem;top:3.4687414169311rem;left:3.625rem;overflow:hidden;display:none; }
#XPIqVrh0m0Qa1TCnQP9QsVWxAnvTLN5N { color:#3f3f3f;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5625rem;left:32.6875rem;height:3.25rem;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; }
#cvbQoHUEsXLp4uVm1x1ttA90CPoBKTdi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.9375rem;width:22.5rem;top:2.9047336578369rem;left:3.75rem;overflow:hidden;display:block; }
#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP { 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; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container { background-color: transparent; background-image: none; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container > .video-iframe-container { display: none; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row > .video-iframe-container { display: none; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .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); }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container { border-width: 0; border-radius: 0; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#wzlBZ3eccczWioaT0QvLshyTFoEu7lN3 { color:#3f3f3f;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.6875rem;height:3.25rem;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; }
#FEhu71QUa78mkL6zmLQQqHvd0O3oLBPD { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.75rem;left:2.6875rem;height:15.84375rem;display:block; }
#DdVFTqNCJv8EgMfLgLPzgEG0o1Bp1UT3 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14.1875rem;left:2.6875rem;display:block; }
#GPqnvA3MHpvA0HJhp14Uic0IrdoRlWN4 { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.6875rem;left:2.6875rem;display:block; }
#mD6QXSfXXDWs2iQf2XoyR7keh6EQ3MEg { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:15.875rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SZls1DnRBIkes6m1nC9LQPswNTH9u2W7 { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.0625rem;left:2.6875rem;display:block; }
#kaHgP1ADKCCQVFREhwytPIbrp9vCDIf1 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.4375rem;left:2.6875rem;display:block; }
#QNXHT9Cg7ifqXbypRod48PHbMyU8sEaO { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.8125rem;left:2.6875rem;display:block; }
#uuaBT8lo7BrrxcxISlPF7GHcWk3OO71P { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.1875rem;left:2.6875rem;display:block; }
#T6HIh1GK9BT6tn0lgIv49LTSIkQOgwSO { position:absolute;display:block;z-index:15007;background-color:#6e227d;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:3.25rem;width:11.6875rem;top:3.1875rem;left:2.3125rem;display:block; }
#PD4aSU8KCKU2qnKDbK9vG3aT6D4Qxc0G { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:3.65625rem;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; }
#fC7eezPAudxwbUARzymb8TRo1w1ifRSb { z-index:15002;top:30.6875rem;left:2.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aThVbylbElhOlgeTnn3Mlfis6S8dQBuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MaMAZ6eLRx35oAGNI64EbWdXoarFAMGd { z-index:15020;top:30.6875rem;left:15.875rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zLO6Sv0hnhsMVaR8CMZeZxso6Lti7aai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJRJ8VFVwJuG1QakqTixPJ4KBNXDP4MC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.7486875rem;top:3.4687414169311rem;left:3.625rem;overflow:hidden;display:none; }
#sZ1aD2kQuKVaLH1yuVgbCHmKZ0RZI2Ge { position:absolute;display:block;z-index:15025;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:31.5625rem;width:22.9375rem;top:2.59375rem;left:33.53125rem;overflow:hidden;display:block; }
#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container { background-color: transparent; background-image: none; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container > .video-iframe-container { display: none; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row > .video-iframe-container { display: none; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .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); }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container { border-width: 0; border-radius: 0; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#gHrk4u2SiZrZU1ERMfzUSvmvFotd4FJU { color:#3f3f3f;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.6875rem;height:3.25rem;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; }
#pcUaopOty0ELgH4hin8b6E2XDFWfkpBW { color:#3f3f3f;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:32.6875rem;height:15.84375rem;display:block; }
#Ml8T1qcuCdMbxsPUxkyaBlAL1FtDTTi3 { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14rem;left:32.6875rem;display:block; }
#dvKMu4uXha0TreC1wvgy2NP0EvlTUL4y { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:45.875rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jmbekds5678osmG9ubXeccZ7fMX0TqNh { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.5rem;left:32.6875rem;display:block; }
#aLXHQzi13JADx7gto9JNrspl5TdMC7Ks { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.875rem;left:32.6875rem;display:block; }
#yTDL8H4RAFzxw83wEzqvNB2SAEWDKb3s { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.25rem;left:32.6875rem;display:block; }
#X8UE5oalsTWqUXGmZWZhdTA1kstbqsZU { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.625rem;left:32.6875rem;display:block; }
#uzQCq19auzExNbKG0SVglZqB2Em1LC2H { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26rem;left:32.6875rem;display:block; }
#Brb2yRU3fZIk4CdugFqPLi1irCx26TJ2 { color:#ffffff;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.125rem;height:3.65625rem;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; }
#CU4yNUnxlPeyXbyrDsTUF2A9aQFo01J2 { position:absolute;display:block;z-index:15009;background-color:#6e227d;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:3.375rem;width:9.1875rem;top:2.1875rem;left:32.6875rem;display:block; }
#DE02lBooVcs4dMVS7NvG2anWiDgE35H7 { z-index:15002;top:29.8125rem;left:45.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37547625rem;height:2.87597625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A12xpVLv6Hi1Cv7hLdiicooHBXOVdurb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2uPoePHBOsQFfEFP2wgGXLSkeR6IP4n { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.749rem;top:2.03125rem;left:33.622396469116rem;overflow:hidden;display:none; }
#MTHXT7Q54nv5CXVi35WOf5JpEMx3HxpR { position:absolute;display:block;z-index:15024;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:31.6875rem;width:23.125rem;top:1.8125rem;left:3.4375rem;overflow:hidden;display:block; }
#STGHQ8M49fF9WEziBzcpRghbQRTOcq89 { z-index:15021;top:29.717725753784rem;left:32.687320709229rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.06196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cViV2DNoTIebA9Z5xdWfHT3BcAqVTOWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container { background-color: transparent; background-image: none; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container > .video-iframe-container { display: none; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row > .video-iframe-container { display: none; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .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); }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container { border-width: 0; border-radius: 0; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#TMixcdUNS4ZdpKPwTzGEMJa1OxXMq6m5 { color:#3f3f3f;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.6865234375rem;left:2.4990234375rem;height:3.25rem;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; }
#xS85ys7NM3JTRgMzDGGAbvzGaQZI0iZm { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.5rem;height:18.28125rem;display:block; }
#ESTkk4U1TBt3MNy5BQZnpKwZu9O69nIr { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.125rem;left:2.5rem;display:block; }
#JQrqZGDdc43egOVaktyTPUtuTTN0ax3d { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.125rem;left:15.6875rem;height:12.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yB47CRE38A2F6o3vlJUJhzBqNmDolVPl { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:19.625rem;left:2.5rem;display:block; }
#C6QHnLBRWGzQAfs2he14e4pIodzoUVK0 { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:22rem;left:2.5rem;display:block; }
#SyXPLTNvZTmSPEHt8sbdOxCJoHhIZ1nx { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:24.375rem;left:2.5rem;display:block; }
#dpsBiOXHmgt9HxSN8ffWPpMqLV0yFfTW { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.75rem;left:2.5rem;display:block; }
#BwJazMA7TUMi9DNncQ5PNQeOpBsr86dJ { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:29.125rem;left:2.5rem;display:block; }
#BOT8o1390JJ7d8sgq94T0bZ6dJ8ZScST { color:#6e227d;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.341796875rem;left:2.5068359375rem;height:3.65625rem;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; }
#X5hrULTJFQ1czD2v9twwxH33E5m4r0ui { z-index:15001;top:33.277697563171rem;left:15.056816101074rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7727275rem;height:2.7102275rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hkfZakBgCPzxnShMNWTiV4PLmmqHIWuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTXkrx6SQW6NGTNsMZpxNoDM6lziK7BF { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.375rem;left:32.6875rem;display:none; }
#Hwii1LFVdy28KebBnDqKGKm0wBnlEgdG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:22.125rem;top:3.4678869247436rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#t5uF4VNdcGgAvpZ4z5MPTmcDEMEgc6Ll { position:absolute;display:block;z-index:15020;background-color:#6da219;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:3.125rem;width:20.25rem;top:2.029296875rem;left:39.75rem;display:block; }
#oP7Sx47JF1T6XNUbsVwyuFzgXuX8Egiw { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:40.125rem;height:2.4375rem;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:center;text-align-last:center;display:block; }
#hfiBL42M4IMuQPvNGkoJeZfFhQn6pRhk { position:absolute;display:block;z-index:15019;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:15rem;left:2.5rem;display:block; }
#WutxuT7q910SodEsBPhrAfNALNkQSNSi { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:24.375rem;left:32.8125rem;display:none; }
#oUt6HXaypFalXD3aAPmGlG5LkTTE8ioZ { position:absolute;display:block;z-index:15023;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:28rem;width:20.5rem;top:6.998046875rem;left:34.6875rem;overflow:hidden;display:block; }
#gXmTyS2Syl9pfnNq0CIpaxZUTX9yPsd9 { z-index:15022;top:33.153407096863rem;left:2.4964485168457rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.06196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TwXLn6uvVKMVJNSk3AzAaav0ufOKZVdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { border-width: 0; border-radius: 0; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:none; }#rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { color:#3f3f3f;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.6875rem;height:3.25rem;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; }
#HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { color:#3f3f3f;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:32.6875rem;height:15.8344875rem;display:block; }
#aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14rem;left:32.6875rem;display:block; }
#NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:45.875rem;height:8.5262625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.5rem;left:32.6875rem;display:block; }
#F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.875rem;left:32.6875rem;display:block; }
#qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.25rem;left:32.6875rem;display:block; }
#xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.625rem;left:32.6875rem;display:block; }
#grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26rem;left:32.6875rem;display:block; }
#e5zV4eVIO4TL26IRcn01cozIBzZr5bug { color:#ffffff;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.125rem;height:3.65625rem;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; }
#nAVcUW9JVabXmuCLGMl9I8zraIp80dkD { position:absolute;display:block;z-index:15009;background-color:#6e227d;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:3.375rem;width:10.9375rem;top:2.1875rem;left:32.6875rem;display:block; }
#lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { z-index:15002;top:29.8125rem;left:45.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37547625rem;height:2.87597625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9vCE2Agbb4dNmkXdAP0dB561Oz9nlzz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.749rem;top:2.03125rem;left:33.622396469116rem;overflow:hidden;display:none; }
#ag1XGVyT6T6dORlTCIVtTPwIHuwc9dXl { position:absolute;display:block;z-index:15024;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:22.875rem;width:29.6875rem;top:5.09375rem;left:0rem;overflow:hidden;display:block; }
#BUe5q1PGlb7fmLyX8I8Lu2uGSec3z80i { z-index:15023;top:29.718584060669rem;left:32.687320709229rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.06196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CfPnJklsflTfKt4GgBbDV4Sgku0DZES0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr > .row .container { border-width: 0; border-radius: 0; }#QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:none; }#Hz02ZLm5TPzCswHKUXPMZOwKIvrWmHdk { color:#3f3f3f;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:2.75rem;height:3.2504875rem;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; }
#zwvrrpm9gluRJNMmH7C5JmVoZQEpfM7z { color:#3f3f3f;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2.75rem;height:15.84375rem;display:block; }
#q3TzoskHqOPw8GwgU2bqg0VVGscon0FZ { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14rem;left:2.75rem;display:block; }
#qKtWSZcwe1bSWfbCHxJN1K8DF1cXlLnO { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:15.9375rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sAVlTCXFTe2t4K2TESbcTBIp3KtRSdCz { position:absolute;display:block;z-index:15013;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.5rem;left:2.75rem;display:block; }
#icQ0fgBEL5URRQTuyUEN9OxCWRfoFQsl { position:absolute;display:block;z-index:15014;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.875rem;left:2.75rem;display:block; }
#GhyQuQA3Jd8vKAwOmInTS3wsChfTiwkN { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.25rem;left:2.75rem;display:block; }
#pnH9ETozrTflJT0qhqB0MNJXycdXqr2D { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.625rem;left:2.75rem;display:block; }
#hPxgkTQkU6ufdbbFRRGyQhuEpK9xC0yQ { position:absolute;display:block;z-index:15018;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26rem;left:2.75rem;display:block; }
#amVHrGwcT1a4ic2HPvl9sJWT0XiiHdzl { color:#ffffff;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.1875rem;height:;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; }
#NS8AfPhx6TcVlk5DJB3TQZ2iDETAnF6O { position:absolute;display:block;z-index:15009;background-color:#6e227d;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:3.375rem;width:11.4375rem;top:2.1875rem;left:2.75rem;display:block; }
#nqco7AJrb0UHT6uy3Jqb5Ahiw5oT9kn5 { z-index:15002;top:29.8125rem;left:15.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37547625rem;height:2.87597625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#auOnB6vT9HW6ObGMcwE2JLrFhDGdJBvz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUqF4UCRGyeCUoSblsaqTTP2J2DK2efl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.749rem;top:2.03125rem;left:33.622396469116rem;overflow:hidden;display:none; }
#XIvpDuQxJlJD0dAxrImHPq82FNb0QHH5 { position:absolute;display:block;z-index:15024;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.875rem;width:30rem;top:7.625rem;left:30rem;overflow:hidden;display:block; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yLfE7JXB/LAN_LOMAS_BAN_copia_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { 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:4.9375rem;width:5rem;top:15.4375rem;left:10.781251907349rem;overflow:hidden;display:block; }
#ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.125rem;top:22.21875rem;left:10.781251907349rem;overflow:hidden;display:block; }
#PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:22.4375rem;left:33.0625rem;overflow:hidden;display:block; }
#q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:15.75rem;left:33.083335657349rem;overflow:hidden;display:block; }
#yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.8125rem;top:29.3125rem;left:22.5rem;overflow:hidden;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:#fbfbfb;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16rem;left:17.5rem;height:3.8994125rem;display:block; }
#TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23rem;left:17.625rem;height:2.5996125rem;display:block; }
#HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.625rem;left:39.625rem;height:3.8994125rem;display:block; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.875rem;left:39.3125rem;height:2.5996125rem;display:block; }
#UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.0625rem;left:28.875rem;height:1.29980625rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:#fafafa;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.3125rem;left:12.812501907349rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { color:#76c4d7;display:block;width:38.9995625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.1236972808838rem;left:10.499134063721rem;height:;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:center;text-align-last:center;display:block; }
#RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { z-index:15003;top:42.4375rem;left:24.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f1;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5IkwofmH/GSC_LAND2_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#284d42;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.25rem;left:14.96875rem;height:3.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { color:#2a2a2a;display:block;width:25.2495625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.3111972808837rem;left:17.374134063721rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:8.1250019073488rem;display:block; }
#GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { background-color:#6e227d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.874349594116rem;left:23.999568939209rem;display:block; }
#n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hu19ahSPZOyvIf1TcN3eWHaZ2Tw0UTwb { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:44.1875rem;left:1.6875rem;height:2.11155rem;display:block; }
#F990qGUkcuxqLHdVVExdtZeG18K3CSTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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:none; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { border-width: 0; border-radius: 0; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { color:#284d42;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.25rem;left:14.96875rem;height:2.9861125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { color:#2a2a2a;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.25rem;left:18.84375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { position:absolute;display:block;z-index:15022;height:18.75rem;width:43.75rem;top:11.967231750488rem;left:8.1250019073488rem;display:block; }
#QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { background-color:#ec6736;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.874349594116rem;left:23.999568939209rem;display:block; }
#TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnRvXL1XdCzCDvfobn3l1JUbDX9Vtaf9 { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:44.1875rem;left:1.6875rem;height:2.1123rem;display:none; }
#spHWpdfMbP2T6egCHHt4i1So98FDL6ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e227d;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; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { background-color: transparent; background-image: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { display: none; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .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); }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { border-width: 0; border-radius: 0; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#PKhPZyKnC8xkZgmMobamM2omkvoFutOc { 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:4.62456875rem;width:13.75rem;top:2.0920066833496rem;left:0rem;overflow:hidden;display:block; }
#xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { color:#ffffff;display:block;width:31.936875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:2.7376213073731rem;left:28.062068939209rem;height:3.41015625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { 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:none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { border-width: 0; border-radius: 0; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:none; }#Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { color:#3f3f3f;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2.8125rem;height:15.4375rem;display:block; }
#RE3daaEPOeAZekkVTT9oniWT3Utf04tU { color:#3f3f3f;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:15.9375rem;height:9.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QUgSgS7NpIbhxEnpXoNZO7T8I8DAs4sO { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:16.5rem;left:2.8125rem;display:block; }
#EdmSa0MkJGsvJsqTgLR4UMNqKUO7rm48 { position:absolute;display:block;z-index:15005;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.875rem;left:2.8125rem;display:block; }
#LwzdMSdtOnAv2eopGnSFfLrJoulGrv9b { position:absolute;display:block;z-index:15006;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.25rem;left:2.8125rem;display:block; }
#hEN6FuUoOdo3DIKDWzp8nKpqhbMHW4Je { position:absolute;display:block;z-index:15007;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.625rem;left:2.8125rem;display:block; }
#s9HNbMTrMMB4bJvwKg3m8KnR5oGCgedn { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26rem;left:2.8125rem;display:block; }
#xiiSiwZTezpxwHzux3306tXRPCDymdbV { color:#6e227d;display:block;width:10.811625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5rem;left:2rem;height:3.625rem;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:center;text-align-last:center;display:block; }
#FDVEubAn7DJ7OgOtvbJ4hLsfx5eSfxQp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:22.75rem;top:1.6015625rem;left:33.593751907349rem;overflow:hidden;display:block; }
#WMpqPwKyKuv598yCVWZike3xkgFcCeJV { color:#3f3f3f;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:2.6875rem;height:3.25rem;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; }
#S4MRiP2OZFVOVchpn7O4vsvzk1T0HaXJ { position:absolute;display:block;z-index:15009;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:14rem;left:2.8125rem;display:block; }
#ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { z-index:15002;top:29.5rem;left:2.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6e227d;border-left:0.125rem solid #6e227d;border-right:0.125rem solid #6e227d;border-bottom:0.125rem solid #6e227d;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6e227d;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.874565rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmWpGbyOOzbUTI7RbTe0eCRlrIHwkhWS { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:17.3125rem;left:2.8125rem;display:none; }
#Vo0WIoZsb7nfehy5v6nOTcXbeXiXIpRD { z-index:15020;top:29.5rem;left:16.8125rem;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4995625rem;height:2.87435rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uSZrmi6fnPgNVnH4oh5ZCRfAZeonIkF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 { position:relative;z-index:auto;display:none; }#x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 { border-width: 0; border-radius: 0; }#x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 > .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; }#x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#qR0aULeuLfkWPVmbD8KTExIOaaO1knB7 { 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:54.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:1.1875rem;left:0rem;width:12.75rem;height:3.6070330453111rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { top:2.4375rem;left:34.5625rem;width:13.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { top:1.875rem;left:38.0625rem;width:2.25rem;height:2.3098874119899rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 { display:block; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:15.9375rem;left:0rem;width:29.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { top:6.3125rem;left:25.9375rem;width:21.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:8.5rem;left:32.6875rem;width:15.0625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.3125rem;height:15.625rem;top:12.5625rem;left:30.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.3125rem;height:15.625rem;top:12.5625rem;left:30.9375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #f4Gn0aZVK23ousfoIEA8VG66A50iwqcI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oJLmrNwMsD2m55pvqZb3t624quUEfkvi { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #W9OnDIPKynWKsPBGFWgGBTpNHpAc6GlD {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #yh2dLTqLfaep6BhLdfyiA0loeRyX4696 { top:15.9375rem;left:0rem;width:29.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB { display:block; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV { display:block; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hP1nU6z5h3mDF5TaE6SfhQ1yTKRJuaMv { width:11.9375rem;height:3.0625rem;top:28rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJcEyKWD7oMtTX8paBDxUROfTA17yvu { display:block; }
 }@media only screen and (max-width: 763px) { #TW4mRwdgd3NWviLQg33vch07KWLba829 { display:none; }#TW4mRwdgd3NWviLQg33vch07KWLba829 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rd8GxiqihOAkEtHEHlrSQ69iBNxN8JSJ { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhTc4oTOFhBh7xNpn7E4M7qUahGKhqwg { display:block; }
 }@media only screen and (max-width: 763px) { #BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 { display:block; }#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmmS4392TMKiQ9twKWawKUHXprZQGJk6 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUzisIZJz33I2NsJ8S01ULhSPr87Gvcm { top:45.375rem;left:0rem;width:17.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkIQ0V9lCwl4bx2gAtJauUr2PZ664PNz { display:block; }
 }@media only screen and (max-width: 763px) { #PAFhpRefnGtv6UrahD1THAaBuEQV26WK { display:block; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzoVRG7KBAnTgdE9RiisDUW53zO5vmTn { top:3.5rem;left:0rem;width:25.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu { display:block; }#caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEFQ0hcdw3x9roXQCMxXyVyqav9NTc2G { top:0.9375rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9J4am9qqmpEw5TF6wKcExNA9V2quK8A { width:24.9375rem;height:;top:8.375rem;left:22.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTnfTQsEZ2EMdmsqN3k4xhgOfufHTMc { width:22.5625rem;height:;top:14.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9fNqLsMgTPfxDeXsDtn2RiIwCqmml18 { width:24.9375rem;height:;top:11.6875rem;left:22.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5MQggv7cQTmnpTX6hLikOquIbpiLZsf { display:block; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy { display:block; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtQQSr30Sh2F0DhyMMS4WLtfqQSzh6eD { width:46.5rem;height:53.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMIL9DSEr9EI4KNiDBKumHfql95v2z2C { display:block; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXzaZqXAEX2xgGmy1F90ffdDlGXW0nXt { top:2.6875rem;left:21.4375rem;width:26.3125rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeD6tD7nL3PntJJTHkeocceQ7kmNrHJo { top:11.9375rem;left:23.875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk2x5KWbTaxzSr5eKBXRStDwMNRIXXQD { top:14.125rem;left:23.875rem;width:23.125rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0Mpsol2k6GlNhMPlcrUyNUDbBLSUdg { width:11.9375rem;height:3.0625rem;top:24.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2B1lL8h8C0MJxTUw7UHymy36sz8BZPz { display:block; }
 }@media only screen and (max-width: 763px) { #oUUQVXDML27LqB4nvIokXJNwzUdqJGR0 { top:0rem;left:0rem;width:46.8125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig { display:block; }#hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7JaiLOfIkpLUmUVXMS01ftloPSgz78x { top:7.375rem;left:0rem;width:25.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUQrcW1Bh3i24vyNIrcrSmdo2XKyioIB { top:14rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJpTUN6ROdEA3GhvJMmiwBy4qvZp187g { top:16.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxH9cWDyrkdheRXGcM0NXFBTTMaGNdIF { top:18.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL3E9BUI4ThAENVEdVR3TeSooktOwdWO { top:21.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTq6Qqpuiefe57190KQXxP18UGVtSrHQ { top:23.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoMZrdMUs9GBh00wO2t2GxJ8dJaqDnZe { top:26rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdKAMm9QeEylWOZKE69FyweOF2d0W5HM { top:2.0625rem;left:0.125rem;width:14.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLzKO2BSk9GIvaZZSpIvkT43ytSfrmq { top:2.1875rem;left:0rem;width:11.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAlkrIAqGobmOwIR51CO9gw2EgnyD0hA { top:29.8125rem;left:11.625rem;width:12.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIxfTliayCbtLr67WoNeLw4CfINfmxrG { display:block; }
 }@media only screen and (max-width: 763px) { #ZfTCICy9BfXtDZ6FFmJJ7Ap7yICnuxxR { top:2rem;left:24.434896469116rem;width:22.6875rem;height:31.165518264539rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zuOgFPl7iyNTDXu4rhxbkDWBfaNFvf { top:3.0625rem;left:24.25rem;width:23.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1J8c2JSNo14L0zI6FSGBRsb0reOeNA6 { top:12.625rem;left:0rem;width:10.625rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRFdHCVuZ8R49lFoHVV3hael5y6kJs0U { top:12.625rem;left:10.625rem;width:12.875rem;height:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTewrsmTz7u3sepXTkaMd9qCnkBwOPBz { top:27.0625rem;left:0rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #awNkt1SmNnaKH2zuUvdg4lyN80aVx9NP { display:block; }
 }@media only screen and (max-width: 763px) { #XvH90b092Z7TyTpJPhd6hfoRraO8sRCs { top:31rem;left:0rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyJKiNolGOS3Z915AgdXAG9wXN7KZXTa { display:block; }
 }@media only screen and (max-width: 763px) { #iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 { display:block; }#iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kwi1PqKu0fOSKeiOgbB04Np1MX2fEGih { top:7.5rem;left:23.875rem;width:21.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Gp5GdGhJsntqDxGwPHnp4AsrTqNmix { top:12.75rem;left:23.875rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEbWZPOeAbtDsSxHw9sgH80U2R9uBwi { top:14.1875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGPCaStzEKssZGyUh74aHHdTFNR201R5 { top:16.6875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUZNHcnnTUic45bISS2qB0euQyLCa1CG { top:12.75rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssVIu93dBIlRR1xDBVHfd3p3m0gy6ILx { top:19.0625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmXGgzblifvyFn19AtNtT2AsK5PiKm2 { top:21.4375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpqmNheaJoaPwnWm4hFalg6ARrfsSOuL { top:23.8125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKUG7T90MxzKyBkmlAQMtq9xryQvmtlC { top:26.1875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaMx1kLeRTWMpqvkiTtBfHfz8VaXQF1 { top:3.1875rem;left:23.875rem;width:10.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOMnmW2fXnO841uwkEVVB8HzqmkWA8n { top:3rem;left:23.875rem;width:16.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydfnhd2VDZlZNqoZ0FRXXJ0cJPGkoeRM { top:30.6875rem;left:23.875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7oWvQ9TF4FKEprits4I0MluoefJgHsW { display:block; }
 }@media only screen and (max-width: 763px) { #bl2nGQ2ZgrGOf4qPWBkKLVqvQmRoXZh7 { top:30.6875rem;left:36.5rem;width:11.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDeuhA0NsCEbOZD31SDXIE9051OsPgN { display:block; }
 }@media only screen and (max-width: 763px) { #KywTaV7G5W2KbEW1m6MlagOn2szZKqxg { top:3.4375rem;left:0.5625rem;width:22.6875rem;height:31.165946387017rem;display:block; }
 }@media only screen and (max-width: 763px) { #OicQsgbkL78tXDxUtLVZsvSlTASZ89en { top:7.4375rem;left:0rem;width:29.875rem;height:19.771401079801rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { top:3.1875rem;left:0rem;width:11.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { top:3rem;left:0rem;width:16.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I92u9X7QWBTs7NQ7ryBbSQcCN8cnbMxf { top:13.9375rem;left:0rem;width:22.3125rem;height:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk9D8HBuECZ5DxE27PZGFPS3kUOmEevr { top:15.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaZTJ7cmeJC66Be2FMWNt1mcTccomf90 { top:17.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkEBvZF19wJSMpgRoZUP2ECSpTz0LoZN { top:8.5rem;left:0rem;width:15.375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgwiBSFzUr1tIG6uhXvlJZvxVUip2Tz { top:20.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrooxdRxqw6ET7c1Z95eJcVcEUlu1hdz { top:22.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTvKExg2HRIbzkcXDyKXJ9vhPheWksf { top:13.875rem;left:12.5615234375rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bToSi5rToqqbuDNF5mlA4cJXrlqrvivN { top:25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNtxN1z8X0ORvxn99NUfiukFqi5P1RE6 { top:27.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { top:31.625rem;left:0rem;width:11.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block; }
 }@media only screen and (max-width: 763px) { #sARN12V7v88CxmufE1GKc4EQZxTEWXcK { top:31.625rem;left:11.375rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block; }
 }@media only screen and (max-width: 763px) { #xpeG1y9bQNSTVUoyn823WXPF2KLgOrpk { top:2.875rem;left:24.562501907349rem;width:22.5rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #algI8ore60JJebGn5ugHVF24ivHlrQU0 { display:block; }#algI8ore60JJebGn5ugHVF24ivHlrQU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQW87LkoSRAti0O3KNIhpbOD3uckFVDN { top:12.75rem;left:23.875rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2OeLvhtd3WJWTHpglb8BJATPzHpAwd { top:14.1875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9AkdL5GyuGPo2mv8SkUDT4DLyK58KBT { top:16.6875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU6D6qrdTJr1Cg99SN71wxlEirLNKS13 { top:12.75rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcyIbTx5lDeERFpKV0tr5eDWENg5lqN { top:19.0625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4w7JywERzlNcvP8kWF0VIdgtfvmBS93 { top:21.4375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b93zumnZXV9MlSeEXVIH9uFMIRuZ7cAE { top:23.8125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5sgRG4WgxHFCIaOBuRqeZztLEWkwUK { top:26.1875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNdtXGcTr9xHbpkFEmU3qGrJcJPmids { top:3.1875rem;left:23.875rem;width:10.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki61U0mvOkKVVHTrowvK08C62EUucbvI { top:3rem;left:23.875rem;width:16.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSVwKsBq3wiTDK55qQTCodZaANfhg9S0 { top:30.6875rem;left:23.875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBWUQOuRSZ6ccxudZXeNctFO1C0m5F6 { display:block; }
 }@media only screen and (max-width: 763px) { #OEPEmQG3NEXsfPeqxirXNaMNTqIgmmDq { top:30.6875rem;left:36.5rem;width:11.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi0CKQfa6JaJL4vW451RmJeugPp6xmVH { display:block; }
 }@media only screen and (max-width: 763px) { #L7GoBETtm9WT909DabGrTvpRlN6T7eaX { top:3.4375rem;left:0.5625rem;width:22.6875rem;height:31.165946387017rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIqVrh0m0Qa1TCnQP9QsVWxAnvTLN5N { top:7.5625rem;left:23.875rem;width:16.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbQoHUEsXLp4uVm1x1ttA90CPoBKTdi { top:2.875rem;left:0.6875rem;width:22.5rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFVL7T0mTICxIPDxaszJoB8VwLqffEP { display:block; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzlBZ3eccczWioaT0QvLshyTFoEu7lN3 { top:7.5rem;left:0rem;width:21.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEhu71QUa78mkL6zmLQQqHvd0O3oLBPD { top:12.75rem;left:0rem;width:22.3125rem;height:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdVFTqNCJv8EgMfLgLPzgEG0o1Bp1UT3 { top:14.1875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPqnvA3MHpvA0HJhp14Uic0IrdoRlWN4 { top:16.6875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD6QXSfXXDWs2iQf2XoyR7keh6EQ3MEg { top:12.75rem;left:12.625rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZls1DnRBIkes6m1nC9LQPswNTH9u2W7 { top:19.0625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaHgP1ADKCCQVFREhwytPIbrp9vCDIf1 { top:21.4375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXHT9Cg7ifqXbypRod48PHbMyU8sEaO { top:23.8125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuaBT8lo7BrrxcxISlPF7GHcWk3OO71P { top:26.1875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HIh1GK9BT6tn0lgIv49LTSIkQOgwSO { top:3.1875rem;left:0rem;width:11.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD4aSU8KCKU2qnKDbK9vG3aT6D4Qxc0G { top:3rem;left:0rem;width:16.625rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC7eezPAudxwbUARzymb8TRo1w1ifRSb { top:30.6875rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aThVbylbElhOlgeTnn3Mlfis6S8dQBuM { display:block; }
 }@media only screen and (max-width: 763px) { #MaMAZ6eLRx35oAGNI64EbWdXoarFAMGd { top:30.6875rem;left:12.625rem;width:11.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLO6Sv0hnhsMVaR8CMZeZxso6Lti7aai { display:block; }
 }@media only screen and (max-width: 763px) { #LJRJ8VFVwJuG1QakqTixPJ4KBNXDP4MC { top:3.4375rem;left:0.5625rem;width:22.6875rem;height:31.165946387017rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1aD2kQuKVaLH1yuVgbCHmKZ0RZI2Ge { top:2.5625rem;left:24.34375rem;width:22.9375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk { display:block; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHrk4u2SiZrZU1ERMfzUSvmvFotd4FJU { top:7.375rem;left:21.9375rem;width:25.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUaopOty0ELgH4hin8b6E2XDFWfkpBW { top:12.5625rem;left:23.875rem;width:16.9375rem;height:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8T1qcuCdMbxsPUxkyaBlAL1FtDTTi3 { top:14rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKMu4uXha0TreC1wvgy2NP0EvlTUL4y { top:12.5625rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmbekds5678osmG9ubXeccZ7fMX0TqNh { top:16.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLXHQzi13JADx7gto9JNrspl5TdMC7Ks { top:18.875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDL8H4RAFzxw83wEzqvNB2SAEWDKb3s { top:21.25rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8UE5oalsTWqUXGmZWZhdTA1kstbqsZU { top:23.625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQCq19auzExNbKG0SVglZqB2Em1LC2H { top:26rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brb2yRU3fZIk4CdugFqPLi1irCx26TJ2 { top:2.0625rem;left:23.9375rem;width:14.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU4yNUnxlPeyXbyrDsTUF2A9aQFo01J2 { top:2.1875rem;left:23.875rem;width:9.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE02lBooVcs4dMVS7NvG2anWiDgE35H7 { top:29.8125rem;left:35.375rem;width:12.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12xpVLv6Hi1Cv7hLdiicooHBXOVdurb { display:block; }
 }@media only screen and (max-width: 763px) { #b2uPoePHBOsQFfEFP2wgGXLSkeR6IP4n { top:2rem;left:24.434896469116rem;width:22.6875rem;height:31.165518264539rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHXT7Q54nv5CXVi35WOf5JpEMx3HxpR { top:1.8125rem;left:0.375rem;width:23.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STGHQ8M49fF9WEziBzcpRghbQRTOcq89 { top:29.6875rem;left:23.875rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cViV2DNoTIebA9Z5xdWfHT3BcAqVTOWA { display:block; }
 }@media only screen and (max-width: 763px) { #L4J5gKoF8unK0VvXDmBu3zQauBoQwSra { display:block; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMixcdUNS4ZdpKPwTzGEMJa1OxXMq6m5 { top:7.625rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS85ys7NM3JTRgMzDGGAbvzGaQZI0iZm { top:13.125rem;left:0rem;width:22.3125rem;height:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESTkk4U1TBt3MNy5BQZnpKwZu9O69nIr { top:17.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQrqZGDdc43egOVaktyTPUtuTTN0ax3d { top:13.125rem;left:12.625rem;width:11.25rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB47CRE38A2F6o3vlJUJhzBqNmDolVPl { top:19.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6QHnLBRWGzQAfs2he14e4pIodzoUVK0 { top:22rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyXPLTNvZTmSPEHt8sbdOxCJoHhIZ1nx { top:24.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpsBiOXHmgt9HxSN8ffWPpMqLV0yFfTW { top:26.75rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJazMA7TUMi9DNncQ5PNQeOpBsr86dJ { top:29.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOT8o1390JJ7d8sgq94T0bZ6dJ8ZScST { top:3.3125rem;left:0rem;width:16.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5hrULTJFQ1czD2v9twwxH33E5m4r0ui { top:33.25rem;left:11.994316101074rem;width:11.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkfZakBgCPzxnShMNWTiV4PLmmqHIWuf { display:block; }
 }@media only screen and (max-width: 763px) { #bTXkrx6SQW6NGTNsMZpxNoDM6lziK7BF { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hwii1LFVdy28KebBnDqKGKm0wBnlEgdG { top:3.4375rem;left:0.81119918823244rem;width:22.125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5uF4VNdcGgAvpZ4z5MPTmcDEMEgc6Ll { top:2rem;left:27.5rem;width:20.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7Sx47JF1T6XNUbsVwyuFzgXuX8Egiw { top:2.3125rem;left:28.25rem;width:19.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfiBL42M4IMuQPvNGkoJeZfFhQn6pRhk { top:15rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutxuT7q910SodEsBPhrAfNALNkQSNSi { top:24.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUt6HXaypFalXD3aAPmGlG5LkTTE8ioZ { top:6.9375rem;left:25.5rem;width:20.5rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXmTyS2Syl9pfnNq0CIpaxZUTX9yPsd9 { top:33.125rem;left:0rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXLn6uvVKMVJNSk3AzAaav0ufOKZVdZ { display:block; }
 }@media only screen and (max-width: 763px) { #LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { display:block; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { top:7.375rem;left:21.9375rem;width:25.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { top:12.5625rem;left:23.875rem;width:16.9375rem;height:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { top:14rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { top:12.5625rem;left:36.5rem;width:11.25rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { top:16.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { top:18.875rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { top:21.25rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { top:23.625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { top:26rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { top:2.0625rem;left:23.9375rem;width:14.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAVcUW9JVabXmuCLGMl9I8zraIp80dkD { top:2.1875rem;left:23.875rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:29.8125rem;left:35.375rem;width:12.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #k9vCE2Agbb4dNmkXdAP0dB561Oz9nlzz { top:2rem;left:24.434896469116rem;width:22.6875rem;height:31.165518264539rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1XGVyT6T6dORlTCIVtTPwIHuwc9dXl { top:5.0625rem;left:0rem;width:29.6875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUe5q1PGlb7fmLyX8I8Lu2uGSec3z80i { top:29.6875rem;left:23.875rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfPnJklsflTfKt4GgBbDV4Sgku0DZES0 { display:block; }
 }@media only screen and (max-width: 763px) { #QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr { display:block; }#QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hz02ZLm5TPzCswHKUXPMZOwKIvrWmHdk { top:7.375rem;left:0rem;width:25.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvrrpm9gluRJNMmH7C5JmVoZQEpfM7z { top:12.5625rem;left:0rem;width:16.9375rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TzoskHqOPw8GwgU2bqg0VVGscon0FZ { top:14rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKtWSZcwe1bSWfbCHxJN1K8DF1cXlLnO { top:12.5625rem;left:12.625rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAVlTCXFTe2t4K2TESbcTBIp3KtRSdCz { top:16.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icQ0fgBEL5URRQTuyUEN9OxCWRfoFQsl { top:18.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhyQuQA3Jd8vKAwOmInTS3wsChfTiwkN { top:21.25rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnH9ETozrTflJT0qhqB0MNJXycdXqr2D { top:23.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPxgkTQkU6ufdbbFRRGyQhuEpK9xC0yQ { top:26rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVHrGwcT1a4ic2HPvl9sJWT0XiiHdzl { top:2.0625rem;left:0.125rem;width:14.25rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8AfPhx6TcVlk5DJB3TQZ2iDETAnF6O { top:2.1875rem;left:0rem;width:11.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqco7AJrb0UHT6uy3Jqb5Ahiw5oT9kn5 { top:29.8125rem;left:11.625rem;width:12.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOnB6vT9HW6ObGMcwE2JLrFhDGdJBvz { display:block; }
 }@media only screen and (max-width: 763px) { #lUqF4UCRGyeCUoSblsaqTTP2J2DK2efl { top:2rem;left:24.434896469116rem;width:22.6875rem;height:31.165518264539rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIvpDuQxJlJD0dAxrImHPq82FNb0QHH5 { top:7.625rem;left:17.5625rem;width:30rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { top:15.4375rem;left:4.6562519073486rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:22.1875rem;left:4.6562519073486rem;width:5.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:22.4375rem;left:26.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { top:15.75rem;left:26.958335657349rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { top:29.3125rem;left:16.375rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:15.9375rem;left:11.375rem;width:10.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:23rem;left:11.5rem;width:10.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:22.625rem;left:33.5rem;width:10.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:15.875rem;left:33.1875rem;width:10.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:30.0625rem;left:22.75rem;width:9.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:37.3125rem;left:6.6875019073488rem;width:35.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { top:5.0625rem;left:4.37353515625rem;width:38.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:42.4375rem;left:18.1875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.1875rem;left:8.8435325622556rem;width:30rem;height:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { top:7.25rem;left:11.249134063721rem;width:25.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { top:11.9375rem;left:2.0000019073486rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:12rem;height:3.125rem;top:32.8125rem;left:17.874568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #Hu19ahSPZOyvIf1TcN3eWHaZ2Tw0UTwb { top:44.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { top:2.1875rem;left:0rem;width:18.5rem;height:1.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { top:5.125rem;left:0rem;width:15rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { top:11.9375rem;left:2.0000019073486rem;width:43.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:12rem;height:3.125rem;top:32.8125rem;left:17.874568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block; }
 }@media only screen and (max-width: 763px) { #XnRvXL1XdCzCDvfobn3l1JUbDX9Vtaf9 { top:40.6875rem;left:0rem;width:20rem;height:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { top:2.0625rem;left:0rem;width:13.75rem;height:4.62456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { top:2.6875rem;left:15.875rem;width:31.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:block; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { top:12.5625rem;left:0rem;width:22.25rem;height:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3daaEPOeAZekkVTT9oniWT3Utf04tU { top:12.5625rem;left:12.625rem;width:11.25rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgSgS7NpIbhxEnpXoNZO7T8I8DAs4sO { top:16.5rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EdmSa0MkJGsvJsqTgLR4UMNqKUO7rm48 { top:18.875rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #LwzdMSdtOnAv2eopGnSFfLrJoulGrv9b { top:21.25rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hEN6FuUoOdo3DIKDWzp8nKpqhbMHW4Je { top:23.625rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #s9HNbMTrMMB4bJvwKg3m8KnR5oGCgedn { top:26rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { top:3.5rem;left:0rem;width:10.75rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDVEubAn7DJ7OgOtvbJ4hLsfx5eSfxQp { top:1.5625rem;left:24.406251907349rem;width:22.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpqPwKyKuv598yCVWZike3xkgFcCeJV { top:8rem;left:0rem;width:16.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4MRiP2OZFVOVchpn7O4vsvzk1T0HaXJ { top:14rem;left:0rem;width:24.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { top:29.5rem;left:0rem;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block; }
 }@media only screen and (max-width: 763px) { #wmWpGbyOOzbUTI7RbTe0eCRlrIHwkhWS { top:17.3125rem;left:0rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vo0WIoZsb7nfehy5v6nOTcXbeXiXIpRD { top:29.5rem;left:12.4375rem;width:11.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSZrmi6fnPgNVnH4oh5ZCRfAZeonIkF7 { display:block; }
 }@media only screen and (max-width: 763px) { #x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 { display:block; }#x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR0aULeuLfkWPVmbD8KTExIOaaO1knB7 { 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) { #X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X89CSJSvKLoly3z1dV9vNSuJ47Ny3LTz > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:9.1873125rem;height:2.56185rem;top:0.99826395511625rem;left:5.4058160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { width:13.186875rem;height:1.29980625rem;top:4.875rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { width:2.24935rem;height:2.3101125rem;top:4.3125rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 { position:relative;z-index:auto;display:block; }#K1a3Lg8TiPa87uxKUI20Vebw9bnfMfu0 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Cjw3BvrX/5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:16.4375rem;height:3.75rem;top:3.3125rem;left:1.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { width:18.75rem;height:26.125rem;top:12.5625rem;left:0.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:12.999125rem;height:3.4121125rem;top:13.873698949814rem;left:3.4993491172791rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:14.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6e227d;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:14.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#b3aeae;font-family:"open sans";font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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.5; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.5625rem;top:18.625rem;z-index:15002; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.5625rem;top:18.625rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fTNoG8R2JoIex2nDWoqSVpA3fIuzBRyH {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #U8n0NSXyVNvyArREAmBHrSdGgI7DZVyT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #dtXlHGIewMm2rOiL44aynW31Us4zvTeu {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #f4Gn0aZVK23ousfoIEA8VG66A50iwqcI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #oJLmrNwMsD2m55pvqZb3t624quUEfkvi { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #W9OnDIPKynWKsPBGFWgGBTpNHpAc6GlD {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #yh2dLTqLfaep6BhLdfyiA0loeRyX4696 { width:17.9361875rem;height:3.75rem;top:3.3125rem;left:1.0312500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1f3df4dd-a843-430a-aba7-b3590816e3cf/_GSC_navidad_banner_lomas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB.adaptive-delivery-prevent-bg, #IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB.lazyload, #IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB.lazyloading { background-image: none; }#IDzxpGm7Ze6NlNIDZG5zGSSA5uESnhMB > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecded995-6e6d-407b-8620-d2c92a7fa6b4/ventanocturnaeditable22hist02.png");background-position:center !important;background-repeat:repeat-x !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:none; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV.adaptive-delivery-prevent-bg, #E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV.lazyload, #E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV.lazyloading { background-image: none; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row .container { border-width: 0; border-radius: 0; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6uVCPuNd64FAkbns0xyBvsAxQDs4tkV > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hP1nU6z5h3mDF5TaE6SfhQ1yTKRJuaMv { width:11.311875rem;height:2.5rem;top:37.185332298279rem;left:4.3435330986977rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJcEyKWD7oMtTX8paBDxUROfTA17yvu { display:block; }
 }@media only screen and (max-width: 763px) { #TW4mRwdgd3NWviLQg33vch07KWLba829 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/042d2b75-c13a-4415-b1fc-5886d0e20466/_GSC_lomas_movil_BuenF_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TW4mRwdgd3NWviLQg33vch07KWLba829.adaptive-delivery-prevent-bg, #TW4mRwdgd3NWviLQg33vch07KWLba829.lazyload, #TW4mRwdgd3NWviLQg33vch07KWLba829.lazyloading { background-image: none; }#TW4mRwdgd3NWviLQg33vch07KWLba829 > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rd8GxiqihOAkEtHEHlrSQ69iBNxN8JSJ { top:37.1875rem;left:1.4375rem;width:17.125rem;height:3.5rem;font-size:1rem;z-index:15005;background-color:#8f1442;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PhTc4oTOFhBh7xNpn7E4M7qUahGKhqwg { display:block; }
 }@media only screen and (max-width: 763px) { #BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 { background-color:#ffffff;background-image:none;display:none; }#BqPMdfnEDQc3D7Xl1bohUqbMHnkgPaR6 > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SmmS4392TMKiQ9twKWawKUHXprZQGJk6 { top:5.4541015625rem;left:0rem;width:20rem;height:16.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUzisIZJz33I2NsJ8S01ULhSPr87Gvcm { top:23.2666015625rem;left:0.5rem;width:19rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkIQ0V9lCwl4bx2gAtJauUr2PZ664PNz { display:block; }
 }@media only screen and (max-width: 763px) { #PAFhpRefnGtv6UrahD1THAaBuEQV26WK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df9dc6e2-7b19-4de9-a8da-7d79e68206d5/gscbuenfin22stories04.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK.adaptive-delivery-prevent-bg, #PAFhpRefnGtv6UrahD1THAaBuEQV26WK.lazyload, #PAFhpRefnGtv6UrahD1THAaBuEQV26WK.lazyloading { background-image: none; }#PAFhpRefnGtv6UrahD1THAaBuEQV26WK > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tzoVRG7KBAnTgdE9RiisDUW53zO5vmTn { width:20rem;height:16.625916870416rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu { display:none; }#caz95HoJsAZm2A5PUJW5RDq6nCF3dUSu > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TEFQ0hcdw3x9roXQCMxXyVyqav9NTc2G { width:20rem;height:20rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9J4am9qqmpEw5TF6wKcExNA9V2quK8A { width:20rem;height:2.5996125rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTnfTQsEZ2EMdmsqN3k4xhgOfufHTMc { width:20rem;height:4.875rem;top:31.011725rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9fNqLsMgTPfxDeXsDtn2RiIwCqmml18 { width:20rem;height:1.70605625rem;top:28.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5MQggv7cQTmnpTX6hLikOquIbpiLZsf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df9dc6e2-7b19-4de9-a8da-7d79e68206d5/gscbuenfin22stories04.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf.adaptive-delivery-prevent-bg, #e5MQggv7cQTmnpTX6hLikOquIbpiLZsf.lazyload, #e5MQggv7cQTmnpTX6hLikOquIbpiLZsf.lazyloading { background-image: none; }#e5MQggv7cQTmnpTX6hLikOquIbpiLZsf > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79784706-a091-4ea2-a58d-ff5ae4052cf3/GSCBUENFINlandingmovil202112fondo.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy.adaptive-delivery-prevent-bg, #W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy.lazyload, #W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy.lazyloading { background-image: none; }#W1OL3HiMbL0HyqG3brOBymUAcoCDZ8sy > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NtQQSr30Sh2F0DhyMMS4WLtfqQSzh6eD { top:2.4375rem;left:0rem;width:19.875rem;height:22.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dMIL9DSEr9EI4KNiDBKumHfql95v2z2C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TbvTBn5U/LAN_LOMAS_BAN_copia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C.adaptive-delivery-prevent-bg, #dMIL9DSEr9EI4KNiDBKumHfql95v2z2C.lazyload, #dMIL9DSEr9EI4KNiDBKumHfql95v2z2C.lazyloading { background-image: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container { background-color: transparent; background-image: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container > .video-iframe-container { display: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row > .video-iframe-container { display: none; }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .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); }#dMIL9DSEr9EI4KNiDBKumHfql95v2z2C > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXzaZqXAEX2xgGmy1F90ffdDlGXW0nXt { width:16.6875rem;height:7.5rem;top:2.625rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeD6tD7nL3PntJJTHkeocceQ7kmNrHJo { width:4.6875rem;height:0.24956625rem;top:11.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk2x5KWbTaxzSr5eKBXRStDwMNRIXXQD { width:17.999125rem;height:9.75rem;top:12.5625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ze0Mpsol2k6GlNhMPlcrUyNUDbBLSUdg { width:11.311875rem;height:2.5rem;top:23.811849594116rem;left:3.7174482345581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2B1lL8h8C0MJxTUw7UHymy36sz8BZPz { display:block; }
 }@media only screen and (max-width: 763px) { #oUUQVXDML27LqB4nvIokXJNwzUdqJGR0 { width:20rem;height:13.271028037383rem;top:27.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig { display:none; }#hnGh5XP8OQ5cCuXyKbczTy6SmIG8Qoig > .row .container { width:20rem;height:78.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H7JaiLOfIkpLUmUVXMS01ftloPSgz78x { width:18.499375rem;height:2.599825rem;top:5.4351127147674rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUQrcW1Bh3i24vyNIrcrSmdo2XKyioIB { width:18.125rem;height:0.0618489375rem;top:21.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJpTUN6ROdEA3GhvJMmiwBy4qvZp187g { width:18.125rem;height:0.0618489375rem;top:19.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxH9cWDyrkdheRXGcM0NXFBTTMaGNdIF { width:18.125rem;height:0.0618489375rem;top:17.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL3E9BUI4ThAENVEdVR3TeSooktOwdWO { width:18.125rem;height:0.0618489375rem;top:15.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTq6Qqpuiefe57190KQXxP18UGVtSrHQ { width:18.125rem;height:0.0618489375rem;top:10.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoMZrdMUs9GBh00wO2t2GxJ8dJaqDnZe { width:18.125rem;height:0.0618489375rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdKAMm9QeEylWOZKE69FyweOF2d0W5HM { width:9.4375rem;height:2.03125rem;top:1.9833984375rem;left:3.3427734375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVLzKO2BSk9GIvaZZSpIvkT43ytSfrmq { width:6.749125rem;height:2.37413125rem;top:1.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAlkrIAqGobmOwIR51CO9gw2EgnyD0hA { top:66.8642578125rem;left:3.998046875rem;width:11.87630875rem;height:2.37543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIxfTliayCbtLr67WoNeLw4CfINfmxrG { display:block; }
 }@media only screen and (max-width: 763px) { #ZfTCICy9BfXtDZ6FFmJJ7Ap7yICnuxxR { width:19.9370625rem;height:27.374125rem;top:25.488283157349rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #r7zuOgFPl7iyNTDXu4rhxbkDWBfaNFvf { width:19.9375rem;height:27.375rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1J8c2JSNo14L0zI6FSGBRsb0reOeNA6 { width:10.625rem;height:12.49675625rem;top:9.93359375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRFdHCVuZ8R49lFoHVV3hael5y6kJs0U { width:12.8730625rem;height:12.49675625rem;top:23.236328125rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTewrsmTz7u3sepXTkaMd9qCnkBwOPBz { top:70.488976000975rem;left:4.375rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #awNkt1SmNnaKH2zuUvdg4lyN80aVx9NP { display:block; }
 }@media only screen and (max-width: 763px) { #XvH90b092Z7TyTpJPhd6hfoRraO8sRCs { top:74.051476000975rem;left:4.375rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyJKiNolGOS3Z915AgdXAG9wXN7KZXTa { display:block; }
 }@media only screen and (max-width: 763px) { #iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 { display:none; }#iQZAMLqarh8045IwDzGiv2aUbQqeiNC9 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kwi1PqKu0fOSKeiOgbB04Np1MX2fEGih { width:16.875rem;height:2.5996125rem;top:5.3732643127441rem;left:1.5625002384186rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2Gp5GdGhJsntqDxGwPHnp4AsrTqNmix { width:13.2498125rem;height:14.77734375rem;top:9.3986511230469rem;left:1.062283039093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tMEbWZPOeAbtDsSxHw9sgH80U2R9uBwi { width:18.125rem;height:0.0618489375rem;top:10.561851501465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGPCaStzEKssZGyUh74aHHdTFNR201R5 { width:18.125rem;height:0.0618489375rem;top:12.749351501465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUZNHcnnTUic45bISS2qB0euQyLCa1CG { width:6.625rem;height:9.09375rem;top:9.3984375rem;left:12.435546875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssVIu93dBIlRR1xDBVHfd3p3m0gy6ILx { width:18.125rem;height:0.060763875rem;top:17.269744873047rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmXGgzblifvyFn19AtNtT2AsK5PiKm2 { width:18.125rem;height:0.0618489375rem;top:14.935760498047rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpqmNheaJoaPwnWm4hFalg6ARrfsSOuL { width:18.125rem;height:0.060763875rem;top:20.934246063233rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKUG7T90MxzKyBkmlAQMtq9xryQvmtlC { width:18.125rem;height:0.060763875rem;top:23.123916625976rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaMx1kLeRTWMpqvkiTtBfHfz8VaXQF1 { width:8.624125rem;height:2.37413125rem;top:1.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOMnmW2fXnO841uwkEVVB8HzqmkWA8n { width:12.0625rem;height:2.4375rem;top:1.75rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydfnhd2VDZlZNqoZ0FRXXJ0cJPGkoeRM { top:41.994140625rem;left:1.0615234375rem;width:8.6875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7oWvQ9TF4FKEprits4I0MluoefJgHsW { display:block; }
 }@media only screen and (max-width: 763px) { #bl2nGQ2ZgrGOf4qPWBkKLVqvQmRoXZh7 { top:42.056640625rem;left:10.75rem;width:8.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDeuhA0NsCEbOZD31SDXIE9051OsPgN { display:block; }
 }@media only screen and (max-width: 763px) { #KywTaV7G5W2KbEW1m6MlagOn2szZKqxg { width:19.9375rem;height:27.375rem;top:25.515409469604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OicQsgbkL78tXDxUtLVZsvSlTASZ89en { width:20rem;height:13.3125rem;top:26.59912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:block; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { width:8.624125rem;height:2.37413125rem;top:1.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { width:12.0625rem;height:2.4375rem;top:1.75rem;left:2.4375002980233rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I92u9X7QWBTs7NQ7ryBbSQcCN8cnbMxf { width:12.999125rem;height:15.9140625rem;top:8.9375rem;left:1.125rem;font-size:0.875rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk9D8HBuECZ5DxE27PZGFPS3kUOmEevr { width:18.125rem;height:0.0618489375rem;top:10.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaZTJ7cmeJC66Be2FMWNt1mcTccomf90 { width:18.125rem;height:0.0618489375rem;top:12.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkEBvZF19wJSMpgRoZUP2ECSpTz0LoZN { width:17.249375rem;height:1.29980625rem;top:5.9353294372559rem;left:1.374783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEgwiBSFzUr1tIG6uhXvlJZvxVUip2Tz { width:18.125rem;height:0.0618489375rem;top:14.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrooxdRxqw6ET7c1Z95eJcVcEUlu1hdz { width:18.125rem;height:0.060763875rem;top:20.374349117279rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTvKExg2HRIbzkcXDyKXJ9vhPheWksf { width:11.25rem;height:9.09375rem;top:8.9375rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bToSi5rToqqbuDNF5mlA4cJXrlqrvivN { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNtxN1z8X0ORvxn99NUfiukFqi5P1RE6 { width:18.125rem;height:0.060763875rem;top:22.686632156372rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTf8UVQnPyDOUsqVBJTdCOhA2yiT62QA { top:58.114337921142rem;left:4.3750000596046rem;width:11.25rem;height:2.8125rem;background-color:#e8e8e8;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) { #oJqXMLoTzU5RTBR4AXWnFSfOqTa71s9v { display:block; }
 }@media only screen and (max-width: 763px) { #sARN12V7v88CxmufE1GKc4EQZxTEWXcK { top:54.431427836418rem;left:4.0625004768372rem;width:11.75043375rem;height:2.68793375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwyhI0b8VZ8JD2O5N2qOHQRxl0uxJrsH { display:block; }
 }@media only screen and (max-width: 763px) { #xpeG1y9bQNSTVUoyn823WXPF2KLgOrpk { width:20rem;height:27.5rem;top:25.618482589722rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #algI8ore60JJebGn5ugHVF24ivHlrQU0 { display:none; }#algI8ore60JJebGn5ugHVF24ivHlrQU0 > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQW87LkoSRAti0O3KNIhpbOD3uckFVDN { width:13.2498125rem;height:15.9049625rem;top:5.9609375rem;left:1.0615234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV2OeLvhtd3WJWTHpglb8BJATPzHpAwd { width:18.125rem;height:0.0618489375rem;top:7.1240234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9AkdL5GyuGPo2mv8SkUDT4DLyK58KBT { width:18.125rem;height:0.0618489375rem;top:9.3115234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU6D6qrdTJr1Cg99SN71wxlEirLNKS13 { width:7.1875rem;height:9.08855rem;top:5.9609375rem;left:11.873046875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvcyIbTx5lDeERFpKV0tr5eDWENg5lqN { width:18.125rem;height:0.060763875rem;top:13.83203125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4w7JywERzlNcvP8kWF0VIdgtfvmBS93 { width:18.125rem;height:0.0618489375rem;top:11.498046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b93zumnZXV9MlSeEXVIH9uFMIRuZ7cAE { width:18.125rem;height:0.060763875rem;top:17.49609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5sgRG4WgxHFCIaOBuRqeZztLEWkwUK { width:18.125rem;height:0.060763875rem;top:19.685546875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNdtXGcTr9xHbpkFEmU3qGrJcJPmids { width:8.624125rem;height:2.37413125rem;top:1.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki61U0mvOkKVVHTrowvK08C62EUucbvI { width:12.0625rem;height:2.4375rem;top:1.75rem;left:2.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSVwKsBq3wiTDK55qQTCodZaANfhg9S0 { top:38.806640625rem;left:1.0615234375rem;width:8.6875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBWUQOuRSZ6ccxudZXeNctFO1C0m5F6 { display:block; }
 }@media only screen and (max-width: 763px) { #OEPEmQG3NEXsfPeqxirXNaMNTqIgmmDq { top:38.869140625rem;left:10.75rem;width:8.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi0CKQfa6JaJL4vW451RmJeugPp6xmVH { display:block; }
 }@media only screen and (max-width: 763px) { #L7GoBETtm9WT909DabGrTvpRlN6T7eaX { width:19.9375rem;height:27.375rem;top:25.515409469604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPIqVrh0m0Qa1TCnQP9QsVWxAnvTLN5N { width:16.436625rem;height:2.599825rem;top:42.4921875rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvbQoHUEsXLp4uVm1x1ttA90CPoBKTdi { width:20rem;height:27.5rem;top:46.340061499023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFVL7T0mTICxIPDxaszJoB8VwLqffEP { display:block; }#EQFVL7T0mTICxIPDxaszJoB8VwLqffEP > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzlBZ3eccczWioaT0QvLshyTFoEu7lN3 { width:16.875rem;height:2.5996125rem;top:5.3732643127441rem;left:1.5625002384186rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEhu71QUa78mkL6zmLQQqHvd0O3oLBPD { width:13.2498125rem;height:15.9140625rem;top:9.3986511230469rem;left:1.062283039093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdVFTqNCJv8EgMfLgLPzgEG0o1Bp1UT3 { width:18.125rem;height:0.0618489375rem;top:10.561851501465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPqnvA3MHpvA0HJhp14Uic0IrdoRlWN4 { width:18.125rem;height:0.0618489375rem;top:12.749351501465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD6QXSfXXDWs2iQf2XoyR7keh6EQ3MEg { width:7rem;height:9.09375rem;top:9.3984375rem;left:12.060546875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZls1DnRBIkes6m1nC9LQPswNTH9u2W7 { width:18.125rem;height:0.060763875rem;top:17.269744873047rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaHgP1ADKCCQVFREhwytPIbrp9vCDIf1 { width:18.125rem;height:0.0618489375rem;top:14.935760498047rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNXHT9Cg7ifqXbypRod48PHbMyU8sEaO { width:18.125rem;height:0.060763875rem;top:20.934246063233rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuaBT8lo7BrrxcxISlPF7GHcWk3OO71P { width:18.125rem;height:0.060763875rem;top:23.123916625976rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HIh1GK9BT6tn0lgIv49LTSIkQOgwSO { width:8.624125rem;height:2.37413125rem;top:1.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD4aSU8KCKU2qnKDbK9vG3aT6D4Qxc0G { width:12.0625rem;height:2.4375rem;top:1.75rem;left:4.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fC7eezPAudxwbUARzymb8TRo1w1ifRSb { top:55.431640625rem;left:1.06201171875rem;width:8.6875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aThVbylbElhOlgeTnn3Mlfis6S8dQBuM { display:block; }
 }@media only screen and (max-width: 763px) { #MaMAZ6eLRx35oAGNI64EbWdXoarFAMGd { top:55.494140625rem;left:10.75rem;width:8.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLO6Sv0hnhsMVaR8CMZeZxso6Lti7aai { display:block; }
 }@media only screen and (max-width: 763px) { #LJRJ8VFVwJuG1QakqTixPJ4KBNXDP4MC { width:19.9375rem;height:27.375rem;top:25.515409469604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZ1aD2kQuKVaLH1yuVgbCHmKZ0RZI2Ge { width:20rem;height:27.520435967303rem;top:26.59912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk { display:block; }#F08sVXM2KJZ5L9VVdDobxJXBZxOfLogk > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHrk4u2SiZrZU1ERMfzUSvmvFotd4FJU { width:18.499375rem;height:2.5996125rem;top:5.4351127147674rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcUaopOty0ELgH4hin8b6E2XDFWfkpBW { width:15.7498125rem;height:14.77734375rem;top:9.625rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8T1qcuCdMbxsPUxkyaBlAL1FtDTTi3 { width:18.125rem;height:0.0618489375rem;top:21.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKMu4uXha0TreC1wvgy2NP0EvlTUL4y { width:8rem;height:9.09375rem;top:9.625rem;left:11.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jmbekds5678osmG9ubXeccZ7fMX0TqNh { width:18.125rem;height:0.0618489375rem;top:19.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLXHQzi13JADx7gto9JNrspl5TdMC7Ks { width:18.125rem;height:0.0618489375rem;top:17.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDL8H4RAFzxw83wEzqvNB2SAEWDKb3s { width:18.125rem;height:0.0618489375rem;top:15.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8UE5oalsTWqUXGmZWZhdTA1kstbqsZU { width:18.125rem;height:0.0618489375rem;top:10.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQCq19auzExNbKG0SVglZqB2Em1LC2H { width:18.125rem;height:0.0618489375rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brb2yRU3fZIk4CdugFqPLi1irCx26TJ2 { width:10.5625rem;height:2.4375rem;top:1.75rem;left:2.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CU4yNUnxlPeyXbyrDsTUF2A9aQFo01J2 { width:6.749125rem;height:2.37413125rem;top:1.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE02lBooVcs4dMVS7NvG2anWiDgE35H7 { top:54.427085042rem;left:3.9984812736511rem;width:11.87630875rem;height:2.37543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12xpVLv6Hi1Cv7hLdiicooHBXOVdurb { display:block; }
 }@media only screen and (max-width: 763px) { #b2uPoePHBOsQFfEFP2wgGXLSkeR6IP4n { width:19.9370625rem;height:27.374125rem;top:25.488283157349rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MTHXT7Q54nv5CXVi35WOf5JpEMx3HxpR { width:20rem;height:27.405405405406rem;top:25.4892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STGHQ8M49fF9WEziBzcpRghbQRTOcq89 { top:58.051308154297rem;left:4.375rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cViV2DNoTIebA9Z5xdWfHT3BcAqVTOWA { display:block; }
 }@media only screen and (max-width: 763px) { #L4J5gKoF8unK0VvXDmBu3zQauBoQwSra { display:block; }#L4J5gKoF8unK0VvXDmBu3zQauBoQwSra > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMixcdUNS4ZdpKPwTzGEMJa1OxXMq6m5 { width:17.249375rem;height:2.5996125rem;top:9.6875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS85ys7NM3JTRgMzDGGAbvzGaQZI0iZm { width:13.125rem;height:18.1875rem;top:13rem;left:1.125rem;font-size:0.875rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESTkk4U1TBt3MNy5BQZnpKwZu9O69nIr { width:18.125rem;height:0.0618489375rem;top:14.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQrqZGDdc43egOVaktyTPUtuTTN0ax3d { width:7.25rem;height:11.3671875rem;top:13rem;left:11.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB47CRE38A2F6o3vlJUJhzBqNmDolVPl { width:18.125rem;height:0.0618489375rem;top:16.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6QHnLBRWGzQAfs2he14e4pIodzoUVK0 { width:18.125rem;height:0.0618489375rem;top:18.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyXPLTNvZTmSPEHt8sbdOxCJoHhIZ1nx { width:18.125rem;height:0.060546875rem;top:26.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpsBiOXHmgt9HxSN8ffWPpMqLV0yFfTW { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwJazMA7TUMi9DNncQ5PNQeOpBsr86dJ { width:18.125rem;height:0.060763875rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOT8o1390JJ7d8sgq94T0bZ6dJ8ZScST { width:15.186625rem;height:2.4375rem;top:6.625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5hrULTJFQ1czD2v9twwxH33E5m4r0ui { top:61.8076171875rem;left:3.90625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkfZakBgCPzxnShMNWTiV4PLmmqHIWuf { display:block; }
 }@media only screen and (max-width: 763px) { #bTXkrx6SQW6NGTNsMZpxNoDM6lziK7BF { width:18.125rem;height:0.060763875rem;top:20.75rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Hwii1LFVdy28KebBnDqKGKm0wBnlEgdG { width:19.9375rem;height:27.1875rem;top:32.9375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #t5uF4VNdcGgAvpZ4z5MPTmcDEMEgc6Ll { width:20rem;height:3.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7Sx47JF1T6XNUbsVwyuFzgXuX8Egiw { width:19.5rem;height:2.4375rem;top:2.0625rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfiBL42M4IMuQPvNGkoJeZfFhQn6pRhk { width:20rem;height:0.0625rem;top:29.3076171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WutxuT7q910SodEsBPhrAfNALNkQSNSi { width:18.125rem;height:0.060546875rem;top:29.375rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oUt6HXaypFalXD3aAPmGlG5LkTTE8ioZ { width:20rem;height:27.317073170732rem;top:33.52783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXmTyS2Syl9pfnNq0CIpaxZUTX9yPsd9 { top:65.870025634762rem;left:4.375rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXLn6uvVKMVJNSk3AzAaav0ufOKZVdZ { display:block; }
 }@media only screen and (max-width: 763px) { #LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { display:none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { width:18.499375rem;height:2.5996125rem;top:5.4351127147674rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { width:15.7498125rem;height:14.77734375rem;top:9.625rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOGkh0EDtM2NoxbotUVRTm8KhSn5uKIi { width:18.125rem;height:0.0618489375rem;top:21.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { width:7.9375rem;height:7.95703125rem;top:9.625rem;left:11.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZKocH0y9e5ZWOUmVXgV6FFQfZG0nL7n { width:18.125rem;height:0.0618489375rem;top:19.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { width:18.125rem;height:0.0618489375rem;top:17.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { width:18.125rem;height:0.0618489375rem;top:15.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { width:18.125rem;height:0.0618489375rem;top:10.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { width:18.125rem;height:0.0618489375rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { width:10.5620625rem;height:2.4375rem;top:1.7784290313721rem;left:4.1872830986977rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAVcUW9JVabXmuCLGMl9I8zraIp80dkD { width:9.5625rem;height:2.375rem;top:1.8120651245118rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:42.5517578125rem;left:3.998046875rem;width:11.87630875rem;height:2.37543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #k9vCE2Agbb4dNmkXdAP0dB561Oz9nlzz { width:19.9370625rem;height:27.374125rem;top:25.488283157349rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ag1XGVyT6T6dORlTCIVtTPwIHuwc9dXl { width:20rem;height:15.375rem;top:25.4892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUe5q1PGlb7fmLyX8I8Lu2uGSec3z80i { top:46.1767578125rem;left:4.375rem;width:11.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfPnJklsflTfKt4GgBbDV4Sgku0DZES0 { display:block; }
 }@media only screen and (max-width: 763px) { #QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr { display:none; }#QB3rThXPFfZQD7uMUUcKoWLLWiCE8UTr > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hz02ZLm5TPzCswHKUXPMZOwKIvrWmHdk { width:18.499375rem;height:2.5996125rem;top:5.4351127147674rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwvrrpm9gluRJNMmH7C5JmVoZQEpfM7z { width:15.7498125rem;height:14.77734375rem;top:9.625rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3TzoskHqOPw8GwgU2bqg0VVGscon0FZ { width:18.125rem;height:0.0618489375rem;top:21.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKtWSZcwe1bSWfbCHxJN1K8DF1cXlLnO { width:11.25rem;height:9.09375rem;top:9.625rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAVlTCXFTe2t4K2TESbcTBIp3KtRSdCz { width:18.125rem;height:0.0618489375rem;top:19.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icQ0fgBEL5URRQTuyUEN9OxCWRfoFQsl { width:18.125rem;height:0.0618489375rem;top:17.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhyQuQA3Jd8vKAwOmInTS3wsChfTiwkN { width:18.125rem;height:0.0618489375rem;top:15.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnH9ETozrTflJT0qhqB0MNJXycdXqr2D { width:18.125rem;height:0.0618489375rem;top:10.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPxgkTQkU6ufdbbFRRGyQhuEpK9xC0yQ { width:18.125rem;height:0.0618489375rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVHrGwcT1a4ic2HPvl9sJWT0XiiHdzl { width:8.75rem;height:2.1933625rem;top:1.90234375rem;left:3.6865234375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NS8AfPhx6TcVlk5DJB3TQZ2iDETAnF6O { width:6.749125rem;height:2.37413125rem;top:1.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqco7AJrb0UHT6uy3Jqb5Ahiw5oT9kn5 { top:40.7392578125rem;left:3.998046875rem;width:11.87630875rem;height:2.37543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOnB6vT9HW6ObGMcwE2JLrFhDGdJBvz { display:block; }
 }@media only screen and (max-width: 763px) { #lUqF4UCRGyeCUoSblsaqTTP2J2DK2efl { width:19.9370625rem;height:27.374125rem;top:25.488283157349rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #XIvpDuQxJlJD0dAxrImHPq82FNb0QHH5 { width:20rem;height:13.3125rem;top:25.4892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:transparent;background-image:url("https://images.assets-landingi.com/yLfE7JXB/LAN_LOMAS_BAN_copia_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.adaptive-delivery-prevent-bg, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyload, #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT.lazyloading { background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:4.6875rem;height:4.6875rem;top:10.6875rem;left:2.6236980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:4.6875rem;height:4.6875rem;top:22.250011444092rem;left:2.6549480557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:4.6875rem;height:4.6875rem;top:22.25rem;left:12.123698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { width:4.6875rem;height:4.6875rem;top:10.6875rem;left:12.154948532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { width:4.6875rem;height:4.6875rem;top:33.833343505859rem;left:7.3736980557444rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.686625rem;height:5.68359375rem;top:16.125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:7.125rem;height:3.41015625rem;top:27.0625rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:7.1245625rem;height:5.68359375rem;top:27rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.311625rem;height:2.2734375rem;top:16.125rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6861875rem;height:1.13725rem;top:39.0830078125rem;left:6.1533203125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:19.375rem;height:1.38139375rem;top:44.8125rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { width:20rem;height:5.25rem;top:3.0772571563721rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyD9OlBleKIaPKTg78z8QwfUSmkNa6hl { top:47.6875rem;left:3.8125rem;width:12.25062125rem;height:2.74978375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAldbxWIqLPV5gAiM2SlvIklmyBwbnTH { display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LFxfUdWt/GSC_LAND2_04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV.lazyloading { background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:18.5623125rem;height:1.875rem;top:2.2276382446289rem;left:0.71831607818606rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOwnCQR1DvwTwAoI7mUdJXnZPwae7P4L { width:15.061875rem;height:3.75rem;top:5.1638450622559rem;left:2.4685332775116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDt30hmmdSQ57R7FDKQpEmARU5CDOTLR { width:20rem;height:18.75rem;top:10.665149688721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFdMb6BGl3guhcBkuU4OXEFniQt0Eeo { width:11.9998125rem;height:3.125rem;top:32.041023254394rem;left:3.9995660781861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1btFCSrIQvHFXEiQHWIV6hVES9pIRRL { display:block; }
 }@media only screen and (max-width: 763px) { #Hu19ahSPZOyvIf1TcN3eWHaZ2Tw0UTwb { width:20rem;height:0;top:36.416015625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F990qGUkcuxqLHdVVExdtZeG18K3CSTC { display:block; }#F990qGUkcuxqLHdVVExdtZeG18K3CSTC > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTxPQU35byJT5m3CM90aeG8oKPCKTKn { width:18.5623125rem;height:1.875rem;top:2.2276382446289rem;left:0.71831607818606rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXyOIhenzs4SK4AUXD29rEfK1xX7NoyA { width:15.061875rem;height:5.199225rem;top:5.1638450622559rem;left:2.4685332775116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tl0GZmO3U4hOxG8qx62WAgk40pr0kLtT { width:18.75rem;height:20rem;top:11.41491317749rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:11.9998125rem;height:3.125rem;top:32.852648735046rem;left:3.9995660781861rem;font-size:1.0625rem;background-color:#6e227d;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) { #TpHD71ovSNREwEyNQw2n2tM0k8T43ud9 { display:block; }
 }@media only screen and (max-width: 763px) { #XnRvXL1XdCzCDvfobn3l1JUbDX9Vtaf9 { width:20rem;height:3.25rem;top:40.728515625rem;left:0rem;font-size:0.625rem;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spHWpdfMbP2T6egCHHt4i1So98FDL6ml { display:block; }#spHWpdfMbP2T6egCHHt4i1So98FDL6ml > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { width:10.1248125rem;height:3.18685rem;top:1.5603294372559rem;left:4.9370660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { width:17.999125rem;height:4.199225rem;top:5.7465286254883rem;left:0.99934911727906rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt { display:none; }#RmXfogH1Bt3alTUBtXaZGzQGXDktJeRt > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lz8T6yMuabSZ9eobvwFeXwmugGy5y34E { width:13.499375rem;height:15.75rem;top:9.4375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RE3daaEPOeAZekkVTT9oniWT3Utf04tU { width:9.249125rem;height:9rem;top:9.4375rem;left:9.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUgSgS7NpIbhxEnpXoNZO7T8I8DAs4sO { width:18.125rem;height:0.0618489375rem;top:12.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdmSa0MkJGsvJsqTgLR4UMNqKUO7rm48 { width:18.125rem;height:0.0625rem;top:17.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzdMSdtOnAv2eopGnSFfLrJoulGrv9b { width:18.125rem;height:0.060763875rem;top:20.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEN6FuUoOdo3DIKDWzp8nKpqhbMHW4Je { width:18.125rem;height:0.060763875rem;top:23.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9HNbMTrMMB4bJvwKg3m8KnR5oGCgedn { width:18.125rem;height:0.0618489375rem;top:15.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiSiwZTezpxwHzux3306tXRPCDymdbV { width:8.2498125rem;height:2.4375rem;top:2rem;left:5.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDVEubAn7DJ7OgOtvbJ4hLsfx5eSfxQp { width:20rem;height:27.5rem;top:26.459424972534rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WMpqPwKyKuv598yCVWZike3xkgFcCeJV { width:14.375rem;height:2.5rem;top:5.375rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4MRiP2OZFVOVchpn7O4vsvzk1T0HaXJ { width:18.125rem;height:0.124783125rem;top:24.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynvU3Z71dy09yPDI7w3qZe1Vx1bh7ZrK { top:55.31250333786rem;left:4.0625004768372rem;width:11.75043375rem;height:2.68793375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2DEWvXkTNw0XGmMdxW8xg5DpPTW2VdG { display:block; }
 }@media only screen and (max-width: 763px) { #wmWpGbyOOzbUTI7RbTe0eCRlrIHwkhWS { width:18.125rem;height:0.060763875rem;top:10.8125rem;left:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Vo0WIoZsb7nfehy5v6nOTcXbeXiXIpRD { top:27.514108181rem;left:8.0045576095581rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSZrmi6fnPgNVnH4oh5ZCRfAZeonIkF7 { display:block; }
 }@media only screen and (max-width: 763px) { #x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 { position:relative;z-index:auto;display:none; }#x1eWvBof2PS1I7QzPD5n1skISAAIQKM1 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qR0aULeuLfkWPVmbD8KTExIOaaO1knB7 { width:3.75rem;height:3.75rem;top:0rem;left:15.6875rem;display:block; }
 }