.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts { 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; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts.adaptive-delivery-prevent-bg, #SfuluqAqn6okoJN4xl343w2PycM0Cnts.lazyload, #SfuluqAqn6okoJN4xl343w2PycM0Cnts.lazyloading { background-image: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { background-color: transparent; background-image: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container > .video-iframe-container { display: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row > .video-iframe-container { display: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .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); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { border-width: 0; border-radius: 0; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts::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; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#Mz6QLH7Te8TC2Kch6TRSczAXoqDQtg2e { 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.3737rem;width:10.1236875rem;top:4.1848969459534rem;left:14.997394561767rem;overflow:hidden;display:block; }
#GWoLC2FnR8nazyUbxZltl0nSx2mDpT9q { color:#430d5e;display:block;width:20.749rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.37109375rem;left:48.25rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxbtupGo1ydaTBy4CFWQDp0vD909TIs9 { position:absolute;display:block;z-index:14999;background-color:#ffffff;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.86) ;height:26.625rem;width:24.75rem;top:10.625rem;left:46.25rem;display:block; }
#UB4RZJxIis7oTQNe1knAMdQ0eQQVxwaz { color:#f5f4f2;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:39.125rem;left:3.5rem;height:1.74375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pMa0FBKTRcvVR8tsnSETAvX73Rkk0PCV { color:#f5f4f2;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:16.375rem;left:14rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LW5EJ1emqnDpN1GrgSOKDL3Jg6eR23T8 { color:#f5f4f2;display:block;width:12.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:15.875rem;left:9.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fdotybvr5oIlW0U3SRaFzEgb4UtGTAEC { color:#f5f4f2;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:33.86328125rem;left:6.5rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mfvyintarQWlcw2mpzDSe3Xl7TQmhOo3 { color:#f5f4f2;display:block;width:6.9361875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:21.80078125rem;left:7.8125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqWmKPDEXzEZ7mOunmATt5n24CTGI3WG { color:#f5f4f2;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:13.9375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:15.875rem;left:18.1875rem;height:16.72525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oIQMcygVzcH6taSv0EOt8TRzgtDzkOm3 { color:#f5f4f2;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:16.9375rem;left:27.4375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kGTE64uvsl40zVaVDFouxzOJX23LDk7a { color:#f5f4f2;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:14.3125rem;left:6rem;height:3.5244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mxn9goqLN1efG2rLHrn64byPwvnXuDqr { color:#f3eef6;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:11.42578125rem;left:6.5rem;height:4.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTdPn3QX4cU52vrtmkR28X9aT6dLeyxw { color:#f5f4f2;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:33.833333969116rem;left:19.625rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEJDLiskxTArhFBkaUUkeHE5oAAiELzZ { color:#f5f4f2;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:33.884117126465rem;left:30.019535064698rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OtCd4263CODMFCXZc0iW9M3Bgb7JBeIV { box-sizing:content-box;height:4.75rem;width:0.25rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;top:33.294273376465rem;left:28.187503814698rem;display:block; }
#Jyna9MNsSqFH7Vf2kHcMgZDh1Wnf6K1T { box-sizing:content-box;height:4.75rem;width:0.25rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:33.294273376465rem;left:18.145832061767rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width: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(0,0,0,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(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#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:#ffffff;width:19.0625rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#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:#000000;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:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.8427734375rem;top:17.5625rem;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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(255,255,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:47.8427734375rem;top:17.5625rem;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; }
#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX { position:relative;display:block; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX { background-color: transparent; background-image: none; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row .container > .video-iframe-container { display: none; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row > .video-iframe-container { display: none; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .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); }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX { border-width: 0; border-radius: 0; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .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; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;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; }#wPz8VPd93eo4BWKpepSyhHAx5hNegpyT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:33.375rem;top:3.21875rem;left:3.1240234375rem;overflow:hidden;display:block; }
#FVD6xUJIBXFyKNPLb5o8BQEW3tOgvyZc { color:#0b0708;display:block;width:35.871125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.875rem;left:37.5625rem;height:0;text-align:left;text-align-last:left;display:block; }
#FIeq7brkfU7L9EgS7N4D6VfSZITgfbO0 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.3125rem;left:44.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIfesC42TSTEtT5CHDsGWab2AD5HXBXE { background-color:#430d5e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.371125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.8125rem;left:38.8779296875rem;display:block; }
#DaVTiH5hMOZTv5DLukmg0AI7nB0qegco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EfBrG9ykIvUXrD5xK2Z0wkIBPVrrFiov { color:#0b0708;display:block;width:35.871125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.1875rem;left:39.1279296875rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#oCH3i45VkLTDNyl8GziHphP9ToKPI7U8 { color:#0b0708;display:block;width:35.871125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.04296875rem;left:38.25rem;height:10.2333875rem;text-align:left;text-align-last:left;display:block; }
#HMGFxKo6vSaRu2896K7VwMtl7Q0azPwb { color:#0b0708;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.734375rem;left:38.25rem;height:7.3095625rem;text-align:left;text-align-last:left;display:block; }
#dby7GqeKrAQRqNZn8frHBZ0It3qNTcAQ { color:#0b0708;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:38.25rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#S2qsngh4s2rDbvr2IOrMp22yScZe3dRx { box-sizing:content-box;height:0.4375rem;width:31.0625rem;position:absolute;display:block;z-index:15011;background-color:#430d5e;background-image:none;top:7.875rem;left:38.5rem;display:block; }
#UFNRi3MQ8TqFoLdttKA1KkT7JG3cCWdq { box-sizing:content-box;height:0.25rem;width:31.0625rem;position:absolute;display:block;z-index:15012;background-color:#a362c3;background-image:none;top:7.9375rem;left:38.5625rem;display:block; }
#UAp6MFFDvhCxI5wSxWTKmJeTtSGBiSPR { color:#430d5e;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.0625rem 1.6875rem rgba(0,0,0,0);top:3.21875rem;left:38.33203125rem;height:4.6484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw { 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; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container { background-color: transparent; background-image: none; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container > .video-iframe-container { display: none; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row > .video-iframe-container { display: none; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .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); }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container { border-width: 0; border-radius: 0; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#uLFrQUMwbDe5SbFonzRRNFTqhaVTTkvC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:11.3125rem;left:1.0625rem;display:block; }
#sQWuSoJ6TslrX4ZG8Puko0gH5ehkAU14 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iW2lcVS8oFv083QZdoZGVmHHo2JG0v5S { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:30.75rem;left:2.9375rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THTO0PAq0FBDJIgnvQBCN6bec68HCyAF { 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; }
#PeSU6MTKaUaiGSrvTP1qClgKdxRgMQla { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:11.3125rem;left:19.8125rem;display:block; }
#M89ET576Kk1cTTCFTmlzTfDFxf1dNDpZ { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:30.75rem;left:22.3125rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ffDJ0BQC9cUMXA6Go6rshfTzcqTXiLxl { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpXZik6GAO648nyCJOwAEz1ASRQWEeyH { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:11.3125rem;left:38.5625rem;display:block; }
#aR2zah7O00sfNLzi8D6vrdhUsOpSalO4 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.75rem;left:41.0625rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5o5Em0QuD4Xs6C890SuGRN1g4X2D9y7 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.6875rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q89Wd1NSMA7tnJGCbFEGppZkNXOF1n1l { 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; }
#l0dabcfLnVJUbJCfsWnyTuukMPHprytc { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:11.3125rem;left:57.3125rem;display:block; }
#dJ5JlBfm1PJL8R2HJq7anCl93xlAHNtn { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:30.75rem;left:59.8125rem;height:5.59765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E3IG68mFK3w7pct69Ad92sJ3SQbdICZD { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3WAlLlGfbmULwX1fG1hqrgp1B5eXwTa { 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; }
#NwIIA6BDeFliXFvSWpKAT8xftx3mK2aa { 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; }
#CJvNDFFGDHV8NB6cG1S9iF8nM7Wz75nF { 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; }
#iFyAZ5bMGel6QTwrrwF5aF0cTfuhfU28 { 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; }
#JtQOhkKthtQIbRBH1nVihrd6clB2JuPy { 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; }
#zPHZ9V9q1AQo78kmfCP8RO0fw941LNWO { background-color:#430d5e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.371125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.9375rem;left:28.8154296875rem;display:block; }
#gnxVztFQ3pdOhNTcuPkDnOsOZE3foQLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 { 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; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container { background-color: transparent; background-image: none; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container > .video-iframe-container { display: none; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row > .video-iframe-container { display: none; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .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); }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container { border-width: 0; border-radius: 0; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#V02EXdw3WczRsNM9b1TrZwrAgwQwPDnu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUO3R2TuS5E1Uiv1zUVmVKCENSHWW9fA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:10.375rem;left:6.25rem;display:block; }
#l2hU1oHSMTs8lL7ilnNQ2lnpCLLE6FqJ { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.5625rem;left:3.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wu5w8kaLdEZSPOfc0fRMDWU5SOdoEvNS { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:4.4375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#dmvByppEkos2dHidxZ0ymfMSvt1b6S9n { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:9.5625rem;left:31.25rem;display:block; }
#C152yMHl6BDcChIX6agAR8prs64cQoxn { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n28q4h6xeTNpTEFUHDadiHkmJgTwu7Tu { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.125rem;left:28.3125rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#alBtSxJlfqGMlOlGfwv5XknrN2PZyT9U { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:8.9375rem;left:55.9375rem;display:block; }
#wD8XXov0ms1epCNosp9uH3D9hKL1gfym { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8ccGLyz4vGLOdu3SbsZSVznLuL2egub { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:53.875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#d8NspJtQc1a0ciwdHfQNZBSS4ONTRPwv { 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; }
#caEEUZ0NiXe2Pn3N1Qa2AB8bGgQJ3J2L { 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; }
#GtZcW3c2CSGS3dGCgTe36DuhofTw9LHx { 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; }
#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG { position:relative;display:block; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG { background-color: transparent; background-image: none; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .row .container > .video-iframe-container { display: none; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .row > .video-iframe-container { display: none; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .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); }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG { border-width: 0; border-radius: 0; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .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; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .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; }#TxUAqkppextDEEAzltrKLeH9hp5P9c1e { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#dUTiVuxKIyrqUNXxQLVeg3mh3yqDh5qK { 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; }
#S64RnvPIZTMJsINv57ZZXrwSJgMKmaLI { 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; }
#rP9uDWog8MRztyDCegymWwaid1TAUTKU { 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; }
#e0r6ErVTtnNNlB9s7TmyxfETiDHSPx6V { 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; }
#BNfQPUrw95pVQvqKrL4TFqJrcdz4dtrM { 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; }
#OF06P507KdR3BG7cs64LBlDqnnBG6KeA { 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; }
#oAJ2JzA4WTdCN6O999AylssniFCU2dTa { 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; }
#d3kiLl7D9wVKE4xEf0UXTqPmKbUrZht1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29rem;left:6.26953125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0aoh91T9v31WBTSF6oCsbQJhMvkcZxi { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29rem;left:30.000001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0Os3BdOOd4a65PXBN1ua9uPN0fcR5EJ { 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; }
#CFOSOhJNGvhTMyvfyTQo9cxXcAHZoT5x { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29rem;left:56.156248092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqNDnKiDParS7P2RlCQw3GS5R1qcX2tZ { 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; }
#QVnfSF8WfRqPbCmMW21fPXrsZyXLEWlX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.40625rem;left:6.26953125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thpF3bo4FmMofBeHdrIZhvBX7C2vKnnd { 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; }
#Lic0nTTOxQqJVu6JuvnJ22JSZR2QUOy1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:51.40625rem;left:31.250001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIrowLLKmgibnhMoR2pkPppTQGixs6PZ { 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; }
#cQspQLDrVgMKc12i90XAvvckF8bhUBIm { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.40625rem;left:55.656248092651rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0DT5W6anBi40lCzmf9gTuOgCrVQMbtz { 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; }
#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { 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; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { background-color: transparent; background-image: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { display: none; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .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); }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { border-width: 0; border-radius: 0; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#eKcZaI3OVGsc5Key9mbCPO8d2wVBB4Nx { 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; }
#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed { 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; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container { background-color: transparent; background-image: none; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container > .video-iframe-container { display: none; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row > .video-iframe-container { display: none; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .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); }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container { border-width: 0; border-radius: 0; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#TDl5BCKrFcynz1HRF2o6Hp3qveZWsoG3 { position:absolute;display:block;z-index:15000;background-color:rgba(20,38,28,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4375rem;top:1.625rem;left:2.8125rem;display:block; }
#nZhgXJOTnRDvTq5EulaJliaNMITc1TcQ { position:absolute;display:block;z-index:15001;background-color:rgba(20,38,28,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:27.8125rem;display:block; }
#AQO5XKZTZukyaZsbNKbtK5nKFZRhOVC2 { position:absolute;display:block;z-index:15002;background-color:rgba(20,38,28,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:52.8125rem;display:block; }
#oIE1tHIZ9ABJG9JpfGBGktpS4IFeJiU7 { 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; }
#UTTPBvM7JZpZdP2xBk47I9yMRN0fe4hQ { 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; }
#UgrGpUlufgvC0tQGMbFgqtMPC9GVa1B8 { 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; }
#vHpuDiPNELmqys4UJTbUTpCM6KKwxPbn { color:#f3faf8;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.8125rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuugFcfhM0X5X9Tv7TVpZ0vOlLKhWtrd { color:#eff6f4;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:27.8125rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SroarkuTyiyJ6W91tR5LbxzV56GKrfrq { color:#eef8f5;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.875rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONBlxq2qdpkXccLeOrr6nJlP4JTLLrdw { color:#f3e5e5;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.875rem;height:5.68359375rem;font-style:italic;display:block; }
#d4qEfJdq2KKqRCvDnPJkgM5hNF1eqwE8 { position:absolute;display:block;z-index:15010;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.875rem;display:block; }
#bsEKG63xMxLzZyPJBTuZEpKIcwDwsiBS { color:#f6f1f1;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:5.68359375rem;font-style:italic;display:block; }
#czsapRAwqT1LXg4QvQKqqBLBto7cBMSB { position:absolute;display:block;z-index:15015;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#rAlZdVMd4mt8aGbnFwson6krct8B7Gnl { color:#f8efef;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:55.75rem;height:4.546875rem;font-style:italic;display:block; }
#vEcxoSObCv3GMTRpTMkBTweh0ukAF7qR { position:absolute;display:block;z-index:15014;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:54.75rem;display:block; }
#w3rxlwPtuDwHX5Ikr35t71vQP0pdtLpH { position:absolute;display:block;z-index:15010;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:3.25rem;display:none; }
#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container { background-color: transparent; background-image: none; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container > .video-iframe-container { display: none; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row > .video-iframe-container { display: none; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .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); }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container { border-width: 0; border-radius: 0; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#A7hHGh4ON4fJZ47BuJwCruCb38GavziA { color:#430d5e;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.1875rem;height:1.381075rem;font-style:normal;display:block; }
#EJ8WiIdwtpHBhlfXu2UDE4b3KNO1eGMS { color:#430d5e;display:block;width:37.75rem;position:absolute;font-family:"open sans";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.381075rem;font-style:normal;display:block; }
#ngKJXiHqq17CP2xcehLS60TTZtXeI9mM { 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; }
#iST01vmbzkv6uhJMHkQfaBgkvfPb7PIx { background-color:#430d5e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.371125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:10.1875rem;left:28.3134765625rem;display:block; }
#C3yT4pp9pBFKHt6T86FcOnocdE1hWMFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.05859375rem;left:21.375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top: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:#280839;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.650390625rem;left:25.5625rem;height:0.9746125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SfuluqAqn6okoJN4xl343w2PycM0Cnts { display:block; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz6QLH7Te8TC2Kch6TRSczAXoqDQtg2e { top:4.125rem;left:1.3723945617676rem;width:10.0625rem;height:5.3412213928966rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWoLC2FnR8nazyUbxZltl0nSx2mDpT9q { top:12.3125rem;left:27.0625rem;width:20.6875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxbtupGo1ydaTBy4CFWQDp0vD909TIs9 { top:10.625rem;left:23rem;width:24.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4RZJxIis7oTQNe1knAMdQ0eQQVxwaz { top:39.125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMa0FBKTRcvVR8tsnSETAvX73Rkk0PCV { top:16.375rem;left:0.375rem;width:12.0625rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW5EJ1emqnDpN1GrgSOKDL3Jg6eR23T8 { top:15.875rem;left:0rem;width:12.0625rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdotybvr5oIlW0U3SRaFzEgb4UtGTAEC { top:33.8125rem;left:0rem;width:11.8125rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvyintarQWlcw2mpzDSe3Xl7TQmhOo3 { top:21.75rem;left:0rem;width:6.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqWmKPDEXzEZ7mOunmATt5n24CTGI3WG { top:15.875rem;left:4.5625rem;width:9.3125rem;height:16.6875rem;font-size:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIQMcygVzcH6taSv0EOt8TRzgtDzkOm3 { top:16.9375rem;left:13.8125rem;width:3.75rem;height:7.5rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGTE64uvsl40zVaVDFouxzOJX23LDk7a { top:14.3125rem;left:0rem;width:28.125rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxn9goqLN1efG2rLHrn64byPwvnXuDqr { top:11.375rem;left:0rem;width:29.875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdPn3QX4cU52vrtmkR28X9aT6dLeyxw { top:33.8125rem;left:6rem;width:8.5rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEJDLiskxTArhFBkaUUkeHE5oAAiELzZ { top:33.875rem;left:16.39453125rem;width:8.25rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCd4263CODMFCXZc0iW9M3Bgb7JBeIV { top:33.25rem;left:14.562503814698rem;width:0.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyna9MNsSqFH7Vf2kHcMgZDh1Wnf6K1T { top:33.25rem;left:4.5208320617676rem;width:0.25rem;height:4.75rem;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:17.25rem;top:17.5625rem;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:17.25rem;top:17.5625rem;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) { #c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX { display:block; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPz8VPd93eo4BWKpepSyhHAx5hNegpyT { top:3.1875rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVD6xUJIBXFyKNPLb5o8BQEW3tOgvyZc { top:38.875rem;left:11.9375rem;width:35.8125rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIeq7brkfU7L9EgS7N4D6VfSZITgfbO0 { width:13.125rem;height:1.625rem;top:37.3125rem;left:30.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIfesC42TSTEtT5CHDsGWab2AD5HXBXE { width:18.3125rem;height:3.125rem;top:35.8125rem;left:25.2529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaVTiH5hMOZTv5DLukmg0AI7nB0qegco { display:block; }
 }@media only screen and (max-width: 763px) { #EfBrG9ykIvUXrD5xK2Z0wkIBPVrrFiov { top:32.1875rem;left:11.9375rem;width:35.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCH3i45VkLTDNyl8GziHphP9ToKPI7U8 { top:21rem;left:11.9375rem;width:35.8125rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGFxKo6vSaRu2896K7VwMtl7Q0azPwb { top:13.6875rem;left:16.1875rem;width:31.5625rem;height:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dby7GqeKrAQRqNZn8frHBZ0It3qNTcAQ { top:9.75rem;left:16.1875rem;width:31.5625rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2qsngh4s2rDbvr2IOrMp22yScZe3dRx { top:7.875rem;left:16.6875rem;width:31.0625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFNRi3MQ8TqFoLdttKA1KkT7JG3cCWdq { top:7.9375rem;left:16.6875rem;width:31.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAp6MFFDvhCxI5wSxWTKmJeTtSGBiSPR { top:3.1875rem;left:15.375rem;width:32.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw { display:block; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLFrQUMwbDe5SbFonzRRNFTqhaVTTkvC { width:16.25rem;height:25.9375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQWuSoJ6TslrX4ZG8Puko0gH5ehkAU14 { width:13.125rem;height:1.625rem;top:28.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW2lcVS8oFv083QZdoZGVmHHo2JG0v5S { width:11.625rem;height:5.5625rem;top:30.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTO0PAq0FBDJIgnvQBCN6bec68HCyAF { width:16.5rem;height:16.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeSU6MTKaUaiGSrvTP1qClgKdxRgMQla { width:16.25rem;height:25.9375rem;top:11.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M89ET576Kk1cTTCFTmlzTfDFxf1dNDpZ { 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) { #ffDJ0BQC9cUMXA6Go6rshfTzcqTXiLxl { 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) { #OpXZik6GAO648nyCJOwAEz1ASRQWEeyH { width:16.25rem;height:25.9375rem;top:11.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2zah7O00sfNLzi8D6vrdhUsOpSalO4 { 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) { #s5o5Em0QuD4Xs6C890SuGRN1g4X2D9y7 { 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) { #Q89Wd1NSMA7tnJGCbFEGppZkNXOF1n1l { width:3.125rem;height:3.125rem;top:13.125rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0dabcfLnVJUbJCfsWnyTuukMPHprytc { width:16.25rem;height:25.9375rem;top:11.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ5JlBfm1PJL8R2HJq7anCl93xlAHNtn { 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) { #E3IG68mFK3w7pct69Ad92sJ3SQbdICZD { 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) { #x3WAlLlGfbmULwX1fG1hqrgp1B5eXwTa { width:3.125rem;height:3.125rem;top:13.125rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwIIA6BDeFliXFvSWpKAT8xftx3mK2aa { width:47.75rem;height:3.625rem;top:2.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJvNDFFGDHV8NB6cG1S9iF8nM7Wz75nF { width:16.625rem;height:16.625rem;top:11.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyAZ5bMGel6QTwrrwF5aF0cTfuhfU28 { width:16.625rem;height:16.625rem;top:11.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtQOhkKthtQIbRBH1nVihrd6clB2JuPy { width:16.625rem;height:16.625rem;top:11.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPHZ9V9q1AQo78kmfCP8RO0fw941LNWO { width:18.3125rem;height:3.125rem;top:38.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxVztFQ3pdOhNTcuPkDnOsOZE3foQLZ { display:block; }
 }@media only screen and (max-width: 763px) { #X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 { display:block; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V02EXdw3WczRsNM9b1TrZwrAgwQwPDnu { width:47.75rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUO3R2TuS5E1Uiv1zUVmVKCENSHWW9fA { top:10.375rem;left:1.6875rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2hU1oHSMTs8lL7ilnNQ2lnpCLLE6FqJ { top:18.5625rem;left:0rem;width:18.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu5w8kaLdEZSPOfc0fRMDWU5SOdoEvNS { top:21.875rem;left:0rem;width:16.125rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvByppEkos2dHidxZ0ymfMSvt1b6S9n { top:9.5625rem;left:17.5625rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C152yMHl6BDcChIX6agAR8prs64cQoxn { 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) { #n28q4h6xeTNpTEFUHDadiHkmJgTwu7Tu { 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) { #alBtSxJlfqGMlOlGfwv5XknrN2PZyT9U { top:8.9375rem;left:33.125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD8XXov0ms1epCNosp9uH3D9hKL1gfym { 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) { #v8ccGLyz4vGLOdu3SbsZSVznLuL2egub { 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) { #d8NspJtQc1a0ciwdHfQNZBSS4ONTRPwv { top:10.375rem;left:4.53125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caEEUZ0NiXe2Pn3N1Qa2AB8bGgQJ3J2L { top:10.625rem;left:20.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtZcW3c2CSGS3dGCgTe36DuhofTw9LHx { top:10.75rem;left:36.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG { display:block; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxUAqkppextDEEAzltrKLeH9hp5P9c1e { width:47.75rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTiVuxKIyrqUNXxQLVeg3mh3yqDh5qK { width:22.8125rem;height:20.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S64RnvPIZTMJsINv57ZZXrwSJgMKmaLI { width:22.8125rem;height:20.625rem;top:10.4375rem;left:12.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9uDWog8MRztyDCegymWwaid1TAUTKU { width:22.6875rem;height:20.625rem;top:10.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0r6ErVTtnNNlB9s7TmyxfETiDHSPx6V { width:22.8125rem;height:20.625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNfQPUrw95pVQvqKrL4TFqJrcdz4dtrM { width:22.8125rem;height:20.625rem;top:32.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF06P507KdR3BG7cs64LBlDqnnBG6KeA { width:22.8125rem;height:20.625rem;top:32.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAJ2JzA4WTdCN6O999AylssniFCU2dTa { top:28.5rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3kiLl7D9wVKE4xEf0UXTqPmKbUrZht1 { top:29rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0aoh91T9v31WBTSF6oCsbQJhMvkcZxi { top:29rem;left:16.375001907349rem;width:15rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Os3BdOOd4a65PXBN1ua9uPN0fcR5EJ { top:28.5rem;left:12.46875rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFOSOhJNGvhTMyvfyTQo9cxXcAHZoT5x { top:29rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqNDnKiDParS7P2RlCQw3GS5R1qcX2tZ { top:28.5rem;left:25.125rem;width:22.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnfSF8WfRqPbCmMW21fPXrsZyXLEWlX { top:51.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thpF3bo4FmMofBeHdrIZhvBX7C2vKnnd { top:50.9375rem;left:0rem;width:22.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lic0nTTOxQqJVu6JuvnJ22JSZR2QUOy1 { 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) { #oIrowLLKmgibnhMoR2pkPppTQGixs6PZ { top:50.875rem;left:12.5rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQspQLDrVgMKc12i90XAvvckF8bhUBIm { 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) { #o0DT5W6anBi40lCzmf9gTuOgCrVQMbtz { top:50.875rem;left:24.875rem;width:22.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKcZaI3OVGsc5Key9mbCPO8d2wVBB4Nx { width:47.75rem;height:3.625rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed { display:block; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDl5BCKrFcynz1HRF2o6Hp3qveZWsoG3 { top:1.625rem;left:0rem;width:19.4375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZhgXJOTnRDvTq5EulaJliaNMITc1TcQ { top:1.625rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQO5XKZTZukyaZsbNKbtK5nKFZRhOVC2 { top:1.625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIE1tHIZ9ABJG9JpfGBGktpS4IFeJiU7 { top:3.125rem;left:6.3125rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTPBvM7JZpZdP2xBk47I9yMRN0fe4hQ { top:3.125rem;left:21.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgrGpUlufgvC0tQGMbFgqtMPC9GVa1B8 { top:3.125rem;left:37.75rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHpuDiPNELmqys4UJTbUTpCM6KKwxPbn { top:8.125rem;left:0rem;width:19.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuugFcfhM0X5X9Tv7TVpZ0vOlLKhWtrd { 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) { #SroarkuTyiyJ6W91tR5LbxzV56GKrfrq { 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) { #ONBlxq2qdpkXccLeOrr6nJlP4JTLLrdw { 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) { #d4qEfJdq2KKqRCvDnPJkgM5hNF1eqwE8 { top:10.75rem;left:0.3125rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsEKG63xMxLzZyPJBTuZEpKIcwDwsiBS { 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) { #czsapRAwqT1LXg4QvQKqqBLBto7cBMSB { top:10.75rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAlZdVMd4mt8aGbnFwson6krct8B7Gnl { 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) { #vEcxoSObCv3GMTRpTMkBTweh0ukAF7qR { top:10.6875rem;left:31.9375rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rxlwPtuDwHX5Ikr35t71vQP0pdtLpH { top:10.75rem;left:0rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya { display:block; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7hHGh4ON4fJZ47BuJwCruCb38GavziA { 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) { #EJ8WiIdwtpHBhlfXu2UDE4b3KNO1eGMS { 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) { #ngKJXiHqq17CP2xcehLS60TTZtXeI9mM { top:2.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iST01vmbzkv6uhJMHkQfaBgkvfPb7PIx { width:18.3125rem;height:3.125rem;top:10.1875rem;left:14.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3yT4pp9pBFKHt6T86FcOnocdE1hWMFu { display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:3rem;left:7.75rem;width:32.25rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { 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) { #SfuluqAqn6okoJN4xl343w2PycM0Cnts { 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; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts.adaptive-delivery-prevent-bg, #SfuluqAqn6okoJN4xl343w2PycM0Cnts.lazyload, #SfuluqAqn6okoJN4xl343w2PycM0Cnts.lazyloading { background-image: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { background-color: transparent; background-image: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container > .video-iframe-container { display: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .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); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row > .video-iframe-container { display: none; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .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); }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { border-width: 0; border-radius: 0; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts::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; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfuluqAqn6okoJN4xl343w2PycM0Cnts > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz6QLH7Te8TC2Kch6TRSczAXoqDQtg2e { width:7.75rem;height:4.3125rem;top:2.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWoLC2FnR8nazyUbxZltl0nSx2mDpT9q { width:15.1875rem;height:3.8994125rem;top:29.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxbtupGo1ydaTBy4CFWQDp0vD909TIs9 { width:17.375rem;height:22.5rem;top:28.875rem;left:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(119,103,127,0.86) ;background-color:rgba(234,237,244,0.89);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UB4RZJxIis7oTQNe1knAMdQ0eQQVxwaz { width:20rem;height:0;top:57.398440625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMa0FBKTRcvVR8tsnSETAvX73Rkk0PCV { width:12.125rem;height:0;top:15.25rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW5EJ1emqnDpN1GrgSOKDL3Jg6eR23T8 { width:12.061625rem;height:0;top:11.749134063721rem;left:4.6247830986977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdotybvr5oIlW0U3SRaFzEgb4UtGTAEC { width:6.5rem;height:3.1494125rem;top:22.1494140625rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mfvyintarQWlcw2mpzDSe3Xl7TQmhOo3 { width:3.874025rem;height:2.25rem;top:15.25rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dqWmKPDEXzEZ7mOunmATt5n24CTGI3WG { width:6.25rem;height:11.099625rem;top:11.111328125rem;left:6.125rem;font-size:9.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oIQMcygVzcH6taSv0EOt8TRzgtDzkOm3 { width:2.43555rem;height:5.0244125rem;top:11.7490234375rem;left:12.375rem;font-size:4.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGTE64uvsl40zVaVDFouxzOJX23LDk7a { width:15.1875rem;height:2.25rem;top:2.6875rem;left:2.40625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxn9goqLN1efG2rLHrn64byPwvnXuDqr { width:20rem;height:2.8496125rem;top:8.9609375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTdPn3QX4cU52vrtmkR28X9aT6dLeyxw { width:4.25rem;height:2.0996125rem;top:22.673828125rem;left:8.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEJDLiskxTArhFBkaUUkeHE5oAAiELzZ { width:5.0625rem;height:2.0996125rem;top:22.673828125rem;left:14.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OtCd4263CODMFCXZc0iW9M3Bgb7JBeIV { width:0.1875rem;height:3.0625rem;top:22.1923828125rem;left:13.2705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyna9MNsSqFH7Vf2kHcMgZDh1Wnf6K1T { width:0.1875rem;height:2.9375rem;top:22.2548828125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:16.6875rem;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.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.6875rem;height:auto;top:33.5859375rem;left:0.40625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.6875rem;height:auto;top:33.5859375rem;left:0.40625rem; }
 }@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) { #c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX { display:block; }#c0sQ4NWn5xERgo7LRrcpuM7lQOBmsugX > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPz8VPd93eo4BWKpepSyhHAx5hNegpyT { width:20rem;height:20rem;top:2.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVD6xUJIBXFyKNPLb5o8BQEW3tOgvyZc { width:20rem;height:0;top:49.0625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FIeq7brkfU7L9EgS7N4D6VfSZITgfbO0 { width:13.125rem;height:0.89355625rem;top:26.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIfesC42TSTEtT5CHDsGWab2AD5HXBXE { width:11rem;height:2.4375rem;top:53.75rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaVTiH5hMOZTv5DLukmg0AI7nB0qegco { display:block; }
 }@media only screen and (max-width: 763px) { #EfBrG9ykIvUXrD5xK2Z0wkIBPVrrFiov { width:20rem;height:2.111325rem;top:50.5rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCH3i45VkLTDNyl8GziHphP9ToKPI7U8 { width:20rem;height:8.4453rem;top:40.6806640625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMGFxKo6vSaRu2896K7VwMtl7Q0azPwb { width:20rem;height:6.334rem;top:32.6650390625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dby7GqeKrAQRqNZn8frHBZ0It3qNTcAQ { width:20rem;height:2.111325rem;top:29.7021484375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2qsngh4s2rDbvr2IOrMp22yScZe3dRx { width:20rem;height:0.5rem;top:26.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFNRi3MQ8TqFoLdttKA1KkT7JG3cCWdq { width:20rem;height:0.3125rem;top:26.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAp6MFFDvhCxI5wSxWTKmJeTtSGBiSPR { width:20rem;height:3rem;top:23.4375rem;left:0.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw { display:block; }#fk8LcmKoPIPNHQtK03RtDrwZV0HWmTAw > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLFrQUMwbDe5SbFonzRRNFTqhaVTTkvC { width:8.125rem;height:13.9375rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQWuSoJ6TslrX4ZG8Puko0gH5ehkAU14 { 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) { #iW2lcVS8oFv083QZdoZGVmHHo2JG0v5S { 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) { #THTO0PAq0FBDJIgnvQBCN6bec68HCyAF { width:7.1875rem;height:7.1875rem;top:7.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeSU6MTKaUaiGSrvTP1qClgKdxRgMQla { width:8.125rem;height:13.9375rem;top:7.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M89ET576Kk1cTTCFTmlzTfDFxf1dNDpZ { 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) { #ffDJ0BQC9cUMXA6Go6rshfTzcqTXiLxl { 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) { #OpXZik6GAO648nyCJOwAEz1ASRQWEeyH { width:8.125rem;height:13.9375rem;top:24.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2zah7O00sfNLzi8D6vrdhUsOpSalO4 { 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) { #s5o5Em0QuD4Xs6C890SuGRN1g4X2D9y7 { 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) { #Q89Wd1NSMA7tnJGCbFEGppZkNXOF1n1l { width:3.125rem;height:3.125rem;top:26.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0dabcfLnVJUbJCfsWnyTuukMPHprytc { width:8.125rem;height:13.9375rem;top:24.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ5JlBfm1PJL8R2HJq7anCl93xlAHNtn { 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) { #E3IG68mFK3w7pct69Ad92sJ3SQbdICZD { 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) { #x3WAlLlGfbmULwX1fG1hqrgp1B5eXwTa { width:3.125rem;height:3.125rem;top:26.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwIIA6BDeFliXFvSWpKAT8xftx3mK2aa { 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) { #CJvNDFFGDHV8NB6cG1S9iF8nM7Wz75nF { width:7.1875rem;height:7.1875rem;top:7.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyAZ5bMGel6QTwrrwF5aF0cTfuhfU28 { width:7.1875rem;height:7.1875rem;top:25.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtQOhkKthtQIbRBH1nVihrd6clB2JuPy { width:7.1875rem;height:7.1875rem;top:25.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPHZ9V9q1AQo78kmfCP8RO0fw941LNWO { width:18.3125rem;height:3.125rem;top:40rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxVztFQ3pdOhNTcuPkDnOsOZE3foQLZ { display:block; }
 }@media only screen and (max-width: 763px) { #X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 { display:block; }#X1sXOIvCp0yviyQFSV4ApCCTw7gKvSZ3 > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V02EXdw3WczRsNM9b1TrZwrAgwQwPDnu { 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) { #LUO3R2TuS5E1Uiv1zUVmVKCENSHWW9fA { width:12.5rem;height:14.3125rem;top:35.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2hU1oHSMTs8lL7ilnNQ2lnpCLLE6FqJ { 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) { #Wu5w8kaLdEZSPOfc0fRMDWU5SOdoEvNS { 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) { #dmvByppEkos2dHidxZ0ymfMSvt1b6S9n { width:12.5rem;height:14.3125rem;top:3.625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C152yMHl6BDcChIX6agAR8prs64cQoxn { 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) { #n28q4h6xeTNpTEFUHDadiHkmJgTwu7Tu { 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) { #alBtSxJlfqGMlOlGfwv5XknrN2PZyT9U { width:12.5rem;height:14.3125rem;top:26.7822265625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD8XXov0ms1epCNosp9uH3D9hKL1gfym { 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) { #v8ccGLyz4vGLOdu3SbsZSVznLuL2egub { 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) { #d8NspJtQc1a0ciwdHfQNZBSS4ONTRPwv { width:5.1875rem;height:5.1875rem;top:12.8125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caEEUZ0NiXe2Pn3N1Qa2AB8bGgQJ3J2L { width:5.3125rem;height:5.3125rem;top:32.8125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtZcW3c2CSGS3dGCgTe36DuhofTw9LHx { width:5.4375rem;height:5.4375rem;top:54.625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG { display:block; }#oboOreGfRzl3Ca3eoGQW6f16cJxbPdIG > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxUAqkppextDEEAzltrKLeH9hp5P9c1e { 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) { #dUTiVuxKIyrqUNXxQLVeg3mh3yqDh5qK { width:8.9375rem;height:8rem;top:7.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S64RnvPIZTMJsINv57ZZXrwSJgMKmaLI { width:8.9375rem;height:8rem;top:7.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9uDWog8MRztyDCegymWwaid1TAUTKU { width:8.9375rem;height:7.625rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0r6ErVTtnNNlB9s7TmyxfETiDHSPx6V { width:8.9375rem;height:8.1875rem;top:17.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNfQPUrw95pVQvqKrL4TFqJrcdz4dtrM { width:9rem;height:7.625rem;top:28.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF06P507KdR3BG7cs64LBlDqnnBG6KeA { width:8.75rem;height:7.8125rem;top:28.09375rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAJ2JzA4WTdCN6O999AylssniFCU2dTa { width:9rem;height:1.8125rem;top:13.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3kiLl7D9wVKE4xEf0UXTqPmKbUrZht1 { 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) { #V0aoh91T9v31WBTSF6oCsbQJhMvkcZxi { 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) { #c0Os3BdOOd4a65PXBN1ua9uPN0fcR5EJ { width:9rem;height:1.8125rem;top:13.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFOSOhJNGvhTMyvfyTQo9cxXcAHZoT5x { 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) { #hqNDnKiDParS7P2RlCQw3GS5R1qcX2tZ { width:9rem;height:1.8125rem;top:23.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnfSF8WfRqPbCmMW21fPXrsZyXLEWlX { 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) { #thpF3bo4FmMofBeHdrIZhvBX7C2vKnnd { width:8.9375rem;height:1.8125rem;top:23.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lic0nTTOxQqJVu6JuvnJ22JSZR2QUOy1 { 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) { #oIrowLLKmgibnhMoR2pkPppTQGixs6PZ { width:9rem;height:1.8125rem;top:34rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQspQLDrVgMKc12i90XAvvckF8bhUBIm { 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) { #o0DT5W6anBi40lCzmf9gTuOgCrVQMbtz { width:8.75rem;height:1.5625rem;top:34.375000953674rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9m06HK50DrkeQxeNyGbWTWocrTyBGXN { display:block; }#s9m06HK50DrkeQxeNyGbWTWocrTyBGXN > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKcZaI3OVGsc5Key9mbCPO8d2wVBB4Nx { 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) { #VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed { display:block; }#VJXxZbA8fDSt4UR1kmC1xrNCGTQgmfed > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDl5BCKrFcynz1HRF2o6Hp3qveZWsoG3 { width:18.75rem;height:15.9375rem;top:0.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZhgXJOTnRDvTq5EulaJliaNMITc1TcQ { width:18.75rem;height:15.9375rem;top:18.4375rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AQO5XKZTZukyaZsbNKbtK5nKFZRhOVC2 { width:18.75rem;height:15.9375rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIE1tHIZ9ABJG9JpfGBGktpS4IFeJiU7 { width:3.625rem;height:3.8125rem;top:2.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTPBvM7JZpZdP2xBk47I9yMRN0fe4hQ { width:3.625rem;height:3.8125rem;top:19.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgrGpUlufgvC0tQGMbFgqtMPC9GVa1B8 { width:3.625rem;height:3.8125rem;top:37.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHpuDiPNELmqys4UJTbUTpCM6KKwxPbn { 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) { #KuugFcfhM0X5X9Tv7TVpZ0vOlLKhWtrd { 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) { #SroarkuTyiyJ6W91tR5LbxzV56GKrfrq { 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) { #ONBlxq2qdpkXccLeOrr6nJlP4JTLLrdw { 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) { #d4qEfJdq2KKqRCvDnPJkgM5hNF1eqwE8 { width:0.25rem;height:4.875rem;top:11.015643596649rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsEKG63xMxLzZyPJBTuZEpKIcwDwsiBS { width:13rem;height:5.27831875rem;top:27.625rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czsapRAwqT1LXg4QvQKqqBLBto7cBMSB { width:0.25rem;height:4.875rem;top:27.5625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAlZdVMd4mt8aGbnFwson6krct8B7Gnl { 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) { #vEcxoSObCv3GMTRpTMkBTweh0ukAF7qR { width:0.25rem;height:4.875rem;top:44.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rxlwPtuDwHX5Ikr35t71vQP0pdtLpH { width:0.25rem;height:4.875rem;top:27.625rem;left:2.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya { display:block; }#rrgpetPSZ6MTTXGMmd51a0BBaa6oAMya > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7hHGh4ON4fJZ47BuJwCruCb38GavziA { width:19.3125rem;height:0;top:19.667rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ8WiIdwtpHBhlfXu2UDE4b3KNO1eGMS { 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) { #ngKJXiHqq17CP2xcehLS60TTZtXeI9mM { 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) { #iST01vmbzkv6uhJMHkQfaBgkvfPb7PIx { width:18.3125rem;height:3.125rem;top:9.98535rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3yT4pp9pBFKHt6T86FcOnocdE1hWMFu { display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { 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) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { 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; }
 }