.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,243,253;--color-primary-1:158,179,215;--color-primary-2:94,128,188;--color-primary-3:54,96,171;--color-primary-4:22,52,114;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/472bb7c1-b67b-4f9c-832e-5f3636c2a21a/Monterreygardene1634037813144.jpeg");background-position:top 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,18,18,0.48); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,18,18,0.48); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.5625rem;left:47.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;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;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;border-right:0;border-bottom:0;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:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffcc29;background-image:none;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.0625rem;font-weight:bold;color:#000000;width:18.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:49.875003814698rem;top:19.8125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.6875rem;top:12.75rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.0625rem 0.1875rem rgba(0,0,0,0.95) ;height:26.125rem;width:21.8125rem;top:8rem;left:47.3125rem;display:block; }
#ke5h4KwhCdLxrrZR9y8Gz30qKNmZwHl0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:43.0625rem;top:8.9375rem;left:5.875rem;overflow:hidden;display:block; }
#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW { position:relative;display:block; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW { background-color: transparent; background-image: none; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row .container > .video-iframe-container { display: none; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row > .video-iframe-container { display: none; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .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); }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW { border-width: 0; border-radius: 0; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uGJVdJo5yN1Fhwlguom5ckf3sPJ1Q5ab { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:34.8125rem;width:34.8125rem;top:0.36783856153488rem;left:1.3118486404419rem;overflow:hidden;display:block; }
#dJddzyWl6dZnzsbBgIva6tOBdWw0bKaQ { color:rgba(var(--color-primary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4995651245118rem;left:38.687068939209rem;height:4.875rem;font-style:normal;display:block; }
#dswINcBShvuVKvRi7ZtFwvenJ6nCGbnV { color:rgba(var(--color-primary-4),1);display:block;width:34.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.9622402191163rem;left:38.687068939209rem;height:16.5rem;display:block; }
#UgLk1A6wSUqm74Ci3xNZhvRmLvRCL0Ea { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.9362rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.810981750488rem;left:38.687068939209rem;display:block; }
#usCmAf70wmSVzskAmkWv5rMAcHslkUqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDTQqiERGiCGDghC94Lk0LErJMVWVHbb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:35rem;top:6.8125rem;left:38.6875rem;display:block; }
#pAuNXTQOTCtV3D4NsPVTqDOib2Oei6K6 { color:rgba(var(--color-primary-4),1);display:block;width:33.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:29.268663406372rem;left:38.687068939209rem;height:1.2999125rem;display:block; }
#AoZuna0WizCrklC7slyea0GrK9LR4xKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container { background-color: transparent; background-image: none; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container > .video-iframe-container { display: none; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row > .video-iframe-container { display: none; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .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); }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container { border-width: 0; border-radius: 0; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#UwWRepRJy6W8bEepGDqUqV9TlyHFUDQE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3220491409302rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7n6CcSxLa2TE8ThMnUuIvUNc8tJeQkc { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.625rem;left:6rem; }
#d1TTTaFru5honpOaxuDKMbSqMGndD36r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNQmfHhWPyVeAOtFq6XM3p24t4hvv6tv { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1865rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:3.125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#hmsTqSxes7LdaBHy0oCTHRdNchDtREwc { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.625rem;left:21.1875rem; }
#ZfHXp8I3Ka3q1nB6o2GzKUfrPTQJDOO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.25rem;left:17.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cogfd5N2PJRxKbH6egiQCkMvrVE4Aq6C { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.375rem;left:18.1875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#HZdpa0cuyzRfwTmxJbDTUMfUvnpfhSFJ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.749025rem;width:4.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.5rem;left:35.125rem; }
#KVFWVgmkXBKsAyFozpflTKuJkhvaXQ0T { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:31.25rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ss0saWFzg18teLTi79r6TTfW1Agt2ick { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.4375rem;left:62.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1T1WFtWPsIcixoXXArVteRwMBIL5R6u { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.5625rem;left:63.6875rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#pLgdFQmuXxPfByWXpNwELf9TZlGobXW6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.8120125rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.625rem;left:66.1875rem; }
#Jp0qkVESxWiTCLf2ZTEvAcpOPLOgV4xO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.375rem;left:31.8125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#Jm11sEA2xqq3JTQMRDXTeI4OfHyuaavD { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.625rem;left:51.4375rem; }
#QtmFl3F1xK76SK50LcndNXIIeQW2zcty { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:47.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1NQyZ5baFpo9erQIx0a8we69B7FbToh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.25rem;left:46.9375rem;height:5.2807625rem;text-align:center;text-align-last:center;display:block; }
#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv { position:relative;display:block; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv { background-color: transparent; background-image: none; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row .container > .video-iframe-container { display: none; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row > .video-iframe-container { display: none; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .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); }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv { border-width: 0; border-radius: 0; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mOwEA2J78SVNpSxmWQ1mfHv1It3dmnv3 { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.0625rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfrleSqwe4tDh1cZHDnr7SL9f098rK72 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:19.25rem;top:22.3125rem;left:51.75rem;overflow:hidden;display:block; }
#OWMyAvaLsgGyEEUx3mJno0scoCB8pQeb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:19.5rem;top:22.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#XKN6oyVcQbfX4xEGgCQaPeciSGzG10vd { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.062065124512rem;left:26.311848640442rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rnky5TQSFsUcGTSU4ud5pvxi5qto27vE { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TM3lZM2J8sA9qRXXu5S5VHtVETtmbFSM { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.0625rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPcgtRPdGKNPONXwm22Jsi1iRhDsVPBU { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0UN25RIwD48Qs7U3ZAMbizi5Cq1dsBF { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.060985565186rem;left:2.5282135009766rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFD8gkuh3llZS5lCDBAgE4ETRO3h0sU0 { 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:10.8125rem;width:19.5rem;top:6.25rem;left:26.375rem;overflow:hidden;display:block; }
#dMf0sSr7SQBKpbrNHK3hGaZ3wJo7855O { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:19.375rem;top:6.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#Z81OZKx5JidaSbkR8cJx7cL8owK0Wsk0 { 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:10.5rem;width:19.0625rem;top:6.5rem;left:2.875rem;overflow:hidden;display:block; }
#eXrmUa0SEQo8kh9UXyOb5rTEHH7zSBPk { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#p4uCqhEPKOX3dBoRCWF6Lnms6PEsiquE { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.5rem;top:22.2802734375rem;left:2.5283203125rem;overflow:hidden;display:block; }
#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container { background-color: transparent; background-image: none; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container > .video-iframe-container { display: none; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row > .video-iframe-container { display: none; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .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); }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container { border-width: 0; border-radius: 0; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#JGtQxOKTohK6Xw4k33kHc7z6EqqNnWaM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6781682968139rem;left:43.822269439698rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGpMQeFaGMfh2avUU6R7SAEPA3X1JBn3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.4995625rem;width:38.311625rem;top:1.2478294372559rem;left:3.671875rem;display:block; }
#OyUkzA1qA3515nm6c5rcVVb5nvgBll1O { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8943138122556rem;left:44.072269439698rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container { background-color: transparent; background-image: none; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container > .video-iframe-container { display: none; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row > .video-iframe-container { display: none; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .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); }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container { border-width: 0; border-radius: 0; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#ubS7naZemPCaAmuIZk1T7rTzB12xmRAB { color:rgba(var(--color-primary-4),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:5.25rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORAhhJv10s1ZNHeCINATXcFBFcEU7L4M { color:rgba(var(--color-primary-4),1);display:block;width:14.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.310546875rem;left:30.21826171875rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hM9xDdMlz4VfRqQlW0Wd5SJHUAKSs0v2 { color:rgba(var(--color-primary-4),1);display:block;width:15.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:54.84375rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9unQI489FDrgs2nJ2MyACfuaTNaA3lG { position:absolute;display:block;z-index:15013;background-color:#fffffd;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:16.875rem;width:16.875rem;top:5.4990234375rem;left:4.06201171875rem;display:block; }
#JxrPcSWarrRyeeRLvadMVQF0pCSyiTVN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.0634765625rem;left:10.9365234375rem; }
#Se1lsnBfxcXwyLBxWTsoqKWR8GoDFzXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.1875rem;left:10.9365234375rem; }
#BWGQVOP7Mbl1ufxUUNxU49uW8roIgTbp { position:absolute;display:block;z-index:15014;background-color:#fffffd;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:16.875rem;width:16.875rem;top:5.5927734375rem;left:29.0625rem;display:block; }
#A4kq4GRSO5qIGhny7Lw0DHZSl4EOFJTt { position:absolute;display:block;z-index:15015;background-color:#fffffd;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:16.875rem;width:16.875rem;top:5.4990234375rem;left:54.0615234375rem;display:block; }
#cXITSxZnccyUxGSWz5InckkAgLzqTtFd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.27978515625rem;left:35.93701171875rem; }
#uBPqnQZUJ6Nclb4Vm5Tmc3pyWfrFwWZp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.0634765625rem;left:35.93701171875rem; }
#OXiJclrQqxmtXA53fmNFgirnQvVQcizu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.0634765625rem;left:60.9375rem; }
#opaSbq6cqDuTqWCTTIgBAIatATNRKBRq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.27978515625rem;left:60.9375rem; }
#znPTseNu9NgMw8oX3WJ8IiBhLFbzeLJT { color:rgba(var(--color-primary-4),1);display:block;width:23.3735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5505619049073rem;left:25.812718391419rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container { background-color: transparent; background-image: none; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container > .video-iframe-container { display: none; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row > .video-iframe-container { display: none; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .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); }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container { border-width: 0; border-radius: 0; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#A7acGOTmTTgm0vRw6oTDtUdPLdq5LgZq { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.748046875rem;left:20.312503814698rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bNvbcdZ151gOEJJXiXJcTWNmo4X3n9oN { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.186875rem;height:3.56228125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.9952278137206rem;left:28.406036376953rem;display:block; }
#p9CMEeGGNXJ9TrHwX0iyOAgQinOITty6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgypUSpokVr8XMqC5T6r7l3ErLAHrVwS { color:rgba(var(--color-primary-4),1);display:block;width:40.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9967460632324rem;left:17.156036376953rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container { background-color: transparent; background-image: none; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container > .video-iframe-container { display: none; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row > .video-iframe-container { display: none; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .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); }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container { border-width: 0; border-radius: 0; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#DaqEDb3qTORT2KWV0QLlUpzliRWaITCR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1235rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.1875rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTtd4RJEIT2Ta021Lvl5mD15HyltFTNO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.5625rem;left:26.875rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScsSREWVhLpkLrnh5qAJL3s8sBMR1lN6 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.9375rem;left:1.25rem;height:4.8984375rem;font-style:normal;display:block; }
#f6NGzKEOSvGxAO6DNzBN20BlqieqJzkI { position:absolute;display:block;z-index:15016;height:12.5rem;width:25.686875rem;top:1.3726119995118rem;left:47.149524688721rem;display:block; }
#PNuxAIMxxi6LCwMN1xBt9v8d40M7TGgI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:13.5625rem;top:-0.0703125rem;left:1.2500019073486rem;overflow:hidden;display:block; }
#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container { background-color: transparent; background-image: none; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container > .video-iframe-container { display: none; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row > .video-iframe-container { display: none; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .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); }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container { border-width: 0; border-radius: 0; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#rG4XN4FwOpCtuD5DTnAoh3M6DE0oykOx { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.712890625rem;left:20.875rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:10.5625rem;left:26.25rem;width:21.5rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.375rem;height:auto;top:19.8125rem;left:26.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.375rem;height:17.25rem;top:12.75rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:8rem;left:25.9375rem;width:21.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke5h4KwhCdLxrrZR9y8Gz30qKNmZwHl0 { top:8.9375rem;left:0rem;width:43.0625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW { display:block; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGJVdJo5yN1Fhwlguom5ckf3sPJ1Q5ab { top:0.3125rem;left:0rem;width:34.8125rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJddzyWl6dZnzsbBgIva6tOBdWw0bKaQ { top:1.4375rem;left:19.3125rem;width:28.4375rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswINcBShvuVKvRi7ZtFwvenJ6nCGbnV { top:7.9375rem;left:13.1875rem;width:34.5625rem;height:16.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgLk1A6wSUqm74Ci3xNZhvRmLvRCL0Ea { width:15rem;height:2.875rem;top:31.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usCmAf70wmSVzskAmkWv5rMAcHslkUqW { display:block; }
 }@media only screen and (max-width: 763px) { #hDTQqiERGiCGDghC94Lk0LErJMVWVHbb { top:6.8125rem;left:12.75rem;width:35rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAuNXTQOTCtV3D4NsPVTqDOib2Oei6K6 { top:29.25rem;left:14.3125rem;width:33.4375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZuna0WizCrklC7slyea0GrK9LR4xKn { display:block; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwWRepRJy6W8bEepGDqUqV9TlyHFUDQE { width:47.75rem;height:2.375rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7n6CcSxLa2TE8ThMnUuIvUNc8tJeQkc { top:7.625rem;left:2.59375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TTTaFru5honpOaxuDKMbSqMGndD36r { top:13.25rem;left:0rem;width:12.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNQmfHhWPyVeAOtFq6XM3p24t4hvv6tv { top:15.375rem;left:0rem;width:10.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmsTqSxes7LdaBHy0oCTHRdNchDtREwc { top:7.625rem;left:11.9375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfHXp8I3Ka3q1nB6o2GzKUfrPTQJDOO1 { top:13.25rem;left:0rem;width:12.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cogfd5N2PJRxKbH6egiQCkMvrVE4Aq6C { top:15.375rem;left:1.4375rem;width:10.4375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZdpa0cuyzRfwTmxJbDTUMfUvnpfhSFJ { top:7.5rem;left:19.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVFWVgmkXBKsAyFozpflTKuJkhvaXQ0T { top:13.25rem;left:11.4375rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss0saWFzg18teLTi79r6TTfW1Agt2ick { top:13.4375rem;left:35.3125rem;width:12.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1T1WFtWPsIcixoXXArVteRwMBIL5R6u { top:15.5625rem;left:37.625rem;width:10.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLgdFQmuXxPfByWXpNwELf9TZlGobXW6 { top:7.625rem;left:42.34375rem;width:5.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0qkVESxWiTCLf2ZTEvAcpOPLOgV4xO { top:15.375rem;left:12.5625rem;width:11.3125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm11sEA2xqq3JTQMRDXTeI4OfHyuaavD { top:7.625rem;left:31.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmFl3F1xK76SK50LcndNXIIeQW2zcty { top:13.0625rem;left:23.375rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1NQyZ5baFpo9erQIx0a8we69B7FbToh { top:15.25rem;left:22.3125rem;width:13.5rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTl7aDR8artAC1DJsLXAO3R1bWfdefv { display:block; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOwEA2J78SVNpSxmWQ1mfHv1It3dmnv3 { top:33.0625rem;left:28.5rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfrleSqwe4tDh1cZHDnr7SL9f098rK72 { top:22.3125rem;left:28.375rem;width:19.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMyAvaLsgGyEEUx3mJno0scoCB8pQeb { top:22.3125rem;left:12.25rem;width:19.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKN6oyVcQbfX4xEGgCQaPeciSGzG10vd { top:33rem;left:12.375rem;width:19.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnky5TQSFsUcGTSU4ud5pvxi5qto27vE { top:17.0625rem;left:12.625rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM3lZM2J8sA9qRXXu5S5VHtVETtmbFSM { top:17.0625rem;left:28.5rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPcgtRPdGKNPONXwm22Jsi1iRhDsVPBU { top:17.0625rem;left:0rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0UN25RIwD48Qs7U3ZAMbizi5Cq1dsBF { top:33rem;left:0rem;width:19.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFD8gkuh3llZS5lCDBAgE4ETRO3h0sU0 { top:6.25rem;left:12.25rem;width:19.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMf0sSr7SQBKpbrNHK3hGaZ3wJo7855O { top:6.3125rem;left:28.25rem;width:19.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z81OZKx5JidaSbkR8cJx7cL8owK0Wsk0 { top:6.5rem;left:0rem;width:19.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXrmUa0SEQo8kh9UXyOb5rTEHH7zSBPk { width:47.75rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4uCqhEPKOX3dBoRCWF6Lnms6PEsiquE { top:22.25rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp { display:block; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGtQxOKTohK6Xw4k33kHc7z6EqqNnWaM { width:23.3125rem;height:2.25rem;top:5.625rem;left:24.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGpMQeFaGMfh2avUU6R7SAEPA3X1JBn3 { top:1.1875rem;left:0rem;width:38.25rem;height:21.464980032171rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyUkzA1qA3515nm6c5rcVVb5nvgBll1O { top:8.875rem;left:21.8125rem;width:25.9375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt { display:block; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubS7naZemPCaAmuIZk1T7rTzB12xmRAB { top:12.25rem;left:0.6875rem;width:14.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORAhhJv10s1ZNHeCINATXcFBFcEU7L4M { top:12.25rem;left:16.53076171875rem;width:14.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM9xDdMlz4VfRqQlW0Wd5SJHUAKSs0v2 { top:12.25rem;left:32.03125rem;width:15.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9unQI489FDrgs2nJ2MyACfuaTNaA3lG { top:5.4375rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxrPcSWarrRyeeRLvadMVQF0pCSyiTVN { top:7.0625rem;left:6.3740234375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se1lsnBfxcXwyLBxWTsoqKWR8GoDFzXF { top:9.1875rem;left:6.3740234375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGQVOP7Mbl1ufxUUNxU49uW8roIgTbp { top:5.5625rem;left:14.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4kq4GRSO5qIGhny7Lw0DHZSl4EOFJTt { top:5.4375rem;left:30.75rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXITSxZnccyUxGSWz5InckkAgLzqTtFd { top:9.25rem;left:22.24951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBPqnQZUJ6Nclb4Vm5Tmc3pyWfrFwWZp { top:7.0625rem;left:22.24951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXiJclrQqxmtXA53fmNFgirnQvVQcizu { top:7.0625rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opaSbq6cqDuTqWCTTIgBAIatATNRKBRq { top:9.25rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znPTseNu9NgMw8oX3WJ8IiBhLFbzeLJT { width:23.3125rem;height:2.25rem;top:1.5rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR { display:block; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7acGOTmTTgm0vRw6oTDtUdPLdq5LgZq { width:34.375rem;height:2.375rem;top:1.6875rem;left:6.6875038146975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNvbcdZ151gOEJJXiXJcTWNmo4X3n9oN { width:18.125rem;height:3.5rem;top:8.9375rem;left:14.781036376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9CMEeGGNXJ9TrHwX0iyOAgQinOITty6 { display:block; }
 }@media only screen and (max-width: 763px) { #SgypUSpokVr8XMqC5T6r7l3ErLAHrVwS { top:4.9375rem;left:3.5310363769531rem;width:40.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX { display:block; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaqEDb3qTORT2KWV0QLlUpzliRWaITCR { top:5.6875rem;left:13.5625rem;width:17.0625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtd4RJEIT2Ta021Lvl5mD15HyltFTNO { top:3.5625rem;left:13.25rem;width:18.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScsSREWVhLpkLrnh5qAJL3s8sBMR1lN6 { top:5.9375rem;left:0rem;width:21.4375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NGzKEOSvGxAO6DNzBN20BlqieqJzkI { top:1.3125rem;left:22.0625rem;width:25.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNuxAIMxxi6LCwMN1xBt9v8d40M7TGgI { top:-0.0625rem;left:0rem;width:13.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc { display:block; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG4XN4FwOpCtuD5DTnAoh3M6DE0oykOx { top:0.6875rem;left:7.25rem;width:28.6875rem;height:1.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) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afd76d24-33fb-4d2d-ba05-f739adaa5a91/ThematicGardenMonterrey.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.4370625rem;height:3.82470625rem;top:15.5625rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:19.5rem;left:1.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:18.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:18.2498125rem;height:22.9373125rem;top:14.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke5h4KwhCdLxrrZR9y8Gz30qKNmZwHl0 { width:16.25rem;height:9.125rem;top:4.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW { display:block; }#dh1JDhRlHeHN1TNoSsw64W1q7w4OdsUW > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGJVdJo5yN1Fhwlguom5ckf3sPJ1Q5ab { width:19.625rem;height:19.625rem;top:0.56184864044189rem;left:0.21809893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJddzyWl6dZnzsbBgIva6tOBdWw0bKaQ { width:16.5625rem;height:3.25rem;top:20.561849594116rem;left:0.68684893846512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswINcBShvuVKvRi7ZtFwvenJ6nCGbnV { width:18.81075rem;height:23.3965rem;top:24.375868797302rem;left:0.59353297948838rem;font-size:0.8125rem;color:#163472;display:block; }
 }@media only screen and (max-width: 763px) { #UgLk1A6wSUqm74Ci3xNZhvRmLvRCL0Ea { width:11.25rem;height:2.4989125rem;top:49.994359016419rem;left:0.59353297948838rem;font-size:1.0625rem;background-color:#163472;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #usCmAf70wmSVzskAmkWv5rMAcHslkUqW { display:block; }
 }@media only screen and (max-width: 763px) { #hDTQqiERGiCGDghC94Lk0LErJMVWVHbb { width:12.5rem;height:0.24956625rem;top:23.625000953674rem;left:0.68684893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAuNXTQOTCtV3D4NsPVTqDOib2Oei6K6 { width:11.8120625rem;height:1.0996125rem;top:48.32986164093rem;left:0.68576389551162rem;font-size:0.6875rem;color:#163472;display:block; }
 }@media only screen and (max-width: 763px) { #AoZuna0WizCrklC7slyea0GrK9LR4xKn { display:block; }#AoZuna0WizCrklC7slyea0GrK9LR4xKn > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwWRepRJy6W8bEepGDqUqV9TlyHFUDQE { width:17rem;height:2.92480625rem;top:1rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7n6CcSxLa2TE8ThMnUuIvUNc8tJeQkc { display:flex;width:4.25rem;height:4.25rem;top:5.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #d1TTTaFru5honpOaxuDKMbSqMGndD36r { width:12.5rem;height:1.05615rem;top:9.625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNQmfHhWPyVeAOtFq6XM3p24t4hvv6tv { width:15.0625rem;height:3.16845625rem;top:11.2373046875rem;left:2.46875rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hmsTqSxes7LdaBHy0oCTHRdNchDtREwc { display:flex;width:4.4375rem;height:4.4375rem;top:15.125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZfHXp8I3Ka3q1nB6o2GzKUfrPTQJDOO1 { width:12.5rem;height:1.05615rem;top:19.5625rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cogfd5N2PJRxKbH6egiQCkMvrVE4Aq6C { width:14.125rem;height:2.11230625rem;top:21.125rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZdpa0cuyzRfwTmxJbDTUMfUvnpfhSFJ { display:flex;width:4.5rem;height:4.5rem;top:24.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #KVFWVgmkXBKsAyFozpflTKuJkhvaXQ0T { width:12.5rem;height:1.2999125rem;top:28.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss0saWFzg18teLTi79r6TTfW1Agt2ick { width:12.5rem;height:1.05615rem;top:40.1875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1T1WFtWPsIcixoXXArVteRwMBIL5R6u { width:12.5rem;height:3.16845625rem;top:41.5rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLgdFQmuXxPfByWXpNwELf9TZlGobXW6 { display:flex;width:5rem;height:4.5625rem;top:34.875rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #Jp0qkVESxWiTCLf2ZTEvAcpOPLOgV4xO { width:17.25rem;height:3.16845625rem;top:30.5625rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm11sEA2xqq3JTQMRDXTeI4OfHyuaavD { display:flex;width:4.49978125rem;height:4.49978125rem;top:45.625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #QtmFl3F1xK76SK50LcndNXIIeQW2zcty { width:12.4365rem;height:1.2999125rem;top:50.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1NQyZ5baFpo9erQIx0a8we69B7FbToh { width:13.499375rem;height:6.3369375rem;top:52.5625rem;left:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTl7aDR8artAC1DJsLXAO3R1bWfdefv { display:block; }#JFTl7aDR8artAC1DJsLXAO3R1bWfdefv > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOwEA2J78SVNpSxmWQ1mfHv1It3dmnv3 { width:19.125rem;height:1.2999125rem;top:79.6875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfrleSqwe4tDh1cZHDnr7SL9f098rK72 { width:19.25rem;height:10.75rem;top:68.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMyAvaLsgGyEEUx3mJno0scoCB8pQeb { width:19.5rem;height:10.8125rem;top:43.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKN6oyVcQbfX4xEGgCQaPeciSGzG10vd { width:19.125rem;height:1.2999125rem;top:54rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnky5TQSFsUcGTSU4ud5pvxi5qto27vE { width:19.125rem;height:1.2999125rem;top:40.62451171875rem;left:0.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM3lZM2J8sA9qRXXu5S5VHtVETtmbFSM { width:19.125rem;height:1.2999125rem;top:66.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPcgtRPdGKNPONXwm22Jsi1iRhDsVPBU { width:19.3125rem;height:1.2999125rem;top:14.349609375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0UN25RIwD48Qs7U3ZAMbizi5Cq1dsBF { width:19.125rem;height:1.2999125rem;top:27.4375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFD8gkuh3llZS5lCDBAgE4ETRO3h0sU0 { width:19.5rem;height:10.8125rem;top:29.8125rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMf0sSr7SQBKpbrNHK3hGaZ3wJo7855O { width:19.375rem;height:10.8125rem;top:56.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z81OZKx5JidaSbkR8cJx7cL8owK0Wsk0 { width:19.0625rem;height:10.5rem;top:3.849609375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXrmUa0SEQo8kh9UXyOb5rTEHH7zSBPk { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4uCqhEPKOX3dBoRCWF6Lnms6PEsiquE { width:19.5rem;height:10.875rem;top:16.4052734375rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp { display:block; }#oGniKTIyrLt4ommRJ5IxXtDSweeDKwCp > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGtQxOKTohK6Xw4k33kHc7z6EqqNnWaM { width:20rem;height:1.625rem;top:0.7685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGpMQeFaGMfh2avUU6R7SAEPA3X1JBn3 { height:11.223275565322rem;width:20rem;top:5.8268222808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyUkzA1qA3515nm6c5rcVVb5nvgBll1O { width:19.4998125rem;height:2.2744125rem;top:2.9231777191162rem;left:0.24848091602326rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt { display:block; }#oO4DCiHfZalBKTLSuVbArTlm7pNEtnnt > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubS7naZemPCaAmuIZk1T7rTzB12xmRAB { width:14.499rem;height:7.96045rem;top:9.625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORAhhJv10s1ZNHeCINATXcFBFcEU7L4M { width:14.499rem;height:7.96045rem;top:27.75rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM9xDdMlz4VfRqQlW0Wd5SJHUAKSs0v2 { width:14.499rem;height:7.96045rem;top:46rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9unQI489FDrgs2nJ2MyACfuaTNaA3lG { width:16.875rem;height:16.875rem;top:2.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxrPcSWarrRyeeRLvadMVQF0pCSyiTVN { display:flex;width:3.0625rem;height:3.0625rem;top:4.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Se1lsnBfxcXwyLBxWTsoqKWR8GoDFzXF { display:flex;width:3.0625rem;height:3.0625rem;top:6.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BWGQVOP7Mbl1ufxUUNxU49uW8roIgTbp { width:16.875rem;height:16.875rem;top:21rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4kq4GRSO5qIGhny7Lw0DHZSl4EOFJTt { width:16.875rem;height:16.875rem;top:39.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXITSxZnccyUxGSWz5InckkAgLzqTtFd { display:flex;width:3.0625rem;height:3.0625rem;top:24.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uBPqnQZUJ6Nclb4Vm5Tmc3pyWfrFwWZp { display:flex;width:3.0625rem;height:3.0625rem;top:22.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OXiJclrQqxmtXA53fmNFgirnQvVQcizu { display:flex;width:3.0625rem;height:3.0625rem;top:40.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #opaSbq6cqDuTqWCTTIgBAIatATNRKBRq { display:flex;width:3.0625rem;height:3.0625rem;top:42.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #znPTseNu9NgMw8oX3WJ8IiBhLFbzeLJT { width:20rem;height:1.625rem;top:0.56748294830322rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR { display:block; }#xxoxfSF1BPKCah9dH4PEKv1bxF2XFaIR > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7acGOTmTTgm0vRw6oTDtUdPLdq5LgZq { width:18.9995625rem;height:1.3808625rem;top:0.74869728088381rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNvbcdZ151gOEJJXiXJcTWNmo4X3n9oN { width:14.436875rem;height:2.74956875rem;top:6.8739166259762rem;left:2.7810330986977rem;font-size:0.875rem;background-color:#163472;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #p9CMEeGGNXJ9TrHwX0iyOAgQinOITty6 { display:block; }
 }@media only screen and (max-width: 763px) { #SgypUSpokVr8XMqC5T6r7l3ErLAHrVwS { width:18.061rem;height:3.41161875rem;top:2.7473945617676rem;left:0.96896702051162rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX { display:block; }#sMffp0Uk1ikylRdozVvQCAAoUEd7pHeX > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaqEDb3qTORT2KWV0QLlUpzliRWaITCR { width:18.375rem;height:3.673825rem;top:15.75rem;left:0.8125rem;font-size:0.875rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTtd4RJEIT2Ta021Lvl5mD15HyltFTNO { width:16.9998125rem;height:1.3125rem;top:14rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ScsSREWVhLpkLrnh5qAJL3s8sBMR1lN6 { width:18.75rem;height:7.347625rem;top:5.4416236877441rem;left:0.62500005960463rem;font-size:0.875rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6NGzKEOSvGxAO6DNzBN20BlqieqJzkI { width:20rem;height:12.5rem;top:20.186859130859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNuxAIMxxi6LCwMN1xBt9v8d40M7TGgI { width:13.5625rem;height:6.75rem;top:0rem;left:3.2183161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc { display:block; }#lCPEIxugQCqmTM8sWmXVbxEr3QAsoXAc > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rG4XN4FwOpCtuD5DTnAoh3M6DE0oykOx { width:20rem;height:1.94921875rem;top:0.25868225097656rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }