.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/925bbd45-0f8d-40b8-aaed-339412651894/172868282_l_normal_none.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;overflow:visible;position:relative;display:block; }#Pb6GCS0qW7xMypkbPqXhqTGO3LA9bUCG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:3.125rem;left:6.25rem;overflow:hidden;display:block; }
#l1o5C4kqtWAO4If6T6VI8yRaQNSGgbeu { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:marcellus;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:29.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#N4m41yM04hK0dLXafObBugHIhdlL1VKb { color:#cda43a;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:34.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#TsuWzLXaiJG2zQr9cMHwCH7JKkMMClrE { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:31.75rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#yGzThG2HzffzUlLIMQmc4deICpIi06Eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/be319876-73b2-4466-84f3-1ae5d355ebe4/bgpattern.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu.adaptive-delivery-prevent-bg, #yGzThG2HzffzUlLIMQmc4deICpIi06Eu.lazyload, #yGzThG2HzffzUlLIMQmc4deICpIi06Eu.lazyloading { background-image: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container { background-color: transparent; background-image: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container > .video-iframe-container { display: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row > .video-iframe-container { display: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .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); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container { border-width: 0; border-radius: 0; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container { font-size:0.875rem;font-family:arial;height:409.375rem;width:75rem;position:relative;display:block; }#ytKctNaLRKlJ6e2ID6y3ZpHlVOssQFWz { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15000;background-color:#1a1a1a;background-image:none;top:21.75rem;left:3.75rem;display:block; }
#oB4qiBgVcdqoLwJBeI3J88ULyJC4QcKu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:3.75rem;left:3.75rem;display:block; }
#JW3BRuXGu2d0o92QOuP8zQ22WIgFtUvk { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.25rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywhnLdWyr55VFQvC4VR6B9gfpogfchA7 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.1875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AneWunxHdK72ATQyTEnC6R61cihLGuKd { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:27.8125rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awtcuGwuXA5m5BM7eDv6yDyx0XnEzA8I { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.1875rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToIhs2DTcRn90stvgBWvqqR6xMS5mc3y { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.1875rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OHPF2y66FLrvxKJydm2GXKQlXcwodMxc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.25rem;left:21.90625rem; }
#Qg6DPNgq3msTlbUtmTzN8KLb88fDKire { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15008;background-color:#1a1a1a;background-image:none;top:21.75rem;left:39.125rem;display:block; }
#rAmpIPnMiCzGTOoyahMdV0741m5wu8oM { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.1875rem;left:56.375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Fh5MqKsMcmE6546nOfvzwTAt4UyTrvAT { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:40.3125rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wonJBWWhOHfi9WC6F5NFnSHXJFHBP4RJ { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.1875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIdcqVR5bn0TSDwJVUt9icKShUnuF8EW { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR9wEc1pwpgUcF4UnHwKZzqV0ENvf0eX { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.25rem;left:62.46875rem; }
#NQ9vqzzR7xO8mDm6CfRGhXbgb6B4i1eV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:3.75rem;left:39.125rem;display:block; }
#F4esbWm5wZivKU5Er8sCnoR6I0Fqf6de { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.1875rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z0Krs4wN6ECMBTroT8CurkFrTPu0QWiu { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15016;background-color:#1a1a1a;background-image:none;top:58.5rem;left:3.75rem;display:block; }
#JFvT6pDhNiqfbJSHwT5NJTXmgxIVciTt { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:71.9375rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNoaDCalGZ1AqRlV1nzUeohviTecUBEM { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:71.9375rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mkyKkJfMHphZViytTUrQJgZxikpM9dQ1 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:72rem;left:26.125rem; }
#orIvHghUeX7eMbTy4akrUv5xBoBxxPpO { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:64.5625rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBELJedf8pJip2QFDZiGeoWuUiN5Msyy { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15024;background-color:#1a1a1a;background-image:none;top:58.5rem;left:39.125rem;display:block; }
#dOVfO3BJyQOzGNfzAe5okyFSrVEigQnM { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.15;letter-spacing:0;top:64.5rem;left:40.3125rem;height:5.74706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJTt5TnphJ7HemrErl0wTE4EKQXovFFp { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:61.9375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1lcN986R7w1bIkuF6CkIv2qUrQClRy0 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:61.9375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DrpBPaIbz5eQL7oTCs0Lhtwp82hms9lG { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:60rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3Zog5CRe9Mq8bBEFLSnOIHvJZMbZ5JS { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:60rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPAvPBVQFD1i3lzdWFHoQcftlJe2RbV8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:40.5rem;left:3.75rem;display:block; }
#szQ2iCtNaEW8Bn99V7ShVgaS2TfcUOEJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:40.5rem;left:39.125rem;display:block; }
#ptCzXMWXg0quCMNqZNSCHl96EUvLDIbU { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:71.9375rem;left:56.375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZAN8aSB3xvqklaNcV5cvOXFTLsBTy9RP { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:72rem;left:63.3125rem; }
#bx0WQZL4RI3Kxv0v746V8SeBAKhiTyeZ { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:70.875rem;left:40.3125rem;height:2.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lpNQBxowuCQlsDlvNUQ6KKTq0PnZ680L { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:77.25rem;left:3.75rem;display:block; }
#xuN3cExROaUmXC3Ak8fiEpvrNszCdJJs { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15016;background-color:#1a1a1a;background-image:none;top:95.25rem;left:3.75rem;display:block; }
#qGv7lhHt3DKhQcWyLz0uF8TrgWHU2uq0 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:96.3125rem;left:4.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4Pf76tQRcHxpN1gKD8CduybUrF25oty { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:99.9375rem;left:4.40625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IvUbo4HGfQro9st3LIsxoPQmtIsqFqMP { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:101.9375rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxbB3VlplsoPRNlKcCh2G3Za6d5ZxcmE { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15024;background-color:#1a1a1a;background-image:none;top:95.25rem;left:39.125rem;display:block; }
#pcOkyapxlWGlGWthWS5gNG611xGdKTTZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:77.25rem;left:39.125rem;display:block; }
#qXMF3oo34OFG56ALgJU1QQ29EePAGBGw { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:101.3125rem;left:40.3125rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qxocFvC3c4Mov6nVqD7CNeLL6k7GAsIU { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:98.6875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QoaKRX2OmM5mtULWg5MweQSdMA4BmqCy { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:96.75rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mms21gqIw9TqNTxxoziJDPw5hX6KkpVf { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:108.6875rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#acU52ckTdTI3Hom6BQFmFyQ1650cHmkh { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:108.6875rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bxT50SVUCqiDlftQWCrMzWcy67s77emU { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:108.6875rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A4nUba5a0P3hba2Dcwpohds8h4rEgMTf { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:108.75rem;left:26.25rem; }
#VJO0NPbOwRrRXeb4KD8hKBi3k61TdNug { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:108.6875rem;left:56.375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f2sd3p53sQs56Fpd31hMo8Qdrywoe82I { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:108.75rem;left:61.6875rem; }
#TI8xF70TNmu9nTN5WLXGd5cKTNMJbzNV { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15032;background-color:#1a1a1a;background-image:none;top:132rem;left:3.75rem;display:block; }
#WRCglPgQQegWAg6Tgxe1HA5VZAMicakb { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:145.4375rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R7al8srD7p7kNq0lsuumUeBJVUE45abB { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:138.0625rem;left:4.9375rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xb8OANTTFlBqg17FRazd759TWuoByZKz { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:135.4375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3TIXCdU9OsM2MwXzoli3syLEPvzwTJ7 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:145.4375rem;left:13.125rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EXdGCAC49QlzkzK8BZPTa8RCxeumCqAT { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:133.5rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eK3dMxozI0oztymvq3KNTVXrdx6T1556 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:145.5rem;left:27.75rem; }
#veanq87DJf3CePykbdTJ6lVFlp8DhXZ3 { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15040;background-color:#1a1a1a;background-image:none;top:132rem;left:39.125rem;display:block; }
#Tv74n8oGIdP2CsiVOnsHI1x5zPpe0l7P { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:145.4375rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9Tv5K1CIUcz9XzKB9s2LcT5PWwJ1bbZ { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:138.0625rem;left:40.3125rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7EggSzfO5ufz7dKg9rSTOk8HnzETtRn { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:135.4375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGtranKOEwWlvLoUoJxdA36JoyHtZUAa { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:145.4375rem;left:56.375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eAKpTIkNTrKL639zBlf18pomhGxfnxXA { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:133.5rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLIn1rf9aDDw8vgoz3ftUbbvm3rAaf7E { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:114rem;left:39.125rem;display:block; }
#vl5VLoSfZi3rTZzJf1uaCilz2MBsiSUy { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:145.5rem;left:63.25rem; }
#OPfNn1wyJgcEnGi8s7tnPU8zL6piLsuK { box-sizing:content-box;height:18.0625rem;width:32.125rem;position:absolute;display:block;z-index:15048;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f0295a48-c2ac-4942-a147-678abf68b654/SOUTHViewofGrandHyattManila.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:114rem;left:3.75rem;display:block; }#OPfNn1wyJgcEnGi8s7tnPU8zL6piLsuK.adaptive-delivery-prevent-bg, #OPfNn1wyJgcEnGi8s7tnPU8zL6piLsuK.lazyload, #OPfNn1wyJgcEnGi8s7tnPU8zL6piLsuK.lazyloading { background-image: none; }
#TiT4TNNNPGAV3SXTePulXSPxFAotdFEx { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15048;background-color:#1a1a1a;background-image:none;top:168.75rem;left:3.75rem;display:block; }
#SraELqFHx1gD3FB3uCnZ8XFlQeWcNpmM { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:182.1875rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L17guTZSt57pxS1AhAbbV1fz0m4WWaPD { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:174.8125rem;left:4.9375rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWu9mRmeF2atFKy2CNzPZcnqO0PyXglP { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:172.1875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCPuWurOyS8m0xS4kNy2vW8alDT2TSQS { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:170.25rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMdcpoQ8MDEUqIdKDbI2VSuJqNpmhNHb { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:150.75rem;left:3.75rem;display:block; }
#HzM9daWlG08bP9nQr7GEJ9IphGZkxcl0 { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:182.1875rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BEaWITzgvXTagG1m7nqZAzxdWvTkPg4t { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:182.25rem;left:24.125rem; }
#C9GRZuQn8GTRQpGSSbucvX7K86IUf0wH { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15056;background-color:#1a1a1a;background-image:none;top:168.8125rem;left:39.125rem;display:block; }
#Tx0vfVuBx3FSiD4y3FiiVGQPCvmTyyJ1 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:182.25rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sLqHwJnceeHB1Bp0K4JDQ2qhUOEUJ2uq { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:174.875rem;left:40.3125rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eoG5UfgogEv8e0i5ayliTDWDvOyxiKhD { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:172.25rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8g70qKbigiF3C7LoC0c8UiUmRtUXOH1 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:170.3125rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f79FqiHzO7nosSGCT9wFqFtTrpm0a7EF { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:150.8125rem;left:39.125rem;display:block; }
#S9m0GOxeyMaHlcK67iGHB8g1ZuFiBbVf { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:182.25rem;left:55.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AUnbGqOV0QJG8Ji1I1LfADSJSZdeCly6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:182.3125rem;left:54.5rem; }
#yTXA0gToDmdRwWuhCTzimiV2OMWgQmXA { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15064;background-color:#1a1a1a;background-image:none;top:205.5rem;left:3.75rem;display:block; }
#x0GZkQ8rwiJQ9gXQtZeE8JZXrmIcWK1C { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:218.9375rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FrTHUTmuNkQgcQ07yF2sLiT1WNkIuBmD { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:211.5625rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LoRSvWUFpAGInwFWsQQ6MDdFNSpWxB7O { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:208.9375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I81Qp2HSTGBwqoLFo67dlUflyd14LQFm { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:207rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zlyfnzmMUFDJX0tWklpxO4rxWnJ98f3q { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:218.9375rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JNaiecfDtFVHkn4Xcy9MIDeZBbKOMT16 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:219rem;left:24.875rem; }
#HmXAuJV2gnT8bmZBwtMNUcimlQJzpiup { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:187.5rem;left:3.75rem;display:block; }
#z96yJV0PUcq5rgC2KvT6JsHZ0LtPXsTl { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15072;background-color:#1a1a1a;background-image:none;top:205.5625rem;left:39.125rem;display:block; }
#syaLd5yNKZ3TD93ZT9Td5fdnZWaBLtN7 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:219rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HcCn6dxucAsHAWXEcZGd0xotyh5bshTL { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:211.625rem;left:40.3125rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KRMAp6JTU4oTUCApI2AAWnvkyrmgN0h3 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:209rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nek3B94uovTA2HLZT8IoM4TblAqpF64X { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:207.0625rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRbWXPtJ2LAXGPC9hGk1L5mTsXDhEFbl { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:187.5625rem;left:39.125rem;display:block; }
#O2vlzI0lyUMh3Q0xS6swrvHaf9TFuKPc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:219.0625rem;left:58.875rem; }
#DPWh8nS3mDAmRc57Z6snN6zvwdQNNJA0 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:219rem;left:55.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gRyUfQBCZDlXMqvbkZ9TDBd93FRpnHMd { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15080;background-color:#1a1a1a;background-image:none;top:242.25rem;left:3.75rem;display:block; }
#l9i5GBfNbvFikpGlf7EgQEEQF8aAo164 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:255.6875rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSeI52hg8l1qqIrf9OuZx6uIc45gTf9L { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:248.3125rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVRFa2R4u4tKC2pkH9hz3TPBiuz7w8qT { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:255.6875rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#A5OEq7Qg6e7NtPaXHuFewJVwBECVZxem { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:255.75rem;left:21rem; }
#HHETtgwfSogiyhmhx70vN8V4ZQOmSnnF { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:245.6875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZhENp9C5TQUaTgZ99FRhzCd2HX2bC8Q { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:243.75rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mM8uWfqUvVNPgcbzkV1GFAPPPnvGfwJc { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15088;background-color:#1a1a1a;background-image:none;top:242.3125rem;left:39.125rem;display:block; }
#qt4aLrD8UqAQ65FuBP0LSg5bs9oXu4XT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:255.75rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G0HMR2xtcKd2pGK2UeIdbiSrUIQ1v43x { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:248.375rem;left:40.3125rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sCGSh9eyNBVruTdL0v76OvJFtHMX1vTN { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:245.75rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3ZysTFclXAhnURBbWy1mIVzEVLu4hOI { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:243.8125rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7GcsBVgqJRPheUogtQZrE9iQdGEhMaq { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:224.25rem;left:3.75rem;display:block; }
#aZlT1snImnpfDP6JIA8PTTLUnRvdt2lU { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:224.3125rem;left:39.125rem;display:block; }
#ppSTlELDXuB7HF5LOL5XmbuOd2qcg1kO { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:255.75rem;left:55.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LIdtre0drIBQL55TTR2QMhCX2PnpS6VF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:255.8125rem;left:58.9375rem; }
#bz0s8BCyaMJrTHnoIJtcZ0DrxII1Nv0e { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15094;background-color:#1a1a1a;background-image:none;top:279rem;left:3.75rem;display:block; }
#vyaxINn5z1iEZEWAKE4eIJK4TZU9dPbK { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:292.4375rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uuB6iE0Nc4R4d3vF6E5fEvU9vPXKN458 { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:285.0625rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2IswPxP7NFb81L1w7EvVGWzWg85fy6s { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:292.4375rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d8ds5tzx6I26TuSSQCPn7eNTNkC8Tux9 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:292.5rem;left:23.625rem; }
#LB59RJi0uNlm9eh2CmiwFXdySAyGyEG6 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:282.4375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gApLytDZL8EP0UyzMH0vEb8n1eJ7CVSW { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:280.5rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgoUdvLwK2lZRglG32aLXKFbKQwZs3mu { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:261rem;left:3.75rem;display:block; }
#i2ERcTgiUgme79ZMqWygvfVyWXVt1478 { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15102;background-color:#1a1a1a;background-image:none;top:279.0625rem;left:39.125rem;display:block; }
#G3At3lW6qGFDCS4mZ2zohgI8x5LNwWHv { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:261.0625rem;left:39.125rem;display:block; }
#REazmDxvLPoH3cgXs0Ihqd7FAtKxQhSs { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:292.5rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fcox1xAdWOb87HW2be17mJvtlF7glJym { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15106;line-height:1.2;letter-spacing:0;top:285.125rem;left:40.3125rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOT0Q56aRK2on9wtazGSfNR7ZBpJ7IdJ { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:282.5rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zSmBtQCqgzLuvme4CJ4I4P1QPQpE4akX { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:280.5625rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaSlmEQwcpBT9dfnJDlHdTmCdJmGJfNz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:292.5rem;left:60.25rem; }
#vIbF5yd0D93xh2z0E7XbuuO3rXyQPnCk { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:292.4375rem;left:56.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v9iwErdC785aKy08rQhiUplLxT2EQtu0 { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15109;background-color:#1a1a1a;background-image:none;top:315.875rem;left:3.75rem;display:block; }
#uDO4quwpDCCZKhTGv05QVEVzk3LKTa6w { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:329.3125rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vCtFA4yQMVLJ6TmTFCcWxJTx5QwVVesi { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:321.9375rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V839l9f9sbbw2Xz8PCDyTU8ECprxvLHo { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:329.3125rem;left:21rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NPPKufayeDbCsqmHqMPaDRXxWIqnRRVX { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:329.375rem;left:23.75rem; }
#yvKfW02rzz4C5uI0TKhDlIcTF0B2cqce { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:319.3125rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFGAsqrEHJ0eGRiLgEd4uu5SHcXJGve2 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:317.375rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6UWAD7IzE3NBE6OO05UCreTSdLMKdls { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15117;background-color:#1a1a1a;background-image:none;top:315.9375rem;left:39.125rem;display:block; }
#muoBFK3IRmMHgW9lQW2b9IMMl04kyEJT { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:297.9375rem;left:39.125rem;display:block; }
#OB31peqxsQFEaZmE9hc7st96lJtKeUIp { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:329.375rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SPwSRbhSFlfkuubh4u4RtrJNndsvIKHT { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15121;line-height:1.2;letter-spacing:0;top:322rem;left:40.3125rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#abvCEVzSXaAV8G9lBuA46Dcfg7n5TGyx { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:319.375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FdZKLSurkBgFvx9hVktcgXLNIwApG3Rm { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:317.4375rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plaCyB6wz9fhmruiK57S6g2rPvQTT3pv { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:329.3125rem;left:56.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I1pTlgOJI0MZTagQGvcVDQe7wdgON2lT { box-sizing:content-box;height:18.0625rem;width:32.125rem;position:absolute;display:block;z-index:15049;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5d6d78da-05a7-4af2-8128-3536ace799ea/pic17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:297.875rem;left:3.75rem;display:block; }#I1pTlgOJI0MZTagQGvcVDQe7wdgON2lT.adaptive-delivery-prevent-bg, #I1pTlgOJI0MZTagQGvcVDQe7wdgON2lT.lazyload, #I1pTlgOJI0MZTagQGvcVDQe7wdgON2lT.lazyloading { background-image: none; }
#kGkk2aW5Tnrgvh2FCm2DTo2wBki1cC5T { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:329.375rem;left:56.75rem; }
#vT98m1ZZssGZQX6PgeTHnmflOkR7id68 { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15125;background-color:#1a1a1a;background-image:none;top:352.625rem;left:39.125rem;display:block; }
#wr5GqSbSip5GbzCmwsVVQrwB6cIy0NtT { color:#ffffff;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:366.0625rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fFTiSLTvwt9D8I0GvffdVH8BA3d7aCg1 { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15129;line-height:1.2;letter-spacing:0;top:358.6875rem;left:40.3125rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUGdVA2xsK1HQm7qxDIqJER1F9EPosRp { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:356.0625rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWVBTDZ8AkOT0HiOMg99nD9ymd5xXJT3 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:354.125rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKdoA7z9kLCuhhZqlMKJiixvdvdsolgE { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:334.625rem;left:39.125rem;display:block; }
#FkJSwNkfoQgF2puVPZgnNzFGJnl8tt4i { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:366rem;left:56.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DDQIT4GDVoInE9gDdu7P22OykfvgtsvS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:366.0625rem;left:55.3125rem; }
#fhbmFhk1FtKJuK9TVZ6TKwTbCT68l2Zk { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15133;background-color:#1a1a1a;background-image:none;top:352.625rem;left:3.75rem;display:block; }
#kTdkfcJyDV3HDayAbDXPlKZ6qepJ0gBq { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:366.0625rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KUGuK83TsvOaOyXhvH8xAzfVWMS5DPGh { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15137;line-height:1.2;letter-spacing:0;top:358.6875rem;left:4.9375rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCXJFZDECcZQbML8TZAq6xV18CH4qCOx { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:356.0625rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDpexNA8AK5w0BPTwneTMvDHHZhSzNHJ { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:354.125rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FV01lFpQ2gfePZFeF0JPO3HEIOSrkbI3 { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:334.625rem;left:3.75rem;display:block; }
#cMXCTTydEuPIz8u60fr5twTa3Bm2iosk { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15133;line-height:1.3;letter-spacing:0;top:366rem;left:20.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M6QwmoCKxbDwrZIoumUUNyZftTniiLts { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:366.0625rem;left:28.5rem; }
#iBREt77kKXTDcaT0Z3O6QFaWpQReBqrX { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15149;background-color:#1a1a1a;background-image:none;top:389.375rem;left:3.75rem;display:block; }
#JE0y5kNTRS7kzSDlcSFeVHarbkgghDQS { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:402.8125rem;left:4.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#anCKNTxuVL9yDPLaydlvkWUtZ9QCE0v8 { color:#aaaaaa;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15153;line-height:1.2;letter-spacing:0;top:395.4375rem;left:4.9375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z4TP1J9BMtd1oEdTzCwS2Qauv3gwo8wc { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15149;line-height:1.3;letter-spacing:0;top:402.75rem;left:20.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RkGUDxfszLr48VFTbeSKaQOeuGSdhxk3 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:392.8125rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aD7PhmPOxt9zTOwgOCK0Vn26hKWPGxXn { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:390.875rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMXt1aL75hs2atq2uITncCRG6KBJ3GB1 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15149;opacity:1;top:402.8125rem;left:22rem; }
#REBpOUTPd3xeiykV80VUPEO0B5Oqc3Q0 { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:371.375rem;left:3.75rem;display:block; }
#kr5L7V7f4GK1LltJW2PU4OtwSboMLnWz { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15141;background-color:#1a1a1a;background-image:none;top:389.375rem;left:39.125rem;display:block; }
#pSwQ2GpWidElCOcfg2mHc93w1PUfM4Tx { position:absolute;display:block;z-index:15142;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:371.375rem;left:39.125rem;display:block; }
#yTtP2fbmuT2eSoC6pD84gMqq4J8m5IUL { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:402.8125rem;left:40.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTlSVV9Qh9f8LZxB839RwKFXnT0g8Mla { color:#aaaaaa;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15145;line-height:1.2;letter-spacing:0;top:395.4375rem;left:40.09375rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gcd1MILlWvVenbG5WmTNl06k3QCleeqI { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:392.8125rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2dGPUq8rabwkw7wXV7dMP6RDJnI8xsq { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:390.875rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fD3UdvAPJo0NU16Qg9SaxzgbdTA1gTLW { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:402.8125rem;left:63.6875rem; }
#hlyTFlCJ1ehp17DzNhHr3TKIUQyMoSDe { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:402.75rem;left:56.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container { background-color: transparent; background-image: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container > .video-iframe-container { display: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row > .video-iframe-container { display: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .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); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container { border-width: 0; border-radius: 0; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-form-header {  }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;color:#cda43a;width:72.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.5; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#333333;background-image:none;background-position: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;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:72.5rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#333333;background-image:none;background-position: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;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:72.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .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:#333333;background-image:none;background-position: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;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:72.5rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cca33a, #8f5e10);background-image: -moz-linear-gradient(180deg, #cca33a, #8f5e10);background-image: -ms-linear-gradient(180deg, #cca33a, #8f5e10);background-image: -o-linear-gradient(180deg, #cca33a, #8f5e10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca33a', endColorstr='#8f5e10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca33a', endColorstr='#8f5e10' );";background-image: linear-gradient(180deg, #cca33a, #8f5e10);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:23.5625rem;margin-bottom:0.25rem;margin-left:23.5625rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:400;color:#ffffff;width:25.375rem;height:3.5rem;font-family:marcellus;overflow:hidden;font-style:normal;line-height:1.3; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:71.125rem;overflow:hidden;font-style:normal; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .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; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;vertical-align:middle;font-family:montserrat;font-size:0.9375rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:2.1; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-container:first-of-type{padding-top:0;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-container:last-of-type{padding-bottom:0;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.3125rem;left:0rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:72.5rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH {display:block;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.3125rem;left:0rem; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #JxE454KDaE5ATzHTXWsQHNQ8QXrNQV44 { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #cqWkrudaVtfJDLKC7017zCoUQJFUhD92 { position:relative;display:block; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #a6QkKBkgDbKB1V93e62WssFN4ELiwqsR { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #cyitMcl2IQkx9ySU5iBSTAfeEPDMTrgB { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #o8IZuHITt5mJO29CLFuImsHlI9khs9Qe { position:relative;display:block; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #OAxOx0mRZaobZS52zsPnNlt1EG5lmRyv { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #yJ2oPzI5tnIUNsvhA6Lw9tZ0syTlsUnZ { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #tvTJ1ywotIHGcpmdgx5Vm3hNDRlxNe7d { position:relative;display:block; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #NxMHeyfySao0Cv9TmChk27CRhKZdT4rF { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #Fr5bJSCCBLF0TMoNm7e9h0hJhrTDL7zU { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #ukwX65aoerO6LcP78ZJJEUSSUuq7Bqow { position:relative;display:block; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #CtyJmzNDPK7XbScT26osCPGPaD8X0t16 { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #P2qaifrQ5RuKCwXFZoZziGe9M5xkZC9t { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #P2qaifrQ5RuKCwXFZoZziGe9M5xkZC9t .container-column{width:50%;}#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #OcTZTuDZ1RdQvIpBbBMo7BBKFcy2fvxX { position:relative;display:block; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #SusV755lkI1LLTa8v3q8LxPrsgaTKtPS { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #w3pu7wNPpbcgUzTWZTMpVb0LOTCg0seT { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #hbLM5aCiyVXaI3VCRDDeyGOPgtqG1Nme { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #F5DOKiokRXla6xLFSsENxSgBiZc0acCe { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #ptCoq5SHc9IllbP2Au1RCC9OVN8BmKuH { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #MNTbODExa4gp3MOkCwR8r6HDhWiBSR1o { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #FTFT0l2ZWs1ihpi5yOFUGbVkNUkFKOmW { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #zNbfzXp0UBatF77nC90ZKsFTUAc9mgtt { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #tE7Qw5TSaf2X87McVW484SoXxUmkWFrd { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #mboGwmRvk0uW9HuTzQaVSO0wP6lWffmU { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #IcM3B5FpdGGmwurFfXvrlzPxxnGNqLiP { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #MXc2p26NEI5DMkb4IfLdqEOuRPdHDehQ { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #cNBkN7JnDIRLm1h6sSNWh2Oc0nTHuJHg { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #hA5Q7FtkkGq6tfzURqy5aXq5Fri8Dnui { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #RVBUdz1yNk2uzal9rqI2xTJZpZLDopkl { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #eTUhhFRHkyltUnIsnUC3LFN9WxrrlkDR { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #dSgaeUI7SxCEbdze7V9ODNmwTrxXpXtp { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #wiGVgkZhCWXezSm3Srs17RTh1PQCisVp { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #uqEG5FhlZxrwmVHFd1MnZxZyrg7sEwHp { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #bDWuqC0AWNth1dLmE1SWTZEFfrxg3Pkr { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #saMn9vAp1IGDnIORSZZqfdRpkb1Esrmw { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #n6ZMSWVicF9VkgTCTFeSgy5T0Ra5Rscz { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #hdGkgZEWDwuRrBN8n1tzbBTmaP7F0Xpy { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #qGO8DltMCxftZMfLuLwVe9NlHgwiWXLC { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #XKohK7G31IXgctyJNCAf0oNG7Q2IGMB6 { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #I2L9NNMSIhA83nBPGHVJPasT6TxOntZP { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #w9CSOF1d6pC4qeHA346tNWUfdzgCU5Xa { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #CVuR2vDTp3Z6ERA4THdOphRe8ooCG8S7 { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #TiG1XmuzMPL7A5xlsw0gRbcm4bJTMgxc { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #W5M5vMf9c73vqDgfqATceoOHNF065VAV { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #sMUruX4ReKkxoXJ7NOwFJ6bCHT2enES2 { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #KLVnrg2lkJ9nrCSs4mzDQy1xTWI4CfZs { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #GcpBFATpyHm3alKUz4KeiNCh5LQzeoAM { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #f1T1JoJyGRl8MLF44VLsk86NVn8oT5Gb { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #wzXL7llpcd1nTCNwIZ828QuixZGu0BJw { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #g0bbbSEvfXmuQqlCTF8k7sxTCzwtMx7s { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #b0sCtGmzD9Rs2bK6khoKz6Te2hBfXIHJ { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #slKi3xf8aUFmCM5mKi8WyHTxG2vTs5Ux { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #Z5oRbJC7FpdkIuOW1uutIEwNUkvzmHay { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #HEWVlbSEt99RwTG9M9RBBvZsy4KyTU5R { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #SGclpJ6ruUDtWHqEHxUcXGZErsMRyO9f { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #pVvqkTWsIZ7ssdiIR1sQOF6ubGhw8H2T { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #gibZyANTC04tEDDnnQ1TlqNrPLhWTIbW { position:relative;z-index:2; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #RNstBGO8FpHDmAyA9P0F0cAdGpw8CtE6 { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #uanSVIq1X0RWThBl1VN7vckhNAEWWn4F { position:relative; }
#qXGbR9fUHvemOIfzlG0EPvzOxvaFI1yH #eFkKRfgQdEIyGDgMWR0yLc9nAEn5Kqd4 { position:relative; }
#SCSkEoZ8tlrpwb9uweomaKDBCz6Uqol7 { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:17.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container { background-color: transparent; background-image: none; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container > .video-iframe-container { display: none; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row > .video-iframe-container { display: none; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .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); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container { border-width: 0; border-radius: 0; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#EHJ9mJ2Imvo1MNVBwtMuB4MG61eTppTg { color:#aaaaaa;display:block;width:52.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.5rem;left:11.40625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
