.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d3935;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; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { background-color: transparent; background-image: none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container > .video-iframe-container { display: none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row > .video-iframe-container { display: none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .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); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { border-width: 0; border-radius: 0; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#ye9riOJeWkvipgmp5FaClyLsgTN35qJF { box-sizing:content-box;color:#6e227d;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.9375rem;left:52.125rem;display:none; }
#VU5IAHktfxOeZoyfzKXKDb2FBL0TUOEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.0625rem;left:54.625rem;display:none; }
#MrDw4cM3XLBKfhX7ReyTV04JnZBJXka9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.443359375rem;left:56.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#IdiTvIoAzG23KXgLXZm4qis7ZrZ4BtdX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:0rem;left:5.09375rem;overflow:hidden;display:block; }
#vQ7WunIPRqqRMwTT4WsaTTIrlrHdnTlL { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.75rem;left:60.25rem;display:block; }
#w4htwxB3GLbOtHngbZaW9mVhS3K3yVJo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c424d061-3a7c-43e2-b855-a800805d1c47/_GSC_celestia_web_banner_01_c.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:75rem;overflow:visible;position:relative;display:none; }#D3Tlt3FcfVTMJHKffTkfKcDMxMV7uowx { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:arquitecta;font-size:2.5625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.12451171875rem;left:18.1875rem;height:2.56293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L08zlWNE1zT1GtXTF7B7iTWewWI3FGvm { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:arquitecta;font-size:5.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.68701171875rem;left:18.625rem;height:6.7436875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWKeeWQ4BGhqBORJOF2UKAC4buuQAXkL { color:#1b303c;display:block;width:21.1875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.71240234375rem;left:41.28125rem;height:1.9487875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#snEVc1ZldzQmrTrhLvwyGcBa7JIIZoXp { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.35546875rem;left:18.375rem;height:2.7495625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-form-header { font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:arquitecta;font-size:0.875rem;font-weight:bold;color:#909090;width:7.1875rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;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:middle;text-align:right;text-align-last:right; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-text {padding-top: 0; padding-bottom: 0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:arquitecta;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-select {padding-top: 0; padding-bottom: 0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:7.8125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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:#98c5b6;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:7.8125rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.4375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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:21.25rem;overflow:hidden;font-style:normal;float:none; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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;float:none; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-container:first-of-type{padding-top:0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-container:last-of-type{padding-bottom:0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;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:30.218101501465rem;top:24.211155891419rem;z-index:15008;position:absolute;font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.4375rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .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; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW {display:block;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;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:30.218101501465rem;top:24.211155891419rem;z-index:15008;position:absolute;font-size:0.875rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #u7ye0kTOBRQgR6E3y1oETfU9HsGDmRCP { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #A4OENrsFVUVQJ4OElbgXpriTJKkZfxmZ { position:relative;display:block; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #iUnfAf5CMIDqWh9ro0KTguZIHGQi2pqZ { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #bukwomoI0rkAirpOf9x3xOAsUXVwuAPn { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #LsBrlkdf8DKaKTHgLV1a7qzJGfZpnIXr { position:relative;display:block; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #HQ3CxTNbDkL9apzHx264k0LfuB7zmQMN { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #i98xVL5OviIHbl0NJJ3F3Huo4WTn0IN7 { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #T4l4RC1hqx7hBzZQmA3zCB4ci1CbTOl4 { position:relative;display:block; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #PZ395GkpDSlWhUMJVO0tkRxGwO5ZIzwi { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #G7VicGh4OSri49GnzvUa5Tbug3Qo0xt6 { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #lt2xOaRJ70fL2JPwbB0dZF3LwQ88aMTW { position:relative;display:block; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #uayQK9QCcdwqzRklLyI4ezXnlTgmEsyd { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #TnCcb7Kabd5z7pGIzEHK6PrUZo6gqmo2 { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #xb2AaPKO0tLmAy3ATA19sGAOQp0XMune { position:relative;display:block; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #UobJLGI27zVuZfHJneF1zsJ3KI3eq7u2 { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #bzxZTNTxCX7EXorTnwupVhTDbqCTbCxZ { position:relative; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #qE2HTXbUgui6M7U2qOsZI8mzE7Xy7Zu8 { position:relative; }
#OgbZ8FHPT7dJa5izZChNiEPg3hlZUhMD { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:arquitecta;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0556640625rem;left:18.3125rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DbN7pnzVSzdpN42y9xrgLA7UqRvkakuP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.625rem;top:7.29296875rem;left:65.57275390625rem;overflow:hidden;display:block; }
#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c424d061-3a7c-43e2-b855-a800805d1c47/_GSC_celestia_web_banner_01_c.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC.adaptive-delivery-prevent-bg, #xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC.lazyload, #xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC.lazyloading { background-image: none; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC > .row .container { border-width: 0; border-radius: 0; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:75rem;overflow:visible;position:relative;display:none; }#cK6FoHPaNiJ9JnBR9h4yE07PEJTBsnyi { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:arquitecta;font-size:2.5625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.12451171875rem;left:18.1875rem;height:2.56293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATrts8r81GlBTBgLROTUMfChnAMSA9Q6 { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:arquitecta;font-size:5.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.68701171875rem;left:18.625rem;height:6.74275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1zUVUl3XLxQUg8KG0m66sJ42N0WSC5g { color:#1b303c;display:block;width:21.1875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.71240234375rem;left:41.28125rem;height:1.949575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MtHB5d1aNtfhOJCGpDdLxRTaX4vNIxTy { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.35546875rem;left:18.375rem;height:2.75035rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-form-header { font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:arquitecta;font-size:0.875rem;font-weight:bold;color:#909090;width:7.1875rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;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:middle;text-align:right;text-align-last:right; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:arquitecta;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:7.8125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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:#98c5b6;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:7.8125rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.4375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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:21.25rem;overflow:hidden;font-style:normal;float:none; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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;float:none; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-container:first-of-type{padding-top:0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-container:last-of-type{padding-bottom:0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;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:30.218098640442rem;top:24.208984375rem;z-index:15008;position:absolute;font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.4375rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .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; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 {display:block;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;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:30.218098640442rem;top:24.208984375rem;z-index:15008;position:absolute;font-size:0.875rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #apmulExZZaMLkPNbB5G61augex2M1ZT6 { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #G1Gkwk50peRwqkfg3THzkTltN7RUzTAJ { position:relative;display:block; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #HVrr1wE6wnKvRHZ7kkUXDo3K5thQkQUK { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #fTkWX5hET8BE0RPfTkZR9odRy3sZXGM4 { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #zJoWO7GR1PbTzbJSuNHzvgQfNww4Wq3c { position:relative;display:block; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #z8WcT4WsRJtsW0Fwin5h6fEFkaiq6qZc { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #F8yhkzKUmbbkZw3efx4eoKQrZ6eviVUk { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #TXFmJTZr4iZGtdCUCI3day30OZErmtw3 { position:relative;display:block; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #JXzgNvg6dahf1HmTfEbkexFl9L4n59iW { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #rCURwymL6xqQ5DTaS2GPaleCtqTA1Z9b { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #t2aMmKS342lc9cSJpMlH8CVUzSxwEg3x { position:relative;display:block; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #ELkCvbwgSQcBFpctHGcbCQ0fru84qo9i { position:relative; }
#cFgscEuX45ZhkSgSNX8KLsI41EKbW3K3 { position:relative;display:block;z-index:100000;display:block; }
#c2VZkUlThNovUVDbmcAwcEGVuuRLnkoT { position:relative;display:block;z-index:100000;display:block; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #nm8eJfA3LWvoGuJhqakyBfi8LLOkSpkf { position:relative; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #BWKdlKEq93p7hQVy4FDdNtSBtIwntcuA { position:relative; }
#JUgftunGdfBBWpANbcRapcO3KoOSNPvf { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:arquitecta;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0556640625rem;left:18.3125rem;height:2.2745rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xo87DXxTUG3rTuKdxNT8knmbcSPsWrbh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.625rem;top:7.29296875rem;left:65.57275390625rem;overflow:hidden;display:block; }
#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da22abf5-a3c1-4c34-a149-9f90112e131b/_GSC_celestia_web_banner_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh.adaptive-delivery-prevent-bg, #AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh.lazyload, #AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh.lazyloading { background-image: none; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh > .row .container { border-width: 0; border-radius: 0; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:75rem;overflow:visible;position:relative;display:none; }#FeN9Nv1T0qX5tOz7O3IfmBqUI3vbgWps { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:arquitecta;font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:11.54296875rem;left:0rem;height:2.43785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvwDvHGp1OTa8DFRUcXoBlUhl4Fd88Um { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:arquitecta;font-size:4.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(16,28,47,0.61);top:13.95654296875rem;left:0.375rem;height:12.837375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1wpFux85cfN2zpIuBgE7mh6tNLxFTo1 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.8369140625rem;left:48.09375rem;height:1.949575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZOymNGgQAMXqn3TzGQppMG3T8v0vWwa0 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.60546875rem;left:0rem;height:2.75035rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzTKAhgXDih09Pt7GhBzMBbc3WGtH10O { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:arquitecta;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(17,56,77,0.66);top:19.8125rem;left:0.5625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezTdsPbAHmmUOCmexvXTRJ5N2AQD86uC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.625rem;top:47.56201171875rem;left:34.1875rem;overflow:hidden;display:block; }
#oaruBDZBUby2xlqDaxmThXKxffTi48rX { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:48.82470703125rem;left:1.78125rem;height:0.750175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da22abf5-a3c1-4c34-a149-9f90112e131b/_GSC_celestia_web_banner_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon.adaptive-delivery-prevent-bg, #IyVFSZU2CpIrpr0yewUmPXRNS4aemLon.lazyload, #IyVFSZU2CpIrpr0yewUmPXRNS4aemLon.lazyloading { background-image: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container { background-color: transparent; background-image: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container > .video-iframe-container { display: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row > .video-iframe-container { display: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .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); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container { border-width: 0; border-radius: 0; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Hg88rlm862blAAzsTrNN3XZ3LzZIQmm7 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:arquitecta;font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:9.48046875rem;left:0rem;height:2.43785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzniTutlXmt64E8nVdryXBmFIiRmv28e { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:arquitecta;font-size:4.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(16,28,47,0.61);top:12.08154296875rem;left:0.375rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTp8CTclxB4T1rcDxSdVfyCOok5OvoKp { color:#1b303c;display:block;width:21.1875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.71240234375rem;left:41.28125rem;height:0.9747875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zDrXKUX2CRIy30Jum8T1gCNozA1uz9eF { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:5.29296875rem;left:0rem;height:2.75035rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQPA8NpSEEVK5p1J4Vfmu9xq2y4nxBT1 { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:arquitecta;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(17,56,77,0.66);top:18.4375rem;left:0.5625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSOVFOltnLduVN36hXTyU9Ed0dTSJVkT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.625rem;top:46.58740234375rem;left:34.1875rem;overflow:hidden;display:block; }
#QpVodOkLosKcB2quLIps6tGiqhxH7I2o { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.16796875rem;left:1.78125rem;height:0.750175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-form-header { font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:arquitecta;font-size:0.875rem;font-weight:bold;color:#909090;width:7.1875rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;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:middle;text-align:right;text-align-last:right; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:middle; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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:inline-block;*zoom:1;*display:inline;width:22.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:arquitecta;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:7.8125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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:#98c5b6;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:7.8125rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.4375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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:21.25rem;overflow:hidden;font-style:normal;float:none; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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;float:none; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-container:first-of-type{padding-top:0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-container:last-of-type{padding-bottom:0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;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:3.3994140625rem;top:22.7109375rem;z-index:15008;position:absolute;font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.4375rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .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; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ {display:block;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;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:3.3994140625rem;top:22.7109375rem;z-index:15008;position:absolute;font-size:0.875rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #JkQb005bcfMS7KEquDIM6glC5gXHqA65 { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #AH8aaVsqV4FSLNOOQruRBwJzFEW90J16 { position:relative;display:block; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #K3ViB5IAftkNmerlbPhsoEhi9S9TEPAD { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #ZR1sRqkV8WxSHb2NfQNe8T2CEJqQti3Z { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #nTbTLd37FEfkCvDdbQwZr3arRvpxxnrp { position:relative;display:block; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #e2S1xZQREurb7S3Tx3r4iSw6WvyX1EHg { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #BkF9dNF4v5eoVCdcL9uxq0Ou5ai4g0qy { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #dGnMwJClTPDRPfFBz6MGX9o8RL4TSmHl { position:relative;display:block; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #aMmwoW2C01s67eXuGcasX4W6sgUOvtyz { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #HlLB8n226WlJkz8fQDw472nrJUqRgqLc { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #nyfv5LIzpq8M6yno7KPMtDptgm3alglR { position:relative;display:block; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #ioywPGtdni2xqbuh197hGtnlWRtvk7X2 { position:relative; }
#SsA74iwQxohLD3pwDcgt02lBe2CyxzrI { position:relative;display:block;z-index:100000;display:block; }
#hRz18g5OzL85SR667HVJbWTo0MqC64sS { position:relative;display:block;z-index:100000;display:block; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #TRtNfnZAE8SBUSbHIdCNoSUIN6S3Tbs7 { position:relative; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #iHPFyvFHBhpb8t9HoS8qgODSU8OSrv30 { position:relative; }
#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c424d061-3a7c-43e2-b855-a800805d1c47/_GSC_celestia_web_banner_01_c.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf.adaptive-delivery-prevent-bg, #SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf.lazyload, #SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf.lazyloading { background-image: none; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf > .row .container { border-width: 0; border-radius: 0; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf > .row .container { font-size:0.875rem;font-family:"open sans";height:52.625rem;width:75rem;overflow:visible;position:relative;display:none; }#RZDLE6ZRLQKKvXwuqespToMKiFvufeTh { color:#ffffff;display:block;width:56.8125rem;position:absolute;font-family:arquitecta;font-size:2.5625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.12451171875rem;left:18.1875rem;height:2.56293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTazsNTC42DDM3sOiWOqbHzrQlU2KQGg { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:arquitecta;font-size:5.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.68701171875rem;left:18.625rem;height:6.74275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5aJqDkEEif4U8GISTGJiZKUEwOo7yZu { color:#1b303c;display:block;width:21.1875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.71240234375rem;left:41.28125rem;height:0.9747875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EKC9Z6MPS7bHtL7v9qEQNCdCxofFaVZJ { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.35546875rem;left:18.375rem;height:2.75035rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zb2lUe1nUgb4Fua0VvbgLZikKeeiPLmb { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:arquitecta;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0556640625rem;left:18.3125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4Ls1qzzA7Uq6EyLIGrO9Mge4i6ykAu3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.625rem;top:7.29296875rem;left:65.57275390625rem;overflow:hidden;display:block; }
#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb { background-color:#af1556;background-image:url("https://images.assets-landingi.com/uc/4dcb8e6c-e5b9-4cd7-bc8b-f1184b53fdcf/_GSC_navidad_banner_celestia1.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; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb.adaptive-delivery-prevent-bg, #fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb.lazyload, #fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb.lazyloading { background-image: none; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row .container { border-width: 0; border-radius: 0; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row .container { width:75rem;height:45.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c2b6364-3887-446a-b996-8b56abe311db/_GSC_celestia_web_banner_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7.adaptive-delivery-prevent-bg, #UJMQURgRLP4hWQSOrooCnyTueRaSFKy7.lazyload, #UJMQURgRLP4hWQSOrooCnyTueRaSFKy7.lazyloading { background-image: none; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 > .row .container { border-width: 0; border-radius: 0; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 > .row .container { font-size:0.875rem;font-family:"open sans";height:44.5rem;width:75rem;overflow:visible;position:relative;display:none; }#s0qxauxK5dG18Pwx122Lg2vsTdkBtUOX { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:arquitecta;font-size:5.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.9375rem;left:7.5rem;height:6.74375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eKo9s1ImyJmrMETaRdMJIDolLlxJ2ApU { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:arquitecta;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.70654296875rem;left:7.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-form-header {  }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-regular-label { height:auto;display:block;font-family:arquitecta;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-text {padding-top: 0; padding-bottom: 0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-select {padding-top: 0; padding-bottom: 0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#684558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .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; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-container:first-of-type{padding-top:0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-container:last-of-type{padding-bottom:0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O  { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.2431640625rem;left:21.875rem; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O {display:block;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.2431640625rem;left:21.875rem;display:none; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #HlR5OgeZ2UgOkZk4Tn0lDRySn5FTCvru { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #EvRgPWSuR4b8iMMrPdprEJQ92RiAy4DC { position:relative;display:block; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #NuQJOzaamlly08FoxBhnIvTanCgHcOUp { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #Se5zbNsxsHnop1EzzhBHEz1yvUA2TQhd { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #UPygIKb7D1migSSgr4RFrBK4ocJ4v4IG { position:relative;display:block; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #s3bAhGbLEwnoTxqT9k6CwTRKGSTaodRF { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #DkZ1g8mEJt0aUHHK8wxwLTCcTsJF2P3b { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #oGicq53OuUUDEbMfTwM6ylVpfZ1UM76s { position:relative;display:block; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #lwZyyk3rRoBpZ7VzmygrkcCM6gmdDPJO { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #IAXOAgIzlOA1hg1T60Vds6MMXXuZWbVl { position:relative; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #ayRuDtTXHww4fz47WqnLQDWuP38xwC8e { position:relative; }
#KMbs5t5ZCtHtsaqGr7D956V2CbT77yz2 { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.0546875rem;left:26.3125rem;display:none; }
#eIcpfmnLBX1Pwzu4bowCPSMR1DtykJ9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-form-header {  }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-regular-label { height:auto;display:block;font-family:arquitecta;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-text {padding-top: 0; padding-bottom: 0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-select {padding-top: 0; padding-bottom: 0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#684558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .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; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-container:first-of-type{padding-top:0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-container:last-of-type{padding-bottom:0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm  { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.242969512939rem;left:21.875rem; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm {display:block;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.242969512939rem;left:21.875rem;display:none; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #d53TJyBENtPBWSfG3ovntmHwCVnwnLWs { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #SThUe05qCpbau6UQbVzp4Hy8KaBQpzL4 { position:relative;display:block; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #qTtwqVv1ELBdcLr2zBunMy0CBKwxBrTW { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #G50tAagN6Sf0IvOMSTXOH611tPbqQ0mz { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #yXqZS93bTG2U0luJm2VS5F6X1xc0Cv90 { position:relative;display:block; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #bxLqKO9t5BdCqpUF22nFCBx2LMH50pya { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #iNmXca9N941A1pDz9CdM4EeRr6KDGgF0 { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #bb2rkXZAdZcfDwyWX364bl2D71sNRldE { position:relative;display:block; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #dkEoDhimMN84F0iZed8amyPhLxccpGAu { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #q55PIH9XgI7i80dsiVVO5QWlGGV6FUXV { position:relative; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #wwSeSvVxyFJMI2U3Q8DAk89Gb8lz04HX { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-form-header {  }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-regular-label { height:auto;display:block;font-family:arquitecta;font-size:0.875rem;font-weight:bold;color:#909090;width:31.4375rem;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; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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:31.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-text {padding-top: 0; padding-bottom: 0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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:31.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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:31.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:arquitecta;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-select {padding-top: 0; padding-bottom: 0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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:#98c5b6;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:31.4375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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:30.25rem;overflow:hidden;font-style:normal; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-container:first-of-type{padding-top:0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-container:last-of-type{padding-bottom:0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;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:20.3125rem;top:23rem;z-index:15008;position:absolute; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.4375rem;display:block;vertical-align:top; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .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; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg {display:block;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;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:20.3125rem;top:23rem;z-index:15008;position:absolute;display:none; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #Zxev9FJAVcO69W8l6J9eVN3T5vG84hKJ { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #imMCZTmCL48zVPzGiq8uPW8JLpRJZ34H { position:relative;display:block; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #rMfOHWiKNx36ercGTs7xR19lgHN2d3Ng { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #eHr0f7oPxwkpH5kGkuC7Nobv6EqzAfhx { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #VlPtN7MEcxdsfamPQ5okwZmsD3fUBicR { position:relative;display:block; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #iWFziV9aqPHAV9katntTFJqy3k3QwCZI { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #JM2pAHi5VlnoFOhprkdsQC197dTVbcfw { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #bRqDfCOihcWf7WCqX96tFVffLDVK0klh { position:relative;display:block; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #FtkU1o9gAf8n7Z0h9THGAHcCeBnCdGXQ { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #w6kwAhriD55pp6yRM6bT7Fy8Za4pWf5X { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #kqcLzPuyCab9dD4KloTTXMTdkXfeuZaP { position:relative;display:block; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #dMcmkr3zfORo3VzWSLUdlfGRPFKFsAVF { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #cWotHttIgIbScTr4rg7JMT0I5fuwycHW { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #fn026g4R7SUvK04ZDHAbgf4OwQtzvKgx { position:relative;display:block; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #RDS7v8pKOu5O2ml54yPUS063zoET0Kmy { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #vaTfbI3StlNH4SUZTB7SLylTmSfvw7TF { position:relative; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #IK4o8ZMkr1S91pZr8o7TL9WCx9ZXSc8v { position:relative; }
#GpRMAtOa4uFNdMKDhSVnGtRCQaTcSch4 { color:#1b303c;display:block;width:13.5625rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:47.98828125rem;left:57.9375rem;height:1.949225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Hl4HJeTwrGKsDp23rHbgTq8kw3qWyOo7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arquitecta;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.7431640625rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fqH4w8LTO5N8bVpekmkXSkI03iE9JHRT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arquitecta;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:10.1875rem;left:0.125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DXsISdzR1EbebvwiPTS93xWCbKO2hZX1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:8.4375rem;top:1.1796875rem;left:66.5625rem;overflow:hidden;display:none; }
#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c2b6364-3887-446a-b996-8b56abe311db/_GSC_celestia_web_banner_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg.adaptive-delivery-prevent-bg, #JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg.lazyload, #JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg.lazyloading { background-image: none; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg > .row .container { border-width: 0; border-radius: 0; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg > .row .container { font-size:0.875rem;font-family:"open sans";height:44.5rem;width:75rem;overflow:visible;position:relative;display:none; }#DCf7of1rUgtFaRRTHuLF16y7nXXpKLUV { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:arquitecta;font-size:3.3125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.375rem;left:7.5rem;height:9.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkpqfkb5XDDrt96v7FTCF4GOEvQCroK3 { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:arquitecta;font-size:5.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.9375rem;left:7.5rem;height:6.74375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UCSWN1CuwvG4x98fgcEXNRdtL09vOd1m { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.6875rem;left:7.75rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r8oO5zcJLrRi1K9EgFk5DEQmzIJezIvd { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:arquitecta;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.70654296875rem;left:7.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-form-header {  }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-regular-label { height:auto;display:block;font-family:arquitecta;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-text {padding-top: 0; padding-bottom: 0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-select {padding-top: 0; padding-bottom: 0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#684558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .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; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-container:first-of-type{padding-top:0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-container:last-of-type{padding-bottom:0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp  { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.2431640625rem;left:21.875rem; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp {display:block;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.2431640625rem;left:21.875rem;display:none; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #EHqiaQp91GwebGbAsZscy0bXOSr3aGSc { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #MmcL6f8zKJNk2XiRBvIfy23tDr5MISzK { position:relative;display:block; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #FdQCpOKhb2lIddMUNGTxqw4wBZznTvw4 { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #zJXSBGzDsoST06hdRzgCBXHUsbwAlqxh { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #u0zSSmxaTHSDCU7eSxrN6X0BwHEN8NVl { position:relative;display:block; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #yn6kqOiGWmDHDiSHDBJxkI9IN94omxaT { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #FU4T2ZpgvWwc2K4aB2NcuNCoH77iP64m { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #VQvF9sIyqHxa2Ln9lwy9SvhBgx5ByJvo { position:relative;display:block; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #wHRvudU5lG7rl1LcRB9q15INfG1zAoJs { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #afrRMn6aMk2nRBvTLQkFXSIHUWlDqcvJ { position:relative; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #steRwc1KHptJMpRkT62RbN10CuADMKTq { position:relative; }
#g5lwgN650iWQLT7M3SvRb3gZzwdfcTui { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:arquitecta;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.70654296875rem;left:7.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xACkcfbNv86T9yeDbxJPS7g4lKlb8GZV { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.0546875rem;left:26.3125rem;display:none; }
#Lgw6JFCdB9219ZmviB6rcy1xAVnUCLut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-form-header {  }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-regular-label { height:auto;display:block;font-family:arquitecta;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-text {padding-top: 0; padding-bottom: 0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-select {padding-top: 0; padding-bottom: 0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#684558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .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; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-container:first-of-type{padding-top:0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-container:last-of-type{padding-bottom:0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE  { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.242969512939rem;left:21.875rem; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE {display:block;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.242969512939rem;left:21.875rem;display:none; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #Vi4dtVixE38mmpUPBnsSMZ4A8XfKxR0b { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #grpclXnB7tN2nMrXWXex6d9LDdFM4C0G { position:relative;display:block; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #BVVwLUX39LeGh9ohhCTpCzwrEOI3HPXK { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #yduk3bUVpFc40dxGUU8E3xfftN8zMaV4 { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #tSI1UaHtgQr70JIB5rmLFJ9lis1LgBfT { position:relative;display:block; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #PMfXR7ETSUXdoAT9d2dA9wyoftO1EnIt { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #G0tNUWUxT0EffHQkXd09tSuF3xMpXKEb { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #Nns0BS2f3cPBPWiJGy6ZP0QvePc2d0UX { position:relative;display:block; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #qsCUnP1gWQQaSLbI91zTiie0hrN97PMR { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #y8nDae0QnpOVxTZcmFoz7GfD88Tmk2OZ { position:relative; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #FLfQO8pEiwLPPeRHTUDqqi5WXDtNg110 { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-form-header {  }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-regular-label { height:auto;display:block;font-family:arquitecta;font-size:0.875rem;font-weight:400;color:#ffffff;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#684558;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.375rem;height:3.4375rem;font-family:arquitecta;overflow:hidden; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arquitecta;font-size:0.875rem;font-weight:400;font-style:normal; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .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; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-container:first-of-type{padding-top:0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-container:last-of-type{padding-bottom:0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2  { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.6171875rem;left:21.875rem; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 {display:block;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 { background-color:#98c5b6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.6171875rem;left:21.875rem;display:none; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #izEIOrhfPg5nSpJqi60OhTVGFrh4K3Z1 { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #sNnKVR8qFT1lVPxyJUnT4JZXIghFQOC5 { position:relative;display:block; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #nGGLvR2FeI1ZqsnwLZUipDJ4azvOfPy6 { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #FaJLCycanMuuvZWICOrENTdWgy05B3sD { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #Z6EpgVtW3sLaQC6EamRtXfOorVT6Qhpm { position:relative;display:block; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #G4WLXXeofWEoGQpvqvFkmM0i25cAcHFk { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #xglcReIJpZoFRy8hhPFhkdC4Qbepu5z3 { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #AyiDdkl6cMWk3VlnT9lpAfU6qTwRsy1C { position:relative;display:block; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #wpE4nDyZ61MWe7qclOwIWekibXZXNlKW { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #Z9IdN3Fug0zW3DRrtwc8PEcCZlQZtw0b { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #aFcT3yzMpUEf1Sv7z6BZiJSK6ZK5xOSS { position:relative;display:block; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #T69tCKb9b2QBHENaeUNWOW5JebF5WhkM { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #VNGSHhZ3ueoD9iWTzonvQmLnnOvAoozw { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #OvQ1LKAZx3Fay5qJaMMi8Wi6ByTWZOJy { position:relative;display:block; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #TPki9gk6vOVWvVFQGSHgI547Jo2JsU2i { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #T6Xka8NG5dkmqqX1sk19WQWIVW785EMz { position:relative; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 #TaDk4UphzXAPcGW6adP2Q1cNBHGUJBZK { position:relative; }
#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { background-color: transparent; background-image: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { display: none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .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); }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { border-width: 0; border-radius: 0; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { color:#3c3833;display:block;width:21.3125rem;position:absolute;font-family:arquitecta;font-size:3rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:5.0625rem;left:43.8125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { color:#3c3833;display:block;width:22.375rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.5rem;left:43.8125rem;height:18.3691rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQF4liK60uIxbbuzwLCR5bDO7LQFdUBh { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.5rem;left:43.8125rem;display:block; }
#acPP9MOrPOkL0gRZG6oMIvKrRTnOT902 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1C4QPW2ci3Ov3pbUtTyCi1bRylWgXLC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:10.3125rem;left:0rem;display:block; }
#NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W { 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; }#NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W > .row .container { border-width: 0; border-radius: 0; }#NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:none; }#lTzqLH9Qqb1sK1uTqaM5rO7Ien9Nx4mt { color:#3c3833;display:block;width:21.3125rem;position:absolute;font-family:arquitecta;font-size:3rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:5.5rem;left:7.625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9FD40JXMe1Tqf93bPllpTf1eSegXLkh { color:#3c3833;display:block;width:22.375rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.9375rem;left:7.625rem;height:18.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z6HsciHl2U8Hp0eIBf77dZOTQTM44EB6 { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.18603515625rem;left:7.625rem;display:block; }
#eZTbAiQFflCZJdF3I8iVp27vOFLMmFik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bokPlU1et3leRnufy2iAuLh8ALkvL4E5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:9.90625rem;left:35rem;display:none; }
#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/cf427c22-b1d7-4b0e-9783-8fcf5a76c8d8/_GSC_celestia_web_banner_02.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; }#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk.adaptive-delivery-prevent-bg, #TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk.lazyload, #TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk.lazyloading { background-image: none; }#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk > .row .container { border-width: 0; border-radius: 0; }#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:none; }#QruO4PRx7zNZnqQ8dNVtADaqugZVJeMf { position:absolute;display:block;z-index:15001;background-color:#978b87;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:29.875rem;width:19.75rem;top:7.6875rem;left:27.625rem;display:block; }
#HhQPSombiczyFyufowHl1GHRoK8oIa4c { color:#3c3833;display:block;width:19.9375rem;position:absolute;font-family:arquitecta;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:7.6875rem;left:2.625rem;height:5.99965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AvPfBIqRacurIFQdKKEfl3s4sRD1LFL5 { color:#3c3833;display:block;width:18.6875rem;position:absolute;font-family:arquitecta;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.6875rem;left:2.625rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M0lo5OfbeG9wiTVPRgmIVbgDJ1z7d1VS { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:10.1875rem;left:28.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qbmlb1JmmqL3kwwnyrVllknWIh4BaF9x { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.25rem;left:30.5625rem;overflow:hidden;display:block; }
#rv5bNhDRcDvFkr5ddfui8dLB8DBPWmRL { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:14.375rem;left:33.8125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTXDsc1197xOur7dZCbOyThnSpFvfwio { color:#fffdfa;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.9375rem;left:33.8125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNqWur0PLivc25ah9cFBwLWlcp22rGP0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.125rem;left:30.5rem;overflow:hidden;display:block; }
#OgLmSUKTzM7KzcywJlEECe6cJXOh4S9c { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.1875rem;left:33.8125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJBl807T2tRQEr6JUTWTRvENgZcoDoeL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:26.6875rem;left:30.625rem;overflow:hidden;display:block; }
#AukZygtF9rASg76WnZxdbuvLzK5dX2u2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:22.5rem;left:30.75rem;overflow:hidden;display:block; }
#NQHJFRwh4p1kUMN4Au3AsKeFdHDCQWxW { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:22.4375rem;left:33.875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tww33ZAwPEM5hmxTLbnosEne8phU5vvk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:31.25rem;left:30.5625rem;overflow:hidden;display:block; }
#EefZHdNk43eHUGWNk3ERvGLIrAXongNi { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:31.75rem;left:33.8125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JzVkO7nBbArb22fKduAOgGKuNncrccD9 { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.125rem;left:2.4375rem;display:block; }
#ya60VnBaGQ1PTt0A1C6SrzMevz6Hg1pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCJDIfvZ46ku7OJgGxZmEKma1bKESrOZ { color:#545454;display:block;width:24.875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:41.0625rem;left:0rem;height:0.750175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/801f9844-066b-416d-b428-9409c488fdb2/_GSC_celestia_web_banner_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz.adaptive-delivery-prevent-bg, #b8oTG6vazcpV4fH67xE7l3eeyVy15oqz.lazyload, #b8oTG6vazcpV4fH67xE7l3eeyVy15oqz.lazyloading { background-image: none; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container { background-color: transparent; background-image: none; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container > .video-iframe-container { display: none; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row > .video-iframe-container { display: none; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .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); }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container { border-width: 0; border-radius: 0; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#CPWwowSZZiB5gg3pKO9R47BfC35n9Cnx { position:absolute;display:block;z-index:15001;background-color:#978b87;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:29.875rem;width:19.75rem;top:7.0625rem;left:53.1875rem;display:block; }
#FcrUTgRxwN8qg15Ow0FXscDSF9J4cT8x { color:#3c3833;display:block;width:19.9375rem;position:absolute;font-family:arquitecta;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.40625rem;left:27.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLFi7rBh4CNtpVItXKZV4L8XMX2TWU9P { color:#3c3833;display:block;width:18.6875rem;position:absolute;font-family:arquitecta;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:13.37451171875rem;left:27.5rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CqVAra9bHIaalAWEdE4PDMNvDCZ0QK5D { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:9.53125rem;left:53.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSE8xNEaRr6TGssxpqTZcZwoyU244pxa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.6552734375rem;left:56.09375rem;overflow:hidden;display:block; }
#EK1QPkao5KX0qPvFcXiNsnTs7Mk1Lbvk { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:13.7490234375rem;left:59.375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phFFu09qwprIXZdnTaTBpFB1AZdXrg2U { color:#fffdfa;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.312322616577rem;left:59.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfss1f6xNoVsTcOQhhWhCK2eAin0m4Qt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.4990234375rem;left:56.03125rem;overflow:hidden;display:block; }
#sBB5mnbsFzB6hx3M9o4bg0eRTCBnVuiL { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.562498092651rem;left:59.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcXqAe56lgO32m058kMKD6GaZowA8ps9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:26.0771484375rem;left:56.1875rem;overflow:hidden;display:block; }
#LsOCdRAOt2yXR6oFS3sWTdH0d4GSvBLD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:21.88037109375rem;left:56.28125rem;overflow:hidden;display:block; }
#O0kTvudZxkzUhpZ9HUfv2KoPAz7l6Cd9 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:21.78662109375rem;left:59.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVCnCpyELvJkoU4XImxRDF6whLzZD4TP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:30.6025390625rem;left:56.125rem;overflow:hidden;display:block; }
#Dv9R1f41CNVZtQJDA9RbNaEOz2HJwx7E { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:31.124822616577rem;left:59.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nU4AXbHaQARsEveEoqktmIVGwPzOL8Ph { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.8125rem;left:27.3125rem;display:block; }
#d8rdilGyRfoXV0X5G2PibPBTxVhzvIbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/801f9844-066b-416d-b428-9409c488fdb2/_GSC_celestia_web_banner_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV.adaptive-delivery-prevent-bg, #H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV.lazyload, #H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV.lazyloading { background-image: none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container { border-width: 0; border-radius: 0; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:none; }#K3zfDN76DwqRZiyHxQhIJqzdNs05OiCv { position:absolute;display:block;z-index:15001;background-color:#978b87;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:29.875rem;width:19.75rem;top:7.0625rem;left:53.1875rem;display:block; }
#a7SWpDKLaoPPlEGbfn7fM4cWIBXysuOa { color:#3c3833;display:block;width:19.9375rem;position:absolute;font-family:arquitecta;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.40625rem;left:27.5rem;height:5.99965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROfVJxp3tSn9C9MLTZtGrG0WcJ7XftnH { color:#3c3833;display:block;width:18.6875rem;position:absolute;font-family:arquitecta;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:13.37451171875rem;left:27.5rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JKFduICihwcsDVzEvJQzavPEonowO9Gv { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:9.53125rem;left:53.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bE3vTnuINHKHolSG3m4OWlZSQzlwbsGm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.6552734375rem;left:56.09375rem;overflow:hidden;display:block; }
#UaqH6hcsUwHFTkU8G76GVAXgSbO6Vreu { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:13.7490234375rem;left:59.375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGeEdivuBn6LWm7vIpnvm1KNWCFiZAIu { color:#fffdfa;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.312322616577rem;left:59.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQPKI99N1eGGHh7P8NfQx2RamFX2n4nE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.4990234375rem;left:56.03125rem;overflow:hidden;display:block; }
#HqTIUXB8baR7ZZ8nZcAz74EiafuKcHTM { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.562498092651rem;left:59.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnTXr89OXBaIi0CfuKkPGhV9Ndqby00v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:26.0771484375rem;left:56.1875rem;overflow:hidden;display:block; }
#pqsgXHbZoN0Ztg14b2btk1BEgWLD3gvp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:21.88037109375rem;left:56.28125rem;overflow:hidden;display:block; }
#PJ1lorrGOR8dhGo4RPWvE3ceuu3wPecF { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:21.78662109375rem;left:59.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmpl5QFPr5XToRrVWsJFDDSwkhddkFkM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:30.6025390625rem;left:56.125rem;overflow:hidden;display:block; }
#XemDMq9LlME733FCyUlSLW3HQPPoXbQs { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:31.124822616577rem;left:59.375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vb8LArS0F3pxnscGrP7hnDJVx6kvmSho { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.8125rem;left:27.3125rem;display:block; }
#Q2tT1msUx2G9G7VhOfi9VVfsB13Uisgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/801f9844-066b-416d-b428-9409c488fdb2/_GSC_celestia_web_banner_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU.adaptive-delivery-prevent-bg, #FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU.lazyload, #FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU.lazyloading { background-image: none; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU > .row .container { border-width: 0; border-radius: 0; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:none; }#Mia8R0dZUDrDWOz9Be7nckpGtfdTCUBF { color:#3c3833;display:block;width:19.9375rem;position:absolute;font-family:arquitecta;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:10.156254768372rem;left:27.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHPOTgJOeS6gOUN9pdToMXJQwdE2Bnty { color:#808080;display:block;width:18.6875rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:18.31201171875rem;left:27.5rem;height:17.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzaCSDWID9C0VFwL1sJ1SOEQEoPQnmIS { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.75rem;left:27.40625rem;display:none; }
#py72fIxRZqToKk1m44XhrPX6qikZmyCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0Ghc4m42H6QlKSAGVBnzV58JU6ZH9TI { color:#545454;display:block;width:24.875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:41.0625rem;left:0rem;height:0.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c07bead0-5302-4c38-b4da-163ebdba3439/_GSC_celestia_web_banner_03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe.adaptive-delivery-prevent-bg, #cCyoVF0LuMPxIgf47qoCNfviDPzBffAe.lazyload, #cCyoVF0LuMPxIgf47qoCNfviDPzBffAe.lazyloading { background-image: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container { background-color: transparent; background-image: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container > .video-iframe-container { display: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row > .video-iframe-container { display: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .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); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container { border-width: 0; border-radius: 0; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container { font-size:0.875rem;font-family:"open sans";height:18.875rem;width:75rem;overflow:visible;position:relative;display:block; }#rrVwUeRLQuCTT5q2IBzpUmrSPJFrCPAg { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:arquitecta;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:3.125rem;left:11.34375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-form-header {  }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-regular-label { display:block;width:19.3125rem;height:auto;font-size:1.125rem;font-family:arquitecta;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#3c3833;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:19.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#3c3833;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:rgba(242,249,255,0.34);background-image:none;overflow:hidden; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-button { border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.0625rem;width:16.9375rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:arquitecta;font-weight:bold;text-align:center;text-align-last:center;font-size:1.1875rem;background-color:#684558;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 [class*="-text"]:-moz-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 [class*="-text"]::-moz-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 [class*="-text"]:-ms-input-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 [class*="-text"]::-webkit-input-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:56.1875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.39); }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.96875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-container:first-of-type{padding-top:0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-container:last-of-type{padding-bottom:0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.53125rem;top:8.5rem;z-index:15007;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .radio-container { width:19.9375rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.53125rem;top:8.5rem;z-index:15007;position:absolute;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #h17gursmfBDPhQy1xrRvZdBBpehh2xS6 { position:relative; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #idKNpCv9FrTIPxC3pSkLukpd2L8mOCeo { position:relative;display:block; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #tT7zaXudMTV5SyrC9iUlL2rRgp89PaSO { position:relative; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #Eqkx67TWK9Qxc7a1I83xnvfKGLDvXkOZ { position:relative; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #g2SVQSp1azFaSCpSJyiGdEDv2a9xQRLW { position:relative;display:block; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #PC7wGLC0UWs9LEsH4mtK2emDCBQu6oCp { position:relative; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #NwOQ16krFu7TuFF09TaczosxdqZmxzIT { position:relative; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #HVFePTIoMvvTFPkdRrAlSNi6JX2Tf7Wk { position:relative; }
#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c07bead0-5302-4c38-b4da-163ebdba3439/_GSC_celestia_web_banner_03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q.adaptive-delivery-prevent-bg, #rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q.lazyload, #rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q.lazyloading { background-image: none; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row .container { border-width: 0; border-radius: 0; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row .container { font-size:0.875rem;font-family:"open sans";height:32.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#K85G1NNMDkQOSgaBFUhtRiWBUb7JmW5x { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:arquitecta;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:9.5rem;left:11.34375rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-form-header {  }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-regular-label { display:block;width:19.3125rem;height:auto;font-size:1.125rem;font-family:arquitecta;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#3c3833;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-text {padding-top: 0; padding-bottom: 0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:19.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#3c3833;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:rgba(242,249,255,0.34);background-image:none;overflow:hidden; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-select {padding-top: 0; padding-bottom: 0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.0625rem;width:16.9375rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:arquitecta;font-weight:bold;text-align:center;text-align-last:center;font-size:1.1875rem;background-color:#684558;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H [class*="-text"]:-moz-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H [class*="-text"]::-moz-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H [class*="-text"]:-ms-input-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H [class*="-text"]::-webkit-input-placeholder { font-size:1.1875rem;font-family:arquitecta;color:#a0a0a0;text-align:center;text-align-last:center; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:56.1875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.39); }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.96875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-container:first-of-type{padding-top:0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-container:last-of-type{padding-bottom:0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.53125rem;top:16.75rem;z-index:15007;position:absolute; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .radio-container { width:19.9375rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.53125rem;top:16.75rem;z-index:15007;position:absolute;display:none; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #rZXwfg6QulPdX1EvATrTUXqVqZlUstOu { position:relative; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #shhTslGeBTOqQcCb2VN5cQKWH179neO5 { position:relative;display:block; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #fAWGgftfv4rlhggApfOHmrHzrwdEcKHl { position:relative; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #DZiP7zwalnU6FfpZtxodJLQt0QWfsv4I { position:relative; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #Xoxg9y68mf6qzFnETndzTpGinpPtJh1G { position:relative;display:block; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #wSZHumPQJ22QiVQwtH5WODLReIxDpTDX { position:relative; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #wrcT1VOhM523WTuVQdyHEl0CNWvDE6XP { position:relative; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #ON0exdTmQIgPPCpPLKZkNpVSnnRycb0y { position:relative; }
#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { 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; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { border-width: 0; border-radius: 0; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#XOVlNk4t8LbRHAt6WEr28g5Ji1dUzX2u { position:absolute;display:block;z-index:15001;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:0.125rem;left:7.5rem;display:block; }
#GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { color:#98c5b6;display:block;width:75rem;position:absolute;font-family:arquitecta;font-size:3.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875007152558rem;left:0rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsTDxEVGnq5cn4ezFtE3tkTy7nR7NSNR { color:#a0a0a0;display:block;width:57.25rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.3310546875rem;left:8.875rem;height:3.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz { 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; }#LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz > .row .container { border-width: 0; border-radius: 0; }#LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#N9RNzbmFWfUQihTc2BBui1SoNy0n6Zw2 { position:absolute;display:block;z-index:15001;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:0.125rem;left:7.5rem;display:block; }
#Qcoutl9ETBa0TDzfHCdgH2g3W8KbT3lT { color:#98c5b6;display:block;width:75rem;position:absolute;font-family:arquitecta;font-size:3.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875007152558rem;left:0rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKw0LAoUF9apIQcgUgfsqWNQIbJHRc9z { color:#a0a0a0;display:block;width:57.25rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.3310546875rem;left:8.875rem;height:3.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoFCkztqXfRIukEJel580qRFf4VPUz7v { 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; }#FoFCkztqXfRIukEJel580qRFf4VPUz7v > .row .container { border-width: 0; border-radius: 0; }#FoFCkztqXfRIukEJel580qRFf4VPUz7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FoFCkztqXfRIukEJel580qRFf4VPUz7v > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#RguBPTXB4wp6RPmqZLAku9c9aNQoWPWD { color:#3c3833;display:block;width:16rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.83544921875rem;left:10.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v44RTP0pEMiolSAxmrzTSyMg1XvDcEET { color:#3c3833;display:block;width:16.5625rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8343753814698rem;left:47.968751907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSnNBPcBAkusMXvbB4LFI8dngpJ4bMEQ { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7df8f7cd-702c-47d4-9c20-6ba0d066017b/_GSC_celestia_jupiter.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:15.9375rem;top:7.25rem;left:18.125rem;display:block; }#VSnNBPcBAkusMXvbB4LFI8dngpJ4bMEQ.adaptive-delivery-prevent-bg, #VSnNBPcBAkusMXvbB4LFI8dngpJ4bMEQ.lazyload, #VSnNBPcBAkusMXvbB4LFI8dngpJ4bMEQ.lazyloading { background-image: none; }
#X5Qlzfn4SmkJXZ6PL5ItT0gEnSeQ7bia { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72e8f921-f6a6-4ea7-80e0-94b94526fb2c/_GSC_celestia_mercurio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:14.9375rem;top:7.25rem;left:55.1875rem;display:block; }#X5Qlzfn4SmkJXZ6PL5ItT0gEnSeQ7bia.adaptive-delivery-prevent-bg, #X5Qlzfn4SmkJXZ6PL5ItT0gEnSeQ7bia.lazyload, #X5Qlzfn4SmkJXZ6PL5ItT0gEnSeQ7bia.lazyloading { background-image: none; }
#MoV1wVTikVtdhDtxweeL0NTh38pa7STn { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6875rem;left:5.3125rem;height:13.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MoV1wVTikVtdhDtxweeL0NTh38pa7STn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MoV1wVTikVtdhDtxweeL0NTh38pa7STn li:before{  }
#R3JL38v9padar8nqf81gsHt9L66it0ZQ { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8671875rem;left:10.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.6875rem;left:42.875rem;height:10.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC li:before{  }
#fqCPVFqIXIMbfoM1oqe12UiuImk6GFgu { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8671875rem;left:48.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { background-color: transparent; background-image: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .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); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { border-width: 0; border-radius: 0; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#Afzb4l2e2TJcWzIefTypAllMfcBRJnxJ { color:#98c5b6;display:block;width:21.5rem;position:absolute;font-family:arquitecta;font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:5.75rem;left:44.4375rem;height:5.75rem;text-align:left;text-align-last:left;display:block; }
#wOA5iNbbGvtcSsv3dPN2lKg3m0UbQEq5 { color:#a0a0a0;display:block;width:24.25rem;position:absolute;font-family:arquitecta;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:13.875rem;left:44.4375rem;height:12.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3eb9392d-eae1-494b-8c50-b1aad3024943/NHDEPTOB2.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:35.75rem;top:1.5rem;left:6.3125rem;display:block; }#iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.adaptive-delivery-prevent-bg, #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.lazyload, #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.lazyloading { background-image: none; }
#h0TAGBEX1XKESRFDLI5TDRERVUk7nCPw { color:#545454;display:block;width:24.875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:41.0625rem;left:0rem;height:0.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container { background-color: transparent; background-image: none; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container > .video-iframe-container { display: none; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row > .video-iframe-container { display: none; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .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); }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container { border-width: 0; border-radius: 0; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container { background-color: transparent; background-image: none; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container > .video-iframe-container { display: none; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row > .video-iframe-container { display: none; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .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); }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container { border-width: 0; border-radius: 0; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#cQFC2At9Rq93b6Mtw2NuScAui895Tzay { 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:6.1875rem;width:11rem;top:0rem;left:12rem;overflow:hidden;display:block; }
#cLmildfdNFXpCRlSkglSHUtf1tekhm1L { 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:6.1875rem;width:11rem;top:0rem;left:24.1875rem;overflow:hidden;display:block; }
#ubKTVfKB0ePxcPTN7OxnLzx8koulWB8h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11rem;top:0rem;left:36.375rem;overflow:hidden;display:block; }
#HvL2oxrZQMwfsUIFGV2NPyKFeIT9N5s0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11rem;top:0rem;left:48.5625rem;overflow:hidden;display:block; }
#wb4XQJ1QTc9ZUvrBEmRrfKhXJLu6eeKk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18696875rem;width:10.999625rem;top:7.25rem;left:12rem;overflow:hidden;display:block; }
#sNqlydMgaFIa9Zx3H6HE9GLzy7yR6aEK { 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:6.18696875rem;width:10.999625rem;top:7.25rem;left:23.625rem;overflow:hidden;display:block; }
#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container { background-color: transparent; background-image: none; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container > .video-iframe-container { display: none; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row > .video-iframe-container { display: none; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .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); }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container { border-width: 0; border-radius: 0; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#CXqJcuOb1A5ZyIn10llZfLumXb4t4Iyp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18696875rem;width:10.999625rem;top:0rem;left:36.5rem;overflow:hidden;display:block; }
#zoz0mmuiaCtamJU6nKu0CPCpB7dmTL5E { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18696875rem;width:10.999625rem;top:0rem;left:48.4375rem;overflow:hidden;display:block; }
#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7604b663-b347-4d45-8e52-181cd2670bbd/celestia7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.adaptive-delivery-prevent-bg, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyload, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyloading { background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { background-color: transparent; background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .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); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { border-width: 0; border-radius: 0; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { font-size:0.875rem;font-family:"open sans";height:18.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ECgqGNnmvUgMJmvQenLdSXXc102f7wlt { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:arquitecta;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.81);top:5.8125rem;left:11.34375rem;height:2.25043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mw48ebrmrFkdWFGHR8XSmwGwriFQAruU { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arquitecta;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10rem;left:27.34375rem;display:block; }
#uFTiHT8exuxPrSRIyyK2dGCVk2cCrFms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy { 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; }#X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy > .row .container { border-width: 0; border-radius: 0; }#X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#sLATnc3x50T4UAJLG2t31nobmVQ3lIOO { color:#3c3833;display:block;width:13.5rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8359375rem;left:12rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyklgET27KHmCBvsLEdgCdFiOI5ENpoc { color:#3c3833;display:block;width:15.625rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8359375rem;left:48.437501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvrgqtXhvcIexOi4xTpwnspevL7pQPhv { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18af1a3b-d810-4c89-9bee-eb95b89cc0bf/_GSC_celestia_venus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:16.625rem;top:5.625rem;left:17.5rem;display:block; }#MvrgqtXhvcIexOi4xTpwnspevL7pQPhv.adaptive-delivery-prevent-bg, #MvrgqtXhvcIexOi4xTpwnspevL7pQPhv.lazyload, #MvrgqtXhvcIexOi4xTpwnspevL7pQPhv.lazyloading { background-image: none; }
#PVJgK9bzRoHDbUShtcnggZ311AxOukEL { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8004b7ed-7eac-4543-b8cc-25abba0937b6/_GSC_celestia_saturno.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:16rem;top:6.03125rem;left:55.3125rem;display:block; }#PVJgK9bzRoHDbUShtcnggZ311AxOukEL.adaptive-delivery-prevent-bg, #PVJgK9bzRoHDbUShtcnggZ311AxOukEL.lazyload, #PVJgK9bzRoHDbUShtcnggZ311AxOukEL.lazyloading { background-image: none; }
#Udiix13Har9ClDgcPZIdTwETXNNVrv2M { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.375rem;left:4.8125rem;height:13.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Udiix13Har9ClDgcPZIdTwETXNNVrv2M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Udiix13Har9ClDgcPZIdTwETXNNVrv2M li:before{  }
#Lr8PuA5QdOdIdT74OW8eaBKrGfx0dsyo { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8671875rem;left:10.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.609375rem;left:42.75rem;height:10.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs li:before{  }
#iVuo6aggFTHNfrG22SDzRlF6nXTy9inO { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8671875rem;left:48.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w { 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; }#VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w > .row .container { border-width: 0; border-radius: 0; }#VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:none; }#F9l0UQhutySgNasmqK2TstGxF1qBfUzz { color:#3c3833;display:block;width:16.0625rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8359375rem;left:10.71875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7K9mvr0nTo10MLG1ku4p3TwqoB9GM9G { color:#3c3833;display:block;width:16.625rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8359375rem;left:47.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n33xAwhqQZpxCUffZUBlTgH1nloRwkeJ { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c9414252-550f-40df-8cef-1f378f1886e8/_GSC_celestia_urano.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:15.875rem;top:6.40625rem;left:18.0625rem;display:block; }#n33xAwhqQZpxCUffZUBlTgH1nloRwkeJ.adaptive-delivery-prevent-bg, #n33xAwhqQZpxCUffZUBlTgH1nloRwkeJ.lazyload, #n33xAwhqQZpxCUffZUBlTgH1nloRwkeJ.lazyloading { background-image: none; }
#MTO7l7uDoxdvKx6nTNCg49tbhCT3HstT { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48b5c9f4-3788-4759-80b4-e46fccdb2db1/_GSC_celestia_luna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:16.8125rem;top:5.75rem;left:55.25rem;display:block; }#MTO7l7uDoxdvKx6nTNCg49tbhCT3HstT.adaptive-delivery-prevent-bg, #MTO7l7uDoxdvKx6nTNCg49tbhCT3HstT.lazyload, #MTO7l7uDoxdvKx6nTNCg49tbhCT3HstT.lazyloading { background-image: none; }
#UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.671875rem;left:5.125rem;height:15.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l li:before{  }
#mz5qC1z19dBPcdFJWPwz99Nhdf1ZOfQk { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8671884536743rem;left:10.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.8125rem;left:42.75rem;height:10.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 li:before{  }
#eOvr0hanN9HQqyzGsn1eFpTd7OoE2Bbf { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8671875rem;left:48.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CimTrZfoVlbN2fdaBN2sTwgZosqbCS1q { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.25rem;left:47.75rem;display:block; }
#QoQd3a6i2sD6NIzPTHSpBfRxTo1f0ADZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8182T3RcTVXub7pZ8GVtAZFQT9db3eR { 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; }#B8182T3RcTVXub7pZ8GVtAZFQT9db3eR > .row .container { border-width: 0; border-radius: 0; }#B8182T3RcTVXub7pZ8GVtAZFQT9db3eR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8182T3RcTVXub7pZ8GVtAZFQT9db3eR > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#CMTymfgEogMb9pCEFEAn0bOnMAqTWC3s { color:#3c3833;display:block;width:18.1875rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8359375rem;left:9.65625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hz2GhrWLicQxSP2Eak9G6knxytpyu0zh { color:#3c3833;display:block;width:19.125rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.8359375rem;left:46.687501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2dXOQVtApKLgRkTsZFwAIV7x8qz9Tic { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae8f3200-c7f9-43c3-87df-b956bce43e76/_GSC_celestia_neptuno.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:17.5625rem;top:7.25rem;left:17rem;display:block; }#f2dXOQVtApKLgRkTsZFwAIV7x8qz9Tic.adaptive-delivery-prevent-bg, #f2dXOQVtApKLgRkTsZFwAIV7x8qz9Tic.lazyload, #f2dXOQVtApKLgRkTsZFwAIV7x8qz9Tic.lazyloading { background-image: none; }
#BBE3QlCWnVx66U0W8g9WTlIPk219snc5 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7bef90ea-976d-405d-a27d-89b91f9ed2ed/_GSC_celestia_marte_norte.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:16.5rem;top:5.71875rem;left:54.9375rem;display:block; }#BBE3QlCWnVx66U0W8g9WTlIPk219snc5.adaptive-delivery-prevent-bg, #BBE3QlCWnVx66U0W8g9WTlIPk219snc5.lazyload, #BBE3QlCWnVx66U0W8g9WTlIPk219snc5.lazyloading { background-image: none; }
#TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.6875rem;left:5.3125rem;height:15.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA li:before{  }
#bSSdTKc9BuDAyvBvOCecPOrtJUxLlSdG { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8671884536743rem;left:10.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.515625rem;left:42.75rem;height:10.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA li:before{  }
#Iv4mfTTALZT71ZIdE6WH6NergifhH6Qy { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8671875rem;left:48.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxQb4UB4MRTPH852BAy818XnbZafQRH5 { 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; }#ZxQb4UB4MRTPH852BAy818XnbZafQRH5 > .row .container { border-width: 0; border-radius: 0; }#ZxQb4UB4MRTPH852BAy818XnbZafQRH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxQb4UB4MRTPH852BAy818XnbZafQRH5 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:none; }#VFqmgP5lavXRvD2dkLq6WTDekPruBo8T { position:absolute;display:block;z-index:15001;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:0.125rem;left:7.5rem;display:block; }
#AmIP3cA8Jtm6HfSimr6bVnaN3iSwaRw5 { color:#3c3833;display:block;width:17.8125rem;position:absolute;font-family:arquitecta;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.21875rem;left:28.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJ7uRoU5muzWnZO06GRhsMH1DwyiOKUO { color:#a0a0a0;display:block;width:15.8125rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1875rem;left:29.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt { color:#3c3833;display:block;width:11rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:11.015625rem;left:24.125rem;height:10.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt li:before{  }
#TFJJc4OWLhy9vkLMlzlFLR4XKiBSw1UO { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18488d05-801f-424e-89e8-27aef7d46494/_GSC_celestia_marte_sur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:16.1875rem;top:6.5rem;left:36.84375rem;display:block; }#TFJJc4OWLhy9vkLMlzlFLR4XKiBSw1UO.adaptive-delivery-prevent-bg, #TFJJc4OWLhy9vkLMlzlFLR4XKiBSw1UO.lazyload, #TFJJc4OWLhy9vkLMlzlFLR4XKiBSw1UO.lazyloading { background-image: none; }
#rhVhI1WECimKbTCtxIdtldULAihfZ2Su { 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; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { border-width: 0; border-radius: 0; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { font-size:0.875rem;font-family:arial;height:112.1875rem;width:75rem;position:relative;display:none; }#hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a81bde9-2963-480b-9d3e-39fa237d8430/_Gym.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:24.687507629394rem;left:38.250001907349rem;display:block; }#hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.adaptive-delivery-prevent-bg, #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.lazyload, #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.lazyloading { background-image: none; }
#QMKeNkBCKMyqoBFbUJ4Xow9UtDMkGRAS { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.5rem;left:40rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dba5e9ef-ce61-423f-ac5d-23532d540aaf/_cowork.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:24.687507629394rem;left:7.5rem;display:block; }#w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.adaptive-delivery-prevent-bg, #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.lazyload, #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.lazyloading { background-image: none; }
#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1cad068f-8541-4728-8ffd-dcca756aa587/_alberca.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:29.25rem;top:2.75rem;left:38.250001907349rem;display:block; }#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.adaptive-delivery-prevent-bg, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyload, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyloading { background-image: none; }
#log6Bm6TEEEqDqnx9PcP066ipX3740rr { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.987501144409rem;left:7.5rem;display:block; }
#TcvanEe80MUnloAETgacRP0QmfUWvddG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ufh160WtisLzcfDC3aU7qOny7uzafwhu { color:#3c3833;display:block;width:29rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.625rem;height:5.1163rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rMKJGi5gQrConOgFornTKL0k5IawGEOs { color:#3c3833;display:block;width:29rem;position:absolute;font-family:arquitecta;font-size:2.625rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:3.375rem;left:7.625rem;height:10.5006875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7rhNzpRLTL5O1DxuL50quEXGlmCETcT { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.375rem;left:40rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qqT4nsQMCd20abSRZ8Xs2FnJ00tKv2hI { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.5rem;left:9.25rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a2e3b2a-b597-43ee-82e8-a543f6cd831b/_kids.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:38.250001907349rem;display:block; }#mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm.adaptive-delivery-prevent-bg, #mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm.lazyload, #mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm.lazyloading { background-image: none; }
#ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99df56a6-07d5-4d8d-9b64-d94711253394/_sports.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:7.5rem;display:block; }#ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9.adaptive-delivery-prevent-bg, #ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9.lazyload, #ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9.lazyloading { background-image: none; }
#KT149O3e5ZTXARICMdwkHOCixJEcqzp0 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.861328125rem;left:9.25rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BHWzwcVSXwnhBxIDXZBua0hXKskVm21I { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.799217224121rem;left:39.437501907349rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q11rCqfrpz5z96MevOuZfFmnzEJuBCTA { color:#545454;display:block;width:24.875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:41.0625rem;left:0rem;height:0.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d358561-af0f-44df-9711-9120c6b124ca/0_LUDOTECA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:38.250001907349rem;display:none; }#UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc.adaptive-delivery-prevent-bg, #UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc.lazyload, #UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc.lazyloading { background-image: none; }
#IncpQlMo1DWPkOb4sKJxdeB4bQIWOZxf { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.799217224121rem;left:39.437501907349rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d358561-af0f-44df-9711-9120c6b124ca/0_LUDOTECA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:38.250001907349rem;display:none; }#RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S.adaptive-delivery-prevent-bg, #RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S.lazyload, #RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S.lazyloading { background-image: none; }
#gXEBbOkr6PNFbudXQ3nhoR92Jai5l21I { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.799217224121rem;left:39.437501907349rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Xgd7WsaXoasyRSgH08PQizJ5azINgTH5 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d358561-af0f-44df-9711-9120c6b124ca/0_LUDOTECA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:38.250001907349rem;display:none; }#Xgd7WsaXoasyRSgH08PQizJ5azINgTH5.adaptive-delivery-prevent-bg, #Xgd7WsaXoasyRSgH08PQizJ5azINgTH5.lazyload, #Xgd7WsaXoasyRSgH08PQizJ5azINgTH5.lazyloading { background-image: none; }
#cz9WI1Z3K4qO37QhDbTIkO3QHMGJbbz3 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.799217224121rem;left:39.437501907349rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#hztKTR34fAN75bJUch3VT9htvhQlg69X { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45b83683-531a-4394-9cad-7163b5e545ac/_salon_juegos.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:66.0625rem;left:7.5rem;display:block; }#hztKTR34fAN75bJUch3VT9htvhQlg69X.adaptive-delivery-prevent-bg, #hztKTR34fAN75bJUch3VT9htvhQlg69X.lazyload, #hztKTR34fAN75bJUch3VT9htvhQlg69X.lazyloading { background-image: none; }
#opvUlgMuVakITx1TWSCFAApJ40wciT4J { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:81.9375rem;left:9.25rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/66da0d9e-041f-4d60-9ca5-9e7889942064/_salon.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:66.0625rem;left:38.25rem;display:block; }#kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20.adaptive-delivery-prevent-bg, #kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20.lazyload, #kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20.lazyloading { background-image: none; }
#PKVTnA7MiFlIaEvn8ok59pTXuI0rzTfd { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:81.9375rem;left:40rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c37d2a54-88a3-4999-9e07-ae3f7f0cf0c6/_wine.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:86.75rem;left:22.875rem;display:block; }#SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r.adaptive-delivery-prevent-bg, #SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r.lazyload, #SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r.lazyloading { background-image: none; }
#N0etWDStsM34LiNP6ABmefgZm5Z8H5ss { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:102.375rem;left:24.625rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JWfJB10yecN5Z4HTLFiuzT4g9zBXOZP0 { color:#545454;display:block;width:24.875rem;position:absolute;font-family:arquitecta;font-size:0.75rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:108rem;left:25.0625rem;height:0.750175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container { background-color: transparent; background-image: none; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container > .video-iframe-container { display: none; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row > .video-iframe-container { display: none; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .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); }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container { border-width: 0; border-radius: 0; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:75rem;position:relative;display:block; }#pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6709d291-4494-47e2-acbd-18fec83ef68b/02_GYM.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:24.687507629394rem;left:38.250001907349rem;display:block; }#pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2.adaptive-delivery-prevent-bg, #pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2.lazyload, #pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2.lazyloading { background-image: none; }
#qZzsJpV2RWU87W0FThgOTsf2AMPJ2mdX { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.125rem;left:40rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdf9f6d8-298a-47ff-bfd4-5045f7f73ea4/0_COWORKING.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:24.687507629394rem;left:7.5rem;display:block; }#FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10.adaptive-delivery-prevent-bg, #FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10.lazyload, #FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10.lazyloading { background-image: none; }
#MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eaa48ab6-9031-4f25-a86f-4624cc64cb35/02_ALBERCA.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:29.25rem;top:2.75rem;left:38.250001907349rem;display:block; }#MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z.adaptive-delivery-prevent-bg, #MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z.lazyload, #MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z.lazyloading { background-image: none; }
#JHpmLlBwuT0ch3zeutlckgNpsKrZZRpf { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.987501144409rem;left:7.5rem;display:block; }
#dCNcTDDSbXTXx1lnnXnyQvlFyB7ZKNSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQDu1PETdflw2d2Md4PDaPd9vVPQzfcr { color:#3c3833;display:block;width:29rem;position:absolute;font-family:arquitecta;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.625rem;height:5.1181625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgDLPuObbVoWnomLatiniiOgZeDMx9wd { color:#3c3833;display:block;width:29rem;position:absolute;font-family:arquitecta;font-size:2.625rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:3.375rem;left:7.625rem;height:7.8755625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c6Z7Llp3NZWFg9JqrRunTMuXZyxtTnx3 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.375rem;left:40rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PBZsCzQenMLIXUDLxF2XH7hAyilwMggy { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.125rem;left:9.25rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ACO0v556l4EPOxpkl6nFvIF3MK7cDa68 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d358561-af0f-44df-9711-9120c6b124ca/0_LUDOTECA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:38.250001907349rem;display:block; }#ACO0v556l4EPOxpkl6nFvIF3MK7cDa68.adaptive-delivery-prevent-bg, #ACO0v556l4EPOxpkl6nFvIF3MK7cDa68.lazyload, #ACO0v556l4EPOxpkl6nFvIF3MK7cDa68.lazyloading { background-image: none; }
#fqTKaUW23GhgSTvB3w43bQQHVMytRqkK { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fc584f4-52ef-4447-b9f5-632585e132b5/02_SPORTSBAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:29.25rem;top:45.424217224121rem;left:7.5rem;display:block; }#fqTKaUW23GhgSTvB3w43bQQHVMytRqkK.adaptive-delivery-prevent-bg, #fqTKaUW23GhgSTvB3w43bQQHVMytRqkK.lazyload, #fqTKaUW23GhgSTvB3w43bQQHVMytRqkK.lazyloading { background-image: none; }
#D7BPWdtBOOiz2vcru0p7OI60F4kH2fnd { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.798828125rem;left:9.25rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EtVhCArK8s28P5J9T1XTbEhA7Ow0q1eb { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:arquitecta;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.799217224121rem;left:39.437501907349rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b9a08db-6c19-4de8-9daa-4d90910a29dd/NHDEPTOB4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9.adaptive-delivery-prevent-bg, #NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9.lazyload, #NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9.lazyloading { background-image: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container { background-color: transparent; background-image: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container > .video-iframe-container { display: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row > .video-iframe-container { display: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .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); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container { border-width: 0; border-radius: 0; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.875rem;width:75rem;overflow:visible;position:relative;display:block; }#rkP6Sg7xuLgTrhCmxuIGG4TsQ71zs8p1 { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arquitecta;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.8125rem;left:38.46875rem;display:block; }
#kOfn8IS1443fwFUozQqNndanLO9vbNGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsTbekwnxlavVfTOfAK1X1NMA4hVkWcQ { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:arquitecta;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4rem;left:25.6875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTpXwxl4n0IOsDdiIxM4Vb6Py6Atz2Dt { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:arquitecta;font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.3125rem;left:27.6875rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6ka3wFVHyUJ2uibTax2sPoovUC2iXfz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.5rem;top:2.53125rem;left:5.3125rem;overflow:hidden;display:block; }
#S61zTOwTInTUDJrK85NcOIBnUatQTb7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/712f1eb5-250c-4a7c-8277-fa7ee66ad56a/_GSC_celestia_web_banner_04.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; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S.adaptive-delivery-prevent-bg, #S61zTOwTInTUDJrK85NcOIBnUatQTb7S.lazyload, #S61zTOwTInTUDJrK85NcOIBnUatQTb7S.lazyloading { background-image: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { background-color: transparent; background-image: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container > .video-iframe-container { display: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row > .video-iframe-container { display: none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .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); }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { border-width: 0; border-radius: 0; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#CbkuP9uorzTigrcg24Kq0fK5W626t3Ve { position:absolute;display:block;z-index:15022;height:27.375rem;width:52.625rem;top:15.873438835144rem;left:11.1875rem;display:block; }
#Trv99VsPd92daEtAsINFJQHgo3QmXl64 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.625rem;left:13.625rem;display:none; }
#L3i2wghA6GzAznvXgRXvHAlkApMuf4f1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7Zb12i0m6g5ZubZTeKOOlFaGJz3x7s3 { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:arquitecta;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:4.0625rem;left:12.03125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGiiB6wgSHc8yFA2u2lXOfQ1qwCBOFCF { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:arquitecta;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.247650146484rem;left:23.500001907349rem;height:5.6044875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6o81K4v1s4DtyNWnckgaq7FzPZnoBap { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.75rem;left:25.21875rem;display:block; }
#OgTG9vIucrabPrm0LtrH6XC9So9LR0LJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/712f1eb5-250c-4a7c-8277-fa7ee66ad56a/_GSC_celestia_web_banner_04.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:none; }#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM.adaptive-delivery-prevent-bg, #E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM.lazyload, #E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM.lazyloading { background-image: none; }#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM > .row .container { border-width: 0; border-radius: 0; }#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:none; }#gFQ8ehiFcLObd7TmxDCUTm1w2AQqZw8v { position:absolute;display:block;z-index:15022;height:27.375rem;width:52.625rem;top:14.124218940735rem;left:11.875rem;display:block; }
#RZRza4C7mE0q48J0w8kTMJzayDsIqu0U { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"istok web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:1.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.625rem;left:13.625rem;display:none; }
#lcmsi2P00vyKUHAfPc4bqExQVhDKFmJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usWZ8swdGiJaqTxSFE7nrqP0vhwq63JT { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:arquitecta;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:4.0625rem;left:12.03125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXPbVUFpDP3hxTZ73wQVFww6XPq1V56h { color:#ffffff;display:block;width:29rem;position:absolute;font-family:arquitecta;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.248046875rem;left:23.6875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbCUZOgNv7XxeuckEbxtk6fvfg53A8Gw { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.75rem;left:25.21875rem;display:none; }
#FdDnI5zxFzWQDayHSvMJByvaiIJzXuuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { background-color: transparent; background-image: none; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container > .video-iframe-container { display: none; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row > .video-iframe-container { display: none; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .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); }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { border-width: 0; border-radius: 0; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#w96oFnDg1Sh8lz17hqAKAe5k6A3kI6ni { color:#3c3833;display:block;width:26.25rem;position:absolute;font-family:arquitecta;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.875rem;left:45rem;height:5rem;font-style:normal;display:block; }
#PH2yoQiP63bdTqcI5dhsWggvFZsWsNLP { position:absolute;display:block;z-index:15004;background-color:#98c5b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.6875rem;top:11.3125rem;left:45rem;display:block; }
#oCXbcoul07qWWWBd8dcgumF6aehNqAkh { color:#3c3833;display:block;width:24.25rem;position:absolute;font-family:arquitecta;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:13.1875rem;left:45rem;height:17.32226875rem;display:block; }
#WArUNDgC7Lo6SR02FsS2pJCNhmUVwrCc { background-color:#98c5b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;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:arquitecta;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.5498046875rem;left:45rem;display:block; }
#mhDflQaaTKpu6FFrUQusc9k4TwMrK3TK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPrIoGkJkBk6dFvbo20HmastveuTAqIT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:40.6875rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#624658;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; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { background-color: transparent; background-image: none; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container > .video-iframe-container { display: none; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row > .video-iframe-container { display: none; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .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); }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { border-width: 0; border-radius: 0; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#CMbxpogU6K4Hp4Gmf5TF6EmWeMvWT0uH { color:#ffffff;display:block;width:31.9365rem;position:absolute;font-family:arquitecta;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:5.375rem;left:36.5634765625rem;height:3.6738375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GRUXAx3dpd8mWGX0AWQTsEIROEGEfuou { 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:4.375rem;width:13.8125rem;top:3.625rem;left:7rem;overflow:hidden;display:block; }
#QGckOcp3UEs7c7z8kTA5TTxlWyt9ynTS { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:arquitecta;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:37.3125rem;height:2.111325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zzm1zOogPkUxqXXge1N5CunNvkJxDbrq { display:block; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye9riOJeWkvipgmp5FaClyLsgTN35qJF { top:1.9375rem;left:38.5rem;width:2.25rem;height:2.3108364607781rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU5IAHktfxOeZoyfzKXKDb2FBL0TUOEA { top:2.0625rem;left:41rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDw4cM3XLBKfhX7ReyTV04JnZBJXka9 { top:2.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdiTvIoAzG23KXgLXZm4qis7ZrZ4BtdX { top:0rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7WunIPRqqRMwTT4WsaTTIrlrHdnTlL { width:12.5rem;height:3.0625rem;top:0.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4htwxB3GLbOtHngbZaW9mVhS3K3yVJo { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3Tlt3FcfVTMJHKffTkfKcDMxMV7uowx { width:47.75rem;height:2.5625rem;top:12.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08zlWNE1zT1GtXTF7B7iTWewWI3FGvm { width:47.75rem;height:6.6875rem;top:14.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKeeWQ4BGhqBORJOF2UKAC4buuQAXkL { width:21.1875rem;height:0.9375rem;top:48.6875rem;left:26.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEVc1ZldzQmrTrhLvwyGcBa7JIIZoXp { width:47.75rem;height:2.75rem;top:7.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-text {padding-top: 0; padding-bottom: 0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-select {padding-top: 0; padding-bottom: 0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW  { width:30.25rem;height:auto;top:24.1875rem;left:15rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW {display:block;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW { width:30.25rem;height:auto;top:24.1875rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #u7ye0kTOBRQgR6E3y1oETfU9HsGDmRCP {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #A4OENrsFVUVQJ4OElbgXpriTJKkZfxmZ { display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #iUnfAf5CMIDqWh9ro0KTguZIHGQi2pqZ {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #bukwomoI0rkAirpOf9x3xOAsUXVwuAPn {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #LsBrlkdf8DKaKTHgLV1a7qzJGfZpnIXr {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #HQ3CxTNbDkL9apzHx264k0LfuB7zmQMN {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #i98xVL5OviIHbl0NJJ3F3Huo4WTn0IN7 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #T4l4RC1hqx7hBzZQmA3zCB4ci1CbTOl4 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #PZ395GkpDSlWhUMJVO0tkRxGwO5ZIzwi {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #G7VicGh4OSri49GnzvUa5Tbug3Qo0xt6 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #lt2xOaRJ70fL2JPwbB0dZF3LwQ88aMTW { display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #uayQK9QCcdwqzRklLyI4ezXnlTgmEsyd {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #TnCcb7Kabd5z7pGIzEHK6PrUZo6gqmo2 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #xb2AaPKO0tLmAy3ATA19sGAOQp0XMune {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #UobJLGI27zVuZfHJneF1zsJ3KI3eq7u2 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #bzxZTNTxCX7EXorTnwupVhTDbqCTbCxZ {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #qE2HTXbUgui6M7U2qOsZI8mzE7Xy7Zu8 {  }
 }@media only screen and (max-width: 763px) { #OgbZ8FHPT7dJa5izZChNiEPg3hlZUhMD { width:47.75rem;height:2.25rem;top:21rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbN7pnzVSzdpN42y9xrgLA7UqRvkakuP { top:7.25rem;left:41.125rem;width:6.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC { display:block; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK6FoHPaNiJ9JnBR9h4yE07PEJTBsnyi { width:47.75rem;height:2.5625rem;top:12.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATrts8r81GlBTBgLROTUMfChnAMSA9Q6 { width:47.75rem;height:6.6875rem;top:14.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1zUVUl3XLxQUg8KG0m66sJ42N0WSC5g { width:21.1875rem;height:0.9375rem;top:48.6875rem;left:26.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtHB5d1aNtfhOJCGpDdLxRTaX4vNIxTy { width:47.75rem;height:2.75rem;top:7.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9  { width:30.25rem;height:auto;top:24.1875rem;left:15rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 {display:block;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 { width:30.25rem;height:auto;top:24.1875rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #apmulExZZaMLkPNbB5G61augex2M1ZT6 {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #G1Gkwk50peRwqkfg3THzkTltN7RUzTAJ { display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #HVrr1wE6wnKvRHZ7kkUXDo3K5thQkQUK {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #fTkWX5hET8BE0RPfTkZR9odRy3sZXGM4 {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #zJoWO7GR1PbTzbJSuNHzvgQfNww4Wq3c {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #z8WcT4WsRJtsW0Fwin5h6fEFkaiq6qZc {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #F8yhkzKUmbbkZw3efx4eoKQrZ6eviVUk {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #TXFmJTZr4iZGtdCUCI3day30OZErmtw3 {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #JXzgNvg6dahf1HmTfEbkexFl9L4n59iW {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #rCURwymL6xqQ5DTaS2GPaleCtqTA1Z9b {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #t2aMmKS342lc9cSJpMlH8CVUzSxwEg3x {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #ELkCvbwgSQcBFpctHGcbCQ0fru84qo9i {  }
 }@media only screen and (max-width: 763px) { #cFgscEuX45ZhkSgSNX8KLsI41EKbW3K3 { display:block; }
 }@media only screen and (max-width: 763px) { #c2VZkUlThNovUVDbmcAwcEGVuuRLnkoT { display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #nm8eJfA3LWvoGuJhqakyBfi8LLOkSpkf {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #BWKdlKEq93p7hQVy4FDdNtSBtIwntcuA {  }
 }@media only screen and (max-width: 763px) { #JUgftunGdfBBWpANbcRapcO3KoOSNPvf { width:47.75rem;height:2.25rem;top:21rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo87DXxTUG3rTuKdxNT8knmbcSPsWrbh { top:7.25rem;left:41.125rem;width:6.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh { display:block; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeN9Nv1T0qX5tOz7O3IfmBqUI3vbgWps { width:37.875rem;height:2.4375rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwDvHGp1OTa8DFRUcXoBlUhl4Fd88Um { width:37.125rem;height:6.375rem;top:13.9375rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1wpFux85cfN2zpIuBgE7mh6tNLxFTo1 { width:21.1875rem;height:0.9375rem;top:48.8125rem;left:26.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOymNGgQAMXqn3TzGQppMG3T8v0vWwa0 { width:37.25rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTKAhgXDih09Pt7GhBzMBbc3WGtH10O { width:36.75rem;height:2.25rem;top:19.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTdsPbAHmmUOCmexvXTRJ5N2AQD86uC { top:47.5rem;left:20.5625rem;width:6.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaruBDZBUby2xlqDaxmThXKxffTi48rX { width:34.3125rem;height:0.75rem;top:48.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyVFSZU2CpIrpr0yewUmPXRNS4aemLon { display:none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hg88rlm862blAAzsTrNN3XZ3LzZIQmm7 { width:37.8125rem;height:2.4375rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzniTutlXmt64E8nVdryXBmFIiRmv28e { width:37.125rem;height:6.25rem;top:12.0625rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTp8CTclxB4T1rcDxSdVfyCOok5OvoKp { width:21.1875rem;height:0.9375rem;top:48.6875rem;left:26.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDrXKUX2CRIy30Jum8T1gCNozA1uz9eF { width:37.25rem;height:2.75rem;top:5.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQPA8NpSEEVK5p1J4Vfmu9xq2y4nxBT1 { width:36.75rem;height:2.25rem;top:18.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOVFOltnLduVN36hXTyU9Ed0dTSJVkT { top:46.5625rem;left:20.5625rem;width:6.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpVodOkLosKcB2quLIps6tGiqhxH7I2o { width:34.3125rem;height:0.75rem;top:47.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ  { width:30.25rem;height:auto;top:22.6875rem;left:0rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ {display:block;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ { width:30.25rem;height:auto;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #JkQb005bcfMS7KEquDIM6glC5gXHqA65 {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #AH8aaVsqV4FSLNOOQruRBwJzFEW90J16 { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #K3ViB5IAftkNmerlbPhsoEhi9S9TEPAD {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #ZR1sRqkV8WxSHb2NfQNe8T2CEJqQti3Z {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #nTbTLd37FEfkCvDdbQwZr3arRvpxxnrp {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #e2S1xZQREurb7S3Tx3r4iSw6WvyX1EHg {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #BkF9dNF4v5eoVCdcL9uxq0Ou5ai4g0qy {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #dGnMwJClTPDRPfFBz6MGX9o8RL4TSmHl {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #aMmwoW2C01s67eXuGcasX4W6sgUOvtyz {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #HlLB8n226WlJkz8fQDw472nrJUqRgqLc {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #nyfv5LIzpq8M6yno7KPMtDptgm3alglR {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #ioywPGtdni2xqbuh197hGtnlWRtvk7X2 {  }
 }@media only screen and (max-width: 763px) { #SsA74iwQxohLD3pwDcgt02lBe2CyxzrI { display:block; }
 }@media only screen and (max-width: 763px) { #hRz18g5OzL85SR667HVJbWTo0MqC64sS { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #TRtNfnZAE8SBUSbHIdCNoSUIN6S3Tbs7 {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #iHPFyvFHBhpb8t9HoS8qgODSU8OSrv30 {  }
 }@media only screen and (max-width: 763px) { #SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf { display:block; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZDLE6ZRLQKKvXwuqespToMKiFvufeTh { width:47.75rem;height:2.5625rem;top:12.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTazsNTC42DDM3sOiWOqbHzrQlU2KQGg { width:47.75rem;height:6.6875rem;top:14.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5aJqDkEEif4U8GISTGJiZKUEwOo7yZu { width:21.1875rem;height:0.9375rem;top:48.6875rem;left:26.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKC9Z6MPS7bHtL7v9qEQNCdCxofFaVZJ { width:47.75rem;height:2.75rem;top:7.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb2lUe1nUgb4Fua0VvbgLZikKeeiPLmb { width:47.75rem;height:2.25rem;top:21rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Ls1qzzA7Uq6EyLIGrO9Mge4i6ykAu3 { top:7.25rem;left:41.125rem;width:6.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb { display:block; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 { display:block; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0qxauxK5dG18Pwx122Lg2vsTdkBtUOX { width:20rem;height:3.375rem;top:28.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKo9s1ImyJmrMETaRdMJIDolLlxJ2ApU { width:20rem;height:2.5625rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-text {padding-top: 0; padding-bottom: 0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-select {padding-top: 0; padding-bottom: 0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O  { width:23.375rem;height:17.25rem;top:28.1875rem;left:8.25rem; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O {display:block;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O { width:23.375rem;height:17.25rem;top:28.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #HlR5OgeZ2UgOkZk4Tn0lDRySn5FTCvru {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #EvRgPWSuR4b8iMMrPdprEJQ92RiAy4DC {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #NuQJOzaamlly08FoxBhnIvTanCgHcOUp {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #Se5zbNsxsHnop1EzzhBHEz1yvUA2TQhd {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #UPygIKb7D1migSSgr4RFrBK4ocJ4v4IG {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #s3bAhGbLEwnoTxqT9k6CwTRKGSTaodRF {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #DkZ1g8mEJt0aUHHK8wxwLTCcTsJF2P3b {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #oGicq53OuUUDEbMfTwM6ylVpfZ1UM76s {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #lwZyyk3rRoBpZ7VzmygrkcCM6gmdDPJO {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #IAXOAgIzlOA1hg1T60Vds6MMXXuZWbVl {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #ayRuDtTXHww4fz47WqnLQDWuP38xwC8e {  }
 }@media only screen and (max-width: 763px) { #KMbs5t5ZCtHtsaqGr7D956V2CbT77yz2 { width:17rem;height:3.1875rem;top:35rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIcpfmnLBX1Pwzu4bowCPSMR1DtykJ9M { display:block; }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-text {padding-top: 0; padding-bottom: 0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-select {padding-top: 0; padding-bottom: 0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm  { width:23.375rem;height:auto;top:28.1875rem;left:8.25rem; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm {display:block;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm { width:23.375rem;height:auto;top:28.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #d53TJyBENtPBWSfG3ovntmHwCVnwnLWs {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #SThUe05qCpbau6UQbVzp4Hy8KaBQpzL4 {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #qTtwqVv1ELBdcLr2zBunMy0CBKwxBrTW {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #G50tAagN6Sf0IvOMSTXOH611tPbqQ0mz {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #yXqZS93bTG2U0luJm2VS5F6X1xc0Cv90 {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #bxLqKO9t5BdCqpUF22nFCBx2LMH50pya {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #iNmXca9N941A1pDz9CdM4EeRr6KDGgF0 {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #bb2rkXZAdZcfDwyWX364bl2D71sNRldE {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #dkEoDhimMN84F0iZed8amyPhLxccpGAu {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #q55PIH9XgI7i80dsiVVO5QWlGGV6FUXV {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #wwSeSvVxyFJMI2U3Q8DAk89Gb8lz04HX {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-regular-label { display:block;width:31.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-text { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-text {padding-top: 0; padding-bottom: 0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-textarea { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-select { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-select {padding-top: 0; padding-bottom: 0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-button { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-checkbox-label { width:30.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg  { width:31.4375rem;height:auto;top:23rem;left:6.6875rem; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .radio-container { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg {display:block;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg { width:31.4375rem;height:auto;top:23rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #Zxev9FJAVcO69W8l6J9eVN3T5vG84hKJ {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #imMCZTmCL48zVPzGiq8uPW8JLpRJZ34H { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #rMfOHWiKNx36ercGTs7xR19lgHN2d3Ng {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #eHr0f7oPxwkpH5kGkuC7Nobv6EqzAfhx {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #VlPtN7MEcxdsfamPQ5okwZmsD3fUBicR { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #iWFziV9aqPHAV9katntTFJqy3k3QwCZI {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #JM2pAHi5VlnoFOhprkdsQC197dTVbcfw {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #bRqDfCOihcWf7WCqX96tFVffLDVK0klh { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #FtkU1o9gAf8n7Z0h9THGAHcCeBnCdGXQ {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #w6kwAhriD55pp6yRM6bT7Fy8Za4pWf5X {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #kqcLzPuyCab9dD4KloTTXMTdkXfeuZaP { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #dMcmkr3zfORo3VzWSLUdlfGRPFKFsAVF {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #cWotHttIgIbScTr4rg7JMT0I5fuwycHW {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #fn026g4R7SUvK04ZDHAbgf4OwQtzvKgx { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #RDS7v8pKOu5O2ml54yPUS063zoET0Kmy {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #vaTfbI3StlNH4SUZTB7SLylTmSfvw7TF {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #IK4o8ZMkr1S91pZr8o7TL9WCx9ZXSc8v {  }
 }@media only screen and (max-width: 763px) { #GpRMAtOa4uFNdMKDhSVnGtRCQaTcSch4 { width:13.5625rem;height:1.9375rem;top:47.9375rem;left:34.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hl4HJeTwrGKsDp23rHbgTq8kw3qWyOo7 { width:47.75rem;height:2.25rem;top:19.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqH4w8LTO5N8bVpekmkXSkI03iE9JHRT { width:47.75rem;height:2.875rem;top:10.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXsISdzR1EbebvwiPTS93xWCbKO2hZX1 { top:1.125rem;left:39.3125rem;width:8.4375rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg { display:none; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DCf7of1rUgtFaRRTHuLF16y7nXXpKLUV { width:20rem;height:2.5rem;top:16.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkpqfkb5XDDrt96v7FTCF4GOEvQCroK3 { width:20rem;height:7.125rem;top:20.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCSWN1CuwvG4x98fgcEXNRdtL09vOd1m { width:12.125rem;height:1rem;top:39.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8oO5zcJLrRi1K9EgFk5DEQmzIJezIvd { width:20rem;height:2.5625rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-text {padding-top: 0; padding-bottom: 0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-select {padding-top: 0; padding-bottom: 0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp  { width:23.375rem;height:17.25rem;top:28.1875rem;left:8.25rem; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp {display:block;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp { width:23.375rem;height:17.25rem;top:28.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #EHqiaQp91GwebGbAsZscy0bXOSr3aGSc {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #MmcL6f8zKJNk2XiRBvIfy23tDr5MISzK {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #FdQCpOKhb2lIddMUNGTxqw4wBZznTvw4 {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #zJXSBGzDsoST06hdRzgCBXHUsbwAlqxh {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #u0zSSmxaTHSDCU7eSxrN6X0BwHEN8NVl {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #yn6kqOiGWmDHDiSHDBJxkI9IN94omxaT {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #FU4T2ZpgvWwc2K4aB2NcuNCoH77iP64m {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #VQvF9sIyqHxa2Ln9lwy9SvhBgx5ByJvo {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #wHRvudU5lG7rl1LcRB9q15INfG1zAoJs {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #afrRMn6aMk2nRBvTLQkFXSIHUWlDqcvJ {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #steRwc1KHptJMpRkT62RbN10CuADMKTq {  }
 }@media only screen and (max-width: 763px) { #g5lwgN650iWQLT7M3SvRb3gZzwdfcTui { width:20rem;height:2.0625rem;top:23.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xACkcfbNv86T9yeDbxJPS7g4lKlb8GZV { width:17rem;height:3.1875rem;top:35rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lgw6JFCdB9219ZmviB6rcy1xAVnUCLut { display:block; }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-text {padding-top: 0; padding-bottom: 0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-select {padding-top: 0; padding-bottom: 0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE  { width:23.375rem;height:auto;top:28.1875rem;left:8.25rem; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE {display:block;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE { width:23.375rem;height:auto;top:28.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #Vi4dtVixE38mmpUPBnsSMZ4A8XfKxR0b {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #grpclXnB7tN2nMrXWXex6d9LDdFM4C0G {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #BVVwLUX39LeGh9ohhCTpCzwrEOI3HPXK {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #yduk3bUVpFc40dxGUU8E3xfftN8zMaV4 {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #tSI1UaHtgQr70JIB5rmLFJ9lis1LgBfT {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #PMfXR7ETSUXdoAT9d2dA9wyoftO1EnIt {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #G0tNUWUxT0EffHQkXd09tSuF3xMpXKEb {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #Nns0BS2f3cPBPWiJGy6ZP0QvePc2d0UX {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #qsCUnP1gWQQaSLbI91zTiie0hrN97PMR {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #y8nDae0QnpOVxTZcmFoz7GfD88Tmk2OZ {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #FLfQO8pEiwLPPeRHTUDqqi5WXDtNg110 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2  { width:23.375rem;height:26rem;top:20.5625rem;left:8.25rem; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 {display:block;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 { width:23.375rem;height:26rem;top:20.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #izEIOrhfPg5nSpJqi60OhTVGFrh4K3Z1 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #sNnKVR8qFT1lVPxyJUnT4JZXIghFQOC5 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #nGGLvR2FeI1ZqsnwLZUipDJ4azvOfPy6 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #FaJLCycanMuuvZWICOrENTdWgy05B3sD {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #Z6EpgVtW3sLaQC6EamRtXfOorVT6Qhpm {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #G4WLXXeofWEoGQpvqvFkmM0i25cAcHFk {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #xglcReIJpZoFRy8hhPFhkdC4Qbepu5z3 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #AyiDdkl6cMWk3VlnT9lpAfU6qTwRsy1C {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #wpE4nDyZ61MWe7qclOwIWekibXZXNlKW {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #Z9IdN3Fug0zW3DRrtwc8PEcCZlQZtw0b {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #aFcT3yzMpUEf1Sv7z6BZiJSK6ZK5xOSS {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #T69tCKb9b2QBHENaeUNWOW5JebF5WhkM {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #VNGSHhZ3ueoD9iWTzonvQmLnnOvAoozw {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #OvQ1LKAZx3Fay5qJaMMi8Wi6ByTWZOJy {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #TPki9gk6vOVWvVFQGSHgI547Jo2JsU2i {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #T6Xka8NG5dkmqqX1sk19WQWIVW785EMz {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #TaDk4UphzXAPcGW6adP2Q1cNBHGUJBZK {  }
 }@media only screen and (max-width: 763px) { #tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { display:block; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:21.3125rem;height:9rem;top:5.0625rem;left:26.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { width:22.375rem;height:18.3125rem;top:16.5rem;left:25.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQF4liK60uIxbbuzwLCR5bDO7LQFdUBh { width:17rem;height:3.1875rem;top:36.5rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acPP9MOrPOkL0gRZG6oMIvKrRTnOT902 { display:block; }
 }@media only screen and (max-width: 763px) { #P1C4QPW2ci3Ov3pbUtTyCi1bRylWgXLC { top:10.3125rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W { display:block; }#NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTzqLH9Qqb1sK1uTqaM5rO7Ien9Nx4mt { width:21.3125rem;height:9rem;top:5.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9FD40JXMe1Tqf93bPllpTf1eSegXLkh { width:19.4375rem;height:9rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6HsciHl2U8Hp0eIBf77dZOTQTM44EB6 { width:17rem;height:3.1875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTbAiQFflCZJdF3I8iVp27vOFLMmFik { display:block; }
 }@media only screen and (max-width: 763px) { #bokPlU1et3leRnufy2iAuLh8ALkvL4E5 { top:9.875rem;left:7.75rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk { display:block; }#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QruO4PRx7zNZnqQ8dNVtADaqugZVJeMf { width:19.75rem;height:29.875rem;top:7.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhQPSombiczyFyufowHl1GHRoK8oIa4c { width:19.9375rem;height:6rem;top:7.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvPfBIqRacurIFQdKKEfl3s4sRD1LFL5 { width:18.6875rem;height:15rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0lo5OfbeG9wiTVPRgmIVbgDJ1z7d1VS { width:18.875rem;height:2.8125rem;top:10.1875rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbmlb1JmmqL3kwwnyrVllknWIh4BaF9x { width:2.8125rem;height:2.8125rem;top:14.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv5bNhDRcDvFkr5ddfui8dLB8DBPWmRL { width:11.8125rem;height:2.625rem;top:14.375rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXDsc1197xOur7dZCbOyThnSpFvfwio { width:11.8125rem;height:1.6875rem;top:18.9375rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNqWur0PLivc25ah9cFBwLWlcp22rGP0 { width:2.9375rem;height:2.9375rem;top:18.125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgLmSUKTzM7KzcywJlEECe6cJXOh4S9c { width:10.625rem;height:1.6875rem;top:27.1875rem;left:20.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJBl807T2tRQEr6JUTWTRvENgZcoDoeL { width:2.625rem;height:2.625rem;top:26.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AukZygtF9rASg76WnZxdbuvLzK5dX2u2 { width:2.4375rem;height:2.4375rem;top:22.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQHJFRwh4p1kUMN4Au3AsKeFdHDCQWxW { width:11.8125rem;height:2.625rem;top:22.4375rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tww33ZAwPEM5hmxTLbnosEne8phU5vvk { width:2.75rem;height:2.75rem;top:31.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EefZHdNk43eHUGWNk3ERvGLIrAXongNi { width:11.8125rem;height:1.6875rem;top:31.75rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzVkO7nBbArb22fKduAOgGKuNncrccD9 { width:20.1875rem;height:3.1875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya60VnBaGQ1PTt0A1C6SrzMevz6Hg1pf { display:block; }
 }@media only screen and (max-width: 763px) { #VCJDIfvZ46ku7OJgGxZmEKma1bKESrOZ { width:24.875rem;height:0.75rem;top:41.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oTG6vazcpV4fH67xE7l3eeyVy15oqz { display:block; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPWwowSZZiB5gg3pKO9R47BfC35n9Cnx { width:19.75rem;height:29.875rem;top:7.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrUTgRxwN8qg15Ow0FXscDSF9J4cT8x { width:19.9375rem;height:6rem;top:6.375rem;left:11.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLFi7rBh4CNtpVItXKZV4L8XMX2TWU9P { width:18.6875rem;height:15rem;top:13.3125rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqVAra9bHIaalAWEdE4PDMNvDCZ0QK5D { width:18.875rem;height:2.8125rem;top:9.5rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSE8xNEaRr6TGssxpqTZcZwoyU244pxa { width:2.8125rem;height:2.8125rem;top:13.625rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1QPkao5KX0qPvFcXiNsnTs7Mk1Lbvk { width:11.8125rem;height:2.625rem;top:13.6875rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phFFu09qwprIXZdnTaTBpFB1AZdXrg2U { width:11.8125rem;height:1.6875rem;top:18.25rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfss1f6xNoVsTcOQhhWhCK2eAin0m4Qt { width:2.9375rem;height:2.9375rem;top:17.4375rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBB5mnbsFzB6hx3M9o4bg0eRTCBnVuiL { width:10.625rem;height:1.6875rem;top:26.5rem;left:36.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXqAe56lgO32m058kMKD6GaZowA8ps9 { width:2.625rem;height:2.625rem;top:26.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOCdRAOt2yXR6oFS3sWTdH0d4GSvBLD { width:2.4375rem;height:2.4375rem;top:21.875rem;left:33.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0kTvudZxkzUhpZ9HUfv2KoPAz7l6Cd9 { width:11.8125rem;height:2.625rem;top:21.75rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCnCpyELvJkoU4XImxRDF6whLzZD4TP { width:2.75rem;height:2.75rem;top:30.5625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv9R1f41CNVZtQJDA9RbNaEOz2HJwx7E { width:11.8125rem;height:1.6875rem;top:31.0625rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU4AXbHaQARsEveEoqktmIVGwPzOL8Ph { width:20.1875rem;height:3.1875rem;top:31.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8rdilGyRfoXV0X5G2PibPBTxVhzvIbM { display:block; }
 }@media only screen and (max-width: 763px) { #H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV { display:none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3zfDN76DwqRZiyHxQhIJqzdNs05OiCv { width:19.75rem;height:29.875rem;top:7.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SWpDKLaoPPlEGbfn7fM4cWIBXysuOa { width:19.9375rem;height:6rem;top:6.375rem;left:11.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROfVJxp3tSn9C9MLTZtGrG0WcJ7XftnH { width:18.6875rem;height:15rem;top:13.3125rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFduICihwcsDVzEvJQzavPEonowO9Gv { width:18.875rem;height:2.8125rem;top:9.5rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE3vTnuINHKHolSG3m4OWlZSQzlwbsGm { width:2.8125rem;height:2.8125rem;top:13.625rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaqH6hcsUwHFTkU8G76GVAXgSbO6Vreu { width:11.8125rem;height:2.625rem;top:13.6875rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGeEdivuBn6LWm7vIpnvm1KNWCFiZAIu { width:11.8125rem;height:1.6875rem;top:18.25rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQPKI99N1eGGHh7P8NfQx2RamFX2n4nE { width:2.9375rem;height:2.9375rem;top:17.4375rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTIUXB8baR7ZZ8nZcAz74EiafuKcHTM { width:10.625rem;height:1.6875rem;top:26.5rem;left:36.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTXr89OXBaIi0CfuKkPGhV9Ndqby00v { width:2.625rem;height:2.625rem;top:26.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsgXHbZoN0Ztg14b2btk1BEgWLD3gvp { width:2.4375rem;height:2.4375rem;top:21.875rem;left:33.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1lorrGOR8dhGo4RPWvE3ceuu3wPecF { width:11.8125rem;height:2.625rem;top:21.75rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmpl5QFPr5XToRrVWsJFDDSwkhddkFkM { width:2.75rem;height:2.75rem;top:30.5625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XemDMq9LlME733FCyUlSLW3HQPPoXbQs { width:11.8125rem;height:1.6875rem;top:31.0625rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb8LArS0F3pxnscGrP7hnDJVx6kvmSho { width:20.1875rem;height:3.1875rem;top:31.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2tT1msUx2G9G7VhOfi9VVfsB13Uisgk { display:block; }
 }@media only screen and (max-width: 763px) { #FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU { display:block; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mia8R0dZUDrDWOz9Be7nckpGtfdTCUBF { width:19.9375rem;height:6rem;top:10.125rem;left:11.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHPOTgJOeS6gOUN9pdToMXJQwdE2Bnty { width:20rem;height:8.25rem;top:6.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzaCSDWID9C0VFwL1sJ1SOEQEoPQnmIS { width:20.1875rem;height:3.1875rem;top:31.75rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #py72fIxRZqToKk1m44XhrPX6qikZmyCk { display:block; }
 }@media only screen and (max-width: 763px) { #y0Ghc4m42H6QlKSAGVBnzV58JU6ZH9TI { width:24.875rem;height:0.75rem;top:41.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCyoVF0LuMPxIgf47qoCNfviDPzBffAe { display:block; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrVwUeRLQuCTT5q2IBzpUmrSPJFrCPAg { width:47.75rem;height:4.5rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-regular-label { width:13.1875rem;display:block; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-text { width:13.1875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-textarea { width:13.1875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-select { width:13.1875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-checkbox-label { width:43.9375rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-radio-label { width:5.90625rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1  { width:45.25rem;height:auto;top:8.5rem;left:0rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .radio-container { width:13.8125rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 {display:inline-block;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 { width:45.25rem;height:auto;top:8.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #h17gursmfBDPhQy1xrRvZdBBpehh2xS6 {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #idKNpCv9FrTIPxC3pSkLukpd2L8mOCeo {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #tT7zaXudMTV5SyrC9iUlL2rRgp89PaSO {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #Eqkx67TWK9Qxc7a1I83xnvfKGLDvXkOZ {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #g2SVQSp1azFaSCpSJyiGdEDv2a9xQRLW {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #PC7wGLC0UWs9LEsH4mtK2emDCBQu6oCp {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #NwOQ16krFu7TuFF09TaczosxdqZmxzIT {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #HVFePTIoMvvTFPkdRrAlSNi6JX2Tf7Wk {  }
 }@media only screen and (max-width: 763px) { #rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q { display:block; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K85G1NNMDkQOSgaBFUhtRiWBUb7JmW5x { width:20rem;height:4.3125rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-regular-label { width:13.1875rem;display:block; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-text { width:13.1875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-text {padding-top: 0; padding-bottom: 0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-textarea { width:13.1875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-select { width:13.1875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-select {padding-top: 0; padding-bottom: 0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-checkbox-label { width:43.9375rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-radio-label { width:5.90625rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H  { width:45.25rem;height:auto;top:16.75rem;left:0rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .radio-container { width:13.8125rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H {display:inline-block;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H { width:45.25rem;height:auto;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #rZXwfg6QulPdX1EvATrTUXqVqZlUstOu {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #shhTslGeBTOqQcCb2VN5cQKWH179neO5 {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #fAWGgftfv4rlhggApfOHmrHzrwdEcKHl {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #DZiP7zwalnU6FfpZtxodJLQt0QWfsv4I {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #Xoxg9y68mf6qzFnETndzTpGinpPtJh1G {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #wSZHumPQJ22QiVQwtH5WODLReIxDpTDX {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #wrcT1VOhM523WTuVQdyHEl0CNWvDE6XP {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #ON0exdTmQIgPPCpPLKZkNpVSnnRycb0y {  }
 }@media only screen and (max-width: 763px) { #bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { display:block; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOVlNk4t8LbRHAt6WEr28g5Ji1dUzX2u { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { width:47.75rem;height:4.125rem;top:2.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsTDxEVGnq5cn4ezFtE3tkTy7nR7NSNR { width:47.75rem;height:3rem;top:6.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz { display:block; }#LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9RNzbmFWfUQihTc2BBui1SoNy0n6Zw2 { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcoutl9ETBa0TDzfHCdgH2g3W8KbT3lT { width:47.75rem;height:4.125rem;top:2.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKw0LAoUF9apIQcgUgfsqWNQIbJHRc9z { width:20rem;height:4.375rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoFCkztqXfRIukEJel580qRFf4VPUz7v { display:block; }#FoFCkztqXfRIukEJel580qRFf4VPUz7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RguBPTXB4wp6RPmqZLAku9c9aNQoWPWD { width:16rem;height:2rem;top:1.8125rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44RTP0pEMiolSAxmrzTSyMg1XvDcEET { width:16.5625rem;height:2rem;top:1.8125rem;left:27.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSnNBPcBAkusMXvbB4LFI8dngpJ4bMEQ { width:15.9375rem;height:21.75rem;top:7.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Qlzfn4SmkJXZ6PL5ItT0gEnSeQ7bia { width:14.9375rem;height:20.3125rem;top:7.25rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV1wVTikVtdhDtxweeL0NTh38pa7STn { width:11rem;height:13.0625rem;top:8.6875rem;left:0rem;font-size:1.3125rem;display:block; }#MoV1wVTikVtdhDtxweeL0NTh38pa7STn li:before{  }
 }@media only screen and (max-width: 763px) { #R3JL38v9padar8nqf81gsHt9L66it0ZQ { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC { width:11rem;height:10.75rem;top:8.6875rem;left:23.875rem;font-size:1.3125rem;display:block; }#HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC li:before{  }
 }@media only screen and (max-width: 763px) { #fqCPVFqIXIMbfoM1oqe12UiuImk6GFgu { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG { display:block; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afzb4l2e2TJcWzIefTypAllMfcBRJnxJ { width:21.5rem;height:5.75rem;top:5.75rem;left:26.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOA5iNbbGvtcSsv3dPN2lKg3m0UbQEq5 { width:24.25rem;height:10.5625rem;top:13.875rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq { width:35.75rem;height:25.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TAGBEX1XKESRFDLI5TDRERVUk7nCPw { width:24.875rem;height:0.75rem;top:41.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA { display:block; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 { display:block; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQFC2At9Rq93b6Mtw2NuScAui895Tzay { width:10.9375rem;height:6.1520252465993rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLmildfdNFXpCRlSkglSHUtf1tekhm1L { width:10.9375rem;height:6.1520252465993rem;top:0rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKTVfKB0ePxcPTN7OxnLzx8koulWB8h { width:10.9375rem;height:6.1520252465993rem;top:0rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvL2oxrZQMwfsUIFGV2NPyKFeIT9N5s0 { width:10.9375rem;height:6.1520252465993rem;top:0rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb4XQJ1QTc9ZUvrBEmRrfKhXJLu6eeKk { width:10.9375rem;height:6.1520252465993rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNqlydMgaFIa9Zx3H6HE9GLzy7yR6aEK { width:10.9375rem;height:6.1520252465993rem;top:7.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL { display:block; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXqJcuOb1A5ZyIn10llZfLumXb4t4Iyp { width:10.9375rem;height:6.1520252465993rem;top:0rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoz0mmuiaCtamJU6nKu0CPCpB7dmTL5E { width:10.9375rem;height:6.1520252465993rem;top:0rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH { display:block; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECgqGNnmvUgMJmvQenLdSXXc102f7wlt { width:47.75rem;height:2.25rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw48ebrmrFkdWFGHR8XSmwGwriFQAruU { width:20.3125rem;height:3.6875rem;top:10rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTiHT8exuxPrSRIyyK2dGCVk2cCrFms { display:block; }
 }@media only screen and (max-width: 763px) { #X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy { display:block; }#X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLATnc3x50T4UAJLG2t31nobmVQ3lIOO { width:13.5rem;height:2rem;top:1.8125rem;left:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyklgET27KHmCBvsLEdgCdFiOI5ENpoc { width:15.625rem;height:2rem;top:1.8125rem;left:28rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrgqtXhvcIexOi4xTpwnspevL7pQPhv { width:16.625rem;height:22.5625rem;top:5.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJgK9bzRoHDbUShtcnggZ311AxOukEL { width:16rem;height:21.75rem;top:6rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udiix13Har9ClDgcPZIdTwETXNNVrv2M { width:11rem;height:13.0625rem;top:10.375rem;left:0rem;font-size:1.3125rem;display:block; }#Udiix13Har9ClDgcPZIdTwETXNNVrv2M li:before{  }
 }@media only screen and (max-width: 763px) { #Lr8PuA5QdOdIdT74OW8eaBKrGfx0dsyo { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs { width:11rem;height:10.75rem;top:10.5625rem;left:23.875rem;font-size:1.3125rem;display:block; }#Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs li:before{  }
 }@media only screen and (max-width: 763px) { #iVuo6aggFTHNfrG22SDzRlF6nXTy9inO { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w { display:block; }#VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9l0UQhutySgNasmqK2TstGxF1qBfUzz { width:16.0625rem;height:2rem;top:1.8125rem;left:3.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7K9mvr0nTo10MLG1ku4p3TwqoB9GM9G { width:16.625rem;height:2rem;top:1.8125rem;left:27.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n33xAwhqQZpxCUffZUBlTgH1nloRwkeJ { width:15.875rem;height:21.5625rem;top:6.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTO7l7uDoxdvKx6nTNCg49tbhCT3HstT { width:16.8125rem;height:22.875rem;top:5.75rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l { width:11rem;height:15rem;top:9.625rem;left:0rem;font-size:1.3125rem;display:block; }#UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l li:before{  }
 }@media only screen and (max-width: 763px) { #mz5qC1z19dBPcdFJWPwz99Nhdf1ZOfQk { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 { width:11rem;height:10.75rem;top:10.8125rem;left:23.875rem;font-size:1.3125rem;display:block; }#qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 li:before{  }
 }@media only screen and (max-width: 763px) { #eOvr0hanN9HQqyzGsn1eFpTd7OoE2Bbf { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimTrZfoVlbN2fdaBN2sTwgZosqbCS1q { width:17rem;height:3.1875rem;top:29.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoQd3a6i2sD6NIzPTHSpBfRxTo1f0ADZ { display:block; }
 }@media only screen and (max-width: 763px) { #B8182T3RcTVXub7pZ8GVtAZFQT9db3eR { display:block; }#B8182T3RcTVXub7pZ8GVtAZFQT9db3eR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMTymfgEogMb9pCEFEAn0bOnMAqTWC3s { width:18.1875rem;height:2rem;top:1.8125rem;left:2.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2GhrWLicQxSP2Eak9G6knxytpyu0zh { width:19.125rem;height:2rem;top:1.8125rem;left:26.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2dXOQVtApKLgRkTsZFwAIV7x8qz9Tic { width:17.5625rem;height:19.3125rem;top:7.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBE3QlCWnVx66U0W8g9WTlIPk219snc5 { width:16.5rem;height:22.375rem;top:5.6875rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA { width:11rem;height:15.3125rem;top:8.6875rem;left:0rem;font-size:1.3125rem;display:block; }#TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA li:before{  }
 }@media only screen and (max-width: 763px) { #bSSdTKc9BuDAyvBvOCecPOrtJUxLlSdG { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA { width:11rem;height:10.75rem;top:11.5rem;left:23.875rem;font-size:1.3125rem;display:block; }#VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA li:before{  }
 }@media only screen and (max-width: 763px) { #Iv4mfTTALZT71ZIdE6WH6NergifhH6Qy { width:15.8125rem;height:1.4375rem;top:3.8125rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQb4UB4MRTPH852BAy818XnbZafQRH5 { display:block; }#ZxQb4UB4MRTPH852BAy818XnbZafQRH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFqmgP5lavXRvD2dkLq6WTDekPruBo8T { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIP3cA8Jtm6HfSimr6bVnaN3iSwaRw5 { width:17.8125rem;height:2rem;top:2.1875rem;left:14.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7uRoU5muzWnZO06GRhsMH1DwyiOKUO { width:15.8125rem;height:1.4375rem;top:4.1875rem;left:15.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt { width:11rem;height:10.75rem;top:11rem;left:10.5rem;font-size:1.3125rem;display:block; }#G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt li:before{  }
 }@media only screen and (max-width: 763px) { #TFJJc4OWLhy9vkLMlzlFLR4XKiBSw1UO { width:16.1875rem;height:19.8125rem;top:6.5rem;left:23.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhVhI1WECimKbTCtxIdtldULAihfZ2Su { display:block; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf { width:29.25rem;height:19.1875rem;top:24.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMKeNkBCKMyqoBFbUJ4Xow9UtDMkGRAS { width:25.75rem;height:2.4375rem;top:40.5rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph { width:29.25rem;height:19.1875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { width:29.25rem;height:20.6875rem;top:2.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #log6Bm6TEEEqDqnx9PcP066ipX3740rr { width:15.4375rem;height:2.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvanEe80MUnloAETgacRP0QmfUWvddG { display:block; }
 }@media only screen and (max-width: 763px) { #Ufh160WtisLzcfDC3aU7qOny7uzafwhu { width:29rem;height:5.0625rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKJGi5gQrConOgFornTKL0k5IawGEOs { width:29rem;height:7.875rem;top:3.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7rhNzpRLTL5O1DxuL50quEXGlmCETcT { width:25.75rem;height:2.4375rem;top:20.375rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqT4nsQMCd20abSRZ8Xs2FnJ00tKv2hI { width:25.75rem;height:2.4375rem;top:40.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm { width:29.25rem;height:19.1875rem;top:45.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9 { width:29.25rem;height:19.1875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT149O3e5ZTXARICMdwkHOCixJEcqzp0 { width:25.75rem;height:2.4375rem;top:60.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWzwcVSXwnhBxIDXZBua0hXKskVm21I { width:25.75rem;height:2.4375rem;top:46.75rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q11rCqfrpz5z96MevOuZfFmnzEJuBCTA { width:20rem;height:0.625rem;top:147.5rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc { width:29.25rem;height:19.1875rem;top:45.375rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IncpQlMo1DWPkOb4sKJxdeB4bQIWOZxf { width:6.875rem;height:4.0625rem;top:121.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S { width:29.25rem;height:19.1875rem;top:45.375rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXEBbOkr6PNFbudXQ3nhoR92Jai5l21I { width:15.875rem;height:2rem;top:142.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xgd7WsaXoasyRSgH08PQizJ5azINgTH5 { width:29.25rem;height:19.1875rem;top:45.375rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cz9WI1Z3K4qO37QhDbTIkO3QHMGJbbz3 { width:12.0625rem;height:4.0625rem;top:163.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hztKTR34fAN75bJUch3VT9htvhQlg69X { width:29.25rem;height:19.1875rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvUlgMuVakITx1TWSCFAApJ40wciT4J { width:25.75rem;height:2.4375rem;top:81.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20 { width:29.25rem;height:19.1875rem;top:66.0625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKVTnA7MiFlIaEvn8ok59pTXuI0rzTfd { width:25.75rem;height:2.4375rem;top:81.9375rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r { width:29.25rem;height:19.1875rem;top:86.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0etWDStsM34LiNP6ABmefgZm5Z8H5ss { width:25.75rem;height:2.4375rem;top:102.375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfJB10yecN5Z4HTLFiuzT4g9zBXOZP0 { width:24.875rem;height:0.75rem;top:108rem;left:11.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TcQCPFdDcGKiytGmhDg207T9ddrFZT { display:block; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2 { width:29.25rem;height:19.1875rem;top:24.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzsJpV2RWU87W0FThgOTsf2AMPJ2mdX { width:25.75rem;height:2.4375rem;top:26.125rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10 { width:29.25rem;height:19.1875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z { width:29.25rem;height:20.6875rem;top:2.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHpmLlBwuT0ch3zeutlckgNpsKrZZRpf { width:15.4375rem;height:2.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCNcTDDSbXTXx1lnnXnyQvlFyB7ZKNSb { display:block; }
 }@media only screen and (max-width: 763px) { #SQDu1PETdflw2d2Md4PDaPd9vVPQzfcr { width:29rem;height:5.0625rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgDLPuObbVoWnomLatiniiOgZeDMx9wd { width:29rem;height:7.875rem;top:3.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Z7Llp3NZWFg9JqrRunTMuXZyxtTnx3 { width:25.75rem;height:2.4375rem;top:20.375rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBZsCzQenMLIXUDLxF2XH7hAyilwMggy { width:25.75rem;height:2.4375rem;top:26.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACO0v556l4EPOxpkl6nFvIF3MK7cDa68 { width:29.25rem;height:19.1875rem;top:45.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqTKaUW23GhgSTvB3w43bQQHVMytRqkK { width:29.25rem;height:19.1875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7BPWdtBOOiz2vcru0p7OI60F4kH2fnd { width:25.75rem;height:2.4375rem;top:46.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtVhCArK8s28P5J9T1XTbEhA7Ow0q1eb { width:25.75rem;height:2.4375rem;top:46.75rem;left:22rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 { display:block; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkP6Sg7xuLgTrhCmxuIGG4TsQ71zs8p1 { width:20.3125rem;height:3.6875rem;top:15.8125rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfn8IS1443fwFUozQqNndanLO9vbNGk { display:block; }
 }@media only screen and (max-width: 763px) { #tsTbekwnxlavVfTOfAK1X1NMA4hVkWcQ { width:45.875rem;height:5rem;top:4rem;left:1.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpXwxl4n0IOsDdiIxM4Vb6Py6Atz2Dt { width:41.875rem;height:3.6875rem;top:10.3125rem;left:5.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ka3wFVHyUJ2uibTax2sPoovUC2iXfz { top:2.5rem;left:0rem;width:17.5rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61zTOwTInTUDJrK85NcOIBnUatQTb7S { display:block; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbkuP9uorzTigrcg24Kq0fK5W626t3Ve { top:15.8125rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv99VsPd92daEtAsINFJQHgo3QmXl64 { width:17.125rem;height:1.25rem;top:43.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3i2wghA6GzAznvXgRXvHAlkApMuf4f1 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Zb12i0m6g5ZubZTeKOOlFaGJz3x7s3 { width:47.75rem;height:5rem;top:4.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiiB6wgSHc8yFA2u2lXOfQ1qwCBOFCF { width:29.0625rem;height:3.6875rem;top:10.1875rem;left:9.8750019073488rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6o81K4v1s4DtyNWnckgaq7FzPZnoBap { width:24.5625rem;height:3.1875rem;top:45.75rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgTG9vIucrabPrm0LtrH6XC9So9LR0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM { display:block; }#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFQ8ehiFcLObd7TmxDCUTm1w2AQqZw8v { top:14.0625rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZRza4C7mE0q48J0w8kTMJzayDsIqu0U { width:17.125rem;height:1.25rem;top:43.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcmsi2P00vyKUHAfPc4bqExQVhDKFmJl { display:block; }
 }@media only screen and (max-width: 763px) { #usWZ8swdGiJaqTxSFE7nrqP0vhwq63JT { width:47.75rem;height:5rem;top:4.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPbVUFpDP3hxTZ73wQVFww6XPq1V56h { width:20rem;height:2.5625rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCUZOgNv7XxeuckEbxtk6fvfg53A8Gw { width:24.5625rem;height:3.1875rem;top:45.75rem;left:11.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdDnI5zxFzWQDayHSvMJByvaiIJzXuuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ce5qILbzH9qszyNAwR6SxyntNMiJnS3J { display:block; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w96oFnDg1Sh8lz17hqAKAe5k6A3kI6ni { top:4.875rem;left:21.5rem;width:26.25rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2yoQiP63bdTqcI5dhsWggvFZsWsNLP { top:11.3125rem;left:24.5625rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCXbcoul07qWWWBd8dcgumF6aehNqAkh { top:13.1875rem;left:23.5rem;width:24.25rem;height:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WArUNDgC7Lo6SR02FsS2pJCNhmUVwrCc { width:15.4375rem;height:2.9375rem;top:29.5rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhDflQaaTKpu6FFrUQusc9k4TwMrK3TK { display:block; }
 }@media only screen and (max-width: 763px) { #xPrIoGkJkBk6dFvbo20HmastveuTAqIT { top:4.875rem;left:0rem;width:40.6875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mghx98Smshcm2uDdynSqMbZLM5ElDh1B { display:block; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMbxpogU6K4Hp4Gmf5TF6EmWeMvWT0uH { top:5.375rem;left:15.875rem;width:31.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUXAx3dpd8mWGX0AWQTsEIROEGEfuou { top:3.625rem;left:0rem;width:13.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGckOcp3UEs7c7z8kTA5TTxlWyt9ynTS { top:1.6875rem;left:0rem;width:31.125rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zzm1zOogPkUxqXXge1N5CunNvkJxDbrq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#3d3935;background-image:none;display:block; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { background-color: transparent; background-image: none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container > .video-iframe-container { display: none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row > .video-iframe-container { display: none; }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .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); }#zzm1zOogPkUxqXXge1N5CunNvkJxDbrq > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye9riOJeWkvipgmp5FaClyLsgTN35qJF { width:2.249025rem;height:2.30859375rem;top:2.02001953125rem;left:8.875rem;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VU5IAHktfxOeZoyfzKXKDb2FBL0TUOEA { width:2.0625rem;height:2.0625rem;top:7.68359375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrDw4cM3XLBKfhX7ReyTV04JnZBJXka9 { width:7.1875rem;height:2.5996125rem;top:1.8740234375rem;left:11.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdiTvIoAzG23KXgLXZm4qis7ZrZ4BtdX { width:5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7WunIPRqqRMwTT4WsaTTIrlrHdnTlL { width:11.8125rem;height:2.625rem;top:1.5625rem;left:8.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w4htwxB3GLbOtHngbZaW9mVhS3K3yVJo { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e371d494-6dc4-4f11-b3cf-91dae8fa1f9a/_GSC_celestia_movil_banner_01_c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D3Tlt3FcfVTMJHKffTkfKcDMxMV7uowx { width:20rem;height:3.375rem;top:13.33642578125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L08zlWNE1zT1GtXTF7B7iTWewWI3FGvm { width:20rem;height:3.4121125rem;top:17.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EWKeeWQ4BGhqBORJOF2UKAC4buuQAXkL { width:20rem;height:0.8941rem;top:49.072265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEVc1ZldzQmrTrhLvwyGcBa7JIIZoXp { width:20rem;height:1.875rem;top:10.5625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-text { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-text {padding-top: 0; padding-bottom: 0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-textarea { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-select { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-select {padding-top: 0; padding-bottom: 0;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .widget-checkbox-label { width:7.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW  { width:17.125rem;height:auto;top:26.884765625rem;left:0rem; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW .radio-container { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW {display:block;}#CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW { width:17.125rem;height:auto;top:26.884765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #u7ye0kTOBRQgR6E3y1oETfU9HsGDmRCP {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #A4OENrsFVUVQJ4OElbgXpriTJKkZfxmZ { display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #iUnfAf5CMIDqWh9ro0KTguZIHGQi2pqZ {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #bukwomoI0rkAirpOf9x3xOAsUXVwuAPn {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #LsBrlkdf8DKaKTHgLV1a7qzJGfZpnIXr {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #HQ3CxTNbDkL9apzHx264k0LfuB7zmQMN {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #i98xVL5OviIHbl0NJJ3F3Huo4WTn0IN7 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #T4l4RC1hqx7hBzZQmA3zCB4ci1CbTOl4 { display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #PZ395GkpDSlWhUMJVO0tkRxGwO5ZIzwi {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #G7VicGh4OSri49GnzvUa5Tbug3Qo0xt6 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #lt2xOaRJ70fL2JPwbB0dZF3LwQ88aMTW { display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #uayQK9QCcdwqzRklLyI4ezXnlTgmEsyd {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #TnCcb7Kabd5z7pGIzEHK6PrUZo6gqmo2 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #xb2AaPKO0tLmAy3ATA19sGAOQp0XMune { display:block; }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #UobJLGI27zVuZfHJneF1zsJ3KI3eq7u2 {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #bzxZTNTxCX7EXorTnwupVhTDbqCTbCxZ {  }
 }@media only screen and (max-width: 763px) { #CTDA70Aw6WLTT6ltlmVhgDFl7QgldVnW #qE2HTXbUgui6M7U2qOsZI8mzE7Xy7Zu8 {  }
 }@media only screen and (max-width: 763px) { #OgbZ8FHPT7dJa5izZChNiEPg3hlZUhMD { width:20rem;height:1.94970625rem;top:20.748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbN7pnzVSzdpN42y9xrgLA7UqRvkakuP { width:5.5rem;height:1.75rem;top:7.28125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e371d494-6dc4-4f11-b3cf-91dae8fa1f9a/_GSC_celestia_movil_banner_01_c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC.adaptive-delivery-prevent-bg, #xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC.lazyload, #xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC.lazyloading { background-image: none; }#xNgU4hqldR1Zr30Uz33P3T8XC99WfEzC > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cK6FoHPaNiJ9JnBR9h4yE07PEJTBsnyi { width:20rem;height:3.37535625rem;top:13.33642578125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATrts8r81GlBTBgLROTUMfChnAMSA9Q6 { width:20rem;height:3.41264375rem;top:17.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #f1zUVUl3XLxQUg8KG0m66sJ42N0WSC5g { width:20rem;height:0.8931125rem;top:49.072265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtHB5d1aNtfhOJCGpDdLxRTaX4vNIxTy { width:20rem;height:1.875rem;top:10.5625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-text { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-textarea { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-select { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .widget-checkbox-label { width:7.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9  { width:17.125rem;height:auto;top:26.884765625rem;left:0rem; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 .radio-container { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 {display:block;}#I18AdkctfVTNTqrp25vJudp2TCZGcFL9 { width:17.125rem;height:auto;top:26.884765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #apmulExZZaMLkPNbB5G61augex2M1ZT6 {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #G1Gkwk50peRwqkfg3THzkTltN7RUzTAJ { display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #HVrr1wE6wnKvRHZ7kkUXDo3K5thQkQUK {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #fTkWX5hET8BE0RPfTkZR9odRy3sZXGM4 {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #zJoWO7GR1PbTzbJSuNHzvgQfNww4Wq3c {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #z8WcT4WsRJtsW0Fwin5h6fEFkaiq6qZc {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #F8yhkzKUmbbkZw3efx4eoKQrZ6eviVUk {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #TXFmJTZr4iZGtdCUCI3day30OZErmtw3 { display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #JXzgNvg6dahf1HmTfEbkexFl9L4n59iW {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #rCURwymL6xqQ5DTaS2GPaleCtqTA1Z9b {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #t2aMmKS342lc9cSJpMlH8CVUzSxwEg3x { display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #ELkCvbwgSQcBFpctHGcbCQ0fru84qo9i {  }
 }@media only screen and (max-width: 763px) { #cFgscEuX45ZhkSgSNX8KLsI41EKbW3K3 { display:block; }
 }@media only screen and (max-width: 763px) { #c2VZkUlThNovUVDbmcAwcEGVuuRLnkoT { display:block; }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #nm8eJfA3LWvoGuJhqakyBfi8LLOkSpkf {  }
 }@media only screen and (max-width: 763px) { #I18AdkctfVTNTqrp25vJudp2TCZGcFL9 #BWKdlKEq93p7hQVy4FDdNtSBtIwntcuA {  }
 }@media only screen and (max-width: 763px) { #JUgftunGdfBBWpANbcRapcO3KoOSNPvf { width:20rem;height:1.9504625rem;top:20.748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo87DXxTUG3rTuKdxNT8knmbcSPsWrbh { width:5.5rem;height:1.75rem;top:7.28125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/571352e1-918a-442c-aa1d-370063a67ae4/_GSC_celestia_movil_banner_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh.adaptive-delivery-prevent-bg, #AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh.lazyload, #AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh.lazyloading { background-image: none; }#AFMF2GGeRvlaEhTl5m2zVaILiWp8vdzh > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FeN9Nv1T0qX5tOz7O3IfmBqUI3vbgWps { width:20rem;height:1.25rem;top:11.71044921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwDvHGp1OTa8DFRUcXoBlUhl4Fd88Um { width:20rem;height:3.41264375rem;top:13.02294921875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #H1wpFux85cfN2zpIuBgE7mh6tNLxFTo1 { width:20rem;height:0.8931125rem;top:64.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOymNGgQAMXqn3TzGQppMG3T8v0vWwa0 { width:20rem;height:1.7507125rem;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTKAhgXDih09Pt7GhBzMBbc3WGtH10O { width:20rem;height:1.70543125rem;top:15.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTdsPbAHmmUOCmexvXTRJ5N2AQD86uC { width:5.5rem;height:1.75rem;top:6.46875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaruBDZBUby2xlqDaxmThXKxffTi48rX { width:20rem;height:0.625rem;top:66rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.89);display:block; }
 }@media only screen and (max-width: 763px) { #IyVFSZU2CpIrpr0yewUmPXRNS4aemLon { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/571352e1-918a-442c-aa1d-370063a67ae4/_GSC_celestia_movil_banner_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon.adaptive-delivery-prevent-bg, #IyVFSZU2CpIrpr0yewUmPXRNS4aemLon.lazyload, #IyVFSZU2CpIrpr0yewUmPXRNS4aemLon.lazyloading { background-image: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container { background-color: transparent; background-image: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container > .video-iframe-container { display: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row > .video-iframe-container { display: none; }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .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); }#IyVFSZU2CpIrpr0yewUmPXRNS4aemLon > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg88rlm862blAAzsTrNN3XZ3LzZIQmm7 { width:20rem;height:1.25rem;top:10.64772605896rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzniTutlXmt64E8nVdryXBmFIiRmv28e { width:20rem;height:3.4121125rem;top:11.647193908691rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rTp8CTclxB4T1rcDxSdVfyCOok5OvoKp { width:20rem;height:0.89355625rem;top:49.072265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDrXKUX2CRIy30Jum8T1gCNozA1uz9eF { width:20rem;height:1.875rem;top:8.060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQPA8NpSEEVK5p1J4Vfmu9xq2y4nxBT1 { width:20rem;height:1.70605625rem;top:14.746448516846rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOVFOltnLduVN36hXTyU9Ed0dTSJVkT { width:5.499825rem;height:1.749825rem;top:5.5602035522461rem;left:7.2496446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpVodOkLosKcB2quLIps6tGiqhxH7I2o { width:20rem;height:0.750175rem;top:63.132101058962rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-text { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-textarea { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-select { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .widget-checkbox-label { width:7.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ  { width:17.125rem;height:auto;top:17.754259109497rem;left:0rem; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ .radio-container { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ {display:block;}#d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ { width:17.125rem;height:auto;top:17.754259109497rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #JkQb005bcfMS7KEquDIM6glC5gXHqA65 {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #AH8aaVsqV4FSLNOOQruRBwJzFEW90J16 { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #K3ViB5IAftkNmerlbPhsoEhi9S9TEPAD {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #ZR1sRqkV8WxSHb2NfQNe8T2CEJqQti3Z {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #nTbTLd37FEfkCvDdbQwZr3arRvpxxnrp { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #e2S1xZQREurb7S3Tx3r4iSw6WvyX1EHg {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #BkF9dNF4v5eoVCdcL9uxq0Ou5ai4g0qy {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #dGnMwJClTPDRPfFBz6MGX9o8RL4TSmHl { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #aMmwoW2C01s67eXuGcasX4W6sgUOvtyz {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #HlLB8n226WlJkz8fQDw472nrJUqRgqLc {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #nyfv5LIzpq8M6yno7KPMtDptgm3alglR { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #ioywPGtdni2xqbuh197hGtnlWRtvk7X2 {  }
 }@media only screen and (max-width: 763px) { #SsA74iwQxohLD3pwDcgt02lBe2CyxzrI { display:block; }
 }@media only screen and (max-width: 763px) { #hRz18g5OzL85SR667HVJbWTo0MqC64sS { display:block; }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #TRtNfnZAE8SBUSbHIdCNoSUIN6S3Tbs7 {  }
 }@media only screen and (max-width: 763px) { #d8iFrJwLoatPkrWl7hKbx0JmqDn8HdSZ #iHPFyvFHBhpb8t9HoS8qgODSU8OSrv30 {  }
 }@media only screen and (max-width: 763px) { #SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e371d494-6dc4-4f11-b3cf-91dae8fa1f9a/_GSC_celestia_movil_banner_01_c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf.adaptive-delivery-prevent-bg, #SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf.lazyload, #SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf.lazyloading { background-image: none; }#SH5FuyOG5AZZ5FLPGxHBB7yGZKmIOrTf > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RZDLE6ZRLQKKvXwuqespToMKiFvufeTh { width:20rem;height:3.37535625rem;top:13.33642578125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTazsNTC42DDM3sOiWOqbHzrQlU2KQGg { width:20rem;height:3.41264375rem;top:17.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #P5aJqDkEEif4U8GISTGJiZKUEwOo7yZu { width:20rem;height:0.89355625rem;top:49.072265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKC9Z6MPS7bHtL7v9qEQNCdCxofFaVZJ { width:20rem;height:1.875rem;top:10.5625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb2lUe1nUgb4Fua0VvbgLZikKeeiPLmb { width:20rem;height:1.9504625rem;top:20.748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Ls1qzzA7Uq6EyLIGrO9Mge4i6ykAu3 { width:5.5rem;height:1.75rem;top:7.28125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4dcb8e6c-e5b9-4cd7-bc8b-f1184b53fdcf/_GSC_navidad_banner_celestia1.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; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb.adaptive-delivery-prevent-bg, #fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb.lazyload, #fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb.lazyloading { background-image: none; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row .container { border-width: 0; border-radius: 0; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fALtFzKPVsHA9r4TTg39NMBXGL3wQhyb > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/afe3e13d-a181-4524-9be1-8080bf213013/_GSC_celestia_movil_banner_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7.adaptive-delivery-prevent-bg, #UJMQURgRLP4hWQSOrooCnyTueRaSFKy7.lazyload, #UJMQURgRLP4hWQSOrooCnyTueRaSFKy7.lazyloading { background-image: none; }#UJMQURgRLP4hWQSOrooCnyTueRaSFKy7 > .row .container { width:20rem;height:70.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0qxauxK5dG18Pwx122Lg2vsTdkBtUOX { width:20rem;height:3.4121125rem;top:33.96484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKo9s1ImyJmrMETaRdMJIDolLlxJ2ApU { width:20rem;height:1.21875rem;top:29.5263671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#624658;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-text {padding-top: 0; padding-bottom: 0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-select {padding-top: 0; padding-bottom: 0;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O  { width:17.5rem;height:auto;top:25.095703125rem;left:0rem;z-index:15009; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O {display:block;}#PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O { width:17.5rem;height:auto;top:25.095703125rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #HlR5OgeZ2UgOkZk4Tn0lDRySn5FTCvru {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #EvRgPWSuR4b8iMMrPdprEJQ92RiAy4DC {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #NuQJOzaamlly08FoxBhnIvTanCgHcOUp {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #Se5zbNsxsHnop1EzzhBHEz1yvUA2TQhd {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #UPygIKb7D1migSSgr4RFrBK4ocJ4v4IG {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #s3bAhGbLEwnoTxqT9k6CwTRKGSTaodRF {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #DkZ1g8mEJt0aUHHK8wxwLTCcTsJF2P3b {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #oGicq53OuUUDEbMfTwM6ylVpfZ1UM76s {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #lwZyyk3rRoBpZ7VzmygrkcCM6gmdDPJO {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #IAXOAgIzlOA1hg1T60Vds6MMXXuZWbVl {  }
 }@media only screen and (max-width: 763px) { #PThzXmQ6KmEA8gGcqKc4Q1LwZkGKCc1O #ayRuDtTXHww4fz47WqnLQDWuP38xwC8e {  }
 }@media only screen and (max-width: 763px) { #KMbs5t5ZCtHtsaqGr7D956V2CbT77yz2 { width:17rem;height:3.1875rem;top:31.25rem;left:1.71875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #eIcpfmnLBX1Pwzu4bowCPSMR1DtykJ9M { display:block; }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-text {padding-top: 0; padding-bottom: 0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-select {padding-top: 0; padding-bottom: 0;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm  { width:17.5rem;height:auto;top:30.75rem;left:0rem;z-index:15009; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm {display:block;}#lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm { width:17.5rem;height:auto;top:30.75rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #d53TJyBENtPBWSfG3ovntmHwCVnwnLWs {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #SThUe05qCpbau6UQbVzp4Hy8KaBQpzL4 {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #qTtwqVv1ELBdcLr2zBunMy0CBKwxBrTW {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #G50tAagN6Sf0IvOMSTXOH611tPbqQ0mz {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #yXqZS93bTG2U0luJm2VS5F6X1xc0Cv90 {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #bxLqKO9t5BdCqpUF22nFCBx2LMH50pya {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #iNmXca9N941A1pDz9CdM4EeRr6KDGgF0 {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #bb2rkXZAdZcfDwyWX364bl2D71sNRldE {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #dkEoDhimMN84F0iZed8amyPhLxccpGAu {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #q55PIH9XgI7i80dsiVVO5QWlGGV6FUXV {  }
 }@media only screen and (max-width: 763px) { #lEBOwLFsrT5LQI3IUIo2qk5tEeEEBvNm #wwSeSvVxyFJMI2U3Q8DAk89Gb8lz04HX {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-text {padding-top: 0; padding-bottom: 0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-select {padding-top: 0; padding-bottom: 0;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg  { width:17.5rem;height:auto;top:40rem;left:0rem;z-index:15009; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg {display:block;}#qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg { width:17.5rem;height:auto;top:40rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #Zxev9FJAVcO69W8l6J9eVN3T5vG84hKJ {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #imMCZTmCL48zVPzGiq8uPW8JLpRJZ34H { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #rMfOHWiKNx36ercGTs7xR19lgHN2d3Ng {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #eHr0f7oPxwkpH5kGkuC7Nobv6EqzAfhx {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #VlPtN7MEcxdsfamPQ5okwZmsD3fUBicR { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #iWFziV9aqPHAV9katntTFJqy3k3QwCZI {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #JM2pAHi5VlnoFOhprkdsQC197dTVbcfw {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #bRqDfCOihcWf7WCqX96tFVffLDVK0klh { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #FtkU1o9gAf8n7Z0h9THGAHcCeBnCdGXQ {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #w6kwAhriD55pp6yRM6bT7Fy8Za4pWf5X {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #kqcLzPuyCab9dD4KloTTXMTdkXfeuZaP { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #dMcmkr3zfORo3VzWSLUdlfGRPFKFsAVF {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #cWotHttIgIbScTr4rg7JMT0I5fuwycHW {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #fn026g4R7SUvK04ZDHAbgf4OwQtzvKgx { display:block; }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #RDS7v8pKOu5O2ml54yPUS063zoET0Kmy {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #vaTfbI3StlNH4SUZTB7SLylTmSfvw7TF {  }
 }@media only screen and (max-width: 763px) { #qdlJzmBHDTrKSChM3NrGZ8Tm28kHiLeg #IK4o8ZMkr1S91pZr8o7TL9WCx9ZXSc8v {  }
 }@media only screen and (max-width: 763px) { #GpRMAtOa4uFNdMKDhSVnGtRCQaTcSch4 { width:20rem;height:1.5rem;top:68.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15008;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4HJeTwrGKsDp23rHbgTq8kw3qWyOo7 { width:20rem;height:1.94970625rem;top:37.400390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fqH4w8LTO5N8bVpekmkXSkI03iE9JHRT { width:20rem;height:1.375rem;top:32rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DXsISdzR1EbebvwiPTS93xWCbKO2hZX1 { width:7.375rem;height:5.875rem;top:1.5625rem;left:11.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31dc692a-4bb0-439f-81a0-3876e448c2ef/_GSC_celestia_web_banner_01_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg.adaptive-delivery-prevent-bg, #JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg.lazyload, #JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg.lazyloading { background-image: none; }#JWmaeFiFv3cvvqQgRxg1SdsVsd9GrZOg > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DCf7of1rUgtFaRRTHuLF16y7nXXpKLUV { width:20rem;height:2.5rem;top:19.15234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkpqfkb5XDDrt96v7FTCF4GOEvQCroK3 { width:20rem;height:3.4121125rem;top:22.33984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCSWN1CuwvG4x98fgcEXNRdtL09vOd1m { width:20rem;height:0.9746125rem;top:61.4248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8oO5zcJLrRi1K9EgFk5DEQmzIJezIvd { width:9.1875rem;height:3.65625rem;top:6.275390625rem;left:9.625rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-text {padding-top: 0; padding-bottom: 0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-select {padding-top: 0; padding-bottom: 0;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp  { width:17.5rem;height:auto;top:25.095703125rem;left:0rem;z-index:15009; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp {display:block;}#HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp { width:17.5rem;height:auto;top:25.095703125rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #EHqiaQp91GwebGbAsZscy0bXOSr3aGSc {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #MmcL6f8zKJNk2XiRBvIfy23tDr5MISzK {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #FdQCpOKhb2lIddMUNGTxqw4wBZznTvw4 {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #zJXSBGzDsoST06hdRzgCBXHUsbwAlqxh {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #u0zSSmxaTHSDCU7eSxrN6X0BwHEN8NVl {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #yn6kqOiGWmDHDiSHDBJxkI9IN94omxaT {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #FU4T2ZpgvWwc2K4aB2NcuNCoH77iP64m {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #VQvF9sIyqHxa2Ln9lwy9SvhBgx5ByJvo {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #wHRvudU5lG7rl1LcRB9q15INfG1zAoJs {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #afrRMn6aMk2nRBvTLQkFXSIHUWlDqcvJ {  }
 }@media only screen and (max-width: 763px) { #HJGZDIgeuvFHIMyzWMu9JKQutIOtWrrp #steRwc1KHptJMpRkT62RbN10CuADMKTq {  }
 }@media only screen and (max-width: 763px) { #g5lwgN650iWQLT7M3SvRb3gZzwdfcTui { width:20rem;height:2.11230625rem;top:26.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xACkcfbNv86T9yeDbxJPS7g4lKlb8GZV { width:17rem;height:3.1875rem;top:31.25rem;left:1.71875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Lgw6JFCdB9219ZmviB6rcy1xAVnUCLut { display:block; }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-text {padding-top: 0; padding-bottom: 0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-select {padding-top: 0; padding-bottom: 0;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE  { width:17.5rem;height:auto;top:30.75rem;left:0rem;z-index:15009; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE {display:block;}#gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE { width:17.5rem;height:auto;top:30.75rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #Vi4dtVixE38mmpUPBnsSMZ4A8XfKxR0b {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #grpclXnB7tN2nMrXWXex6d9LDdFM4C0G {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #BVVwLUX39LeGh9ohhCTpCzwrEOI3HPXK {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #yduk3bUVpFc40dxGUU8E3xfftN8zMaV4 {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #tSI1UaHtgQr70JIB5rmLFJ9lis1LgBfT {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #PMfXR7ETSUXdoAT9d2dA9wyoftO1EnIt {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #G0tNUWUxT0EffHQkXd09tSuF3xMpXKEb {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #Nns0BS2f3cPBPWiJGy6ZP0QvePc2d0UX {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #qsCUnP1gWQQaSLbI91zTiie0hrN97PMR {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #y8nDae0QnpOVxTZcmFoz7GfD88Tmk2OZ {  }
 }@media only screen and (max-width: 763px) { #gKhL7wUTSs9OkPF5DK5pGkvJHI1UetxE #FLfQO8pEiwLPPeRHTUDqqi5WXDtNg110 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2  { width:17.5rem;height:auto;top:30.765625rem;left:0rem;z-index:15009; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vkZresqvgM8twVWmJNwzW1SIra10XBk2 {display:block;}#vkZresqvgM8twVWmJNwzW1SIra10XBk2 { width:17.5rem;height:auto;top:30.765625rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #izEIOrhfPg5nSpJqi60OhTVGFrh4K3Z1 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #sNnKVR8qFT1lVPxyJUnT4JZXIghFQOC5 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #nGGLvR2FeI1ZqsnwLZUipDJ4azvOfPy6 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #FaJLCycanMuuvZWICOrENTdWgy05B3sD {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #Z6EpgVtW3sLaQC6EamRtXfOorVT6Qhpm {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #G4WLXXeofWEoGQpvqvFkmM0i25cAcHFk {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #xglcReIJpZoFRy8hhPFhkdC4Qbepu5z3 {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #AyiDdkl6cMWk3VlnT9lpAfU6qTwRsy1C {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #wpE4nDyZ61MWe7qclOwIWekibXZXNlKW {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #Z9IdN3Fug0zW3DRrtwc8PEcCZlQZtw0b {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #aFcT3yzMpUEf1Sv7z6BZiJSK6ZK5xOSS {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #T69tCKb9b2QBHENaeUNWOW5JebF5WhkM {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #VNGSHhZ3ueoD9iWTzonvQmLnnOvAoozw {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #OvQ1LKAZx3Fay5qJaMMi8Wi6ByTWZOJy {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #TPki9gk6vOVWvVFQGSHgI547Jo2JsU2i {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #T6Xka8NG5dkmqqX1sk19WQWIVW785EMz {  }
 }@media only screen and (max-width: 763px) { #vkZresqvgM8twVWmJNwzW1SIra10XBk2 #TaDk4UphzXAPcGW6adP2Q1cNBHGUJBZK {  }
 }@media only screen and (max-width: 763px) { #tfyTu6NIUbMawTHfuqL7qLCbqJArLShH { display:none; }#tfyTu6NIUbMawTHfuqL7qLCbqJArLShH > .row .container { width:20rem;height:80.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JTaO3sJ53utXtVPhIc4kXC9XaAA19POf { width:20rem;height:4.5rem;top:1.7492189407349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #JBsMhvZ1zZTE2mf7i2ti57wrrR5kJSof { width:19.4375rem;height:6.8232375rem;top:7.5625rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQF4liK60uIxbbuzwLCR5bDO7LQFdUBh { width:15.3125rem;height:3rem;top:19.812499523163rem;left:2.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #acPP9MOrPOkL0gRZG6oMIvKrRTnOT902 { display:block; }
 }@media only screen and (max-width: 763px) { #P1C4QPW2ci3Ov3pbUtTyCi1bRylWgXLC { height:11.25rem;width:20rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W { display:block; }#NQEUqzS42aI2GBtwqV1E2TnMSsXZDT5W > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTzqLH9Qqb1sK1uTqaM5rO7Ien9Nx4mt { width:20rem;height:4.5rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #O9FD40JXMe1Tqf93bPllpTf1eSegXLkh { width:19.4375rem;height:9rem;top:7.77587890625rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z6HsciHl2U8Hp0eIBf77dZOTQTM44EB6 { width:15.3125rem;height:3rem;top:30.32177734375rem;left:2.34375rem;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTbAiQFflCZJdF3I8iVp27vOFLMmFik { display:block; }
 }@media only screen and (max-width: 763px) { #bokPlU1et3leRnufy2iAuLh8ALkvL4E5 { height:11.25rem;width:20rem;top:17.875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk { display:none; }#TgScBH8iQqB88GMEcRGnT9kO8MOF5Jfk > .row .container { width:20rem;height:83.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QruO4PRx7zNZnqQ8dNVtADaqugZVJeMf { width:18.9375rem;height:28.5625rem;top:47.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhQPSombiczyFyufowHl1GHRoK8oIa4c { width:19.9375rem;height:3.75rem;top:35.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvPfBIqRacurIFQdKKEfl3s4sRD1LFL5 { width:20rem;height:10.5rem;top:38.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0lo5OfbeG9wiTVPRgmIVbgDJ1z7d1VS { width:18.875rem;height:1.7998rem;top:50.1875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qbmlb1JmmqL3kwwnyrVllknWIh4BaF9x { width:2.125rem;height:2.125rem;top:53.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv5bNhDRcDvFkr5ddfui8dLB8DBPWmRL { width:11.8125rem;height:2.625rem;top:54.25rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTXDsc1197xOur7dZCbOyThnSpFvfwio { width:11.8125rem;height:1.70605625rem;top:58.375rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNqWur0PLivc25ah9cFBwLWlcp22rGP0 { width:2.125rem;height:2.125rem;top:57.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgLmSUKTzM7KzcywJlEECe6cJXOh4S9c { width:11.8125rem;height:1.70605625rem;top:66.625rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJBl807T2tRQEr6JUTWTRvENgZcoDoeL { width:2.125rem;height:2.125rem;top:66.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AukZygtF9rASg76WnZxdbuvLzK5dX2u2 { width:2.125rem;height:2.125rem;top:62rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQHJFRwh4p1kUMN4Au3AsKeFdHDCQWxW { width:10.5rem;height:2.625rem;top:61.762500762939rem;left:7.6250003576281rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tww33ZAwPEM5hmxTLbnosEne8phU5vvk { width:2.125rem;height:2.125rem;top:70.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EefZHdNk43eHUGWNk3ERvGLIrAXongNi { width:11.8125rem;height:1.70605625rem;top:71.1875rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JzVkO7nBbArb22fKduAOgGKuNncrccD9 { width:19rem;height:3.1875rem;top:77.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya60VnBaGQ1PTt0A1C6SrzMevz6Hg1pf { display:block; }
 }@media only screen and (max-width: 763px) { #VCJDIfvZ46ku7OJgGxZmEKma1bKESrOZ { width:20rem;height:0;top:82rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.89);display:block; }
 }@media only screen and (max-width: 763px) { #b8oTG6vazcpV4fH67xE7l3eeyVy15oqz { display:none; }#b8oTG6vazcpV4fH67xE7l3eeyVy15oqz > .row .container { width:20rem;height:81.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CPWwowSZZiB5gg3pKO9R47BfC35n9Cnx { width:18.9375rem;height:28.5625rem;top:47.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrUTgRxwN8qg15Ow0FXscDSF9J4cT8x { width:19.9375rem;height:3.75rem;top:35.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLFi7rBh4CNtpVItXKZV4L8XMX2TWU9P { width:20rem;height:10.5rem;top:38.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqVAra9bHIaalAWEdE4PDMNvDCZ0QK5D { width:18.875rem;height:1.7998rem;top:50.1875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSE8xNEaRr6TGssxpqTZcZwoyU244pxa { width:2.125rem;height:2.125rem;top:53.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1QPkao5KX0qPvFcXiNsnTs7Mk1Lbvk { width:11.8125rem;height:2.625rem;top:54.25rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phFFu09qwprIXZdnTaTBpFB1AZdXrg2U { width:11.8125rem;height:1.70605625rem;top:58.375rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sfss1f6xNoVsTcOQhhWhCK2eAin0m4Qt { width:2.125rem;height:2.125rem;top:57.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBB5mnbsFzB6hx3M9o4bg0eRTCBnVuiL { width:11.8125rem;height:1.70605625rem;top:66.625rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcXqAe56lgO32m058kMKD6GaZowA8ps9 { width:2.125rem;height:2.125rem;top:66.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOCdRAOt2yXR6oFS3sWTdH0d4GSvBLD { width:2.125rem;height:2.125rem;top:62rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0kTvudZxkzUhpZ9HUfv2KoPAz7l6Cd9 { width:10.5rem;height:2.625rem;top:61.762500762939rem;left:7.6250003576281rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVCnCpyELvJkoU4XImxRDF6whLzZD4TP { width:2.125rem;height:2.125rem;top:70.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv9R1f41CNVZtQJDA9RbNaEOz2HJwx7E { width:11.8125rem;height:1.70605625rem;top:71.1875rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nU4AXbHaQARsEveEoqktmIVGwPzOL8Ph { width:19rem;height:3.1875rem;top:77.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8rdilGyRfoXV0X5G2PibPBTxVhzvIbM { display:block; }
 }@media only screen and (max-width: 763px) { #H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/ca97de5a-9042-449b-8d57-fcc1d00715a0/_GSC_celestia_web_banner_03_movil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV.adaptive-delivery-prevent-bg, #H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV.lazyload, #H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV.lazyloading { background-image: none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container { background-color: transparent; background-image: none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container > .video-iframe-container { display: none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row > .video-iframe-container { display: none; }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .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); }#H03vT4xCayQpvV3uHKkH2Ub75vkTD2iV > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3zfDN76DwqRZiyHxQhIJqzdNs05OiCv { width:18.9375rem;height:28.5625rem;top:47.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7SWpDKLaoPPlEGbfn7fM4cWIBXysuOa { width:19.9375rem;height:3.75rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROfVJxp3tSn9C9MLTZtGrG0WcJ7XftnH { width:20rem;height:6.8203125rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JKFduICihwcsDVzEvJQzavPEonowO9Gv { width:18.875rem;height:1.798825rem;top:50.1875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bE3vTnuINHKHolSG3m4OWlZSQzlwbsGm { width:2.125rem;height:2.125rem;top:53.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaqH6hcsUwHFTkU8G76GVAXgSbO6Vreu { width:11.8125rem;height:2.625rem;top:54.25rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGeEdivuBn6LWm7vIpnvm1KNWCFiZAIu { width:11.8125rem;height:1.70605625rem;top:58.375rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQPKI99N1eGGHh7P8NfQx2RamFX2n4nE { width:2.125rem;height:2.125rem;top:57.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTIUXB8baR7ZZ8nZcAz74EiafuKcHTM { width:11.8125rem;height:1.70605625rem;top:66.625rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnTXr89OXBaIi0CfuKkPGhV9Ndqby00v { width:2.125rem;height:2.125rem;top:66.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsgXHbZoN0Ztg14b2btk1BEgWLD3gvp { width:2.125rem;height:2.125rem;top:62rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1lorrGOR8dhGo4RPWvE3ceuu3wPecF { width:10.5rem;height:2.625rem;top:61.762500762939rem;left:7.6250003576281rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wmpl5QFPr5XToRrVWsJFDDSwkhddkFkM { width:2.125rem;height:2.125rem;top:70.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XemDMq9LlME733FCyUlSLW3HQPPoXbQs { width:11.8125rem;height:1.70605625rem;top:71.1875rem;left:7.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vb8LArS0F3pxnscGrP7hnDJVx6kvmSho { width:19rem;height:3.1875rem;top:13.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2tT1msUx2G9G7VhOfi9VVfsB13Uisgk { display:block; }
 }@media only screen and (max-width: 763px) { #FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/38da822a-b2b9-4c64-9fae-d05d592321b0/_GSC_celestia_movil_banner_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU.adaptive-delivery-prevent-bg, #FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU.lazyload, #FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU.lazyloading { background-image: none; }#FL0eEiQCkk3XHB1T10eHaDzbBcRJn4AU > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mia8R0dZUDrDWOz9Be7nckpGtfdTCUBF { width:19.9375rem;height:3.75rem;top:1.7499980926514rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHPOTgJOeS6gOUN9pdToMXJQwdE2Bnty { width:20rem;height:8.28835rem;top:6.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#3c3833;display:block; }
 }@media only screen and (max-width: 763px) { #NzaCSDWID9C0VFwL1sJ1SOEQEoPQnmIS { width:19rem;height:3.1875rem;top:15.9375rem;left:0.5rem;z-index:15014;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #py72fIxRZqToKk1m44XhrPX6qikZmyCk { display:block; }
 }@media only screen and (max-width: 763px) { #y0Ghc4m42H6QlKSAGVBnzV58JU6ZH9TI { width:20rem;height:0.625rem;top:40.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.89);z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cCyoVF0LuMPxIgf47qoCNfviDPzBffAe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c07bead0-5302-4c38-b4da-163ebdba3439/_GSC_celestia_web_banner_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe.adaptive-delivery-prevent-bg, #cCyoVF0LuMPxIgf47qoCNfviDPzBffAe.lazyload, #cCyoVF0LuMPxIgf47qoCNfviDPzBffAe.lazyloading { background-image: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container { background-color: transparent; background-image: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container > .video-iframe-container { display: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row > .video-iframe-container { display: none; }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .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); }#cCyoVF0LuMPxIgf47qoCNfviDPzBffAe > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrVwUeRLQuCTT5q2IBzpUmrSPJFrCPAg { width:20rem;height:2.25rem;top:2.96240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-regular-label { width:16.875rem;display:block; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-text { width:16.875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-textarea { width:16.875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-select { width:16.875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-input-button { width:16.875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-checkbox-label { width:16.1875rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .widget-radio-label { width:7.75rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1  { width:17.5rem;height:auto;top:6.4365234375rem;left:0rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 .radio-container { width:17.5rem; }
#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 {display:inline-block;}#GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 { width:17.5rem;height:auto;top:6.4365234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #h17gursmfBDPhQy1xrRvZdBBpehh2xS6 {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #idKNpCv9FrTIPxC3pSkLukpd2L8mOCeo {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #tT7zaXudMTV5SyrC9iUlL2rRgp89PaSO {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #Eqkx67TWK9Qxc7a1I83xnvfKGLDvXkOZ {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #g2SVQSp1azFaSCpSJyiGdEDv2a9xQRLW {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #PC7wGLC0UWs9LEsH4mtK2emDCBQu6oCp {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #NwOQ16krFu7TuFF09TaczosxdqZmxzIT {  }
 }@media only screen and (max-width: 763px) { #GW6NqkvGp3haS4zwvEKN9dGUZGIRNgx1 #HVFePTIoMvvTFPkdRrAlSNi6JX2Tf7Wk {  }
 }@media only screen and (max-width: 763px) { #rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c2e66b95-4bbb-4739-a128-9c69ee8919d0/_GSC_celestia_cieloinvertido.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; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q.adaptive-delivery-prevent-bg, #rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q.lazyload, #rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q.lazyloading { background-image: none; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row .container { border-width: 0; border-radius: 0; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsCBrJo6HT8wl1yV2zmC8lCcHETeqV2q > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K85G1NNMDkQOSgaBFUhtRiWBUb7JmW5x { width:20rem;height:4.3125rem;top:3.58740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-regular-label { width:16.875rem;display:block; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-text { width:16.875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-text {padding-top: 0; padding-bottom: 0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-textarea { width:16.875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-select { width:16.875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-select {padding-top: 0; padding-bottom: 0;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-input-button { width:16.875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-checkbox-label { width:16.1875rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .widget-radio-label { width:7.75rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H  { width:17.5rem;height:auto;top:9.8125rem;left:0rem;z-index:15008; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H .radio-container { width:17.5rem; }
#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H {display:inline-block;}#X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H { width:17.5rem;height:auto;top:9.8125rem;left:0rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #rZXwfg6QulPdX1EvATrTUXqVqZlUstOu {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #shhTslGeBTOqQcCb2VN5cQKWH179neO5 {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #fAWGgftfv4rlhggApfOHmrHzrwdEcKHl {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #DZiP7zwalnU6FfpZtxodJLQt0QWfsv4I {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #Xoxg9y68mf6qzFnETndzTpGinpPtJh1G {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #wSZHumPQJ22QiVQwtH5WODLReIxDpTDX {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #wrcT1VOhM523WTuVQdyHEl0CNWvDE6XP {  }
 }@media only screen and (max-width: 763px) { #X2Rr7IZFOoypzp2mE6FDCaPgrydrFW5H #ON0exdTmQIgPPCpPLKZkNpVSnnRycb0y {  }
 }@media only screen and (max-width: 763px) { #bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN { display:none; }#bvtL9tC1lhlqXAaWw8FhxgXlaQnnedKN > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOVlNk4t8LbRHAt6WEr28g5Ji1dUzX2u { width:20rem;height:0.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzqTVuZFx49bC2Tr3lhkTpvakMqwLQTB { width:20rem;height:4.875rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsTDxEVGnq5cn4ezFtE3tkTy7nR7NSNR { width:20rem;height:3.5996125rem;top:6.4366827011106rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz { display:none; }#LhkcEIrvQOcFRTcuqctA0BTt1pyZuedz > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N9RNzbmFWfUQihTc2BBui1SoNy0n6Zw2 { width:20rem;height:0.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcoutl9ETBa0TDzfHCdgH2g3W8KbT3lT { width:20rem;height:3.375rem;top:2.09326171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #FKw0LAoUF9apIQcgUgfsqWNQIbJHRc9z { width:20rem;height:4.38671875rem;top:6.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoFCkztqXfRIukEJel580qRFf4VPUz7v { display:none; }#FoFCkztqXfRIukEJel580qRFf4VPUz7v > .row .container { width:20rem;height:78.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RguBPTXB4wp6RPmqZLAku9c9aNQoWPWD { width:11rem;height:4.0625rem;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44RTP0pEMiolSAxmrzTSyMg1XvDcEET { width:12rem;height:4.0625rem;top:40.9306625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSnNBPcBAkusMXvbB4LFI8dngpJ4bMEQ { width:14.25rem;height:19.3125rem;top:20.3681625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Qlzfn4SmkJXZ6PL5ItT0gEnSeQ7bia { width:14.25rem;height:19.3125rem;top:58.236325rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV1wVTikVtdhDtxweeL0NTh38pa7STn { width:11rem;height:10.25rem;top:8.8681625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#MoV1wVTikVtdhDtxweeL0NTh38pa7STn li:before{  }
 }@media only screen and (max-width: 763px) { #R3JL38v9padar8nqf81gsHt9L66it0ZQ { width:15.8125rem;height:1.05625rem;top:6.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC { width:11rem;height:8.4375rem;top:48.548825rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HRJb3cXGQGCdSUTuMqgZanwCmtJvedJC li:before{  }
 }@media only screen and (max-width: 763px) { #fqCPVFqIXIMbfoM1oqe12UiuImk6GFgu { width:15.8125rem;height:1.05625rem;top:46.2431625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b38f4005-591d-45e6-954b-2637c4c76bde/slide_16_9_27.webp");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:block; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG.adaptive-delivery-prevent-bg, #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG.lazyload, #gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG.lazyloading { background-image: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { background-color: transparent; background-image: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { display: none; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .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); }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { border-width: 0; border-radius: 0; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG::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; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gN0Rcx4oT7uwmpWBT4LwRos1FDdnJCfG > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afzb4l2e2TJcWzIefTypAllMfcBRJnxJ { width:18.75rem;height:4.00035rem;top:18.375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOA5iNbbGvtcSsv3dPN2lKg3m0UbQEq5 { width:20rem;height:8.6611375rem;top:23.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq { width:20rem;height:15.625rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a30efe25-2c82-4f02-873e-61504ac19850/GSCCELESMERCOCINA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.adaptive-delivery-prevent-bg, #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.lazyload, #iB2e9l6cAaQgsh5KTa919vsMoXJFvlHq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h0TAGBEX1XKESRFDLI5TDRERVUk7nCPw { width:20rem;height:0.625rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.89);z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA { display:block; }#IJTDWLDbVxrTC9MCmdMTBlNQA8b2TgyA > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 { display:block; }#XbTCq9hXrK6gNcBlCgWDpWP2snyB6xS1 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQFC2At9Rq93b6Mtw2NuScAui895Tzay { width:9.5625rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLmildfdNFXpCRlSkglSHUtf1tekhm1L { width:9.5625rem;height:5.375rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKTVfKB0ePxcPTN7OxnLzx8koulWB8h { width:9.6875rem;height:5.4375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvL2oxrZQMwfsUIFGV2NPyKFeIT9N5s0 { width:9.6875rem;height:5.4375rem;top:6rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb4XQJ1QTc9ZUvrBEmRrfKhXJLu6eeKk { width:9.6875rem;height:5.375rem;top:11.4375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNqlydMgaFIa9Zx3H6HE9GLzy7yR6aEK { width:9.5625rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL { display:block; }#i1GgFEkOJtz2xANsRDcJ3oNGGLCXJQGL > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXqJcuOb1A5ZyIn10llZfLumXb4t4Iyp { width:9.6875rem;height:5.4375rem;top:0.87464904785156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoz0mmuiaCtamJU6nKu0CPCpB7dmTL5E { width:9.6875rem;height:5.4375rem;top:0.87464904785156rem;left:10.312499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7604b663-b347-4d45-8e52-181cd2670bbd/celestia7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.adaptive-delivery-prevent-bg, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyload, #vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH.lazyloading { background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { background-color: transparent; background-image: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row > .video-iframe-container { display: none; }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .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); }#vHSmFLWLByMHWvy8C1DZz24lmwWUt6wH > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECgqGNnmvUgMJmvQenLdSXXc102f7wlt { width:20rem;height:1.25rem;top:4.08740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw48ebrmrFkdWFGHR8XSmwGwriFQAruU { width:17.25rem;height:3.25rem;top:6.71240234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTiHT8exuxPrSRIyyK2dGCVk2cCrFms { display:block; }
 }@media only screen and (max-width: 763px) { #X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy { display:none; }#X9ETD1IOm9RHVFD96Pcc4RPXOCeo1BLy > .row .container { width:20rem;height:78.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sLATnc3x50T4UAJLG2t31nobmVQ3lIOO { width:11rem;height:4.0625rem;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyklgET27KHmCBvsLEdgCdFiOI5ENpoc { width:12rem;height:4.0625rem;top:40.9306625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrgqtXhvcIexOi4xTpwnspevL7pQPhv { width:14.25rem;height:19.3125rem;top:20.3681625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJgK9bzRoHDbUShtcnggZ311AxOukEL { width:14.25rem;height:19.3125rem;top:58.236325rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udiix13Har9ClDgcPZIdTwETXNNVrv2M { width:11rem;height:10.25rem;top:8.8681625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Udiix13Har9ClDgcPZIdTwETXNNVrv2M li:before{  }
 }@media only screen and (max-width: 763px) { #Lr8PuA5QdOdIdT74OW8eaBKrGfx0dsyo { width:15.8125rem;height:1.05625rem;top:6.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs { width:11rem;height:8.4375rem;top:48.548825rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Ln7gaExkM0KzsnEJB38aMTvTuBnOXTgs li:before{  }
 }@media only screen and (max-width: 763px) { #iVuo6aggFTHNfrG22SDzRlF6nXTy9inO { width:15.8125rem;height:1.05625rem;top:46.2431625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w { display:none; }#VFN4OtmQJfUuDscTn8XTMFn7pnWEoe4w > .row .container { width:20rem;height:85rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F9l0UQhutySgNasmqK2TstGxF1qBfUzz { width:11rem;height:4.0625rem;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7K9mvr0nTo10MLG1ku4p3TwqoB9GM9G { width:12rem;height:2.03125rem;top:42.4306625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n33xAwhqQZpxCUffZUBlTgH1nloRwkeJ { width:14.25rem;height:19.3125rem;top:21.8681625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTO7l7uDoxdvKx6nTNCg49tbhCT3HstT { width:14.25rem;height:19.3125rem;top:59.2666015625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l { width:11rem;height:11.75rem;top:8.8681625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#UvHT95XOyGeEuTWwDEhiPGxPJ6CSdC0l li:before{  }
 }@media only screen and (max-width: 763px) { #mz5qC1z19dBPcdFJWPwz99Nhdf1ZOfQk { width:15.8125rem;height:1.05625rem;top:6.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 { width:11rem;height:8.4375rem;top:49.5791015625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#qnpTJC45uJTPJmxWVRgZ0Fnw0PRLMZy5 li:before{  }
 }@media only screen and (max-width: 763px) { #eOvr0hanN9HQqyzGsn1eFpTd7OoE2Bbf { width:15.8125rem;height:1.05625rem;top:47.4619140625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimTrZfoVlbN2fdaBN2sTwgZosqbCS1q { width:17rem;height:3.1875rem;top:79.8291015625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoQd3a6i2sD6NIzPTHSpBfRxTo1f0ADZ { display:block; }
 }@media only screen and (max-width: 763px) { #B8182T3RcTVXub7pZ8GVtAZFQT9db3eR { display:none; }#B8182T3RcTVXub7pZ8GVtAZFQT9db3eR > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMTymfgEogMb9pCEFEAn0bOnMAqTWC3s { width:11.625rem;height:4.0625rem;top:1.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2GhrWLicQxSP2Eak9G6knxytpyu0zh { width:12rem;height:4.0625rem;top:42.7431625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2dXOQVtApKLgRkTsZFwAIV7x8qz9Tic { width:14.25rem;height:19.3125rem;top:22.1806625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBE3QlCWnVx66U0W8g9WTlIPk219snc5 { width:14.25rem;height:19.3125rem;top:60.048825rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA { width:11rem;height:12.0625rem;top:8.8681625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TnRu6AT5qiwaa3i5W5MbwlEJIK6NhfJA li:before{  }
 }@media only screen and (max-width: 763px) { #bSSdTKc9BuDAyvBvOCecPOrtJUxLlSdG { width:15.8125rem;height:1.05625rem;top:6.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA { width:11rem;height:8.4375rem;top:50.361325rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VTpX3GsFSGGTZJZ7mdT7RlQx8C0lxFTA li:before{  }
 }@media only screen and (max-width: 763px) { #Iv4mfTTALZT71ZIdE6WH6NergifhH6Qy { width:15.8125rem;height:1.05625rem;top:48.0556625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQb4UB4MRTPH852BAy818XnbZafQRH5 { display:none; }#ZxQb4UB4MRTPH852BAy818XnbZafQRH5 > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VFqmgP5lavXRvD2dkLq6WTDekPruBo8T { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIP3cA8Jtm6HfSimr6bVnaN3iSwaRw5 { width:17.8125rem;height:2.03125rem;top:2.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7uRoU5muzWnZO06GRhsMH1DwyiOKUO { width:15.8125rem;height:1.05625rem;top:5.84375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt { width:11rem;height:8.4375rem;top:8.1494125rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#G5zeKlVewnzB0lUHSb2HqtPF4yCK2KKt li:before{  }
 }@media only screen and (max-width: 763px) { #TFJJc4OWLhy9vkLMlzlFLR4XKiBSw1UO { width:16.1875rem;height:19.8125rem;top:17.8369125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhVhI1WECimKbTCtxIdtldULAihfZ2Su { display:none; }#rhVhI1WECimKbTCtxIdtldULAihfZ2Su > .row .container { width:20rem;height:184.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf { width:20rem;height:19.1875rem;top:58.8359375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a81bde9-2963-480b-9d3e-39fa237d8430/_Gym.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.adaptive-delivery-prevent-bg, #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.lazyload, #hOEdhk9TAiZLgFzloFqnfEleyZzJXDdf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QMKeNkBCKMyqoBFbUJ4Xow9UtDMkGRAS { width:7.1875rem;height:2.03125rem;top:75.328125rem;left:11.531250357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph { width:20rem;height:19.1875rem;top:38.3984375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dba5e9ef-ce61-423f-ac5d-23532d540aaf/_cowork.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.adaptive-delivery-prevent-bg, #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.lazyload, #w0PBp0D0Z1xRv4hNwzw8PTAiAO96vmph.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN { width:20rem;height:19.1875rem;top:17.9609375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1cad068f-8541-4728-8ffd-dcca756aa587/_alberca.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.adaptive-delivery-prevent-bg, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyload, #Etuq78yA0Gn8rdsL4qDpdqsTOrZG1wpN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #log6Bm6TEEEqDqnx9PcP066ipX3740rr { width:15.4375rem;height:3rem;top:13.335155487061rem;left:2.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvanEe80MUnloAETgacRP0QmfUWvddG { display:block; }
 }@media only screen and (max-width: 763px) { #Ufh160WtisLzcfDC3aU7qOny7uzafwhu { width:20rem;height:3.8964875rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMKJGi5gQrConOgFornTKL0k5IawGEOs { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7rhNzpRLTL5O1DxuL50quEXGlmCETcT { width:6.875rem;height:2.03125rem;top:34.3359375rem;left:11.687500357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqT4nsQMCd20abSRZ8Xs2FnJ00tKv2hI { width:9.625rem;height:2.03125rem;top:54.7734375rem;left:9.15625rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm { width:20rem;height:19.1875rem;top:99.7109375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a2e3b2a-b597-43ee-82e8-a543f6cd831b/_kids.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm.adaptive-delivery-prevent-bg, #mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm.lazyload, #mesMoTVcd5zsFWlfnF4oiD1HDwoOAvgm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9 { width:20rem;height:19.1875rem;top:79.2734375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99df56a6-07d5-4d8d-9b64-d94711253394/_sports.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9.adaptive-delivery-prevent-bg, #ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9.lazyload, #ZCvhe8o9OscK2lyeUtKHV2HmFP3bH2x9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KT149O3e5ZTXARICMdwkHOCixJEcqzp0 { width:7.25rem;height:2.03125rem;top:80.640625rem;left:11.500000357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWzwcVSXwnhBxIDXZBua0hXKskVm21I { width:6.875rem;height:2.03125rem;top:100.8984375rem;left:11.875000357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q11rCqfrpz5z96MevOuZfFmnzEJuBCTA { width:20rem;height:0.625rem;top:182.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15012;color:#3f3f3f;display:block; }
 }@media only screen and (max-width: 763px) { #UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc { width:20rem;height:19.1875rem;top:120.4375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c37d2a54-88a3-4999-9e07-ae3f7f0cf0c6/_wine.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15004;display:block; }#UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc.adaptive-delivery-prevent-bg, #UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc.lazyload, #UUtHDnQflTXBVfT6aS8vpnSfW67EvmWc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IncpQlMo1DWPkOb4sKJxdeB4bQIWOZxf { width:10.875rem;height:2.03125rem;top:136.375rem;left:7.90625rem;text-align:right;text-align-last:right;font-size:1.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S { width:20rem;height:19.1875rem;top:141.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45b83683-531a-4394-9cad-7163b5e545ac/_salon_juegos.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15006;display:block; }#RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S.adaptive-delivery-prevent-bg, #RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S.lazyload, #RZBkClTbEcxwtXlCTRqZo0fyZrG5TD7S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gXEBbOkr6PNFbudXQ3nhoR92Jai5l21I { width:15.875rem;height:2.03125rem;top:142.75rem;left:3.125rem;text-align:right;text-align-last:right;font-size:1.5625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Xgd7WsaXoasyRSgH08PQizJ5azINgTH5 { width:20rem;height:19.1875rem;top:162.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/66da0d9e-041f-4d60-9ca5-9e7889942064/_salon.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15008;display:block; }#Xgd7WsaXoasyRSgH08PQizJ5azINgTH5.adaptive-delivery-prevent-bg, #Xgd7WsaXoasyRSgH08PQizJ5azINgTH5.lazyload, #Xgd7WsaXoasyRSgH08PQizJ5azINgTH5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cz9WI1Z3K4qO37QhDbTIkO3QHMGJbbz3 { width:14.5rem;height:2.03125rem;top:163.4375rem;left:4.28125rem;text-align:right;text-align-last:right;font-size:1.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hztKTR34fAN75bJUch3VT9htvhQlg69X { width:20rem;height:19.1875rem;top:184.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99df56a6-07d5-4d8d-9b64-d94711253394/_sports.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hztKTR34fAN75bJUch3VT9htvhQlg69X.adaptive-delivery-prevent-bg, #hztKTR34fAN75bJUch3VT9htvhQlg69X.lazyload, #hztKTR34fAN75bJUch3VT9htvhQlg69X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #opvUlgMuVakITx1TWSCFAApJ40wciT4J { width:20rem;height:0;top:200.375rem;left:0rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20 { width:20rem;height:19.1875rem;top:204.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99df56a6-07d5-4d8d-9b64-d94711253394/_sports.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20.adaptive-delivery-prevent-bg, #kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20.lazyload, #kqlzpNv48iJIQ4wb7O4bDKPvrQ4TNB20.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PKVTnA7MiFlIaEvn8ok59pTXuI0rzTfd { width:20rem;height:0;top:220.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r { width:20rem;height:19.1875rem;top:225.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99df56a6-07d5-4d8d-9b64-d94711253394/_sports.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r.adaptive-delivery-prevent-bg, #SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r.lazyload, #SoZaQrVrE4w5xM775RrgicbGmhJ7hH4r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N0etWDStsM34LiNP6ABmefgZm5Z8H5ss { width:20rem;height:0;top:241rem;left:0rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWfJB10yecN5Z4HTLFiuzT4g9zBXOZP0 { width:20rem;height:0;top:246.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.89);display:none; }
 }@media only screen and (max-width: 763px) { #D7TcQCPFdDcGKiytGmhDg207T9ddrFZT { display:block; }#D7TcQCPFdDcGKiytGmhDg207T9ddrFZT > .row .container { width:20rem;height:121.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2 { width:20rem;height:19.1875rem;top:58.8359375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6709d291-4494-47e2-acbd-18fec83ef68b/02_GYM.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2.adaptive-delivery-prevent-bg, #pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2.lazyload, #pfTOsOzWZZT1FWCOZ5MHgGAVwh0U91n2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qZzsJpV2RWU87W0FThgOTsf2AMPJ2mdX { width:7.1875rem;height:2.03125rem;top:60.390625rem;left:11.53125rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10 { width:20rem;height:19.1875rem;top:38.3984375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdf9f6d8-298a-47ff-bfd4-5045f7f73ea4/0_COWORKING.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10.adaptive-delivery-prevent-bg, #FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10.lazyload, #FuFLNmNgyF21bLlb1Q3D3GC6HDxkvf10.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z { width:20rem;height:19.1875rem;top:17.9609375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eaa48ab6-9031-4f25-a86f-4624cc64cb35/02_ALBERCA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z.adaptive-delivery-prevent-bg, #MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z.lazyload, #MkbQJzQqwfyr7qDw9RIJp8K5AnN5tG3Z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JHpmLlBwuT0ch3zeutlckgNpsKrZZRpf { width:15.4375rem;height:3rem;top:13.335155487061rem;left:2.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCNcTDDSbXTXx1lnnXnyQvlFyB7ZKNSb { display:block; }
 }@media only screen and (max-width: 763px) { #SQDu1PETdflw2d2Md4PDaPd9vVPQzfcr { width:20rem;height:3.8994125rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgDLPuObbVoWnomLatiniiOgZeDMx9wd { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Z7Llp3NZWFg9JqrRunTMuXZyxtTnx3 { width:6.875rem;height:2.03125rem;top:34.3359375rem;left:11.687500357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBZsCzQenMLIXUDLxF2XH7hAyilwMggy { width:9.625rem;height:2.03125rem;top:39.7734375rem;left:9.15625rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACO0v556l4EPOxpkl6nFvIF3MK7cDa68 { width:20rem;height:19.1875rem;top:99.7109375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d358561-af0f-44df-9711-9120c6b124ca/0_LUDOTECA.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ACO0v556l4EPOxpkl6nFvIF3MK7cDa68.adaptive-delivery-prevent-bg, #ACO0v556l4EPOxpkl6nFvIF3MK7cDa68.lazyload, #ACO0v556l4EPOxpkl6nFvIF3MK7cDa68.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fqTKaUW23GhgSTvB3w43bQQHVMytRqkK { width:20rem;height:19.1875rem;top:79.2734375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fc584f4-52ef-4447-b9f5-632585e132b5/02_SPORTSBAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fqTKaUW23GhgSTvB3w43bQQHVMytRqkK.adaptive-delivery-prevent-bg, #fqTKaUW23GhgSTvB3w43bQQHVMytRqkK.lazyload, #fqTKaUW23GhgSTvB3w43bQQHVMytRqkK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D7BPWdtBOOiz2vcru0p7OI60F4kH2fnd { width:7.25rem;height:2.03125rem;top:80.640625rem;left:11.500000357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtVhCArK8s28P5J9T1XTbEhA7Ow0q1eb { width:6.875rem;height:2.03125rem;top:100.8984375rem;left:11.875000357628rem;text-align:right;text-align-last:right;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b9a08db-6c19-4de8-9daa-4d90910a29dd/NHDEPTOB4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9.adaptive-delivery-prevent-bg, #NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9.lazyload, #NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9.lazyloading { background-image: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container { background-color: transparent; background-image: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container > .video-iframe-container { display: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row > .video-iframe-container { display: none; }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .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); }#NWcrBcDdmp31fMT4PFdvf9dXg9D9s0B9 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkP6Sg7xuLgTrhCmxuIGG4TsQ71zs8p1 { width:17.25rem;height:3.25rem;top:33.27490234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfn8IS1443fwFUozQqNndanLO9vbNGk { display:block; }
 }@media only screen and (max-width: 763px) { #tsTbekwnxlavVfTOfAK1X1NMA4hVkWcQ { width:20rem;height:7.5rem;top:19.46240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpXwxl4n0IOsDdiIxM4Vb6Py6Atz2Dt { width:20rem;height:3.41015625rem;top:28.46240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ka3wFVHyUJ2uibTax2sPoovUC2iXfz { width:16.875rem;height:17.1875rem;top:1.71240234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61zTOwTInTUDJrK85NcOIBnUatQTb7S { display:none; }#S61zTOwTInTUDJrK85NcOIBnUatQTb7S > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CbkuP9uorzTigrcg24Kq0fK5W626t3Ve { width:20rem;height:18.75rem;top:13.72705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv99VsPd92daEtAsINFJQHgo3QmXl64 { width:11.5rem;height:1.25rem;top:59.602294921875rem;left:4.248046875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #L3i2wghA6GzAznvXgRXvHAlkApMuf4f1 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Zb12i0m6g5ZubZTeKOOlFaGJz3x7s3 { width:20rem;height:7.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiiB6wgSHc8yFA2u2lXOfQ1qwCBOFCF { width:20rem;height:1.13720625rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6o81K4v1s4DtyNWnckgaq7FzPZnoBap { width:19rem;height:3.1875rem;top:62.10205078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgTG9vIucrabPrm0LtrH6XC9So9LR0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM { display:block; }#E3znOqBChfJMmRBW3MN3UZoAiXQcfHJM > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFQ8ehiFcLObd7TmxDCUTm1w2AQqZw8v { width:18.75rem;height:20rem;top:14.750000596046rem;left:0.625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RZRza4C7mE0q48J0w8kTMJzayDsIqu0U { width:11.5rem;height:1.25rem;top:32.38671875rem;left:4.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #lcmsi2P00vyKUHAfPc4bqExQVhDKFmJl { display:block; }
 }@media only screen and (max-width: 763px) { #usWZ8swdGiJaqTxSFE7nrqP0vhwq63JT { width:20rem;height:7.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXPbVUFpDP3hxTZ73wQVFww6XPq1V56h { width:20rem;height:2.5996125rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbCUZOgNv7XxeuckEbxtk6fvfg53A8Gw { width:19rem;height:3.1875rem;top:36.15625rem;left:0.5rem;z-index:15013;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdDnI5zxFzWQDayHSvMJByvaiIJzXuuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ce5qILbzH9qszyNAwR6SxyntNMiJnS3J { display:block; }#ce5qILbzH9qszyNAwR6SxyntNMiJnS3J > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w96oFnDg1Sh8lz17hqAKAe5k6A3kI6ni { width:19.0625rem;height:3.75rem;top:16.89453125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2yoQiP63bdTqcI5dhsWggvFZsWsNLP { width:4.6875rem;height:0.25rem;top:22.20703125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCXbcoul07qWWWBd8dcgumF6aehNqAkh { width:18rem;height:15.3945375rem;top:23.95703125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WArUNDgC7Lo6SR02FsS2pJCNhmUVwrCc { width:17rem;height:2.9375rem;top:40.8515625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhDflQaaTKpu6FFrUQusc9k4TwMrK3TK { display:block; }
 }@media only screen and (max-width: 763px) { #xPrIoGkJkBk6dFvbo20HmastveuTAqIT { width:20rem;height:12.75rem;top:1.95556640625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mghx98Smshcm2uDdynSqMbZLM5ElDh1B { display:block; }#Mghx98Smshcm2uDdynSqMbZLM5ElDh1B > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMbxpogU6K4Hp4Gmf5TF6EmWeMvWT0uH { width:17.999rem;height:4.199225rem;top:7.26171875rem;left:1.00048828125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GRUXAx3dpd8mWGX0AWQTsEIROEGEfuou { width:11.5rem;height:3.375rem;top:2.44921875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGckOcp3UEs7c7z8kTA5TTxlWyt9ynTS { width:20rem;height:3.89915rem;top:12.724609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }