.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,225,231;--color-primary-1:178,166,184;--color-primary-2:126,107,136;--color-primary-3:76,64,82;--color-primary-4:40,8,57;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:245,244,242;--color-tertiary-2:239,238,228;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt { 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; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt.adaptive-delivery-prevent-bg, #G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt.lazyload, #G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt.lazyloading { background-image: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { background-color: transparent; background-image: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container > .video-iframe-container { display: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row > .video-iframe-container { display: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .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); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { border-width: 0; border-radius: 0; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt::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; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#IXJ9bGREShhhneTTurq5MyEoM55KVPI3 { 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; }
#tsFnnIKtCrXzRT5p6pwDZnfRGhoMNiqJ { color:rgba(var(--color-tertiary-1),1);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(var(--color-tertiary-0),0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width: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(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.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:rgba(var(--color-tertiary-0),1);width:19.0625rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(var(--color-tertiary-0),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:45.75rem;top:16.3125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-tertiary-0),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:45.75rem;top:16.3125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(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.87) ;height:26.8125rem;width:22.5rem;top:10.4375rem;left:45.4375rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#430d5e;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:46.625rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DppZrA3fT4BrUPQBNOyxdyn1z6h6ioXe { color:rgba(var(--color-tertiary-1),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-0),0);top:13.3125rem;left:6rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTyCTsSfVw3tHh4VaNpXGJFgrppK4U3S { color:rgba(var(--color-tertiary-1),1);display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-0),0);top:15.5rem;left:16rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p8n3HUOzp9K8HI3euCTW9wGSMx0SeVCT { color:rgba(var(--color-tertiary-2),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:7.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmNUN3CPo6UeuINTgZHWrTdeqL4OkpFo { color:#fbf9f3;display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.9375rem;font-weight:700;z-index:15025;line-height:.5;letter-spacing:0;top:23rem;left:14.5625rem;height:6.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOHcmnPaDs1reldSDEDx2gtieCpT5cb2 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27rem;left:30rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpaKg8XTVE9fG3ZaiDHLZKCAvl1lt9lL { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34rem;left:34.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZlh8PcaduSyThFsKTSOKNPCKaXryaQh { color:rgba(var(--color-tertiary-2),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34rem;left:9.875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y3nzJbHpM6gJzPAviuvyMK60lx00Gi1H { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34rem;left:19.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vwmspO0eqRn9r1dA1bHN9B1wuRDXrtte { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:34.5625rem;left:30.875rem; }
#K8TuE89L0wnEytmhnNSfdXHVT1Gtn2EU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.625rem;left:6rem; }
#DGIRU6eFO8EbNeqkr2OAWzE3pyiIoTpV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.5rem;left:16.875rem; }
#BqFZdhuGyyNqvJOJLXPR6vd4CW6VDvbf { color:rgba(var(--color-tertiary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.76953125rem;left:34.25rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyFSzQbSRRJC11v0ONQl47RVyDJ0oayX { color:rgba(var(--color-tertiary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5625rem;left:19.625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DyQwMn4Q3T0EohbLWgultec9esiX3zIU { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:35.76953125rem;left:9.875rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F { position:relative;display:block; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F { background-color: transparent; background-image: none; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row .container > .video-iframe-container { display: none; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row > .video-iframe-container { display: none; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .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); }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F { border-width: 0; border-radius: 0; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .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; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;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; }#SMrfBRL9L78EFv5Iv1G4RGv7HtpPK2WT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.9375rem;left:40.0625rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G41Jx6AqU8OwtmzeNXJumZW0ukntTkZT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.75rem;left:40.0625rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#APU2ZZyfzyF8XEAMnh4udNWvBsJ9gn8o { position:absolute;display:block;z-index:15009;background-color:rgba(149,107,11,0.96);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:33.375rem;top:8.5625rem;left:40.0625rem;display:block; }
#WZmORR75uTD8MzIOLiuapafwre74KwxO { color:#090909;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5);top:10rem;left:39.9375rem;height:22.5rem;display:block; }
#F6LrwAOeGGSP7E0Ef4qC0HerFqINQG82 { position:absolute;display:block;z-index:15005;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:36.125rem;width:28.75rem;top:0.53125rem;left:5.0625rem;overflow:hidden;display:block; }
#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL { 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; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container { background-color: transparent; background-image: none; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container > .video-iframe-container { display: none; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row > .video-iframe-container { display: none; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .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); }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container { border-width: 0; border-radius: 0; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#FcOTZNk5d8N4BCoI3Msp9dDvufryCioa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:11.3125rem;left:1.0625rem;display:block; }
#M9CnZ8FSbIoc8CwuTA0XQ93U1q2iLSO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMld6qr6R5v8M3AR88blUL9kbA7euK4x { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:30.75rem;left:2.9375rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0W4QqoVX3TXrfyfDoGVmPxILScTpHG6 { 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:11.25rem;left:1.0625rem;overflow:hidden;display:block; }
#BUoA6FyC8yd8qXX34H0TwIwyRPk7yXkT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:11.3125rem;left:19.8125rem;display:block; }
#JKoqVils3kSiFc2e40CZDBoXWUaM4e3i { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:30.75rem;left:22.3125rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7vRFlnh8uFMTcv6yUIsKpoFtAQTSSPD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUv7Q5ETsTufUv2gy7nfRFzIGBff6Jlc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:11.3125rem;left:38.5625rem;display:block; }
#T1Mn24vNzGRea7ZkwyEh8HFJkwT8yHfW { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.75rem;left:41.0625rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZ4OEMNiayOsGKXEqKg6g6MegmBw1gp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.6875rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKFS0KwDtOiurQpBmc24XN1LtA9UlKqQ { 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:13.125rem;left:45.625rem;overflow:hidden;display:block; }
#TJtz03kJs1nJBFuuBAxVhKT3atzoUkEw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),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:11.3125rem;left:57.3125rem;display:block; }
#JT68IiyO7PlFLZwAlwsw4a8oTeKshOqf { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:30.75rem;left:59.8125rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y71DFg2VhD05l2leU6k7Zigp5lX0HQNO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T03UeehPBWlNSmp8Ff4hWSsDlSKTClLQ { 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:3.125rem;width:3.125rem;top:13.125rem;left:64.625rem;overflow:hidden;display:block; }
#tl3rLo1aL6Ov0cZpFwlf53BPx6iBdyTQ { 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:2.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kki4JtkIRdbCC4nvWSUQ7F1Zk07Clq2I { 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.625rem;width:16.625rem;top:11.3125rem;left:19.8125rem;overflow:hidden;display:block; }
#DT1k5ufZDAt4aAbT0NyoofF88NC4xXK6 { 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:11.3125rem;left:38.5625rem;overflow:hidden;display:block; }
#eM0yZ4ENe6PODIssNIotL7GAALewhEq7 { position:absolute;display:block;z-index:15019;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:11.3125rem;left:57.3125rem;overflow:hidden;display:block; }
#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI { 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; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container { background-color: transparent; background-image: none; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container > .video-iframe-container { display: none; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row > .video-iframe-container { display: none; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .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); }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container { border-width: 0; border-radius: 0; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#M0QVFozKFF8iGOxs3lA235grZh5dsnJa { color:rgba(var(--color-tertiary-0),1);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; }
#MrbbVK8452psxNXhNtMTXPFnwelmrhhS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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; }
#CckpTmuUrazZZpb4593bIQZq8e0lfRFG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#xPzKTOtia1JxMfC5xPVUv4PhDIbs3uT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.4375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#d9soHNcegbvMVlw2TGE53TQQrlpsri5K { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),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; }
#WTaux3wCWdbwduKyTUIiR2LNWJQcVB2v { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#AxJlnXHxsTJBxvD9caUzX14szoMqVvCp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.125rem;left:28.3125rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#tQsfffGmaHUtSrJpnIa7WyG4EHzPnqN8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),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; }
#xlRXU9LxoIaiR8xa6eVm7mcF1UbJo4g6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tzc5uVDzDs2rQpllBW1Skhwo4GLWuots { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:53.875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#WNFACI0lpIdQUNfvwVJ2txRP4rwv5SVW { 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; }
#nwzhExuBckcBBce50wL00aOuAoHecxuX { 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; }
#ySnKpDSwn6vSdFtAomJWolLayczXyAwA { 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; }
#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 { position:relative;display:block; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 { background-color: transparent; background-image: none; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .row .container > .video-iframe-container { display: none; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .row > .video-iframe-container { display: none; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .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); }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 { border-width: 0; border-radius: 0; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .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; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .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; }#ySkgiOXIei0NB8U2X1psOVbOtb9M7C7S { 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:rgba(var(--color-tertiary-4),1);display:block; }
#WK7Dd6HrhcbuqnwxXbqvnTAeUhEThVRW { 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; }
#hJMmUhzTf9o2g8L3uVUXtoXQsRcJJKhM { 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; }
#MsTTXpJVbEeMAyX9zPGO5RUd5S9urXnA { 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; }
#x9ixck1HT2R6vFTSwHMIILDF4Ztqyunp { 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; }
#TfPTTNzSLuWpXdywc397TNvCBLR1TAPx { 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; }
#MMdPNOEhu6ll64qhLN3eAX8Za1iBegcz { 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; }
#WDog64KXwupzSdSvJRst3iCyE7kWpgyh { 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; }
#IJ8JPvpRbgTG06g7faHrOaJU3l7TG57o { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#PX7NQSLMyvo9Re4mOM0T79axbaJkDtUO { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#xfzJQKZDzt3KLo9VRXb4VPEDP2DJsTES { 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; }
#oMsEpg0ZVmIJz7lTOLGJSVBGLyNfXldM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EVTTGgxtcsp4IVaHNdp7xIzHizEpSSRL { 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; }
#BobPuC6pFZ34nkERqdtMKwqX7LQVrRrQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#iHAAinrQc0RywV1att5NXOIs2bVWKmKe { 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; }
#ntKdLIOOezIJkB5psg5s1888lVbUatlt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#T9UTFkX3A5h5FJsTt0XKNMeLvkv5vheO { 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; }
#lUJ6T7eTS8596JTWQl5CUFf9ZxD0aG3f { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#SRcIJWgrktXpXkTr1PidI38pUiNwOLMr { 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; }
#TpkUte88keDQDyobG4mTfRxVZMwWDJpv { 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; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container { background-color: transparent; background-image: none; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container > .video-iframe-container { display: none; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row > .video-iframe-container { display: none; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .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); }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container { border-width: 0; border-radius: 0; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#Qt4GT8pqINxhQZCsN3wul4adKmTbSTad { 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:rgba(var(--color-tertiary-4),1);display:block; }
#BIJeTZ9mI6NgT6iOsuCbX7VCdMze2ZDf { 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; }
#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz { 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; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container { background-color: transparent; background-image: none; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container > .video-iframe-container { display: none; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row > .video-iframe-container { display: none; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .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); }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container { border-width: 0; border-radius: 0; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#WaQ0EFkZly6FNQz6sPafDv7SORkHdoIV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),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; }
#N2OXzVsvAWTqDZBGJVLGudMTyThmuvVd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),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; }
#Jn3Hs3p63qIeV47TRSMT6sBdK8zffBOv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),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; }
#Iz6A8oTrFyTDwOHNcW5hd89XXEHbkTWZ { 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; }
#HfBfM2nDpetRL6JZZPBNrODucRn9ho6b { 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; }
#BcbRG1OasJyT2DZMB3OSr30grrwPyC8H { 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; }
#lL4NKLVFShINAPqxKPL4HTtVZmrJIone { color:#f3faf8;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUOwtPl7DTmTiI9xXmFP0JRWlbr6hmgO { color:#eff6f4;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzJ0f1RwPL4Ty1Q2C8t6TknkrfGtRpZH { color:#eef8f5;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6RSKZCvZdkb5iFIvzFo7dizRVe5gywn { color:#f3e5e5;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.875rem;height:5.68359375rem;font-style:italic;display:block; }
#ueaAOAbCMxhNIHuXVhw4K4JrEghlk0HT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.875rem;display:block; }
#H7nch9xEBuxoLpSPoU0yvV807l0eHqNi { color:#f6f1f1;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:5.68359375rem;font-style:italic;display:block; }
#GCoe2JQ7BpFMlDqZWFpA6iy0T3ccksda { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#GXz8OJfJByAba1yNRob1yQQVteTQx2Ee { color:#f8efef;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.546875rem;font-style:italic;display:block; }
#X4W74ooLyDvT1n3eoAy1ehaSrSsfPVZv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:54.75rem;display:block; }
#OgvWRTNhcESQT9D7cRddcI8Iz061FN8G { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height: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:19.9375rem;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(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.4375rem;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:13.374987602234rem;left:29.125001907349rem;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.1875rem;height:1.38125rem;font-style:normal;display:block; }
#OqcyeNall4TBG5w5d8r22nbD0BcaGQEg { color:#430d5e;display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.1875rem;height:1.38125rem;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.59375rem;left:5.0625rem;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:rgba(var(--color-tertiary-0),1);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.05859375rem;left:21.375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WydHJUNKiuORddVq0U7ZyntcD0Fa5Qek { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6rem;left:19.65625rem;height:3.41015625rem;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:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.650390625rem;left:25.5625rem;height:0.975rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt { display:block; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXJ9bGREShhhneTTurq5MyEoM55KVPI3 { top:5.0625rem;left:2.6875rem;width:10.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsFnnIKtCrXzRT5p6pwDZnfRGhoMNiqJ { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:19.0625rem;height:auto;top:16.3125rem;left:26.1875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:19.0625rem;height:auto;top:16.3125rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:10.4375rem;left:25.25rem;width:22.5rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:11.6875rem;left:27rem;width:20.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DppZrA3fT4BrUPQBNOyxdyn1z6h6ioXe { top:13.3125rem;left:0rem;width:32.1875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyCTsSfVw3tHh4VaNpXGJFgrppK4U3S { top:15.5rem;left:2.375rem;width:12.125rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8n3HUOzp9K8HI3euCTW9wGSMx0SeVCT { top:21.5625rem;left:0rem;width:5.8125rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmNUN3CPo6UeuINTgZHWrTdeqL4OkpFo { top:23rem;left:0.9375rem;width:11.6875rem;height:6.4375rem;font-size:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOHcmnPaDs1reldSDEDx2gtieCpT5cb2 { top:27rem;left:16.375rem;width:9.0625rem;height:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpaKg8XTVE9fG3ZaiDHLZKCAvl1lt9lL { top:34rem;left:20.625rem;width:8.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZlh8PcaduSyThFsKTSOKNPCKaXryaQh { top:34rem;left:0rem;width:4.875rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3nzJbHpM6gJzPAviuvyMK60lx00Gi1H { top:34rem;left:6rem;width:8.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwmspO0eqRn9r1dA1bHN9B1wuRDXrtte { top:34.5625rem;left:17.25rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TuE89L0wnEytmhnNSfdXHVT1Gtn2EU { top:33.625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGIRU6eFO8EbNeqkr2OAWzE3pyiIoTpV { top:34.5rem;left:3.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqFZdhuGyyNqvJOJLXPR6vd4CW6VDvbf { top:35.75rem;left:20.625rem;width:8.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFSzQbSRRJC11v0ONQl47RVyDJ0oayX { top:35.5625rem;left:6rem;width:8.9375rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyQwMn4Q3T0EohbLWgultec9esiX3zIU { top:35.75rem;left:0rem;width:6.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F { display:block; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMrfBRL9L78EFv5Iv1G4RGv7HtpPK2WT { top:1.9375rem;left:15.625rem;width:32.125rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G41Jx6AqU8OwtmzeNXJumZW0ukntTkZT { top:5.75rem;left:15.9375rem;width:31.8125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APU2ZZyfzyF8XEAMnh4udNWvBsJ9gn8o { top:8.5625rem;left:14.375rem;width:33.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZmORR75uTD8MzIOLiuapafwre74KwxO { top:10rem;left:14.0625rem;width:33.6875rem;height:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LrwAOeGGSP7E0Ef4qC0HerFqINQG82 { top:0.5rem;left:0rem;width:28.75rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL { display:block; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcOTZNk5d8N4BCoI3Msp9dDvufryCioa { width:16.25rem;height:25.9375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9CnZ8FSbIoc8CwuTA0XQ93U1q2iLSO7 { width:13.125rem;height:1.625rem;top:28.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMld6qr6R5v8M3AR88blUL9kbA7euK4x { width:11.625rem;height:5.5625rem;top:30.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0W4QqoVX3TXrfyfDoGVmPxILScTpHG6 { width:16.5rem;height:16.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUoA6FyC8yd8qXX34H0TwIwyRPk7yXkT { width:16.25rem;height:25.9375rem;top:11.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKoqVils3kSiFc2e40CZDBoXWUaM4e3i { width:11.625rem;height:5.5625rem;top:30.75rem;left:12.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7vRFlnh8uFMTcv6yUIsKpoFtAQTSSPD { width:13.125rem;height:1.625rem;top:28.6875rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUv7Q5ETsTufUv2gy7nfRFzIGBff6Jlc { width:16.25rem;height:25.9375rem;top:11.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mn24vNzGRea7ZkwyEh8HFJkwT8yHfW { width:11.625rem;height:5.5625rem;top:30.75rem;left:24.03125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ4OEMNiayOsGKXEqKg6g6MegmBw1gp1 { width:13.125rem;height:1.625rem;top:28.6875rem;left:22.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFS0KwDtOiurQpBmc24XN1LtA9UlKqQ { width:3.125rem;height:3.125rem;top:13.125rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtz03kJs1nJBFuuBAxVhKT3atzoUkEw { width:16.25rem;height:25.9375rem;top:11.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT68IiyO7PlFLZwAlwsw4a8oTeKshOqf { width:11.625rem;height:5.5625rem;top:30.75rem;left:35.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y71DFg2VhD05l2leU6k7Zigp5lX0HQNO { width:13.125rem;height:1.625rem;top:28.6875rem;left:34.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03UeehPBWlNSmp8Ff4hWSsDlSKTClLQ { width:3.125rem;height:3.125rem;top:13.125rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl3rLo1aL6Ov0cZpFwlf53BPx6iBdyTQ { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kki4JtkIRdbCC4nvWSUQ7F1Zk07Clq2I { width:16.625rem;height:16.625rem;top:11.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1k5ufZDAt4aAbT0NyoofF88NC4xXK6 { width:16.625rem;height:16.625rem;top:11.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0yZ4ENe6PODIssNIotL7GAALewhEq7 { width:16.625rem;height:16.625rem;top:11.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI { display:block; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0QVFozKFF8iGOxs3lA235grZh5dsnJa { width:47.75rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrbbVK8452psxNXhNtMTXPFnwelmrhhS { top:10.375rem;left:1.6875rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckpTmuUrazZZpb4593bIQZq8e0lfRFG { top:18.5625rem;left:0rem;width:18.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPzKTOtia1JxMfC5xPVUv4PhDIbs3uT8 { top:21.875rem;left:0rem;width:16.125rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9soHNcegbvMVlw2TGE53TQQrlpsri5K { top:9.5625rem;left:17.5625rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaux3wCWdbwduKyTUIiR2LNWJQcVB2v { 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) { #AxJlnXHxsTJBxvD9caUzX14szoMqVvCp { 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) { #tQsfffGmaHUtSrJpnIa7WyG4EHzPnqN8 { top:8.9375rem;left:33.125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRXU9LxoIaiR8xa6eVm7mcF1UbJo4g6 { 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) { #tzc5uVDzDs2rQpllBW1Skhwo4GLWuots { 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) { #WNFACI0lpIdQUNfvwVJ2txRP4rwv5SVW { top:10.375rem;left:4.53125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzhExuBckcBBce50wL00aOuAoHecxuX { top:10.625rem;left:20.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySnKpDSwn6vSdFtAomJWolLayczXyAwA { top:10.75rem;left:36.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 { display:block; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySkgiOXIei0NB8U2X1psOVbOtb9M7C7S { width:47.75rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7Dd6HrhcbuqnwxXbqvnTAeUhEThVRW { width:22.8125rem;height:20.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMmUhzTf9o2g8L3uVUXtoXQsRcJJKhM { width:22.8125rem;height:20.625rem;top:10.4375rem;left:12.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTTXpJVbEeMAyX9zPGO5RUd5S9urXnA { width:22.6875rem;height:20.625rem;top:10.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ixck1HT2R6vFTSwHMIILDF4Ztqyunp { width:22.8125rem;height:20.625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPTTNzSLuWpXdywc397TNvCBLR1TAPx { width:22.8125rem;height:20.625rem;top:32.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMdPNOEhu6ll64qhLN3eAX8Za1iBegcz { width:22.8125rem;height:20.625rem;top:32.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDog64KXwupzSdSvJRst3iCyE7kWpgyh { top:28.5rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8JPvpRbgTG06g7faHrOaJU3l7TG57o { top:29rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX7NQSLMyvo9Re4mOM0T79axbaJkDtUO { top:29rem;left:16.375001907349rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfzJQKZDzt3KLo9VRXb4VPEDP2DJsTES { top:28.5rem;left:12.46875rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMsEpg0ZVmIJz7lTOLGJSVBGLyNfXldM { top:29rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVTTGgxtcsp4IVaHNdp7xIzHizEpSSRL { top:28.5rem;left:25.125rem;width:22.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BobPuC6pFZ34nkERqdtMKwqX7LQVrRrQ { top:51.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHAAinrQc0RywV1att5NXOIs2bVWKmKe { top:50.9375rem;left:0rem;width:22.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKdLIOOezIJkB5psg5s1888lVbUatlt { 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) { #T9UTFkX3A5h5FJsTt0XKNMeLvkv5vheO { top:50.875rem;left:12.5rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUJ6T7eTS8596JTWQl5CUFf9ZxD0aG3f { 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) { #SRcIJWgrktXpXkTr1PidI38pUiNwOLMr { top:50.875rem;left:24.875rem;width:22.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkUte88keDQDyobG4mTfRxVZMwWDJpv { display:block; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qt4GT8pqINxhQZCsN3wul4adKmTbSTad { width:47.75rem;height:3.625rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJeTZ9mI6NgT6iOsuCbX7VCdMze2ZDf { 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) { #qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz { display:block; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaQ0EFkZly6FNQz6sPafDv7SORkHdoIV { top:1.625rem;left:0rem;width:19.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OXzVsvAWTqDZBGJVLGudMTyThmuvVd { top:1.625rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3Hs3p63qIeV47TRSMT6sBdK8zffBOv { top:1.625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6A8oTrFyTDwOHNcW5hd89XXEHbkTWZ { top:3.125rem;left:6.3125rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfBfM2nDpetRL6JZZPBNrODucRn9ho6b { top:3.125rem;left:21.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcbRG1OasJyT2DZMB3OSr30grrwPyC8H { top:3.125rem;left:37.75rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4NKLVFShINAPqxKPL4HTtVZmrJIone { top:8.125rem;left:0rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUOwtPl7DTmTiI9xXmFP0JRWlbr6hmgO { 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) { #JzJ0f1RwPL4Ty1Q2C8t6TknkrfGtRpZH { 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) { #x6RSKZCvZdkb5iFIvzFo7dizRVe5gywn { 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) { #ueaAOAbCMxhNIHuXVhw4K4JrEghlk0HT { top:10.75rem;left:0.3125rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7nch9xEBuxoLpSPoU0yvV807l0eHqNi { 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) { #GCoe2JQ7BpFMlDqZWFpA6iy0T3ccksda { top:10.75rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXz8OJfJByAba1yNRob1yQQVteTQx2Ee { 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) { #X4W74ooLyDvT1n3eoAy1ehaSrSsfPVZv { top:10.6875rem;left:31.9375rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgvWRTNhcESQT9D7cRddcI8Iz061FN8G { 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:13.3125rem;left:15.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #enawppQHG5Oh21lVEh50TQ4St5TIf2v6 { display:block; }
 }@media only screen and (max-width: 763px) { #nGqinbTcT6UJ4O2zaRpTJTvW8S8NWuER { top:6.1875rem;left:4.5625rem;width:40.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqcyeNall4TBG5w5d8r22nbD0BcaGQEg { top:6.1875rem;left:4.5625rem;width:37.75rem;height:1.375rem;font-size:0.8125rem;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:3rem;left:7.75rem;width:32.25rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WydHJUNKiuORddVq0U7ZyntcD0Fa5Qek { top:6rem;left:6.03125rem;width:35.6875rem;height:3.375rem;font-size:0.5625rem;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.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt { 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; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt.adaptive-delivery-prevent-bg, #G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt.lazyload, #G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt.lazyloading { background-image: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { background-color: transparent; background-image: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container > .video-iframe-container { display: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .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); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row > .video-iframe-container { display: none; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .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); }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { border-width: 0; border-radius: 0; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt::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; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1mcWoTNJPT5vb4xUCCFW8oJGTBgc0xt > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXJ9bGREShhhneTTurq5MyEoM55KVPI3 { width:7.75rem;height:4.3125rem;top:2.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsFnnIKtCrXzRT5p6pwDZnfRGhoMNiqJ { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.0625rem;height:auto;top:33.1875rem;left:0.625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.0625rem;height:auto;top:33.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:18.625rem;height:25.5rem;top:27.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.4375rem;height:4.142575rem;top:29.0625rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DppZrA3fT4BrUPQBNOyxdyn1z6h6ioXe { width:20rem;height:2.69921875rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyCTsSfVw3tHh4VaNpXGJFgrppK4U3S { width:12.125rem;height:0;top:13.1875rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8n3HUOzp9K8HI3euCTW9wGSMx0SeVCT { width:2.8125rem;height:2.548825rem;top:14.5rem;left:0.625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JmNUN3CPo6UeuINTgZHWrTdeqL4OkpFo { width:11.6875rem;height:4.15625rem;top:12.9375rem;left:2.6875rem;font-size:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOHcmnPaDs1reldSDEDx2gtieCpT5cb2 { width:7.375rem;height:2.5996125rem;top:13.9375rem;left:12.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpaKg8XTVE9fG3ZaiDHLZKCAvl1lt9lL { width:3.5rem;height:1.4619125rem;top:21.8125rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZlh8PcaduSyThFsKTSOKNPCKaXryaQh { width:2.5rem;height:1.3808625rem;top:21.5625rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3nzJbHpM6gJzPAviuvyMK60lx00Gi1H { width:8.25rem;height:1.4619125rem;top:21.5625rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwmspO0eqRn9r1dA1bHN9B1wuRDXrtte { display:flex;width:1.8125rem;height:1.8125rem;top:21.8125rem;left:13.625rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #K8TuE89L0wnEytmhnNSfdXHVT1Gtn2EU { display:flex;width:2.1875rem;height:2.1875rem;top:21.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DGIRU6eFO8EbNeqkr2OAWzE3pyiIoTpV { display:flex;width:1.875rem;height:1.875rem;top:21.75rem;left:5.25rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #BqFZdhuGyyNqvJOJLXPR6vd4CW6VDvbf { width:4.5625rem;height:1.0556625rem;top:23rem;left:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFSzQbSRRJC11v0ONQl47RVyDJ0oayX { width:6.0625rem;height:1.4609375rem;top:23rem;left:7.3125rem;font-size:0.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #DyQwMn4Q3T0EohbLWgultec9esiX3zIU { width:2.25rem;height:1.94921875rem;top:22.8125rem;left:2.1875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F { display:block; }#iZ04Gzyk4FFq9R1MWIMh5ldVTTMz1O5F > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMrfBRL9L78EFv5Iv1G4RGv7HtpPK2WT { width:20rem;height:1.923825rem;top:28.44140625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G41Jx6AqU8OwtmzeNXJumZW0ukntTkZT { width:20rem;height:1.798825rem;top:31.62890625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APU2ZZyfzyF8XEAMnh4udNWvBsJ9gn8o { width:20rem;height:0.3125rem;top:30.802725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZmORR75uTD8MzIOLiuapafwre74KwxO { width:20rem;height:20.79686875rem;top:34.1767578125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LrwAOeGGSP7E0Ef4qC0HerFqINQG82 { width:20rem;height:25.130434782609rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL { display:block; }#cv6U16FRmAgJ4QKyxpE5rSAU5OdN5QpL > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcOTZNk5d8N4BCoI3Msp9dDvufryCioa { width:8.125rem;height:13.9375rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9CnZ8FSbIoc8CwuTA0XQ93U1q2iLSO7 { width:7.25rem;height:0.89375rem;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) { #VMld6qr6R5v8M3AR88blUL9kbA7euK4x { 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) { #U0W4QqoVX3TXrfyfDoGVmPxILScTpHG6 { width:7.1875rem;height:7.1875rem;top:7.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUoA6FyC8yd8qXX34H0TwIwyRPk7yXkT { width:8.125rem;height:13.9375rem;top:7.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKoqVils3kSiFc2e40CZDBoXWUaM4e3i { 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) { #Q7vRFlnh8uFMTcv6yUIsKpoFtAQTSSPD { width:6.5625rem;height:0.89375rem;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) { #fUv7Q5ETsTufUv2gy7nfRFzIGBff6Jlc { width:8.125rem;height:13.9375rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mn24vNzGRea7ZkwyEh8HFJkwT8yHfW { 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) { #tZ4OEMNiayOsGKXEqKg6g6MegmBw1gp1 { width:6.25rem;height:0.89375rem;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) { #TKFS0KwDtOiurQpBmc24XN1LtA9UlKqQ { width:3.125rem;height:3.125rem;top:26.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtz03kJs1nJBFuuBAxVhKT3atzoUkEw { width:8.125rem;height:13.9375rem;top:24.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT68IiyO7PlFLZwAlwsw4a8oTeKshOqf { 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) { #y71DFg2VhD05l2leU6k7Zigp5lX0HQNO { width:6.0625rem;height:0.89375rem;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) { #T03UeehPBWlNSmp8Ff4hWSsDlSKTClLQ { width:3.125rem;height:3.125rem;top:26.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl3rLo1aL6Ov0cZpFwlf53BPx6iBdyTQ { 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) { #kki4JtkIRdbCC4nvWSUQ7F1Zk07Clq2I { width:7.1875rem;height:7.1875rem;top:7.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT1k5ufZDAt4aAbT0NyoofF88NC4xXK6 { width:7.1875rem;height:7.1875rem;top:25.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0yZ4ENe6PODIssNIotL7GAALewhEq7 { width:7.1875rem;height:7.1875rem;top:25.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI { display:block; }#inXRnmThWUIVBqZOlhTbpEm0vXf6H3gI > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0QVFozKFF8iGOxs3lA235grZh5dsnJa { width:20rem;height:3.8984375rem;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) { #MrbbVK8452psxNXhNtMTXPFnwelmrhhS { width:12.5rem;height:14.3125rem;top:35.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckpTmuUrazZZpb4593bIQZq8e0lfRFG { width:12.5rem;height:2.2734375rem;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) { #xPzKTOtia1JxMfC5xPVUv4PhDIbs3uT8 { 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) { #d9soHNcegbvMVlw2TGE53TQQrlpsri5K { width:12.5rem;height:14.3125rem;top:3.625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaux3wCWdbwduKyTUIiR2LNWJQcVB2v { width:12.5rem;height:2.2734375rem;top:38.921875476837rem;left:3.7499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxJlnXHxsTJBxvD9caUzX14szoMqVvCp { 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) { #tQsfffGmaHUtSrJpnIa7WyG4EHzPnqN8 { width:12.5rem;height:14.3125rem;top:26.7822265625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlRXU9LxoIaiR8xa6eVm7mcF1UbJo4g6 { width:12.5rem;height:2.2734375rem;top:61.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzc5uVDzDs2rQpllBW1Skhwo4GLWuots { 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) { #WNFACI0lpIdQUNfvwVJ2txRP4rwv5SVW { width:5.1875rem;height:5.1875rem;top:12.8125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzhExuBckcBBce50wL00aOuAoHecxuX { width:5.3125rem;height:5.3125rem;top:32.8125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySnKpDSwn6vSdFtAomJWolLayczXyAwA { width:5.4375rem;height:5.4375rem;top:54.625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 { display:block; }#PAikIHoNzTFzDf2yvu61gaLQ237IJQE4 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySkgiOXIei0NB8U2X1psOVbOtb9M7C7S { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7Dd6HrhcbuqnwxXbqvnTAeUhEThVRW { width:8.9375rem;height:8rem;top:7.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMmUhzTf9o2g8L3uVUXtoXQsRcJJKhM { width:8.9375rem;height:8rem;top:7.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTTXpJVbEeMAyX9zPGO5RUd5S9urXnA { width:8.9375rem;height:7.625rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ixck1HT2R6vFTSwHMIILDF4Ztqyunp { width:8.9375rem;height:8.1875rem;top:17.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPTTNzSLuWpXdywc397TNvCBLR1TAPx { width:9rem;height:7.625rem;top:28.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMdPNOEhu6ll64qhLN3eAX8Za1iBegcz { width:8.75rem;height:7.8125rem;top:28.09375rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDog64KXwupzSdSvJRst3iCyE7kWpgyh { width:9rem;height:1.8125rem;top:13.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8JPvpRbgTG06g7faHrOaJU3l7TG57o { 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) { #PX7NQSLMyvo9Re4mOM0T79axbaJkDtUO { 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) { #xfzJQKZDzt3KLo9VRXb4VPEDP2DJsTES { width:9rem;height:1.8125rem;top:13.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMsEpg0ZVmIJz7lTOLGJSVBGLyNfXldM { 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) { #EVTTGgxtcsp4IVaHNdp7xIzHizEpSSRL { width:9rem;height:1.8125rem;top:23.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BobPuC6pFZ34nkERqdtMKwqX7LQVrRrQ { 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) { #iHAAinrQc0RywV1att5NXOIs2bVWKmKe { width:8.9375rem;height:1.8125rem;top:23.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKdLIOOezIJkB5psg5s1888lVbUatlt { 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) { #T9UTFkX3A5h5FJsTt0XKNMeLvkv5vheO { width:9rem;height:1.8125rem;top:34rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUJ6T7eTS8596JTWQl5CUFf9ZxD0aG3f { 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) { #SRcIJWgrktXpXkTr1PidI38pUiNwOLMr { width:8.75rem;height:1.5625rem;top:34.375000953674rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkUte88keDQDyobG4mTfRxVZMwWDJpv { display:block; }#TpkUte88keDQDyobG4mTfRxVZMwWDJpv > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qt4GT8pqINxhQZCsN3wul4adKmTbSTad { 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) { #BIJeTZ9mI6NgT6iOsuCbX7VCdMze2ZDf { 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) { #qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz { display:block; }#qETfA5w9kNmdzLQkw8UkpBMNI5l0VUTz > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaQ0EFkZly6FNQz6sPafDv7SORkHdoIV { width:18.75rem;height:15.9375rem;top:0.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OXzVsvAWTqDZBGJVLGudMTyThmuvVd { width:18.75rem;height:15.9375rem;top:18.4375rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3Hs3p63qIeV47TRSMT6sBdK8zffBOv { width:18.75rem;height:15.9375rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6A8oTrFyTDwOHNcW5hd89XXEHbkTWZ { width:3.625rem;height:3.8125rem;top:2.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfBfM2nDpetRL6JZZPBNrODucRn9ho6b { width:3.625rem;height:3.8125rem;top:19.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcbRG1OasJyT2DZMB3OSr30grrwPyC8H { width:3.625rem;height:3.8125rem;top:37.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4NKLVFShINAPqxKPL4HTtVZmrJIone { width:19.3125rem;height:2.2734375rem;top:7.4375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUOwtPl7DTmTiI9xXmFP0JRWlbr6hmgO { width:19.3125rem;height:2.2734375rem;top:24.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzJ0f1RwPL4Ty1Q2C8t6TknkrfGtRpZH { width:19.3125rem;height:2.2734375rem;top:42.125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6RSKZCvZdkb5iFIvzFo7dizRVe5gywn { 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) { #ueaAOAbCMxhNIHuXVhw4K4JrEghlk0HT { width:0.25rem;height:4.875rem;top:11.015643596649rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7nch9xEBuxoLpSPoU0yvV807l0eHqNi { width:13rem;height:5.27831875rem;top:27.625rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCoe2JQ7BpFMlDqZWFpA6iy0T3ccksda { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXz8OJfJByAba1yNRob1yQQVteTQx2Ee { 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) { #X4W74ooLyDvT1n3eoAy1ehaSrSsfPVZv { width:0.25rem;height:4.875rem;top:44.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgvWRTNhcESQT9D7cRddcI8Iz061FN8G { 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:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StNgpFRHmTDFiko5vtoBontoQrgKzHPr { width:13.375rem;height:3.125rem;top:12.5625rem;left:3.3125rem;font-size:1.0625rem;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) { #OqcyeNall4TBG5w5d8r22nbD0BcaGQEg { width:16.75rem;height:2.111325rem;top:6.625rem;left:1.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDDn5iSu7L2hyrSLusbpCQJfpm2TgJUf { width:20rem;height:3.575rem;top:1.4375rem;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:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTAkrmcgzmfFyf12BywXT0ulSJdNipOF { width:18.125rem;height:1.4rem;top:2rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WydHJUNKiuORddVq0U7ZyntcD0Fa5Qek { width:15.25rem;height:2.3613375rem;top:6.1875rem;left:2.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }