.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08a56387-a4c4-4aa3-851c-b9bed3588f89/IconFerrishWheel.jpg");background-position:bottom 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; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD.adaptive-delivery-prevent-bg, #cJATguckvcf1QR2BAFlplAbTlX9C1KfD.lazyload, #cJATguckvcf1QR2BAFlplAbTlX9C1KfD.lazyloading { background-image: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { background-color: transparent; background-image: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container > .video-iframe-container { display: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row > .video-iframe-container { display: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .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); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { border-width: 0; border-radius: 0; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD::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; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#myzRlKHAybgsFTsz51hSIToZquO43miv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.125rem;top:5.0625rem;left:16.3125rem;overflow:hidden;display:block; }
#nkohQyQINklv9E78op5OxohkSaFageDv { color:#f5f4f2;display:block;width:28.9375rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:12.89990234375rem;left:6.90625rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMmGb1TsGlvPQw1lBQgy06croOCfzTkl { color:#430d5e;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.4921875rem;left:45.09375rem;height:4.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-form-header {  }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:19.0625rem;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; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:19.0625rem;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) ; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:19.0625rem;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) ; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .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:19.0625rem;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) ; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .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; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #430d5e, #430d5e);background-image: -moz-linear-gradient(225deg, #430d5e, #430d5e);background-image: -ms-linear-gradient(225deg, #430d5e, #430d5e);background-image: -o-linear-gradient(225deg, #430d5e, #430d5e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#430d5e', endColorstr='#430d5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#430d5e', endColorstr='#430d5e' );";background-image: linear-gradient(225deg, #430d5e, #430d5e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:19.0625rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .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.875rem;overflow:hidden;font-style:normal;float:none; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .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; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .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; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-container:first-of-type{padding-top:0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-container:last-of-type{padding-bottom:0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ  { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.250003814698rem;top:20.377605438233rem;z-index:15009;position:absolute; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .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; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ {display:block;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.250003814698rem;top:20.377605438233rem;z-index:15009;position:absolute; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #a9nlaauCVTmsIG3dGenVZf9ctyOWicm0 { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #sLaMEhMDqtTai1q9VKdbZbWmQeKR0Fuw { position:relative;display:none; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #dJ2Os67bUZ42GEFcuMJLlpSmSoOobgF1 { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #KWpCdIRAOc1lD6tly6WfF03nS8VszfyE { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #UGfTfHBP5qr6A5UzXvnW4mEorPCeQyGG { position:relative;display:none; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #gZw2xBMEvG4eBi2pRliCMnTVQbgwoN48 { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #D6MykJDvEL8eHVJapCE9bfMvJhS7QwTW { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #oLZecN01aNmRndy8MCHCFeHDfaP11aKc { position:relative;display:none; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #snsnAMhqegtpa5b6C20mHWvbEczLke6S { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #BaaUaPVuFttcmwSyrgt4U4iHBmlolr4e { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #NRT131uyyAC9Q46KlwhB7rJLaLc1tZpV { position:relative;display:none; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #bzTzItNPR9kiC4wEs0xGvBufQ7k41GTA { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #dKhEX0AT6v4GhGbN96VmUHSpdiNf8fdH { position:relative; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #RkrHAfIueefc6HxBBfy8zXitKMnhCgsu { position:relative; }
#EyeBktT6drBsJAionsr03vlQh4llIHnB { position:absolute;display:block;z-index:14999;background-color:rgba(234,237,244,0.68);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(119,103,127,0.5) ;height:24.8125rem;width:22.1875rem;top:15.375rem;left:43.9375rem;display:block; }
#bSXsafBZ3UVcVQDCMQpi7XDWsLsGey7K { color:#fbf9f3;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:13.625rem;font-weight:700;z-index:15011;line-height:.5;letter-spacing:0;top:21.8125rem;left:17.5625rem;height:6.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfSMqs0uUyyOQBg632NruuiIstOtrIZ5 { color:#efeee4;display:block;width:5.3125rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:25.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tuc9El3t6sfUkmRUcofwhruOQpxwE8ry { color:#f5f4f2;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XTXCRkAyWsoyzyRs7flwaKWNCo1c9mwW { color:#f5f4f2;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:17.1875rem;left:14.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTaGHDXMPqRoc6GyH93KT5rEFEFwMlVc { color:#efeee4;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.4375rem;left:13.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJTvdypxLan6zLNGSM1F0T4ImgH9s61w { color:#efeee4;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:20.69140625rem;left:13.3125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCt7t7ZPBTi99RKd0RqOqVu516fcRcsL { color:#430d5e;display:block;width:6.875rem;position:absolute;font-family:raleway;font-size:0.625rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:36.875rem;left:9.8125rem;height:0.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8yCRZNOotIl3Vrf2rZbzTcAEAH8i2Xe { color:#efeee4;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:33.75rem;left:10.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXWBCDpcZ3zWkIDDvAMX19l0J0kPgdGR { color:#efeee4;display:block;width:2.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:32.875rem;left:10.5rem;height:0.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oool9Gr4ep7oMuM52UzSdOvPdFnWzrOq { color:#efeee4;display:block;width:1.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:33.75rem;left:14.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JimI0wKow5XtrCG3F019BCkWNn38twg4 { color:#efeee4;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:32.625rem;left:18.875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzZqZBPyEtrHAsiPlsiQ5uOh5BzqgT52 { color:#efeee4;display:block;width:4.5625rem;position:absolute;font-family:rubik;font-size:3.3125rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:34.6875rem;left:18.875rem;height:2.98095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhC11THt5vDSkrG1kaJOx78UBimvCpIP { color:#efeee4;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:34.125rem;left:25.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HiTKtMwUWhJSK5NlOmMDETKy1dTsCCbL { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1rem;width:6.9375rem;top:36.625rem;left:9.75rem;display:block; }
#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq { position:relative;display:block; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq { background-color: transparent; background-image: none; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row .container > .video-iframe-container { display: none; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row > .video-iframe-container { display: none; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .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); }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq { border-width: 0; border-radius: 0; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .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; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.9375rem;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; }#GvvB9algbCTcmba9FfOQpedA3TtVhS3q { 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:39.75rem;width:31.75rem;top:3.09375rem;left:2.875rem;overflow:hidden;display:block; }
#fsG0BMtmfLxp81TlgF6Hz7QyTkZ6avJu { color:#090909;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:7.96875rem;left:41.3125rem;height:33rem;display:block; }
#vxObNAWQ2uFUIVSucvSrLVkwx66J7myG { color:#430d5e;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.84375rem;left:39.59375rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container { background-color: transparent; background-image: none; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container > .video-iframe-container { display: none; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row > .video-iframe-container { display: none; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .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); }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container { border-width: 0; border-radius: 0; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#p8NN0HZQWUaJTHNP26mK6fhkkDgZTt0F { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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:25.9375rem;width:16.25rem;top:8.5625rem;left:1.1875rem;display:block; }
#UMNfLAT6dUC365GGessGxTFcmSanS6lO { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.9375rem;left:2.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rl3UikTKpGLpicHlw7leNWgUAuOnhT0x { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:28rem;left:3.0625rem;height:5.5996rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxrUlTDsxkoIm6QoPGK1EV3FKy3GfFka { position:absolute;display:block;z-index:15016;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:16.5rem;top:8.5rem;left:1.1875rem;overflow:hidden;display:block; }
#knFaqh1iTxEsC9KqC0H6ue1p9oK39aim { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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:25.9375rem;width:16.25rem;top:8.5625rem;left:19.9375rem;display:block; }
#IQmRX20612I5uvPyE5vzPTXLQUAv8bc9 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:28rem;left:22.4375rem;height:5.5996rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rHTzeomFuBLuqwARP2gu7ichnuTnLVva { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.9375rem;left:21.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEJTixh8WSulItLkIsks4dfXhXPSc8mL { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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:25.9375rem;width:16.25rem;top:8.5625rem;left:38.6875rem;display:block; }
#dKOUIK3oNRoK3qeOIivvEJTpz4dakwA0 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:28rem;left:41.1875rem;height:5.5996rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqZNNMT3sWPa6vMnbkH9PczQCbtBV8zh { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:40.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9Tn2RoZStQBReIUIIUwtFRvCEIOrlVJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.375rem;left:45.75rem;overflow:hidden;display:block; }
#fWkQ9R7IZrr8WGzSAFEBIHXyE1202cPE { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);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:25.9375rem;width:16.25rem;top:8.5625rem;left:57.4375rem;display:block; }
#LhpzWSGsyNNFMrUyqvGbyrc20g2NvUwc { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:28rem;left:59.9375rem;height:5.5996rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhlil0Trf5gp1b3VkM69umL8KtZRMuw0 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:59.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0nGHvUEc0ozg0A3cQBOWp0SMWrZUTFW { 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:16.8125rem;width:16.4375rem;top:8.5625rem;left:57.4375rem;overflow:hidden;display:block; }
#W4OaIpqeXXvViiUofTItVRyvGnDVpMAe { color:#050505;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k8Zn84SwGvEzNs8pB4SGuQAVkOanFqNb { position:absolute;display:block;z-index:15017;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.875rem;width:16.5rem;top:8.5625rem;left:20rem;overflow:hidden;display:block; }
#y3mrcTXJRn3iDPWfbaFbuDqmFT7mL9BA { position:absolute;display:block;z-index:15018;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.625rem;width:16.625rem;top:8.5625rem;left:38.6875rem;overflow:hidden;display:block; }
#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container { background-color: transparent; background-image: none; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container > .video-iframe-container { display: none; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row > .video-iframe-container { display: none; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .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); }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container { border-width: 0; border-radius: 0; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#rBO6NcuHkibIIsUnXFSe1ngqACeK1APf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ctWWUVF3fBXgcBs5cBOeCLKfw5p94lmK { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:10.375rem;left:6.25rem;display:block; }
#CpTU8V8yoPf63cpI4iHLk6D63oiWVRoQ { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.5625rem;left:3.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQ95z5ZDKtPixhfOrTUVqnsconpUn3NX { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.4375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#VJyDyFXtCTrSO4qr8rFm0K6vwqMuZcrT { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:9.5625rem;left:31.25rem;display:block; }
#NoH8yHK2UsCNgoXDSkDwOSxmTRHwBzCZ { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTLLTyDUFFaHxnRHah6GaUdPXBc4bR8n { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.125rem;left:28.3125rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#Zkq4DW6kk1JseDo6k8iSwAKb6HdM8sUL { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.9375rem;left:55.9375rem;display:block; }
#Kc6dhyWVUIT7cqk2MZ0IGvhLdrmNO6fP { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a3l6xhGlnJ0oG7mywhxC1PT8f9iOIfNy { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:53.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#gwTSzAieSdbcLo2rBTLI3qxJsmPZsfPH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.375rem;left:9.09375rem;overflow:hidden;display:block; }
#tGm867zAar0N34aaWqDnZzWD6lMHJSfS { 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:6.25rem;width:6.25rem;top:10.625rem;left:34.125rem;overflow:hidden;display:block; }
#aehCvTLgJ8VV2fi0TsFG7JaLTFXHxEvt { 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:6.25rem;width:6.25rem;top:10.75rem;left:59.125rem;overflow:hidden;display:block; }
#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG { position:relative;display:block; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG { background-color: transparent; background-image: none; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row .container > .video-iframe-container { display: none; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row > .video-iframe-container { display: none; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .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); }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG { border-width: 0; border-radius: 0; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .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; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.625rem;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; }#X9TuqwzxZo1H7f0gxHyouFKtXKNoCrz3 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#qLdLJquJnyZI4ODDTBoXNWSubOLpREvl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.4375rem;left:1.11328125rem;overflow:hidden;display:block; }
#edqxAOthDBaJuLS8v5XtSXlw5nDTSm17 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.4375rem;left:26.125001907349rem;overflow:hidden;display:block; }
#Tux1aOFNXSEh3vGUcydQaJ2TEK0ST5ZV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.6875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.4375rem;left:51.000001907349rem;overflow:hidden;display:block; }
#i4kKxeoTdA2DqZXsa0vQzK8QTpfmcNem { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.8125rem;left:1.11328125rem;overflow:hidden;display:block; }
#Wus6aVTw0odDbnxhSGwOrueGLlby9MWS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.8125rem;left:26.125rem;overflow:hidden;display:block; }
#XSRU1VXPLO1xRsuIhia2HUkFGXAC0UUt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.71875rem;left:51rem;overflow:hidden;display:block; }
#QocqHO00ZNQptoiQRvVA6oGfX8XFFO89 { position:absolute;display:block;z-index:15003;background-color:rgba(67,13,94,0.81);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:2.5625rem;width:22.8125rem;top:28.53125rem;left:1.11328125rem;display:block; }
#aTtbDpQMqyGLMmptcUec7iUWUiNXTfUO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29rem;left:6.26953125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sh4i0P4SUWDc84xVHC4hllf7w6o1BdqU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29rem;left:30.000001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e62oNBzZ3o31yTStr3sn9AteiGTcOs8W { position:absolute;display:block;z-index:15005;background-color:rgba(67,13,94,0.81);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:2.5625rem;width:22.8125rem;top:28.53125rem;left:26.09375rem;display:block; }
#ahxr90XdmyElK5QbDZncoaqOhEX0oUy6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29rem;left:56.156248092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EW7ssPqTTGT4hwQNHLiT41NoPcP8ug9S { position:absolute;display:block;z-index:15007;background-color:rgba(67,13,94,0.81);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:2.5625rem;width:22.625rem;top:28.53125rem;left:51.031251907349rem;display:block; }
#w029OIfmDhB9b7JmDyMX8uACNcBKQz9o { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.40625rem;left:6.26953125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFa7JefWB72MGTI56fB7VVWxcSo4egqd { position:absolute;display:block;z-index:15009;background-color:rgba(67,13,94,0.81);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:2.5625rem;width:22.875rem;top:50.9375rem;left:1.0625rem;display:block; }
#bL8DEHlaAX4C7pGAd56bpzwyuPbg07vO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.40625rem;left:31.250001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn2ciPRb2s0Fuy3Li2vSACu9f1Fu9Q0g { position:absolute;display:block;z-index:15011;background-color:rgba(67,13,94,0.81);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:2.5625rem;width:22.8125rem;top:50.875rem;left:26.125rem;display:block; }
#T9QvQc1q6imFoheuKm9lLQiX9KUGD5N5 { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.40625rem;left:55.656248092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KlvwpAty8Nnr2FRTuspAabB5TZ577pJb { position:absolute;display:block;z-index:15013;background-color:rgba(67,13,94,0.81);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:2.5rem;width:22.875rem;top:50.925001144409rem;left:51.000001907349rem;display:block; }
#FpEs3gyq4Kffh68761me8E22DSa2x8Xo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfaff;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; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container { background-color: transparent; background-image: none; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container > .video-iframe-container { display: none; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row > .video-iframe-container { display: none; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .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); }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container { border-width: 0; border-radius: 0; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#ri4rzsfwtShvFrTMU8PxKVNElsZDKTWH { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#geT3iBgQLA7TR6dL9QgK4Zfx6xNffoht { position:absolute;display:block;z-index:15002;height:34.5rem;width:62.0625rem;top:6.6875rem;left:6.46875rem;display:block; }
#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { background-color: transparent; background-image: none; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container > .video-iframe-container { display: none; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row > .video-iframe-container { display: none; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .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); }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { border-width: 0; border-radius: 0; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#ssQrFKkoTf20ftXvPs87UGoQiQNvqanI { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.421875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#eff8f2;display:block; }
#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container { background-color: transparent; background-image: none; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container > .video-iframe-container { display: none; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row > .video-iframe-container { display: none; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .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); }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container { border-width: 0; border-radius: 0; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#wMHiAlkVFK7Cf7L0I35gsAI3KU4x5Qy3 { position:absolute;display:block;z-index:15000;background-color:rgba(20,38,28,0.06);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4375rem;top:1.625rem;left:2.8125rem;display:block; }
#mgH8bNK9N31I9I6TeE58WWermTLeNCnE { position:absolute;display:block;z-index:15001;background-color:rgba(20,38,28,0.06);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:27.8125rem;display:block; }
#mKXy1XQtmc4FSVugqvKmWecPdrQHAIDR { position:absolute;display:block;z-index:15002;background-color:rgba(20,38,28,0.06);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:52.8125rem;display:block; }
#mpgGt78aQESxRGw1bg8DE1nXaw0OFG9F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:3.125rem;left:10.875rem;overflow:hidden;display:block; }
#m5RHV2yEBZaBzF4p0cR7Pi3JXBH2oQfn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:3.125rem;left:35.5625rem;overflow:hidden;display:block; }
#qykXZANHiuqChIuup3hb2tTnKPfRuHof { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:3.125rem;left:60.5625rem;overflow:hidden;display:block; }
#EVdCb05LDvNQ074lezCwtT5v7X6ZiOBA { color:#f3faf8;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRTE3nOTVneU6LhTCunl7gTRlXLQg6vO { color:#eff6f4;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:27.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwRQsxc84rLDp3ERHlGSSqX9TZG0qSs1 { color:#eef8f5;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGSNWXdtHdapyB4OxTXRtxQIJ3OmH4Ta { color:#f3e5e5;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.875rem;height:4.548825rem;font-style:italic;display:block; }
#MBDTzlFzdgcV9gi5iFnBNAtfqqrfsGCw { position:absolute;display:block;z-index:15010;background-color:#14261c;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:4.875rem;width:0.25rem;top:10.75rem;left:4.875rem;display:block; }
#bvvDRsetpgUehO2lkkV4RPsIkVCxVlWc { color:#f6f1f1;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:4.548825rem;font-style:italic;display:block; }
#LPrtQTsBLfm3nrzK9xBRAGqQIzJn08sN { position:absolute;display:block;z-index:15015;background-color:#14261c;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:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#fs9c7hR7XB2VONKDLUotyeHOyIKFK2iA { color:#f8efef;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.75rem;height:4.548825rem;font-style:italic;display:block; }
#KifF6ZdOmqUKMka0zH7IBOtWCJtofezC { position:absolute;display:block;z-index:15014;background-color:#14261c;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:4.875rem;width:0.25rem;top:10.6875rem;left:54.75rem;display:block; }
#rmgztlAKpPOgmxVmfLXPN45EfyOzrGS3 { position:absolute;display:block;z-index:15010;background-color:#14261c;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:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc415;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; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { background-color: transparent; background-image: none; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container > .video-iframe-container { display: none; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row > .video-iframe-container { display: none; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .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); }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { border-width: 0; border-radius: 0; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#StNgpFRHmTDFiko5vtoBontoQrgKzHPr { background-color:#430d5e;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.122395515442rem;left:29.09375rem;display:block; }
#enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { color:#430d5e;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8637151718137rem;left:18.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { color:#430d5e;display:block;width:64rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5850658416748rem;left:6.28125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#430d5e;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; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { background-color: transparent; background-image: none; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container > .video-iframe-container { display: none; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row > .video-iframe-container { display: none; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .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); }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { border-width: 0; border-radius: 0; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#UTAkrmcgzmfFyf12BywXT0ulSJdNipOF { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.875rem;left:21.375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WydHJUNKiuORddVq0U7ZyntcD0Fa5Qek { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.8125rem;left:19.6875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#280839;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.66754150390625rem;left:25.5625rem;height:0.9746125rem;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) { #cJATguckvcf1QR2BAFlplAbTlX9C1KfD { display:block; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myzRlKHAybgsFTsz51hSIToZquO43miv { top:5.0625rem;left:2.6875rem;width:10.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkohQyQINklv9E78op5OxohkSaFageDv { top:12.875rem;left:0rem;width:28.9375rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMmGb1TsGlvPQw1lBQgy06croOCfzTkl { top:16.4375rem;left:27.875rem;width:19.875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-regular-label { display:block;width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ  { width:19.0625rem;height:auto;top:20.375rem;left:26.1875rem; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ {display:block;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ { width:19.0625rem;height:auto;top:20.375rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #a9nlaauCVTmsIG3dGenVZf9ctyOWicm0 {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #sLaMEhMDqtTai1q9VKdbZbWmQeKR0Fuw { display:none; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #dJ2Os67bUZ42GEFcuMJLlpSmSoOobgF1 {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #KWpCdIRAOc1lD6tly6WfF03nS8VszfyE {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #UGfTfHBP5qr6A5UzXvnW4mEorPCeQyGG { display:none; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #gZw2xBMEvG4eBi2pRliCMnTVQbgwoN48 {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #D6MykJDvEL8eHVJapCE9bfMvJhS7QwTW {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #oLZecN01aNmRndy8MCHCFeHDfaP11aKc {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #snsnAMhqegtpa5b6C20mHWvbEczLke6S {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #BaaUaPVuFttcmwSyrgt4U4iHBmlolr4e {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #NRT131uyyAC9Q46KlwhB7rJLaLc1tZpV {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #bzTzItNPR9kiC4wEs0xGvBufQ7k41GTA {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #dKhEX0AT6v4GhGbN96VmUHSpdiNf8fdH {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #RkrHAfIueefc6HxBBfy8zXitKMnhCgsu {  }
 }@media only screen and (max-width: 763px) { #EyeBktT6drBsJAionsr03vlQh4llIHnB { top:15.375rem;left:25.5625rem;width:22.1875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSXsafBZ3UVcVQDCMQpi7XDWsLsGey7K { top:21.8125rem;left:3.9375rem;width:8.5rem;height:6.8125rem;font-size:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfSMqs0uUyyOQBg632NruuiIstOtrIZ5 { top:19.375rem;left:11.75rem;width:5.3125rem;height:6.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuc9El3t6sfUkmRUcofwhruOQpxwE8ry { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTXCRkAyWsoyzyRs7flwaKWNCo1c9mwW { top:17.1875rem;left:1.0625rem;width:12.125rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaGHDXMPqRoc6GyH93KT5rEFEFwMlVc { top:25.4375rem;left:0rem;width:5.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTvdypxLan6zLNGSM1F0T4ImgH9s61w { top:20.6875rem;left:0rem;width:5.1875rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCt7t7ZPBTi99RKd0RqOqVu516fcRcsL { top:36.875rem;left:0rem;width:6.875rem;height:0.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yCRZNOotIl3Vrf2rZbzTcAEAH8i2Xe { top:33.75rem;left:0rem;width:1.9375rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXWBCDpcZ3zWkIDDvAMX19l0J0kPgdGR { top:32.875rem;left:0rem;width:2.3125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oool9Gr4ep7oMuM52UzSdOvPdFnWzrOq { top:33.75rem;left:0.875rem;width:1.25rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JimI0wKow5XtrCG3F019BCkWNn38twg4 { top:32.625rem;left:5.25rem;width:4.5625rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZqZBPyEtrHAsiPlsiQ5uOh5BzqgT52 { top:34.6875rem;left:5.25rem;width:4.5625rem;height:2.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhC11THt5vDSkrG1kaJOx78UBimvCpIP { top:34.125rem;left:11.6875rem;width:10.1875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTKtMwUWhJSK5NlOmMDETKy1dTsCCbL { top:36.625rem;left:0rem;width:6.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq { display:block; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvvB9algbCTcmba9FfOQpedA3TtVhS3q { top:3.0625rem;left:0rem;width:31.75rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsG0BMtmfLxp81TlgF6Hz7QyTkZ6avJu { top:7.9375rem;left:14.0625rem;width:33.6875rem;height:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxObNAWQ2uFUIVSucvSrLVkwx66J7myG { top:3.8125rem;left:14.4375rem;width:33.3125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK { display:block; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8NN0HZQWUaJTHNP26mK6fhkkDgZTt0F { width:16.25rem;height:25.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMNfLAT6dUC365GGessGxTFcmSanS6lO { width:13.125rem;height:1.625rem;top:25.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl3UikTKpGLpicHlw7leNWgUAuOnhT0x { width:11.625rem;height:5.5625rem;top:28rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxrUlTDsxkoIm6QoPGK1EV3FKy3GfFka { width:16.5rem;height:16.625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knFaqh1iTxEsC9KqC0H6ue1p9oK39aim { width:16.25rem;height:25.9375rem;top:8.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQmRX20612I5uvPyE5vzPTXLQUAv8bc9 { width:11.625rem;height:5.5625rem;top:28rem;left:12.21875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTzeomFuBLuqwARP2gu7ichnuTnLVva { width:13.125rem;height:1.625rem;top:25.9375rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJTixh8WSulItLkIsks4dfXhXPSc8mL { width:16.25rem;height:25.9375rem;top:8.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOUIK3oNRoK3qeOIivvEJTpz4dakwA0 { width:11.625rem;height:5.5625rem;top:28rem;left:24.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZNNMT3sWPa6vMnbkH9PczQCbtBV8zh { width:13.125rem;height:1.625rem;top:25.9375rem;left:22.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Tn2RoZStQBReIUIIUwtFRvCEIOrlVJ { width:3.125rem;height:3.125rem;top:10.375rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkQ9R7IZrr8WGzSAFEBIHXyE1202cPE { width:16.25rem;height:25.9375rem;top:8.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhpzWSGsyNNFMrUyqvGbyrc20g2NvUwc { width:11.625rem;height:5.5625rem;top:28rem;left:36.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlil0Trf5gp1b3VkM69umL8KtZRMuw0 { width:13.125rem;height:1.625rem;top:25.9375rem;left:34.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0nGHvUEc0ozg0A3cQBOWp0SMWrZUTFW { width:16.4375rem;height:16.8125rem;top:8.5625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OaIpqeXXvViiUofTItVRyvGnDVpMAe { width:47.75rem;height:3.625rem;top:3rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Zn84SwGvEzNs8pB4SGuQAVkOanFqNb { width:16.5rem;height:16.875rem;top:8.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3mrcTXJRn3iDPWfbaFbuDqmFT7mL9BA { width:16.625rem;height:16.625rem;top:8.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 { display:block; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBO6NcuHkibIIsUnXFSe1ngqACeK1APf { width:47.75rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctWWUVF3fBXgcBs5cBOeCLKfw5p94lmK { top:10.375rem;left:1.6875rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTU8V8yoPf63cpI4iHLk6D63oiWVRoQ { top:18.5625rem;left:0rem;width:18.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ95z5ZDKtPixhfOrTUVqnsconpUn3NX { top:21.875rem;left:0rem;width:16.125rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJyDyFXtCTrSO4qr8rFm0K6vwqMuZcrT { top:9.5625rem;left:17.5625rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoH8yHK2UsCNgoXDSkDwOSxmTRHwBzCZ { top:18.8125rem;left:14.1875rem;width:17.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLLTyDUFFaHxnRHah6GaUdPXBc4bR8n { top:22.125rem;left:13.375rem;width:18.375rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkq4DW6kk1JseDo6k8iSwAKb6HdM8sUL { top:8.9375rem;left:33.125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc6dhyWVUIT7cqk2MZ0IGvhLdrmNO6fP { top:18.9375rem;left:29.9375rem;width:17.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3l6xhGlnJ0oG7mywhxC1PT8f9iOIfNy { top:22.5rem;left:30.375rem;width:17.25rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTSzAieSdbcLo2rBTLI3qxJsmPZsfPH { top:10.375rem;left:4.53125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGm867zAar0N34aaWqDnZzWD6lMHJSfS { top:10.625rem;left:20.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aehCvTLgJ8VV2fi0TsFG7JaLTFXHxEvt { top:10.75rem;left:36.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG { display:block; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9TuqwzxZo1H7f0gxHyouFKtXKNoCrz3 { width:47.75rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLdLJquJnyZI4ODDTBoXNWSubOLpREvl { width:22.8125rem;height:20.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edqxAOthDBaJuLS8v5XtSXlw5nDTSm17 { width:22.8125rem;height:20.625rem;top:10.4375rem;left:12.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux1aOFNXSEh3vGUcydQaJ2TEK0ST5ZV { width:22.6875rem;height:20.625rem;top:10.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4kKxeoTdA2DqZXsa0vQzK8QTpfmcNem { width:22.8125rem;height:20.625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wus6aVTw0odDbnxhSGwOrueGLlby9MWS { width:22.8125rem;height:20.625rem;top:32.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSRU1VXPLO1xRsuIhia2HUkFGXAC0UUt { width:22.8125rem;height:20.625rem;top:32.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QocqHO00ZNQptoiQRvVA6oGfX8XFFO89 { top:28.5rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTtbDpQMqyGLMmptcUec7iUWUiNXTfUO { top:29rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh4i0P4SUWDc84xVHC4hllf7w6o1BdqU { top:29rem;left:16.375001907349rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62oNBzZ3o31yTStr3sn9AteiGTcOs8W { top:28.5rem;left:12.46875rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahxr90XdmyElK5QbDZncoaqOhEX0oUy6 { top:29rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW7ssPqTTGT4hwQNHLiT41NoPcP8ug9S { top:28.5rem;left:25.125rem;width:22.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w029OIfmDhB9b7JmDyMX8uACNcBKQz9o { top:51.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFa7JefWB72MGTI56fB7VVWxcSo4egqd { top:50.9375rem;left:0rem;width:22.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL8DEHlaAX4C7pGAd56bpzwyuPbg07vO { top:51.375rem;left:17.625001907349rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2ciPRb2s0Fuy3Li2vSACu9f1Fu9Q0g { top:50.875rem;left:12.5rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QvQc1q6imFoheuKm9lLQiX9KUGD5N5 { top:51.375rem;left:34.375rem;width:13.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlvwpAty8Nnr2FRTuspAabB5TZ577pJb { top:50.875rem;left:24.875rem;width:22.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEs3gyq4Kffh68761me8E22DSa2x8Xo { display:block; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ri4rzsfwtShvFrTMU8PxKVNElsZDKTWH { width:47.75rem;height:3.625rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geT3iBgQLA7TR6dL9QgK4Zfx6xNffoht { top:6.6875rem;left:0rem;width:47.75rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx { display:block; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssQrFKkoTf20ftXvPs87UGoQiQNvqanI { width:47.75rem;height:3.625rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn { display:block; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMHiAlkVFK7Cf7L0I35gsAI3KU4x5Qy3 { top:1.625rem;left:0rem;width:19.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgH8bNK9N31I9I6TeE58WWermTLeNCnE { top:1.625rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXy1XQtmc4FSVugqvKmWecPdrQHAIDR { top:1.625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpgGt78aQESxRGw1bg8DE1nXaw0OFG9F { top:3.125rem;left:6.3125rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RHV2yEBZaBzF4p0cR7Pi3JXBH2oQfn { top:3.125rem;left:21.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykXZANHiuqChIuup3hb2tTnKPfRuHof { top:3.125rem;left:37.75rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdCb05LDvNQ074lezCwtT5v7X6ZiOBA { top:8.125rem;left:0rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRTE3nOTVneU6LhTCunl7gTRlXLQg6vO { top:8.125rem;left:12.4375rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwRQsxc84rLDp3ERHlGSSqX9TZG0qSs1 { top:8.125rem;left:28.3125rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGSNWXdtHdapyB4OxTXRtxQIJ3OmH4Ta { top:10.875rem;left:1.3125rem;width:14.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDTzlFzdgcV9gi5iFnBNAtfqqrfsGCw { top:10.75rem;left:0.3125rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvDRsetpgUehO2lkkV4RPsIkVCxVlWc { top:10.8125rem;left:17.0625rem;width:14.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrtQTsBLfm3nrzK9xBRAGqQIzJn08sN { top:10.75rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs9c7hR7XB2VONKDLUotyeHOyIKFK2iA { top:10.8125rem;left:32.9375rem;width:14.5rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KifF6ZdOmqUKMka0zH7IBOtWCJtofezC { top:10.6875rem;left:31.9375rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgztlAKpPOgmxVmfLXPN45EfyOzrGS3 { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO { display:block; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StNgpFRHmTDFiko5vtoBontoQrgKzHPr { width:18.375rem;height:3.125rem;top:10.0625rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block; }
 }@media only screen and (max-width: 763px) { #nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { top:6.8125rem;left:4.5625rem;width:40.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { top:2.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 { display:block; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTAkrmcgzmfFyf12BywXT0ulSJdNipOF { top:3.875rem;left:7.75rem;width:32.25rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WydHJUNKiuORddVq0U7ZyntcD0Fa5Qek { top:6.8125rem;left:6.0625rem;width:35.6875rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.625rem;left:11.9375rem;width:23.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cJATguckvcf1QR2BAFlplAbTlX9C1KfD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f79c1a4d-0885-4621-98d4-6791b1d5d872/IconFerrishWheel.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD.adaptive-delivery-prevent-bg, #cJATguckvcf1QR2BAFlplAbTlX9C1KfD.lazyload, #cJATguckvcf1QR2BAFlplAbTlX9C1KfD.lazyloading { background-image: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { background-color: transparent; background-image: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container > .video-iframe-container { display: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row > .video-iframe-container { display: none; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .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); }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { border-width: 0; border-radius: 0; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD::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; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJATguckvcf1QR2BAFlplAbTlX9C1KfD > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myzRlKHAybgsFTsz51hSIToZquO43miv { width:7.75rem;height:4.3125rem;top:2.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkohQyQINklv9E78op5OxohkSaFageDv { width:14.1875rem;height:3.82324375rem;top:10.4375rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMmGb1TsGlvPQw1lBQgy06croOCfzTkl { width:16.8125rem;height:4.142575rem;top:29.874999046326rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ  { width:16.6875rem;height:auto;top:33rem;left:0.5625rem; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ {display:block;}#veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ { width:16.6875rem;height:auto;top:33rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #a9nlaauCVTmsIG3dGenVZf9ctyOWicm0 {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #sLaMEhMDqtTai1q9VKdbZbWmQeKR0Fuw { display:none; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #dJ2Os67bUZ42GEFcuMJLlpSmSoOobgF1 {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #KWpCdIRAOc1lD6tly6WfF03nS8VszfyE {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #UGfTfHBP5qr6A5UzXvnW4mEorPCeQyGG { display:none; }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #gZw2xBMEvG4eBi2pRliCMnTVQbgwoN48 {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #D6MykJDvEL8eHVJapCE9bfMvJhS7QwTW {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #oLZecN01aNmRndy8MCHCFeHDfaP11aKc {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #snsnAMhqegtpa5b6C20mHWvbEczLke6S {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #BaaUaPVuFttcmwSyrgt4U4iHBmlolr4e {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #NRT131uyyAC9Q46KlwhB7rJLaLc1tZpV {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #bzTzItNPR9kiC4wEs0xGvBufQ7k41GTA {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #dKhEX0AT6v4GhGbN96VmUHSpdiNf8fdH {  }
 }@media only screen and (max-width: 763px) { #veD8fky5wGt3Bz6bMKMvMlh9gEOJUnlZ #RkrHAfIueefc6HxBBfy8zXitKMnhCgsu {  }
 }@media only screen and (max-width: 763px) { #EyeBktT6drBsJAionsr03vlQh4llIHnB { width:18.5rem;height:23.75rem;top:28.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSXsafBZ3UVcVQDCMQpi7XDWsLsGey7K { width:2.125rem;height:3.71875rem;top:15.5rem;left:7.8125rem;font-size:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfSMqs0uUyyOQBg632NruuiIstOtrIZ5 { width:2.875rem;height:3.0058625rem;top:14.4375rem;left:12.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuc9El3t6sfUkmRUcofwhruOQpxwE8ry { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTXCRkAyWsoyzyRs7flwaKWNCo1c9mwW { width:12.125rem;height:0;top:16.4375rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaGHDXMPqRoc6GyH93KT5rEFEFwMlVc { width:1.9375rem;height:1.29980625rem;top:17.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJTvdypxLan6zLNGSM1F0T4ImgH9s61w { width:3.25rem;height:1.236325rem;top:14.875rem;left:4.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCt7t7ZPBTi99RKd0RqOqVu516fcRcsL { width:4.4375rem;height:0.393555rem;top:24.5625rem;left:1.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yCRZNOotIl3Vrf2rZbzTcAEAH8i2Xe { width:1.9375rem;height:2.1933625rem;top:22.125rem;left:1.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXWBCDpcZ3zWkIDDvAMX19l0J0kPgdGR { width:2.3125rem;height:0.67480625rem;top:21.625rem;left:1.625rem;font-size:0.75rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #Oool9Gr4ep7oMuM52UzSdOvPdFnWzrOq { width:1.25rem;height:1.125rem;top:22rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JimI0wKow5XtrCG3F019BCkWNn38twg4 { width:4.5625rem;height:1.0683625rem;top:21.4375rem;left:6.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZqZBPyEtrHAsiPlsiQ5uOh5BzqgT52 { width:4.5625rem;height:2.30615rem;top:22.6875rem;left:6.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhC11THt5vDSkrG1kaJOx78UBimvCpIP { width:5.875rem;height:2.0244125rem;top:22.375rem;left:12.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTKtMwUWhJSK5NlOmMDETKy1dTsCCbL { width:5.0625rem;height:0.8125rem;top:24.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq { display:block; }#Gx0f67mT4rvWsLAGBk1IiwXSbT38nOAq > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvvB9algbCTcmba9FfOQpedA3TtVhS3q { width:16.5rem;height:20.6875rem;top:0.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsG0BMtmfLxp81TlgF6Hz7QyTkZ6avJu { width:18rem;height:29.8955rem;top:24.7939453125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxObNAWQ2uFUIVSucvSrLVkwx66J7myG { width:20rem;height:1.54296875rem;top:22.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK { display:block; }#Nut8sWWBHvFUkgwqE0Sl60Gu2cakD4XK > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8NN0HZQWUaJTHNP26mK6fhkkDgZTt0F { width:8.125rem;height:13.9375rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMNfLAT6dUC365GGessGxTFcmSanS6lO { width:7.25rem;height:0.89355625rem;top:15.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl3UikTKpGLpicHlw7leNWgUAuOnhT0x { width:8.125rem;height:4rem;top:17rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxrUlTDsxkoIm6QoPGK1EV3FKy3GfFka { width:7.1875rem;height:7.1875rem;top:7.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knFaqh1iTxEsC9KqC0H6ue1p9oK39aim { width:8.125rem;height:13.9375rem;top:7.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQmRX20612I5uvPyE5vzPTXLQUAv8bc9 { width:7.3125rem;height:4rem;top:17.125rem;left:11rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTzeomFuBLuqwARP2gu7ichnuTnLVva { width:6.5625rem;height:0.89355625rem;top:15.625rem;left:11.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJTixh8WSulItLkIsks4dfXhXPSc8mL { width:8.125rem;height:13.9375rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOUIK3oNRoK3qeOIivvEJTpz4dakwA0 { width:7rem;height:4rem;top:34.1875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZNNMT3sWPa6vMnbkH9PczQCbtBV8zh { width:6.25rem;height:0.89355625rem;top:32.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Tn2RoZStQBReIUIIUwtFRvCEIOrlVJ { width:3.125rem;height:3.125rem;top:26.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkQ9R7IZrr8WGzSAFEBIHXyE1202cPE { width:8.125rem;height:13.9375rem;top:24.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhpzWSGsyNNFMrUyqvGbyrc20g2NvUwc { width:7.8125rem;height:4rem;top:34.3125rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlil0Trf5gp1b3VkM69umL8KtZRMuw0 { width:6.0625rem;height:0.89355625rem;top:32.8125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0nGHvUEc0ozg0A3cQBOWp0SMWrZUTFW { width:7.125rem;height:7.25rem;top:25.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OaIpqeXXvViiUofTItVRyvGnDVpMAe { width:20rem;height:2.4375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Zn84SwGvEzNs8pB4SGuQAVkOanFqNb { width:7.0625rem;height:7.25rem;top:7.8125rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3mrcTXJRn3iDPWfbaFbuDqmFT7mL9BA { width:7.1875rem;height:7.1875rem;top:25.1875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 { display:block; }#BlgQVMP8RvKVdR3WaMlWN7iTye1PAVx0 > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBO6NcuHkibIIsUnXFSe1ngqACeK1APf { width:20rem;height:3.8994125rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctWWUVF3fBXgcBs5cBOeCLKfw5p94lmK { width:12.5rem;height:14.3125rem;top:35.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTU8V8yoPf63cpI4iHLk6D63oiWVRoQ { width:12.5rem;height:2.2744125rem;top:19.5rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQ95z5ZDKtPixhfOrTUVqnsconpUn3NX { width:11.8125rem;height:6.334rem;top:22.609375rem;left:4.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJyDyFXtCTrSO4qr8rFm0K6vwqMuZcrT { width:12.5rem;height:14.3125rem;top:3.625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoH8yHK2UsCNgoXDSkDwOSxmTRHwBzCZ { width:12.5rem;height:2.2744125rem;top:38.921875476837rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLLTyDUFFaHxnRHah6GaUdPXBc4bR8n { width:13.75rem;height:9.501rem;top:41.947265625rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkq4DW6kk1JseDo6k8iSwAKb6HdM8sUL { width:12.5rem;height:14.3125rem;top:26.7822265625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc6dhyWVUIT7cqk2MZ0IGvhLdrmNO6fP { width:12.5rem;height:2.2744125rem;top:61.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3l6xhGlnJ0oG7mywhxC1PT8f9iOIfNy { width:15.375rem;height:4.22265625rem;top:64.375rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTSzAieSdbcLo2rBTLI3qxJsmPZsfPH { width:5.1875rem;height:5.1875rem;top:12.8125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGm867zAar0N34aaWqDnZzWD6lMHJSfS { width:5.3125rem;height:5.3125rem;top:32.8125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aehCvTLgJ8VV2fi0TsFG7JaLTFXHxEvt { width:5.4375rem;height:5.4375rem;top:54.625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG { display:block; }#uacVLVSevHMT9LoRQbpR1hhp3CF8MwXG > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9TuqwzxZo1H7f0gxHyouFKtXKNoCrz3 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLdLJquJnyZI4ODDTBoXNWSubOLpREvl { width:8.9375rem;height:8rem;top:7.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edqxAOthDBaJuLS8v5XtSXlw5nDTSm17 { width:8.9375rem;height:8rem;top:7.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux1aOFNXSEh3vGUcydQaJ2TEK0ST5ZV { width:8.9375rem;height:7.625rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4kKxeoTdA2DqZXsa0vQzK8QTpfmcNem { width:8.9375rem;height:8.1875rem;top:17.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wus6aVTw0odDbnxhSGwOrueGLlby9MWS { width:9rem;height:7.625rem;top:28.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSRU1VXPLO1xRsuIhia2HUkFGXAC0UUt { width:8.75rem;height:7.8125rem;top:28.09375rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QocqHO00ZNQptoiQRvVA6oGfX8XFFO89 { width:9rem;height:1.8125rem;top:13.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTtbDpQMqyGLMmptcUec7iUWUiNXTfUO { width:8.1875rem;height:1.21875rem;top:13.703125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh4i0P4SUWDc84xVHC4hllf7w6o1BdqU { width:8.5625rem;height:1.21875rem;top:13.75rem;left:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62oNBzZ3o31yTStr3sn9AteiGTcOs8W { width:9rem;height:1.8125rem;top:13.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahxr90XdmyElK5QbDZncoaqOhEX0oUy6 { width:6.5rem;height:1.21875rem;top:23.953125rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW7ssPqTTGT4hwQNHLiT41NoPcP8ug9S { width:9rem;height:1.8125rem;top:23.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w029OIfmDhB9b7JmDyMX8uACNcBKQz9o { width:6.0625rem;height:1.21875rem;top:24.3125rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFa7JefWB72MGTI56fB7VVWxcSo4egqd { width:8.9375rem;height:1.8125rem;top:23.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL8DEHlaAX4C7pGAd56bpzwyuPbg07vO { width:9.0625rem;height:1.21875rem;top:34.3125rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2ciPRb2s0Fuy3Li2vSACu9f1Fu9Q0g { width:9rem;height:1.8125rem;top:34rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QvQc1q6imFoheuKm9lLQiX9KUGD5N5 { width:8.625rem;height:1.21875rem;top:34.625rem;left:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlvwpAty8Nnr2FRTuspAabB5TZ577pJb { width:8.75rem;height:1.5625rem;top:34.375000953674rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEs3gyq4Kffh68761me8E22DSa2x8Xo { display:block; }#FpEs3gyq4Kffh68761me8E22DSa2x8Xo > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ri4rzsfwtShvFrTMU8PxKVNElsZDKTWH { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geT3iBgQLA7TR6dL9QgK4Zfx6xNffoht { width:17.875rem;height:8.8125rem;top:6.162109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx { display:block; }#zDQdh6Nhlu5P5FdTE8JWSQX4e4GZ1Jlx > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssQrFKkoTf20ftXvPs87UGoQiQNvqanI { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn { display:block; }#DW6JRdkFHLKQsD8zd8TgPXhP89iZrUPn > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMHiAlkVFK7Cf7L0I35gsAI3KU4x5Qy3 { width:18.75rem;height:15.9375rem;top:0.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgH8bNK9N31I9I6TeE58WWermTLeNCnE { width:18.75rem;height:15.9375rem;top:18.4375rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mKXy1XQtmc4FSVugqvKmWecPdrQHAIDR { width:18.75rem;height:15.9375rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpgGt78aQESxRGw1bg8DE1nXaw0OFG9F { width:3.625rem;height:3.8125rem;top:2.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RHV2yEBZaBzF4p0cR7Pi3JXBH2oQfn { width:3.625rem;height:3.8125rem;top:19.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykXZANHiuqChIuup3hb2tTnKPfRuHof { width:3.625rem;height:3.8125rem;top:37.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdCb05LDvNQ074lezCwtT5v7X6ZiOBA { width:19.3125rem;height:2.2744125rem;top:7.4375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRTE3nOTVneU6LhTCunl7gTRlXLQg6vO { width:19.3125rem;height:2.2744125rem;top:24.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwRQsxc84rLDp3ERHlGSSqX9TZG0qSs1 { width:19.3125rem;height:2.2744125rem;top:42.125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGSNWXdtHdapyB4OxTXRtxQIJ3OmH4Ta { width:12.5625rem;height:5.27831875rem;top:10.8125rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDTzlFzdgcV9gi5iFnBNAtfqqrfsGCw { width:0.25rem;height:4.875rem;top:11.015625rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvDRsetpgUehO2lkkV4RPsIkVCxVlWc { width:13rem;height:5.27831875rem;top:27.625rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrtQTsBLfm3nrzK9xBRAGqQIzJn08sN { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fs9c7hR7XB2VONKDLUotyeHOyIKFK2iA { width:12.25rem;height:5.27831875rem;top:44.6875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KifF6ZdOmqUKMka0zH7IBOtWCJtofezC { width:0.25rem;height:4.875rem;top:44.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgztlAKpPOgmxVmfLXPN45EfyOzrGS3 { width:0.25rem;height:4.875rem;top:27.625rem;left:2.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO { display:block; }#FGDZTIT8zzIitTcTLTS2IZqL7BTmFEKO > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StNgpFRHmTDFiko5vtoBontoQrgKzHPr { width:13.375rem;height:2.5rem;top:6.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block; }
 }@media only screen and (max-width: 763px) { #nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { width:19.3125rem;height:0;top:19.667rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { width:20rem;height:3.57421875rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 { display:block; }#TiHhoo6r9DEz0Li9F23AQp9blDKfhM00 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTAkrmcgzmfFyf12BywXT0ulSJdNipOF { width:18.875rem;height:1.48730625rem;top:1.875rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WydHJUNKiuORddVq0U7ZyntcD0Fa5Qek { width:17.625rem;height:1.9248rem;top:4rem;left:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:0.89355625rem;top:0.74045181274412rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }