.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:#0b0b0b;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:7.4375rem;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:5.3125rem;width:6.374rem;top:1rem;left:3.623046875rem;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:3.0625rem;left:45.25rem;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:2.4375rem;left:44rem;display:block; }
#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row .container { background-color: transparent; background-image: none; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row .container > .video-iframe-container { display: none; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row > .video-iframe-container { display: none; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .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); }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row .container { border-width: 0; border-radius: 0; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;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/Q17h2HeR/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:45.9375rem;width:60rem;position:relative;display:block; }#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#ffffff;display:block;width:35.1875rem;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:6.0625rem;left:0.5625rem;height:8.4375rem;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.0625rem;left:35.75rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#e3006a;display:block;width:15.1245rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.3115234375rem;left:39.123046875rem;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.25rem;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.25rem;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:14.25rem;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:14.25rem;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:#e3006a;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.25rem;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.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#a09d9d;font-family:"open sans";font-size:0.9375rem; }
#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.0625rem;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.25rem;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.310791015625rem;top:13.124267578125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.25rem;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.25rem;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.310791015625rem;top:13.124267578125rem;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 #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#lv5rkNuhzB00FBZ5NFEGC2Jt0P5FTTnp { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem #231b1b;top:6.0625rem;left:0.5625rem;height:8.4375rem;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; }
#N1P1yGE7sHHAp0R6cKVFhELFsvQbFCCT { 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.5rem;left:0.5625rem;height:0;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; }
#TUBb292LBIhmpigJUN2R9W75mWEZOAOW { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/544ba622-7e1c-44f9-88cc-35a192e7171e/_GSC_navidad_banner_general_tesis_casas.png");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; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW.adaptive-delivery-prevent-bg, #TUBb292LBIhmpigJUN2R9W75mWEZOAOW.lazyload, #TUBb292LBIhmpigJUN2R9W75mWEZOAOW.lazyloading { background-image: none; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW > .row .container { border-width: 0; border-radius: 0; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW > .row .container { width:60rem;height:52.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/d450c733-2bc4-4cb4-a30e-4428de44bdc1/_GSC_tesis_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; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw.adaptive-delivery-prevent-bg, #N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw.lazyload, #N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw.lazyloading { background-image: none; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw > .row .container { border-width: 0; border-radius: 0; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw > .row .container { width:60rem;height:48.875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#nAWNEgEtl927T04ANBZTMvldQRdvsvLL { 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; }
#D7ZzaXU5xvB2rK6wEA8bD8KlaIkBEO4C { z-index:15006;top:44.5rem;left:1.21875rem;background-color:#792de7;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kipMeNnmpChwPIFdsOckWywuBS6otGq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HD72LycOq5QTppKJZAU365fmxKCK8wqv { 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; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv.adaptive-delivery-prevent-bg, #HD72LycOq5QTppKJZAU365fmxKCK8wqv.lazyload, #HD72LycOq5QTppKJZAU365fmxKCK8wqv.lazyloading { background-image: none; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv > .row .container { border-width: 0; border-radius: 0; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv > .row .container { width:60rem;height:48.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#ZZKtNfG6hq3De4P7OtQ5xmCgTR6wN5uA { 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; }
#fLBzN3DRHfDoJcKF9F6u7Jk71i1hT61H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4006d;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; }#N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ > .row .container { border-width: 0; border-radius: 0; }#N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:none; }#SpXznJ8WOsOss2mP2IoDMHfz72Tbfsq4 { 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; }
#raKETT8IZvZTW7LbadJX34J1FVi31sNa { color:#f49ac9;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; }
#GcBsyfcfwXLG9PcyNbXwH3hkTvpM0Fyp { 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:6.5rem;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; }
#WTGIy0GJGVf6cuDkEAZR75SovglM8WK0 { 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; }
#c865po1RA5lxHAQgoTNak8Xg64l8AzxM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d812c65-62e3-420f-b744-970c6db2e988/gscnavidad22bannerslanding07c.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; }#c865po1RA5lxHAQgoTNak8Xg64l8AzxM.adaptive-delivery-prevent-bg, #c865po1RA5lxHAQgoTNak8Xg64l8AzxM.lazyload, #c865po1RA5lxHAQgoTNak8Xg64l8AzxM.lazyloading { background-image: none; }#c865po1RA5lxHAQgoTNak8Xg64l8AzxM > .row .container { border-width: 0; border-radius: 0; }#c865po1RA5lxHAQgoTNak8Xg64l8AzxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c865po1RA5lxHAQgoTNak8Xg64l8AzxM > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:none; }#MKWR31sZ9TAQitsBqcaf49g1sp2pZFJn { 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:24.5625rem;top:3.625rem;left:0.5625rem;overflow:hidden;display:block; }
#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d812c65-62e3-420f-b744-970c6db2e988/gscnavidad22bannerslanding07c.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; }#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz.adaptive-delivery-prevent-bg, #JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz.lazyload, #JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz.lazyloading { background-image: none; }#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz > .row .container { border-width: 0; border-radius: 0; }#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:none; }#l6OVaqihJd2IHkpVpD6BVxS3oO5tSM4R { 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:24.5625rem;top:3.625rem;left:0.5625rem;overflow:hidden;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3006a;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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { 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:4.4986972808838rem;left:33.404949188233rem;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; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { 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:13.75rem;left:33.6875rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { 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:15.9375rem;left:33.40625rem;height:8.53125rem;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:#cfdc27;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.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.185981750488rem;left:33.687068939209rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbXvUWLPW4t5CnHaXxXtaBxsz7Keb6H3 { 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:33rem;width:49.75rem;top:0rem;left:-19.485714285714rem;overflow:hidden;display:block; }
#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC { 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; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container { background-color: transparent; background-image: none; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container > .video-iframe-container { display: none; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row > .video-iframe-container { display: none; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .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); }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container { border-width: 0; border-radius: 0; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#PokzFg0gwWTMCWrsth1NKHpoFNu0LxXK { 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.8125rem;height:15.84375rem;display:block; }
#RRbphmpmASNCCZCDO4U65uVeMQ0OP3bF { 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.8125rem;display:block; }
#XeCxGeudUOU5f1C4U92FJQR64fFado7E { 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:16rem;height:18.28125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lSfMJfmHItlTTXbImzti3ELQLVBckOR0 { 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.8125rem;display:block; }
#LKMCdTAOtm2HF3dbLuMHPZXtkg1cPquo { 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.8125rem;display:block; }
#yNq6lQ89RWg1hOa156LH4y5S8fWtlzqt { 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.8125rem;display:block; }
#m0gttzkZl3Vd3OQaynAMm3arryE8NzdT { 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.8125rem;display:block; }
#NEibuPIr1JZpoorP0MCA5ycSHJbJH9kD { 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.8125rem;display:block; }
#lyJQTikCUTxslWTGIlNWlzOF02Vu8d0T { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.091796875rem;left:1.8193359375rem;height:6.3359375rem;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; }
#wkU4IBSVgDRybhxisRrI7B6xyILyTHkU { z-index:15001;top:32.6875rem;left:2.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yPDLxHdfeXoNzKbk9isBEtcmRPPnf8lC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wo1n1uNT4yeolfKrofr3TXAxOWeWoPOn { 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; }
#TZ48fAm1DgnOLCI23TOo1l6Ccy3iC34i { 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.1875rem;top:3.4678869247436rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#nQAEzFzcm1errT0G639tJ5Kn5VyTLilh { position:absolute;display:block;z-index:15020;background-color:#cfdc27;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.375rem;left:34.875rem;display:block; }
#VdmLagMzwWoi2mrZ2f4e2zmlJQnFMqbm { 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.625rem;left:35.3125rem;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; }
#ub3wfL2wnDh4WZ7a8DzD94oPCoTwKsEA { 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.8125rem;display:block; }
#oRKGP0Eo7HlpwBQZwatHVJJcxbl1WpTR { 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; }
#DzasTHQTIFTbMB1rCrmmTwplTO2q0cin { 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:25.75rem;width:28.875rem;top:9.15625rem;left:30.5625rem;overflow:hidden;display:block; }
#knqDKhNK7q7xcpHTfFFqJsQrP4I2cLH6 { z-index:15020;top:32.6875rem;left:16rem;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.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tTu2lTuKB3rxnI2bTPsvef0cPHCKo8HW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF { 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; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container { background-color: transparent; background-image: none; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container > .video-iframe-container { display: none; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row > .video-iframe-container { display: none; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .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); }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container { border-width: 0; border-radius: 0; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#S3KD1ndZwhi3qVud2EQdQfumBuOMurbA { 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:14.0625rem;left:32.6875rem;height:15.84375rem;display:block; }
#u6KisMm6lPBCOLm22I6yTzgPgT8R21GV { 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.5rem;left:32.6875rem;display:block; }
#N39ofI7cLNRTouRlxpX4EIr3fXN5Oqb4 { 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:14.0625rem;left:45.875rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cspeiv2AE53tpBTFvxvB60x5QHt6yw8i { 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:18rem;left:32.6875rem;display:block; }
#SBGsAK7uDO5k5fuieUWGMCtnvozEPX34 { 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:block; }
#nH9OETSf3llJ9Gg57AgnAx4vnOlzIsKV { 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.75rem;left:32.6875rem;display:block; }
#kZST1gzTK6lN4QCQhJcDd6CWUxpmWg6l { 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:25.125rem;left:32.6875rem;display:block; }
#fwDU7e99q49WlOJC2Rd7FcmVIta0Idm2 { 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.5rem;left:32.6875rem;display:block; }
#LX1DmpkEhBT469O8EIypqTHg0d532Rxp { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.904296875rem;left:35.87451171875rem;height:6.3359375rem;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:right;text-align-last:right;display:block; }
#sOzEGbLKTc6q4OlMa0pCggLabHUDQqUN { z-index:15001;top:31.842441558838rem;left:45.256076812744rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PdCBTlUwuGhJuvJ5ylQE8BfbVGFCEl1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGLIU2CI8A0Dh6DFpOUC20ABLMJ4xzde { 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; }
#nmhlrwqAlnBxcm9VceBvu8HvHCozRog6 { 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.4373125rem;width:22.249375rem;top:3.4678869247436rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#J1MMa9CCWGp446Pfi5AvKHrAtctEnUbH { 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:26.3125rem;width:29.5rem;top:8.828125rem;left:0.25rem;overflow:hidden;display:block; }
#t9Md5ZeMTCeBMP7PWgPGpR9rAEoTf66B { position:absolute;display:block;z-index:15022;background-color:#cfdc27;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.4375rem;left:4.875rem;display:block; }
#Cf40uq9CmeS3FzDOJOBJGwPbldrOFwSB { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.3125rem;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; }
#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG { 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; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container { background-color: transparent; background-image: none; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container > .video-iframe-container { display: none; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row > .video-iframe-container { display: none; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .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); }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container { border-width: 0; border-radius: 0; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#RsEbXLsNTTXNXFmOVZTc7V9mCH98kRve { 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.8125rem;height:19.5rem;display:block; }
#T7l2D3mRzS9yK3ZOEMHbRUBStHv4TbTv { 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.8125rem;display:block; }
#n2mDRe1T1X6FVU6WaabDWSoLrph1S9aZ { 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:16rem;height:14.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#s35s315bKdHp2xx9fwnd4M0Ulu3eOy3P { 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.8125rem;display:block; }
#F5DQMZr6HbTIESvIcWMbroz82d2yDcKT { 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.8125rem;display:block; }
#I77m79RaEkV7fdJviZ12v6zxHQtDuk74 { 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.8125rem;display:block; }
#evBHnfCwCcMWdhknbUE84PQXCkt2zOor { 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.8125rem;display:block; }
#VJWZEVqpwTiqfo8FZuqQSvOaQ08aMOcX { 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.8125rem;display:block; }
#Qd1OSclETIsswBBu6VgpOQEf7Se5fTon { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.091796875rem;left:1.8193359375rem;height:6.3359375rem;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; }
#I0ST3u52RBhFwnlt7KH22tRpzCH9S30H { z-index:15001;top:32.6875rem;left:2.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JHDJVAoWTUHM4MfxXclCWoWlGyN8kOlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2mTuiv4RCkOAvMEb0mPQV4xxlpEkExx { 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; }
#NLpQxfmpoTF86IpfmuOtIIDIffFBQgyF { 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.1875rem;top:3.4678869247436rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#eQp9os4rkMLVfXoMXea8V15ixiwO2sKr { position:absolute;display:block;z-index:15020;background-color:#cfdc27;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.375rem;left:34.875rem;display:block; }
#gTabtl1qiQr13s6xZc7b23I6ddfCO9Zz { 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.625rem;left:35.3125rem;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; }
#exhx8eRT2KgINkFaBhEHEkATZXBST0tO { 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.8125rem;display:block; }
#TzCg7wMKMbTND4QddpUC2zCNx00ykC2c { 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; }
#A5MzVn0ISADLK5d0oQObkVcVWCxQiOfP { 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:26.3125rem;width:22.125rem;top:8.1875rem;left:33.9375rem;overflow:hidden;display:block; }
#bKaU9NdnEuNkcA8P8siJCEx5nsVWoROZ { z-index:15022;top:32.6875rem;left:15.84375rem;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.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PxkUyTq0DuS84N4VOfTwDKKlL3ioiR4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y { 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; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container { background-color: transparent; background-image: none; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container > .video-iframe-container { display: none; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row > .video-iframe-container { display: none; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .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); }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container { border-width: 0; border-radius: 0; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#FxC1vzCJbL8ZasEbVwbkhwWIuouQQ6a1 { color:#3f3f3f;display:block;width:15.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.6866302490238rem;left:41.374568939209rem;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:right;text-align-last:right;display:block; }
#SrVfBJ4xCUN5CB4zOtk248QFl3xlFyoZ { z-index:15019;top:31.842449188233rem;left:32.686634063721rem;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.5625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZIR3p8nXLefEcPrlvo7T0tTlEHP0a6LD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsQVrU0U43p49a3SiQ24pENK7cGJ90R0 { 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:14.0625rem;left:32.6875rem;height:15.84375rem;display:block; }
#LrC3sfJ7SOLtTNusOtsaM58XxTn8aK06 { 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.5rem;left:32.6875rem;display:block; }
#MuRAwdsP0HQpwNSMEhbgFQ2T2mfSSMfS { 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:14.0625rem;left:45.875rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X6lumrwGTT3y3rw1b5HstbCwuVSVNTU1 { 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:18rem;left:32.6875rem;display:block; }
#fpySKisW35iHcOdpt1GkRrDB8UaQHXcw { 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:block; }
#aBkDe372osJeqHsA1o2TVdsQ4MLw5WVG { 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.75rem;left:32.6875rem;display:block; }
#BTXsnisNkyqIIberIhViHAE5x0Jw2T1w { 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:25.125rem;left:32.6875rem;display:block; }
#QCMEvVS7ouiLQhPcK0ZW0bK1zzrEKtUC { 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.5rem;left:32.6875rem;display:block; }
#K3949laqz0glPBiEhsHAAkqDqgP0VN66 { color:#ffffff;display:block;width:9.9370625rem;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.3420085906983rem;left:47.256946563721rem;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:center;text-align-last:center;display:block; }
#wAQuzcdpUfSHLzCiNG6dJ0KcVseyC6Z4 { z-index:15001;top:31.842441558838rem;left:45.256076812744rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EZl2ldKRgQhdWndlHhyHShKKqETLEV5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itRRMDQOqQp2DK7yr8tzTVuuUyK6MG9S { 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; }
#tvpAwLi03yfEreZEWpFD63EvJTDyR9Xx { 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.4373125rem;width:22.249375rem;top:3.4678869247436rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#Uf4WXmCwEzivZmXDirdaqN3UUNZAtDq7 { 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.4375rem;width:22.875rem;top:2.96875rem;left:3.5625rem;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:none; }#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:none; }#e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { 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:8.1875rem;left:2.5625rem;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; }
#zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { 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.4375rem;left:2.5625rem;height:15.84375rem;display:block; }
#CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { 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.875rem;left:2.5625rem;display:block; }
#dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { 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.375rem;left:2.5625rem;display:block; }
#f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { 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.4375rem;left:15.75rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { 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.75rem;left:2.5625rem;display:block; }
#GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { 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.125rem;left:2.5625rem;display:block; }
#sCFK5MVatTB96rDunBAnXUINhWdNzB7M { 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:24.5rem;left:2.5625rem;display:block; }
#isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { 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.875rem;left:2.5625rem;display:block; }
#SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { position:absolute;display:block;z-index:15007;background-color:#e3006a;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:3.7890625rem;left:2.3741340637207rem;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:3.6862030029297rem;left:2.6861972808838rem;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; }
#RpMednQ5qOmfruZo0BDqglv284LsFpp9 { z-index:15002;top:31.374786376953rem;left:2.5607643127441rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eU1IZ2d9Vfr4wFlsSUt34PwvMzQ0NlRx { z-index:15020;top:31.374786376953rem;left:15.755210876465rem;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:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UMTsSgqQnJu4QX3SMHNTO03eM1edmhwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MakNWye3ig3SM9l6GpvaTgslEoeA1FxD { 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:30.4373125rem;width:22.249375rem;top:2.1853246688842rem;left:33.873699188233rem;overflow:hidden;display:none; }
#RDXa5ODLzp9qGelifV6KFVa6PtpzmxIb { position:absolute;display:block;z-index:15026;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.75rem;width:23.125rem;top:2.5rem;left:33.4375rem;overflow:hidden;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:block; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { background-color: transparent; background-image: none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container > .video-iframe-container { display: none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row > .video-iframe-container { display: none; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .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); }#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.6875rem;width:60rem;position:relative;display:block; }#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.1875rem;left:31.3125rem;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:right;text-align-last:right;display:block; }
#HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { color:#3f3f3f;display:block;width:21.125rem;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.56184387207rem;left:32.686634063721rem;height:15.84375rem;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:9.75rem;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:8.499375rem;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.5rem;left:48.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; }
#lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { z-index:15002;top:29.904514312744rem;left:45.316844940186rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;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; }
#QbT3TImtKZixq7MBILzcWuQoTyGhFTTP { z-index:15021;top:29.904514312744rem;left:32.686634063721rem;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:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VhGxqqwdRQxP5CTyOD1HprTvT4PhkO6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qK6qDJUoemdWvPfWbv5mNK25O8iKDaTW { 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:30.4373125rem;width:22.249375rem;top:2.6236972808838rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#NifJTsUQy2HDBAKMztpBncGqXXrTmRSA { position:absolute;display:block;z-index:15027;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.25rem;width:22.6875rem;top:1.8125rem;left:3.65625rem;overflow:hidden;display:block; }
#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE { 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; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container { background-color: transparent; background-image: none; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container > .video-iframe-container { display: none; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row > .video-iframe-container { display: none; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .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); }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container { border-width: 0; border-radius: 0; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#uhITGy1QBbqrE5KVHpzNCe9mw1k6PTNc { 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.1875rem;left:2.8125rem;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; }
#XwErxevNKTBwZiyElDaPCH4XqUepCge4 { 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.8125rem;height:18.28125rem;display:block; }
#ROx4o8tgWT1UBtZ7ArP2R9N6hT01ICT8 { 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.8125rem;display:block; }
#o6C5yP5tznL3qTRJNiPZsZhHsAh1b2hw { 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:16rem;height:12.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DHeG1fZoPOcLMWMBCBXa8DDbT21J8JZ6 { 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.8125rem;display:block; }
#PhWR4Dr2crttpkQbgg5wyCsKpTHqeFSm { 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.8125rem;display:block; }
#wnTfCRl8tvrylKPKT6wer7NUXWw7r3kT { 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.8125rem;display:block; }
#TKSlKxg5TndVTou2ViVbNBT9bq2LCfQD { 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.8125rem;display:block; }
#rqNiQiLyUAxH7T62ihtpRvTliJKoxXrD { 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.8125rem;display:block; }
#MG5VnRBz0u44CmavbmVzOGAM75Ua0uJT { color:#ffffff;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:2.091796875rem;left:1.8193359375rem;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:right;text-align-last:right;display:block; }
#oqloNBKmO4Q2XGxB7J9ChWEvN88w31GJ { z-index:15001;top:32.6875rem;left:2.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HmfWSEkaz6awUiSXdSEsMdWranUVDQW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3xEapCJ7eP75hEsJi873NImt2d804xG { 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; }
#B5l39Scco78XKfvJiXE7O7Olt2pzyd2u { 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.1875rem;top:3.4678869247436rem;left:3.8736991882324rem;overflow:hidden;display:none; }
#Rr4wDgaWbk9TqCraMKxC7Fhudm4cUrGo { 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.8125rem;display:block; }
#DSkX1KBMTlHVHwTnslHkhOxCPtJoPpyC { 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; }
#D7yDZy0cua4lOQWhcVtQaXal7fPeHKQ7 { 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:27.625rem;width:20.25rem;top:7.1875rem;left:34.875rem;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.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 { 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:50.1875rem;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.5625rem;width:4.5625rem;top:15.625rem;left:10.75rem;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.0625rem;width:5.0625rem;top:22.562500596046rem;left:10.500001907349rem;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.9375rem;width:4.9375rem;top:29.125000596046rem;left:10.562501907349rem;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.3125rem;width:4.3125rem;top:15.75rem;left:33.1875rem;overflow:hidden;display:block; }
#HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:22rem;left:33.125rem;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:4.25rem;width:4.25rem;top:29.46875rem;left:33.218751907349rem;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:16.656250596046rem;left:17.468751907349rem;height:2.5996125rem;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:23.79345703125rem;left:17.59375rem;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:30.593748092651rem;left:17.562501907349rem;height:2.5996125rem;display:block; }
#aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.874572753906rem;left:39.312068939209rem;height:3.8994125rem;display:block; }
#nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.5625rem;left:39.186197280884rem;height:3.8994125rem;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:29.71875rem;left:39.217447280884rem;height:3.8994125rem;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.875rem;left:12.812501907349rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmyHJK5PWJw0nmA2pUPyrAa6JNs8R2Bg { color:#e3006a;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:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align: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 #e3006a;border-left:0.125rem solid #e3006a;border-right:0.125rem solid #e3006a;border-bottom:0.125rem solid #e3006a;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:#e3006a;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/uADkSfxI/22_17.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.8125rem;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:45.0625rem;width:60rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#e3006a;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:#e3006a;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; }
#k2yJtRevMfp8Rtpyc9hm65hAu3mczZqJ { color:#000000;display:block;width:58.5625rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.375rem;left:1.4375rem;height:2.111325rem;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; }
#TNfncfs34c1xRWA1vhcQCdZcDyvVexCW { color:#000000;display:block;width:58.5625rem;position:absolute;font-family:"istok web";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:41.375rem;left:1.4375rem;height:2.1123rem;display:none; }
#spHWpdfMbP2T6egCHHt4i1So98FDL6ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3006a;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:7.5rem;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:3.68706875rem;width:11.186rem;top:1.9053649902344rem;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.0822296142578rem;left:28.062068939209rem;height:3.41015625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J { position:relative;z-index:auto;display:none; }#lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J { border-width: 0; border-radius: 0; }#lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J > .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; }#lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J > .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; }#XGrl9OZDHCdqWi0TeScEMHlwqXkhSqNh { 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:1rem;left:0rem;width:6.3125rem;height:5.2612419595231rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { top:3.0625rem;left:34.5625rem;width:13.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXA7EpywCnETrMcUNIamVUARaW520W0D { top:2.4375rem;left:37.875rem;width:2.25rem;height:2.3108364607781rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl { display:block; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .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:6.0625rem;left:0rem;width:35.1875rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { top:6.0625rem;left:25.875rem;width:21.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:8.25rem;left:32.6875rem;width:15.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:14.25rem;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.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:14.25rem;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.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:14.25rem;height:15.625rem;top:13.0625rem;left:31rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:14.25rem;height:15.625rem;top:13.0625rem;left:31rem; }
 }@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 #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU {  }
 }@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) { #lv5rkNuhzB00FBZ5NFEGC2Jt0P5FTTnp { top:6.0625rem;left:0rem;width:35rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1P1yGE7sHHAp0R6cKVFhELFsvQbFCCT { top:15.5rem;left:0rem;width:29.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUBb292LBIhmpigJUN2R9W75mWEZOAOW { display:block; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw { display:block; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAWNEgEtl927T04ANBZTMvldQRdvsvLL { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7ZzaXU5xvB2rK6wEA8bD8KlaIkBEO4C { top:44.5rem;left:0rem;width:20.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipMeNnmpChwPIFdsOckWywuBS6otGq3 { display:block; }
 }@media only screen and (max-width: 763px) { #HD72LycOq5QTppKJZAU365fmxKCK8wqv { display:none; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZZKtNfG6hq3De4P7OtQ5xmCgTR6wN5uA { top:30.0625rem;left:0rem;width:25.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLBzN3DRHfDoJcKF9F6u7Jk71i1hT61H { display:block; }
 }@media only screen and (max-width: 763px) { #N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ { display:block; }#N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpXznJ8WOsOss2mP2IoDMHfz72Tbfsq4 { top:0.9375rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raKETT8IZvZTW7LbadJX34J1FVi31sNa { width:24.9375rem;height:;top:8.375rem;left:22.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcBsyfcfwXLG9PcyNbXwH3hkTvpM0Fyp { width:22.5625rem;height:;top:14.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTGIy0GJGVf6cuDkEAZR75SovglM8WK0 { width:24.9375rem;height:;top:11.6875rem;left:22.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c865po1RA5lxHAQgoTNak8Xg64l8AzxM { display:block; }#c865po1RA5lxHAQgoTNak8Xg64l8AzxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKWR31sZ9TAQitsBqcaf49g1sp2pZFJn { top:3.625rem;left:0rem;width:24.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz { display:block; }#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6OVaqihJd2IHkpVpD6BVxS3oO5tSM4R { top:3.625rem;left:0rem;width:24.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:4.4375rem;left:21.4375rem;width:26.3125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:13.75rem;left:24.5rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:15.9375rem;left:24.218532562256rem;width:23.125rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:11.875rem;height:3.125rem;top:26.125rem;left:24.499568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #TbXvUWLPW4t5CnHaXxXtaBxsz7Keb6H3 { top:0rem;left:0rem;width:47.75rem;height:31.673366834171rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC { display:block; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PokzFg0gwWTMCWrsth1NKHpoFNu0LxXK { top:13.125rem;left:0rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRbphmpmASNCCZCDO4U65uVeMQ0OP3bF { top:17.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeCxGeudUOU5f1C4U92FJQR64fFado7E { top:13.125rem;left:12.625rem;width:11.25rem;height:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSfMJfmHItlTTXbImzti3ELQLVBckOR0 { top:19.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKMCdTAOtm2HF3dbLuMHPZXtkg1cPquo { top:22rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNq6lQ89RWg1hOa156LH4y5S8fWtlzqt { top:24.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0gttzkZl3Vd3OQaynAMm3arryE8NzdT { top:26.75rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEibuPIr1JZpoorP0MCA5ycSHJbJH9kD { top:29.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyJQTikCUTxslWTGIlNWlzOF02Vu8d0T { top:2.0625rem;left:0rem;width:27.375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkU4IBSVgDRybhxisRrI7B6xyILyTHkU { top:32.6875rem;left:0rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPDLxHdfeXoNzKbk9isBEtcmRPPnf8lC { display:block; }
 }@media only screen and (max-width: 763px) { #Wo1n1uNT4yeolfKrofr3TXAxOWeWoPOn { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ48fAm1DgnOLCI23TOo1l6Ccy3iC34i { top:3.4375rem;left:0.81119918823244rem;width:22.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQAEzFzcm1errT0G639tJ5Kn5VyTLilh { top:2.375rem;left:25.6875rem;width:20.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmLagMzwWoi2mrZ2f4e2zmlJQnFMqbm { top:2.625rem;left:26.125rem;width:19.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub3wfL2wnDh4WZ7a8DzD94oPCoTwKsEA { top:15rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRKGP0Eo7HlpwBQZwatHVJJcxbl1WpTR { top:24.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzasTHQTIFTbMB1rCrmmTwplTO2q0cin { top:9.125rem;left:18.875rem;width:28.875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqDKhNK7q7xcpHTfFFqJsQrP4I2cLH6 { top:32.6875rem;left:12.3125rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTu2lTuKB3rxnI2bTPsvef0cPHCKo8HW { display:block; }
 }@media only screen and (max-width: 763px) { #T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF { display:block; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3KD1ndZwhi3qVud2EQdQfumBuOMurbA { top:14.0625rem;left:23.875rem;width:22.3125rem;height:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6KisMm6lPBCOLm22I6yTzgPgT8R21GV { top:15.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39ofI7cLNRTouRlxpX4EIr3fXN5Oqb4 { top:14.0625rem;left:36.5rem;width:11.25rem;height:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cspeiv2AE53tpBTFvxvB60x5QHt6yw8i { top:18rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGsAK7uDO5k5fuieUWGMCtnvozEPX34 { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH9OETSf3llJ9Gg57AgnAx4vnOlzIsKV { top:22.75rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZST1gzTK6lN4QCQhJcDd6CWUxpmWg6l { top:25.125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwDU7e99q49WlOJC2Rd7FcmVIta0Idm2 { top:27.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX1DmpkEhBT469O8EIypqTHg0d532Rxp { top:0.875rem;left:24.875rem;width:22.875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzEGbLKTc6q4OlMa0pCggLabHUDQqUN { top:31.8125rem;left:35.875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdCBTlUwuGhJuvJ5ylQE8BfbVGFCEl1T { display:block; }
 }@media only screen and (max-width: 763px) { #XGLIU2CI8A0Dh6DFpOUC20ABLMJ4xzde { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmhlrwqAlnBxcm9VceBvu8HvHCozRog6 { top:3.4375rem;left:0.81119918823244rem;width:22.1875rem;height:30.352667034186rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1MMa9CCWGp446Pfi5AvKHrAtctEnUbH { top:8.8125rem;left:0rem;width:29.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Md5ZeMTCeBMP7PWgPGpR9rAEoTf66B { top:2.4375rem;left:1.8125rem;width:20.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf40uq9CmeS3FzDOJOBJGwPbldrOFwSB { top:2.6875rem;left:2.25rem;width:19.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG { display:block; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsEbXLsNTTXNXFmOVZTc7V9mCH98kRve { top:13.125rem;left:0rem;width:22.3125rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7l2D3mRzS9yK3ZOEMHbRUBStHv4TbTv { top:17.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mDRe1T1X6FVU6WaabDWSoLrph1S9aZ { top:13.125rem;left:12.625rem;width:11.25rem;height:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s35s315bKdHp2xx9fwnd4M0Ulu3eOy3P { top:19.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5DQMZr6HbTIESvIcWMbroz82d2yDcKT { top:22rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77m79RaEkV7fdJviZ12v6zxHQtDuk74 { top:24.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evBHnfCwCcMWdhknbUE84PQXCkt2zOor { top:26.75rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWZEVqpwTiqfo8FZuqQSvOaQ08aMOcX { top:29.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1OSclETIsswBBu6VgpOQEf7Se5fTon { top:2.0625rem;left:0rem;width:27.5625rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ST3u52RBhFwnlt7KH22tRpzCH9S30H { top:32.6875rem;left:0rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHDJVAoWTUHM4MfxXclCWoWlGyN8kOlm { display:block; }
 }@media only screen and (max-width: 763px) { #r2mTuiv4RCkOAvMEb0mPQV4xxlpEkExx { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLpQxfmpoTF86IpfmuOtIIDIffFBQgyF { top:3.4375rem;left:0.81119918823244rem;width:22.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQp9os4rkMLVfXoMXea8V15ixiwO2sKr { top:2.375rem;left:25.6875rem;width:20.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTabtl1qiQr13s6xZc7b23I6ddfCO9Zz { top:2.625rem;left:26.125rem;width:19.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exhx8eRT2KgINkFaBhEHEkATZXBST0tO { top:15rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCg7wMKMbTND4QddpUC2zCNx00ykC2c { top:24.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5MzVn0ISADLK5d0oQObkVcVWCxQiOfP { top:8.1875rem;left:24.75rem;width:22.125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaU9NdnEuNkcA8P8siJCEx5nsVWoROZ { top:32.6875rem;left:12.3125rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkUyTq0DuS84N4VOfTwDKKlL3ioiR4K { display:block; }
 }@media only screen and (max-width: 763px) { #VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y { display:block; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxC1vzCJbL8ZasEbVwbkhwWIuouQQ6a1 { top:7.625rem;left:32.186199188233rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrVfBJ4xCUN5CB4zOtk248QFl3xlFyoZ { top:31.8125rem;left:23.875rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIR3p8nXLefEcPrlvo7T0tTlEHP0a6LD { display:block; }
 }@media only screen and (max-width: 763px) { #dsQVrU0U43p49a3SiQ24pENK7cGJ90R0 { top:14.0625rem;left:23.875rem;width:22.25rem;height:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrC3sfJ7SOLtTNusOtsaM58XxTn8aK06 { top:15.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRAwdsP0HQpwNSMEhbgFQ2T2mfSSMfS { top:14.0625rem;left:36.5rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6lumrwGTT3y3rw1b5HstbCwuVSVNTU1 { top:18rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpySKisW35iHcOdpt1GkRrDB8UaQHXcw { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkDe372osJeqHsA1o2TVdsQ4MLw5WVG { top:22.75rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXsnisNkyqIIberIhViHAE5x0Jw2T1w { top:25.125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMEvVS7ouiLQhPcK0ZW0bK1zzrEKtUC { top:27.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3949laqz0glPBiEhsHAAkqDqgP0VN66 { top:3.3125rem;left:37.875rem;width:9.875rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAQuzcdpUfSHLzCiNG6dJ0KcVseyC6Z4 { top:31.8125rem;left:35.875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZl2ldKRgQhdWndlHhyHShKKqETLEV5m { display:block; }
 }@media only screen and (max-width: 763px) { #itRRMDQOqQp2DK7yr8tzTVuuUyK6MG9S { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvpAwLi03yfEreZEWpFD63EvJTDyR9Xx { top:3.4375rem;left:0.81119918823244rem;width:22.1875rem;height:30.352667034186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf4WXmCwEzivZmXDirdaqN3UUNZAtDq7 { top:2.9375rem;left:0.5rem;width:22.875rem;height:31.4375rem;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) { #e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { top:8.125rem;left:0rem;width:21.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { top:13.4375rem;left:0rem;width:22.25rem;height:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { top:14.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { top:17.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { top:13.4375rem;left:12.625rem;width:11.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { top:19.75rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { top:22.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCFK5MVatTB96rDunBAnXUINhWdNzB7M { top:24.5rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { top:26.875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { top:3.75rem;left:0rem;width:11.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { top:3.625rem;left:0rem;width:16.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpMednQ5qOmfruZo0BDqglv284LsFpp9 { top:31.3125rem;left:0rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block; }
 }@media only screen and (max-width: 763px) { #eU1IZ2d9Vfr4wFlsSUt34PwvMzQ0NlRx { top:31.3125rem;left:12.625rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTsSgqQnJu4QX3SMHNTO03eM1edmhwC { display:block; }
 }@media only screen and (max-width: 763px) { #MakNWye3ig3SM9l6GpvaTgslEoeA1FxD { top:2.125rem;left:24.686199188233rem;width:22.1875rem;height:30.352667034186rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDXa5ODLzp9qGelifV6KFVa6PtpzmxIb { top:2.5rem;left:24.25rem;width:23.125rem;height:31.75rem;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.1875rem;left:21.9375rem;width:25.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { top:12.5rem;left:23.875rem;width:21.125rem;height:15.375rem;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:9.75rem;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.5rem;left:39.3125rem;width:8.4375rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:29.875rem;left:35.875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #QbT3TImtKZixq7MBILzcWuQoTyGhFTTP { top:29.875rem;left:23.875rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhGxqqwdRQxP5CTyOD1HprTvT4PhkO6v { display:block; }
 }@media only screen and (max-width: 763px) { #qK6qDJUoemdWvPfWbv5mNK25O8iKDaTW { top:2.5625rem;left:0.81119918823244rem;width:22.1875rem;height:30.352667034186rem;display:block; }
 }@media only screen and (max-width: 763px) { #NifJTsUQy2HDBAKMztpBncGqXXrTmRSA { top:1.8125rem;left:0.59375rem;width:22.6875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE { display:block; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhITGy1QBbqrE5KVHpzNCe9mw1k6PTNc { top:7.1875rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwErxevNKTBwZiyElDaPCH4XqUepCge4 { top:13.125rem;left:0rem;width:22.3125rem;height:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROx4o8tgWT1UBtZ7ArP2R9N6hT01ICT8 { top:17.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6C5yP5tznL3qTRJNiPZsZhHsAh1b2hw { 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) { #DHeG1fZoPOcLMWMBCBXa8DDbT21J8JZ6 { top:19.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhWR4Dr2crttpkQbgg5wyCsKpTHqeFSm { top:22rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTfCRl8tvrylKPKT6wer7NUXWw7r3kT { top:24.375rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSlKxg5TndVTou2ViVbNBT9bq2LCfQD { top:26.75rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqNiQiLyUAxH7T62ihtpRvTliJKoxXrD { top:29.125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG5VnRBz0u44CmavbmVzOGAM75Ua0uJT { top:2.0625rem;left:0rem;width:16.6875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqloNBKmO4Q2XGxB7J9ChWEvN88w31GJ { top:32.6875rem;left:0rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfWSEkaz6awUiSXdSEsMdWranUVDQW3 { display:block; }
 }@media only screen and (max-width: 763px) { #o3xEapCJ7eP75hEsJi873NImt2d804xG { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5l39Scco78XKfvJiXE7O7Olt2pzyd2u { top:3.4375rem;left:0.81119918823244rem;width:22.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr4wDgaWbk9TqCraMKxC7Fhudm4cUrGo { top:15rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSkX1KBMTlHVHwTnslHkhOxCPtJoPpyC { top:24.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7yDZy0cua4lOQWhcVtQaXal7fPeHKQ7 { top:7.1875rem;left:25.6875rem;width:20.25rem;height:27.625rem;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.625rem;left:4.625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { top:22.5625rem;left:4.3750019073486rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { top:29.125rem;left:4.4375019073486rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { top:15.75rem;left:27.0625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { top:22rem;left:27rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { top:29.4375rem;left:27.093751907349rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:16.625rem;left:11.343751907349rem;width:10.875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { top:23.75rem;left:11.46875rem;width:10.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { top:30.5625rem;left:11.437501907349rem;width:10.8125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { top:15.8125rem;left:33.187068939209rem;width:9.5625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { top:22.5625rem;left:33.061197280884rem;width:9.8125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { top:29.6875rem;left:33.092447280884rem;width:9.75rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:37.875rem;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.3741340637207rem;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.25rem;left:8.8437519073488rem;width:30.0625rem;height:3rem;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) { #k2yJtRevMfp8Rtpyc9hm65hAu3mczZqJ { top:41.375rem;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:3.75rem;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) { #TNfncfs34c1xRWA1vhcQCdZcDyvVexCW { top:37.5rem;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:1.875rem;left:0rem;width:11.125rem;height:3.6669622603031rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { top:2.0625rem;left:15.875rem;width:31.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J { display:block; }#lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGrl9OZDHCdqWi0TeScEMHlwqXkhSqNh { 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:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:4.31206875rem;height:3.56228125rem;top:0.4375rem;left:7.8428821563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yDyq19WJ124snsnwHQZelCWXPmtEPE { width:13.186875rem;height:1.29980625rem;top:5.125rem;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.5625rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl { position:relative;z-index:auto;display:block; }#PTQvsRQ54UMwZElXVycOdwsp1IlPCRyl > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q17h2HeR/1.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:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:20rem;height:5.625rem;top:3.25rem;left:-0.0625rem;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:9.25rem;left:0.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.62425rem;height:3.0859375rem;top:10.686767578125rem;left:1.1865234375rem;font-size:1.1875rem;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:#e3006a;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.3745rem;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.5615234375rem;top:14.8740234375rem;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.3745rem;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.5615234375rem;top:14.8740234375rem;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 #CRsuKoAWPdq3E3bVh9oHW8SipcA0OvcC {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #eNvRtOH1eVuEbiTx9pfl2C735SxFT6gc { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EH8yzi8ubhqJZtHIPfLs85bZpK14ESsU {  }
 }@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) { #lv5rkNuhzB00FBZ5NFEGC2Jt0P5FTTnp { width:20rem;height:5.625rem;top:3.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1P1yGE7sHHAp0R6cKVFhELFsvQbFCCT { width:20rem;height:0;top:3.249783039093rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUBb292LBIhmpigJUN2R9W75mWEZOAOW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/544ba622-7e1c-44f9-88cc-35a192e7171e/_GSC_navidad_banner_general_tesis_casas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW.adaptive-delivery-prevent-bg, #TUBb292LBIhmpigJUN2R9W75mWEZOAOW.lazyload, #TUBb292LBIhmpigJUN2R9W75mWEZOAOW.lazyloading { background-image: none; }#TUBb292LBIhmpigJUN2R9W75mWEZOAOW > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw { background-color:#ffffff;background-image:none;display:none; }#N1EHs6iwIXETnC4fX3dgpExPoB0Ihfuw > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nAWNEgEtl927T04ANBZTMvldQRdvsvLL { top:5.4541015625rem;left:0rem;width:20rem;height:16.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZzaXU5xvB2rK6wEA8bD8KlaIkBEO4C { top:23.2666015625rem;left:0.5rem;width:19rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kipMeNnmpChwPIFdsOckWywuBS6otGq3 { display:block; }
 }@media only screen and (max-width: 763px) { #HD72LycOq5QTppKJZAU365fmxKCK8wqv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ae2cc99-10ef-403b-aacf-41a08dba8c87/_GSC_tesis_movil_BuenF_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv.adaptive-delivery-prevent-bg, #HD72LycOq5QTppKJZAU365fmxKCK8wqv.lazyload, #HD72LycOq5QTppKJZAU365fmxKCK8wqv.lazyloading { background-image: none; }#HD72LycOq5QTppKJZAU365fmxKCK8wqv > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZZKtNfG6hq3De4P7OtQ5xmCgTR6wN5uA { top:36.625rem;left:1.53125rem;width:17.125rem;height:3.5rem;font-size:1rem;z-index:15006;background-color:#792de7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fLBzN3DRHfDoJcKF9F6u7Jk71i1hT61H { display:block; }
 }@media only screen and (max-width: 763px) { #N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ { display:none; }#N3gdNR53ymnWGegyhyIsxp6LvAKQEwIQ > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpXznJ8WOsOss2mP2IoDMHfz72Tbfsq4 { width:20rem;height:20rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raKETT8IZvZTW7LbadJX34J1FVi31sNa { width:20rem;height:2.5996125rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcBsyfcfwXLG9PcyNbXwH3hkTvpM0Fyp { width:20rem;height:6.5rem;top:30.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTGIy0GJGVf6cuDkEAZR75SovglM8WK0 { width:20rem;height:1.54296875rem;top:28.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c865po1RA5lxHAQgoTNak8Xg64l8AzxM { display:none; }#c865po1RA5lxHAQgoTNak8Xg64l8AzxM > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MKWR31sZ9TAQitsBqcaf49g1sp2pZFJn { width:20rem;height:17.302798982188rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz { display:none; }#JwoTJFL8h4z6TTnnMubfTvTlDnrBmZbz > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l6OVaqihJd2IHkpVpD6BVxS3oO5tSM4R { width:20rem;height:17.302798982188rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Sp2pwP9Z/LAN_TESISTAN_BAN_copia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyloading { background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:18.0620625rem;height:5.625rem;top:2.6875rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.24956625rem;top:9rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:17.999125rem;height:9.75rem;top:10.5rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:12.1875rem;height:3.125rem;top:21.373699188233rem;left:3.9062504768372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #TbXvUWLPW4t5CnHaXxXtaBxsz7Keb6H3 { width:20rem;height:13.266331658291rem;top:25.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC { display:block; }#VtSC7aTvRIhK1JT7I0ltEbRycfhoGXvC > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PokzFg0gwWTMCWrsth1NKHpoFNu0LxXK { width:13.125rem;height:15.9140625rem;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) { #RRbphmpmASNCCZCDO4U65uVeMQ0OP3bF { width:18.125rem;height:0.0618489375rem;top:14.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeCxGeudUOU5f1C4U92FJQR64fFado7E { width:6.4375rem;height:18.1875rem;top:13rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSfMJfmHItlTTXbImzti3ELQLVBckOR0 { width:18.125rem;height:0.0618489375rem;top:16.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKMCdTAOtm2HF3dbLuMHPZXtkg1cPquo { width:18.125rem;height:0.0618489375rem;top:18.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNq6lQ89RWg1hOa156LH4y5S8fWtlzqt { width:18.125rem;height:0.060546875rem;top:26.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0gttzkZl3Vd3OQaynAMm3arryE8NzdT { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEibuPIr1JZpoorP0MCA5ycSHJbJH9kD { width:18.125rem;height:0.060763875rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyJQTikCUTxslWTGIlNWlzOF02Vu8d0T { width:15.186625rem;height:7.3125rem;top:5.4375rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkU4IBSVgDRybhxisRrI7B6xyILyTHkU { top:52.4951171875rem;left:3.90625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPDLxHdfeXoNzKbk9isBEtcmRPPnf8lC { display:block; }
 }@media only screen and (max-width: 763px) { #Wo1n1uNT4yeolfKrofr3TXAxOWeWoPOn { width:18.125rem;height:0.060763875rem;top:20.75rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TZ48fAm1DgnOLCI23TOo1l6Ccy3iC34i { width:20rem;height:27.1875rem;top:32.9375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #nQAEzFzcm1errT0G639tJ5Kn5VyTLilh { width:20rem;height:3.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmLagMzwWoi2mrZ2f4e2zmlJQnFMqbm { 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) { #ub3wfL2wnDh4WZ7a8DzD94oPCoTwKsEA { width:20rem;height:0.0625rem;top:29.3076171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRKGP0Eo7HlpwBQZwatHVJJcxbl1WpTR { width:18.125rem;height:0.060546875rem;top:29.375rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #DzasTHQTIFTbMB1rCrmmTwplTO2q0cin { width:20rem;height:17.875rem;top:32.8701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqDKhNK7q7xcpHTfFFqJsQrP4I2cLH6 { top:56.5576171875rem;left:4.1875rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTu2lTuKB3rxnI2bTPsvef0cPHCKo8HW { display:block; }
 }@media only screen and (max-width: 763px) { #T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF { display:block; }#T4pHn7OSlsw8lhBzMVX31lXp4pUrLdJF > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3KD1ndZwhi3qVud2EQdQfumBuOMurbA { width:15rem;height:14.77734375rem;top:9.7059555053713rem;left:1.1241321563721rem;font-size:0.875rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6KisMm6lPBCOLm22I6yTzgPgT8R21GV { width:18.125rem;height:0.0618489375rem;top:10.811639785767rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39ofI7cLNRTouRlxpX4EIr3fXN5Oqb4 { width:6.4375rem;height:9.09375rem;top:9.7060546875rem;left:12.505859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cspeiv2AE53tpBTFvxvB60x5QHt6yw8i { width:18.125rem;height:0.0618489375rem;top:12.999567031861rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBGsAK7uDO5k5fuieUWGMCtnvozEPX34 { width:18.125rem;height:0.0618489375rem;top:15.311849594116rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH9OETSf3llJ9Gg57AgnAx4vnOlzIsKV { width:18.125rem;height:0.060763875rem;top:22.371963500976rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZST1gzTK6lN4QCQhJcDd6CWUxpmWg6l { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwDU7e99q49WlOJC2Rd7FcmVIta0Idm2 { width:18.125rem;height:0.060763875rem;top:20.246311187744rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX1DmpkEhBT469O8EIypqTHg0d532Rxp { width:15.186625rem;height:4.875rem;top:1.4713554382324rem;left:2.4055991172791rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOzEGbLKTc6q4OlMa0pCggLabHUDQqUN { top:41.37109375rem;left:3.7490234375rem;width:12.1875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdCBTlUwuGhJuvJ5ylQE8BfbVGFCEl1T { display:block; }
 }@media only screen and (max-width: 763px) { #XGLIU2CI8A0Dh6DFpOUC20ABLMJ4xzde { width:18.125rem;height:0.060763875rem;top:17.452691078186rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #nmhlrwqAlnBxcm9VceBvu8HvHCozRog6 { width:20rem;height:27.36rem;top:25.809457778931rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #J1MMa9CCWGp446Pfi5AvKHrAtctEnUbH { width:20rem;height:17.875rem;top:23.9326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Md5ZeMTCeBMP7PWgPGpR9rAEoTf66B { width:20rem;height:3.125rem;top:59.30859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cf40uq9CmeS3FzDOJOBJGwPbldrOFwSB { width:19.5rem;height:0;top:59.55859375rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG { display:block; }#E0Xo7uVZeuQ3gqZvZCQ5s2zrxOdvwdvG > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsEbXLsNTTXNXFmOVZTc7V9mCH98kRve { 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) { #T7l2D3mRzS9yK3ZOEMHbRUBStHv4TbTv { width:18.125rem;height:0.0618489375rem;top:14.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2mDRe1T1X6FVU6WaabDWSoLrph1S9aZ { width:6.4375rem;height:14.77734375rem;top:13rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s35s315bKdHp2xx9fwnd4M0Ulu3eOy3P { width:18.125rem;height:0.0618489375rem;top:16.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5DQMZr6HbTIESvIcWMbroz82d2yDcKT { width:18.125rem;height:0.0618489375rem;top:18.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77m79RaEkV7fdJviZ12v6zxHQtDuk74 { width:18.125rem;height:0.060546875rem;top:26.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evBHnfCwCcMWdhknbUE84PQXCkt2zOor { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJWZEVqpwTiqfo8FZuqQSvOaQ08aMOcX { width:18.125rem;height:0.060763875rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1OSclETIsswBBu6VgpOQEf7Se5fTon { width:15.186625rem;height:4.875rem;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) { #I0ST3u52RBhFwnlt7KH22tRpzCH9S30H { top:51.3701171875rem;left:3.90625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHDJVAoWTUHM4MfxXclCWoWlGyN8kOlm { display:block; }
 }@media only screen and (max-width: 763px) { #r2mTuiv4RCkOAvMEb0mPQV4xxlpEkExx { width:18.125rem;height:0.060763875rem;top:20.75rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NLpQxfmpoTF86IpfmuOtIIDIffFBQgyF { width:20rem;height:27.1875rem;top:32.9375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #eQp9os4rkMLVfXoMXea8V15ixiwO2sKr { width:20rem;height:3.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTabtl1qiQr13s6xZc7b23I6ddfCO9Zz { 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) { #exhx8eRT2KgINkFaBhEHEkATZXBST0tO { width:20rem;height:0.0625rem;top:29.3076171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzCg7wMKMbTND4QddpUC2zCNx00ykC2c { width:18.125rem;height:0.060546875rem;top:29.375rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #A5MzVn0ISADLK5d0oQObkVcVWCxQiOfP { width:15rem;height:17.875rem;top:31.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaU9NdnEuNkcA8P8siJCEx5nsVWoROZ { top:55.5576171875rem;left:4.21875rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkUyTq0DuS84N4VOfTwDKKlL3ioiR4K { display:block; }
 }@media only screen and (max-width: 763px) { #VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y { display:block; }#VZGteOvmHPiC31Ue3tgLxhyr7I78tN7y > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxC1vzCJbL8ZasEbVwbkhwWIuouQQ6a1 { width:17.249375rem;height:2.5996125rem;top:4.5616283416748rem;left:1.374783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrVfBJ4xCUN5CB4zOtk248QFl3xlFyoZ { top:55.24609375rem;left:10.375rem;width:8.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIR3p8nXLefEcPrlvo7T0tTlEHP0a6LD { display:block; }
 }@media only screen and (max-width: 763px) { #dsQVrU0U43p49a3SiQ24pENK7cGJ90R0 { width:15rem;height:14.77734375rem;top:9.7059555053713rem;left:1.1241321563721rem;font-size:0.875rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrC3sfJ7SOLtTNusOtsaM58XxTn8aK06 { width:18.125rem;height:0.0618489375rem;top:10.811639785767rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRAwdsP0HQpwNSMEhbgFQ2T2mfSSMfS { width:6.4375rem;height:9.09375rem;top:9.7060546875rem;left:12.505859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6lumrwGTT3y3rw1b5HstbCwuVSVNTU1 { width:18.125rem;height:0.0618489375rem;top:12.999567031861rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpySKisW35iHcOdpt1GkRrDB8UaQHXcw { width:18.125rem;height:0.0618489375rem;top:15.311849594116rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkDe372osJeqHsA1o2TVdsQ4MLw5WVG { width:18.125rem;height:0.060763875rem;top:22.371963500976rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXsnisNkyqIIberIhViHAE5x0Jw2T1w { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCMEvVS7ouiLQhPcK0ZW0bK1zzrEKtUC { width:18.125rem;height:0.060763875rem;top:20.246311187744rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3949laqz0glPBiEhsHAAkqDqgP0VN66 { width:15.186625rem;height:2.4375rem;top:1.4713554382324rem;left:2.4055991172791rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAQuzcdpUfSHLzCiNG6dJ0KcVseyC6Z4 { top:55.30859375rem;left:1.37451171875rem;width:8.1875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZl2ldKRgQhdWndlHhyHShKKqETLEV5m { display:block; }
 }@media only screen and (max-width: 763px) { #itRRMDQOqQp2DK7yr8tzTVuuUyK6MG9S { width:18.125rem;height:0.060763875rem;top:17.452691078186rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tvpAwLi03yfEreZEWpFD63EvJTDyR9Xx { width:20rem;height:27.36rem;top:25.809457778931rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Uf4WXmCwEzivZmXDirdaqN3UUNZAtDq7 { width:20rem;height:27.486338797814rem;top:25.5576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 { display:none; }#LyAHcR15A1o4HGTELpHyyIpTX8DIdpA3 > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e5XBvMN5dS5wXWJdJvGchZWuM0LEEwbi { width:16.875rem;height:2.5996125rem;top:5.1236972808838rem;left:1.5625002384186rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI1UmJW7LXs8RRP4DSVAKBZTIRIi9oO6 { width:19.375rem;height:14.77734375rem;top:9.4375rem;left:0.875rem;font-size:0.875rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxiWEXp05kGxALQA9kEwPXLdUsTysXFe { width:18.125rem;height:0.0618489375rem;top:11.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJpCBH3eZJxpO45KGsZuSRdXJvPe7I4c { width:18.125rem;height:0.0618489375rem;top:13.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1xR28UicbKqfeTyxuhrmQBVykpeL7E6 { width:9.375rem;height:9.09375rem;top:9.4375rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUhDbW8IwX6krLoPA8nSGI0tM3m6MW3w { width:18.125rem;height:0.060763875rem;top:17.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GamhzAFKX5Xs2gOmkhfqJTXKp9mtnhuO { width:18.125rem;height:0.0618489375rem;top:15.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCFK5MVatTB96rDunBAnXUINhWdNzB7M { width:18.125rem;height:0.0618489375rem;top:19.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLhAzZrozfbiCTJT3ebCaIA16izNSG5 { width:18.125rem;height:0.0618489375rem;top:22.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SigfBK69XVz8cJqf93ou5q3lcDGXh4t0 { width:8.3125rem;height:2.375rem;top:1.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aovwTm4LHSmXzFxCsGdXs9b4qpEo1rZG { width:11.125rem;height:2.4375rem;top:1.6875rem;left:4.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpMednQ5qOmfruZo0BDqglv284LsFpp9 { top:54.62109375rem;left:0.875rem;width:9.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl3BNnAcH1Qvxu6vwSMcbFDFXJ7xFvyJ { display:block; }
 }@media only screen and (max-width: 763px) { #eU1IZ2d9Vfr4wFlsSUt34PwvMzQ0NlRx { top:54.62109375rem;left:10.4375rem;width:8.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTsSgqQnJu4QX3SMHNTO03eM1edmhwC { display:block; }
 }@media only screen and (max-width: 763px) { #MakNWye3ig3SM9l6GpvaTgslEoeA1FxD { width:20rem;height:27.36rem;top:25.740019321442rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #RDXa5ODLzp9qGelifV6KFVa6PtpzmxIb { width:20rem;height:27.459459459459rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G { display:block; }#LRrGzNqR2Zsl5QzDJmbck9sDSp60Rc0G > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhRgULRLdamig0mnOWQq6WgAQdIxbaMb { width:18.499375rem;height:2.5996125rem;top:4.6864147186279rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkW16Qk1s3sBT74yLMKBwIkd5GQTDi2S { width:19.5rem;height:14.77734375rem;top:9.125rem;left:0.6875rem;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.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoAp78PQJ6aKLmUFxV2E1e7B28uZ5JlN { width:8.5625rem;height:9.09375rem;top:9.125rem;left:10.75rem;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.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zrFmdmHiegkda8DlTJyTiz7vTVdnra { width:18.125rem;height:0.0618489375rem;top:17.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZSrhQpuiofpTC7RCC4NwwC5bwCMm3yR { width:18.125rem;height:0.0618489375rem;top:15rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCAu4yVZ2hPTTQWINVPzaBXQlGR7xSy { width:18.125rem;height:0.0618489375rem;top:10.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnXIPfFBfB6w0ZvPvdzTThTZcdtKBmZ { width:18.125rem;height:0.0618489375rem;top:12.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zV4eVIO4TL26IRcn01cozIBzZr5bug { width:12.6248125rem;height:2.4375rem;top:1.5121536254882rem;left:3.6870660781861rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwfITuioL2sZDr9vhyl2bHfpZGEKK2KB { top:54.177734375rem;left:3.87353515625rem;width:12.25062125rem;height:2.74978375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VO5MN6lVHtFXmCK0GWtHZ2dz9SlsTO { display:block; }
 }@media only screen and (max-width: 763px) { #QbT3TImtKZixq7MBILzcWuQoTyGhFTTP { top:29.875rem;left:4.375rem;width:11.25rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhGxqqwdRQxP5CTyOD1HprTvT4PhkO6v { display:block; }
 }@media only screen and (max-width: 763px) { #qK6qDJUoemdWvPfWbv5mNK25O8iKDaTW { width:20rem;height:27.36rem;top:24.865444183349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NifJTsUQy2HDBAKMztpBncGqXXrTmRSA { width:20rem;height:27.548209366391rem;top:25.36474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE { display:block; }#TN6ZAtEwM0DRykBw7o4rUztPVbQbKblE > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhITGy1QBbqrE5KVHpzNCe9mw1k6PTNc { width:17.249375rem;height:2.5996125rem;top:5.125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwErxevNKTBwZiyElDaPCH4XqUepCge4 { width:13.125rem;height:18.1875rem;top:8.4375rem;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) { #ROx4o8tgWT1UBtZ7ArP2R9N6hT01ICT8 { width:18.125rem;height:0.0618489375rem;top:9.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6C5yP5tznL3qTRJNiPZsZhHsAh1b2hw { width:6.4375rem;height:11.3671875rem;top:8.4375rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHeG1fZoPOcLMWMBCBXa8DDbT21J8JZ6 { width:18.125rem;height:0.0618489375rem;top:11.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhWR4Dr2crttpkQbgg5wyCsKpTHqeFSm { width:18.125rem;height:0.0618489375rem;top:14.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTfCRl8tvrylKPKT6wer7NUXWw7r3kT { width:18.125rem;height:0.060546875rem;top:22.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSlKxg5TndVTou2ViVbNBT9bq2LCfQD { width:18.125rem;height:0.0618489375rem;top:25.216361999512rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqNiQiLyUAxH7T62ihtpRvTliJKoxXrD { width:18.125rem;height:0.060763875rem;top:19rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG5VnRBz0u44CmavbmVzOGAM75Ua0uJT { width:15.186625rem;height:2.4375rem;top:2.0625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqloNBKmO4Q2XGxB7J9ChWEvN88w31GJ { top:57.2451171875rem;left:3.90625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfWSEkaz6awUiSXdSEsMdWranUVDQW3 { display:block; }
 }@media only screen and (max-width: 763px) { #o3xEapCJ7eP75hEsJi873NImt2d804xG { width:18.125rem;height:0.060763875rem;top:16.1875rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #B5l39Scco78XKfvJiXE7O7Olt2pzyd2u { width:20rem;height:27.1875rem;top:32.9375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Rr4wDgaWbk9TqCraMKxC7Fhudm4cUrGo { width:20rem;height:0.0625rem;top:29.3076171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSkX1KBMTlHVHwTnslHkhOxCPtJoPpyC { width:18.125rem;height:0.060546875rem;top:24.8125rem;left:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #D7yDZy0cua4lOQWhcVtQaXal7fPeHKQ7 { width:20rem;height:27.283950617284rem;top:28.3076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { background-color:#f9f7f8;background-image:url("https://images.assets-landingi.com/z5WuIw5h/GSC_LANDING_GRAN_SAN_RAFAEL_15.png");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); }#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); }#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:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeZtFh1yVSIazaSdx7y78ZodeFRFxr8P { width:4.6875rem;height:4.6875rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRoWBKLFDgcSCfpyrvmkKiDu1he5dACs { width:4.6875rem;height:4.6875rem;top:22rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtK9sOpI7sqbJbOvCvT1wXH5w1tWygr { width:4.6875rem;height:4.6875rem;top:33.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5EkE0LKE6pe0SEPs6GS8WU9egEH2EpT { width:4.6875rem;height:4.6875rem;top:11.374755859375rem;left:11.87478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhatnd6NuT8myw4HF0XXacNM7u1PvF { width:4.6875rem;height:4.6875rem;top:21.999755859375rem;left:11.87478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH9DawycAz70ETmxHNXWT0Crvh6azrJQ { width:4.6875rem;height:4.6875rem;top:33.249755859375rem;left:11.87478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:7.6875rem;height:3.41015625rem;top:17rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbHKLfuthN3CFeufqTQWJQrUP3ReB1fP { width:6.5625rem;height:3.41015625rem;top:27.1875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLbr1F3Jsup65LmhIFdK78ALpd6sBKKw { width:8.5625rem;height:2.2734375rem;top:38rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTOV4Km1Q9MwlqpEwNUnv2vxXdNdXU { width:8.3125rem;height:3.41015625rem;top:16.999755859375rem;left:11.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZSO1qlsuZXmRTGZkQ6BEvT30RpLBUM3 { width:8.3125rem;height:3.41015625rem;top:27.1875rem;left:11.687066078186rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMZIFBsyZZRWPhJtyTBZSeG98bhTNifq { width:7.6875rem;height:5.68359375rem;top:37.999114990234rem;left:11.4375rem;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:46.6875rem;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:49.4375rem;left:3.8125rem;width:12.37543375rem;height:2.874565rem;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/6YwNMiX4/22_22.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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:39.6875rem;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) { #k2yJtRevMfp8Rtpyc9hm65hAu3mczZqJ { 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:42.5rem;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:18.186875rem;height:2.5996125rem;top:5.0336370468139rem;left:0.906033039093rem;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:9.5399312973025rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBAOKfq8OomGRTpul0MXdrE4vHfvwlcq { width:11.875rem;height:3.125rem;top:30.850695610046rem;left:4.0625004768372rem;font-size:1.0625rem;background-color:#e3006a;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) { #TNfncfs34c1xRWA1vhcQCdZcDyvVexCW { width:20rem;height:3.25rem;top:37.541015625rem;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:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKhPZyKnC8xkZgmMobamM2omkvoFutOc { width:10.2495625rem;height:3.24978125rem;top:1.5603294372559rem;left:4.8741321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPQfFPh8mpLTuZAMuDaVxl31x0ailFv { width:13.4375rem;height:5.24903125rem;top:5.9342460632324rem;left:3.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J { position:relative;z-index:auto;display:none; }#lfxI9FgPTrCqnnUfpw6f92BmO3uKAp1J > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XGrl9OZDHCdqWi0TeScEMHlwqXkhSqNh { width:3.75rem;height:3.75rem;top:0rem;left:15.6875rem;display:block; }
 }