.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE { 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; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container { background-color: transparent; background-image: none; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container > .video-iframe-container { display: none; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row > .video-iframe-container { display: none; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .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); }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container { border-width: 0; border-radius: 0; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#cr168TrEc91nwsuzItymEZSzZl9NeSuS { 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:7.0625rem;width:7.25rem;top:0.8125rem;left:39.375rem;overflow:hidden;display:block; }
#Iq9BleHxh68wu7ATRe0iEJwf0lBehmOG { color:#018dd5;display:block;width:23rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.0439453125rem;left:46.625rem;height:4.53661875rem;font-style:normal;display:block; }
#ovHI3w1119AIZpEw1FI7dIwNTXro4Hv2 { position:absolute;display:block;z-index:15000;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.0625rem solid #0960ab;border-left:0;border-right:0;border-bottom:0.0625rem solid #0960ab;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.875rem;width:23.1875rem;top:1.5625rem;left:46.6875rem;display:block; }
#bk8TGQQKRAKlTRlkatrnLgXNvaD9sTDz { 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:4rem;width:16.5625rem;top:2.7479166984558rem;left:1.0625rem;overflow:hidden;display:block; }
#qswTuoP5LJOOVoCASmkFNtATDy8nEf9X { position:absolute;display:block;z-index:15002;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.25rem;width:4.8125rem;top:2.5625rem;left:69.625rem;overflow:hidden;display:block; }
#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu { background-color:#8200b2;background-image:none;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;display:none; }#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu > .row .container { border-width: 0; border-radius: 0; }#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu > .row .container { width:75rem;height:52.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#iKIvCz6wT75GGqGdeTW9MbfqItOLRpcd { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:bitter;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.05322265625rem;left:0rem;height:3.4375rem;font-style:normal;display:block; }
#FRh9KmgGqLVBi0CVTUrhuXrEm1niC5Jl { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.49072265625rem;left:40.21875rem;height:3.5rem;font-style:normal;display:block; }
#CXEIysbGU1dUZHewTsXawcvfGktxuSqG { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.5312509536743rem;left:0rem;height:10.3125rem;font-style:normal;display:none; }
#ea2MSo05G2gTsQkmhT1epUmaTrnbAfzW { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:17.379166901112rem;left:0rem;height:5.25rem;font-style:normal;display:none; }
#lSHoRixglJVTOTPDZZvwaCATHVn7VSlK { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28rem;left:0rem;height:4.375rem;font-style:normal;display:none; }
#ZfgSiSTGcFVtx6FxW5IZ6qnTw5D2bTEa { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:34.6875rem;left:0.5625rem;height:8.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#h2cWTATahEpnJXTucWv4Um0KCkBlhzzN { position:absolute;display:block;z-index:14997;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:18rem;width:51rem;top:39.75rem;left:23.875rem;overflow:hidden;display:block; }
#aaTeezFbxLSNM6LRQWMTuqk6Swm9oe5X { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:37.312497138977rem;left:0rem;height:8.184375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-form-header {  }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:27.5625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-text {padding-top: 0; padding-bottom: 0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-select {padding-top: 0; padding-bottom: 0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .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; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#52a2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:6.875rem;margin-bottom:0.25rem;margin-left:6.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:13.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal;float:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .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; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-container:first-of-type{padding-top:0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-container:last-of-type{padding-bottom:0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.875rem;left:39.625rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC {display:block;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.875rem;left:39.625rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #TsAI9ab5zINVTICXTzciIoWvgxpFbaHZ { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #x0XRc8S8L3vH8sSRa2TKe0B6RvJJPh9g { position:relative;display:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #A9KBWD7w5TWvbIbuL523O5O62Ci1vINH { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #FXV6z0KdVZkbC9LsGBTlR1oJIg0TCMV3 { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #Z6ogLA49GcyIr3yn3ecBMadEZCbtXBux { position:relative;display:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #isvTQVvqa263uPUiKmHSrSdpqvEkpShs { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #ME67OgT9qbQ8l2vuug1vJmtcSW2OVeWd { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #yWhrCQDBybxPQTFqCB6tJkwXch3tRFsi { position:relative;display:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #fXZwKQ9Wa0T2WwPKQ9ki2m9JgADT2LnX { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #QnkSvndeVaN7sEpfpyUuNiBtA3JL0th0 { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #x1vobQkewutIlnd4F0AzTeR8XWPT7RVl { position:relative;display:none; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #EDQB6oHbkPIRGGlvPTHH3du0odgOUsEc { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #MfoWR01WghBuAhJ65n0VrITWFxIwRT2T { position:relative;display:block;z-index:15000; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #PrpxJIrZMt0Tv2edsIpTAU83cTGnBmRo { position:relative;display:block;z-index:15000; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #GIXARldkX8VTKOSNTWfQlHhHzcnBJvWZ { position:relative; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #F9pouHXpJ4e1RhPp7ehzzNVadyVMLMN5 { position:relative; }
#eg9cwCGe4WTuygQQnVPS6OLZCvE0Slei { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#EgusHBSaXIiEHSMkhsAT6DgdKlCITyT6 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:9.515625rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#UtqfmUbbpNicuAk7lwiwAd5Grg7fQpQP { box-sizing:content-box;height:7.375rem;width:30.4375rem;position:absolute;display:block;z-index:15010;background-color:#52a2ff;background-image:none;top:12.3125rem;left:39.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SzpTgTUdidhBNKoMWXhTwb1ydvcCtmx1 { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:13.875rem;left:53.3125rem;height:1.75rem;font-style:normal;display:block; }
#svZsmSWmUd7COU80rzHqCTP3EUu6EvfO { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:16.875rem;left:44.0625rem;height:1.75rem;font-style:normal;display:block; }
#apai6nSSOQOUJ9b7bVdwSL0LQ0n47wdv { color:#fefefe;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:12.609375rem;left:48.0625rem;height:3.9375rem;font-style:normal;display:block; }
#Kt97o5qaU0Cwr1uHC3kN5zT08pVRZ2E1 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.125rem;left:40.5625rem;height:3.9375rem;font-style:normal;display:block; }
#KHDgV3Cb97tERyTUuhQH40WwWTTrGqog { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.6875rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#kF4SEW82u6oBXbfnl8TboFUNhH7hbsmJ { position:absolute;display:block;z-index:15025;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.125rem;width:5.125rem;top:2.4375rem;left:63.5rem;overflow:hidden;display:block; }
#ZuLOrwHabTJBW4akQd9FD4Xu5yJFeD3Q { position:absolute;display:block;z-index:15026;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:2.5rem;top:7.0625rem;left:69.375rem;overflow:hidden;display:block; }
#U42LM6ZEI6skq5JEbOhfqFbnpR1GRzle { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:15.375rem;left:60.6875rem;height:3.9375rem;font-style:normal;display:block; }
#Bqd55w88cCCKpw9kSt7DlacHI596Sd0i { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:16.875rem;left:62.625rem;height:1.75rem;font-style:normal;display:block; }
#C8sAivkJKkmPzTOBzAoX64gtuXgqRNP2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20.625rem;left:44.9375rem;display:block; }
#Ev6ymWspGKpGMuw14SdFJ0N9naag2wQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHLI79NW0u1Qq92o4Edhh1xW6AAvi169 { position:absolute;display:block;z-index:14996;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:34.1875rem;width:34.1875rem;top:33.25rem;left:15.8125rem;overflow:hidden;display:block; }
#sK1sooiiWxKy8nHKBO1a6iiQ2qPmTUVd { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#pHKDMct4cAFJfoUod7cRikDQtg1l4AzA { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#Jd3s0zKLemGCpJvmdbZ9flW74QrODPIe { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#W2RpSlvwpPRxnfrXL0HUiAtWl08xeGdu { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#BS0NRiwA68ZEeTenVN3Glm3Lu3TuuD8q { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#Csgfkb9bPVZwsTfLk0cX9i9MJFnMAmE8 { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#JiteiGNvTa6vQxN3MBaPJzh0z8VE8goZ { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#u9aE0JXR9sd035y9WETxwQDhE7OpRpsD { position:absolute;display:block;z-index:15025;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.125rem;width:5.125rem;top:2.4375rem;left:63.5rem;overflow:hidden;display:none; }
#Kcf6qFTdKNT07xfZTqDUuHeXqHqkooeJ { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:bitter;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:24.875rem;left:0rem;height:4.330075rem;font-style:normal;display:block; }
#rsdFphZnfBcThc1X5T6AzP263tMQXSHS { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:39.75rem;left:0rem;height:7rem;font-style:normal;display:block; }
#flR6cwnyONBBiihRkW5IKkwvySkyCaz6 { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:37.4375rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE { background-color:#8200b2;background-image:none;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;display:block; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container { background-color: transparent; background-image: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container > .video-iframe-container { display: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row > .video-iframe-container { display: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .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); }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container { border-width: 0; border-radius: 0; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container { width:75rem;height:57.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Bx9xN3IJNavZTn4dTTHWV8W87Es88l7K { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:bitter;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.05322265625rem;left:0rem;height:3.4375rem;font-style:normal;display:block; }
#RkPvyztxJSqpdRoQvDZB6n4lfFTa33mg { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:11.578125rem;left:40.21875rem;height:3.5rem;font-style:normal;display:block; }
#Oxgr6z5zmlsQyPuxywcwpH4dxoPoufQ1 { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.5312509536743rem;left:0rem;height:10.3125rem;font-style:normal;display:none; }
#WiD2wWC19Mn7Z2ULkXEfL4CQw1KJkqXQ { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:17.379166901112rem;left:0rem;height:5.25rem;font-style:normal;display:none; }
#az2CQAMRZfwAKvwIAitCuedkR9PMqLPJ { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28rem;left:0rem;height:4.375rem;font-style:normal;display:none; }
#HlZIQoD8zIsZRPAD9Kw5aPMFFb79o5Z3 { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:34.6875rem;left:0.5625rem;height:8.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#N0pc2tl9CfIWIVXC83m4hBhwToTpgcZc { position:absolute;display:block;z-index:14997;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:18rem;width:51rem;top:42.3125rem;left:23.875rem;overflow:hidden;display:block; }
#FCVZM2bexZ1sWP19TVMBgr8GTNhAVOEd { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:37.312497138977rem;left:0rem;height:8.184375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-form-header {  }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:27.5625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-text {padding-top: 0; padding-bottom: 0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-select {padding-top: 0; padding-bottom: 0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .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; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#52a2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:6.875rem;margin-bottom:0.25rem;margin-left:6.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:13.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal;float:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .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; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-container:first-of-type{padding-top:0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-container:last-of-type{padding-bottom:0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.9375rem;left:39.09375rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd {display:block;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.9375rem;left:39.09375rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #MQ3I0J3FJ30U9vvSrkzi0ok201OgeXea { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #u96IDJ34fTVysheNCs2oJ1srNRPCS8th { position:relative;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #wBaGV6Sd7oKS98rSkRBrFO6dwGPRzTFP { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #ebfAGKnuPQHs1hzF0m0v0U7wQM1ss9dM { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #kFqef52gFFUilEJaOK9RXqod0NsVCqwg { position:relative;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #JXeV2fKB6pO9IVNFTDbl9WFRT2HFwpZk { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #LkQT0xK1WB0VifvKA5TAaH55dNmCnEIS { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #CXRMhfSs13S1MT1l7sPE6MVziTacooO2 { position:relative;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #yTTb3kMue2RcMTfQzHp4f5kJvB87qLg4 { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #T5L5eF1dpMuGJEhouBQgmLoTnwLV4POt { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #Ptz4U9KFvkcCToRQfEkvbAhcPu6Lp63B { position:relative;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #smk78QGMlbMquL5C64mSv2PwNOzKIvW1 { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #KW5T3OglLh0Ln21b9onpyCw15bQwl7n9 { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #zqqhQnb8t8otuuycf2v1yCrcZerVC0k2 { position:relative;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #BTzyPi4s8C6G075X3H2Id6lDRlIcXMkl { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #BgBa1xuKEV9gx7KEgckyV5reGVThPfk2 { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #KRFGoTDgKoN3QaFTHTwrzRF54eh76ol8 { position:relative;display:none; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #hXTeNdbF61BdcRctqyLeiTNKevyTuGRO { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #teCaVvTyy0pGhnAIDsDy0kR76h7bVcs3 { position:relative;display:block;z-index:15000; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #vTKmzo6MFhT2uQsNuNFruIkIy58JQLDH { position:relative;display:block;z-index:15000; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #tIV3oiOUISfkO8ivqeLbAKozan4BXuyn { position:relative; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #kFa2aor1tfemUhAsgK7U4QsiEuqJoJ7A { position:relative; }
#IT3L09NvxOkbFJcwPkQQNzDPzCIJZc3R { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#mEHyW4wk4NHTq4hkekRNuEGFX5nyFalx { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:9.515625rem;left:0rem;height:2.0625rem;font-style:normal;display:block; }
#UCTylHF2AREpTHMTAn1QotEECrzrq5PC { position:absolute;display:block;z-index:15009;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:25.0625rem;width:25.0625rem;top:32.375rem;left:0rem;overflow:hidden;display:block; }
#h761JoqUAgUyS4iEeeQoZs4LRwVNeXC2 { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.6875rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#mRr0Cyk0VI325DI1E1AqWZJKZIfEfFUc { position:absolute;display:block;z-index:15025;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.125rem;width:5.125rem;top:2.4375rem;left:63.5rem;overflow:hidden;display:block; }
#e2Ji9L2DTyBBEQtAL17IZDhyPh6OpdRc { position:absolute;display:block;z-index:15026;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:2.5rem;top:7.0625rem;left:69.375rem;overflow:hidden;display:block; }
#e5RbRyysuEf1JxfTamDOZukdeR2dHE3S { position:absolute;display:block;z-index:14996;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:34.1875rem;width:34.1875rem;top:35.3125rem;left:15.8125rem;overflow:hidden;display:block; }
#UaVVph2iSiGsc9cwsxevCST226VuzkOh { color:#ffffff;display:block;width:52.4355625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:38.5rem;left:0rem;height:7.875rem;font-style:normal;display:none; }
#HHhfUJUEIP6Ct3ouIglrMHoJthEtLqnm { position:absolute;display:block;z-index:15025;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.125rem;width:5.125rem;top:2.4375rem;left:63.5rem;overflow:hidden;display:none; }
#hFNLHe1S6MU4ilJ2cQgUihVITMgqs69U { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:21.5rem;left:0rem;height:3.7119125rem;font-style:normal;display:block; }
#CoaoDmfOaO7rIRfXikhCT7wcOMT2fs1L { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:26.5rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8200b2;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; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container { background-color: transparent; background-image: none; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container > .video-iframe-container { display: none; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row > .video-iframe-container { display: none; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .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); }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container { border-width: 0; border-radius: 0; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#A1p4hr4q7s3Sz6IoXJWUvirqNZeaqH2O { 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:11.0625rem;width:25.375rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
#QsJWUU6gohfIhqS60wGplD9NZw8MpcVE { 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:21.1875rem;width:24.8125rem;top:2.875rem;left:50.1875rem;overflow:hidden;display:block; }
#KtwUh89vbBHZwuMxhf99ckTkqpRacG8h { position:absolute;display:block;z-index:15013;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:11.125rem;width:21.8125rem;top:8.78125rem;left:26.59375rem;overflow:hidden;display:block; }
#hAskGJ9PROc4iRkBeubTUZ5XsVh80bCN { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.0625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SAIzOEumulz1QOrrfFMKe0xTTz5dxS2K { position:absolute;display:block;z-index:15010;background-color:#eab000;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:39rem;top:5.6875rem;left:0rem;display:block; }
#hKg6KfBkB1wJJbAnCS37pligOfumxGDQ { position:absolute;display:block;z-index:14996;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:26.5625rem;width:26.5625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8200b2;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; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container { background-color: transparent; background-image: none; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container > .video-iframe-container { display: none; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row > .video-iframe-container { display: none; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .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); }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container { border-width: 0; border-radius: 0; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#ivBUVsNoW7xU8O16BzluZRLbuf93rSg5 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sBOyiqwFpoFHOgC9qfcwA1IwuQARFUfO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:33.1875rem;top:14.5rem;left:2rem;display:block; }
#ckA4eXL2VDTgBFVC2lPxVoFySr5ckGUB { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.875rem;width:34.4375rem;top:13.8125rem;left:1.3125rem;display:block; }
#GoqTZk2PdtAK0tlvpAHS3JwxK52yzAu4 { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.8125rem;width:34.4375rem;top:13.999607086182rem;left:39.249607086182rem;display:block; }
#zTVRwd1927C3xXBFwPQNTl01cX0QOWaW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:33.1875rem;top:14.625rem;left:39.9375rem;display:block; }
#fpyw6Eql8PfxFGBcNm84n2R77zNXV3xK { position:absolute;display:block;z-index:15009;background-color:#eab000;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:29.0625rem;top:7.4375rem;left:0rem;display:block; }
#f5kk6TEq3CWM7FhzvIpA2CWbKIBoA5WQ { position:absolute;display:block;z-index:15024;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.6875rem;width:3.6875rem;top:5.4480495452881rem;left:64.161327362062rem;overflow:hidden;display:block; }
#cyGAR4sAnhpoXtQ1Do2x9VKVoUn4lW9R { position:absolute;display:block;z-index:15025;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.31210625rem;width:2.31210625rem;top:34.945309638977rem;left:3.2214851379394rem;overflow:hidden;display:block; }
#XcWr2TnXIMThEEKdL8g2PzrVbmexthT1 { position:absolute;display:block;z-index:15025;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.12460625rem;width:2.12460625rem;top:9.133593559265rem;left:67.4999961853rem;overflow:hidden;display:block; }
#ncf59rqb1HuwqvfJZ5UQkMC6UGxE1Pqo { position:absolute;display:block;z-index:15024;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.6875rem;width:3.6875rem;top:5.4480495452881rem;left:64.161327362062rem;overflow:hidden;display:none; }
#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;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; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container { background-color: transparent; background-image: none; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container > .video-iframe-container { display: none; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row > .video-iframe-container { display: none; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .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); }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container { border-width: 0; border-radius: 0; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container { font-size:0.875rem;font-family:arial;height:84.0625rem;width:75rem;position:relative;display:block; }#wzyRZX6JSct9vuzwAXNm5synTyopa4Bi { color:#ef0039;display:block;width:53.9375rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G78rAiK6WKiyI5xki5agVmUA7sz0BdcX { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0.75rem;height:41.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#qZP08R0CnmVX6R3dHKEprlDN54Il40Ak { color:#464646;display:block;width:63.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.74853515625rem;left:4.375rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9FDfMK3hqSFBnePIA0ozZ0SugmI2n3i { position:absolute;display:block;z-index:15021;background-color:#eab000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.5rem;width:29.75rem;top:40.125rem;left:4.375rem;display:block; }
#FT9S4gf4O6vSIQdukUnnrWHymZgeVEBr { position:absolute;display:block;z-index:15022;background-color:#9500cc;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.625rem;width:29.75rem;top:40.125rem;left:40.9375rem;display:block; }
#XJdZnCBTUc8cqcicHpcM4t61232nPMqL { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #eab000;border-left:0.0625rem solid #eab000;border-right:0.0625rem solid #eab000;border-bottom:0.0625rem solid #eab000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.125rem;width:29.5rem;top:25.25rem;left:4.375rem;overflow:hidden;display:block; }
#Mdpqn4nMTzSawQDCXyGN44TcPv4UiHcR { position:absolute;display:block;z-index:14997;border-top:0.0625rem solid #9500cc;border-left:0.0625rem solid #9500cc;border-right:0.0625rem solid #9500cc;border-bottom:0.0625rem solid #9500cc;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5rem;width:29.5rem;top:25.25rem;left:41rem;overflow:hidden;display:block; }
#BmgpSwFTNf5cRKoDeeXkfeEWsP6UnWxo { color:#000000;display:block;width:71.936875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.998827636242rem;left:1.529296875rem;height:4.3734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MMTESDbyynVAQufAnFz3AFtlo7VPb9Bo { color:#ffffff;display:block;width:16.0605625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:66.499215126037rem;left:58.938274383545rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FP11pN7fCnGwT0Fc4HahCvLevurAoA0I { position:absolute;display:block;z-index:15007;background-color:#9500cc;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:53.0625rem;top:7.75rem;left:0.25rem;display:block; }
#cmiLDAfqrsEZ968rsTTSNKJPlgddgHBq { position:absolute;display:block;z-index:14998;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:20.625rem;width:7.75rem;top:66.43701171875rem;left:0rem;overflow:hidden;display:block; }
#WXTzkHiPnTvWSOf0AEGIgvFcCKZTCURE { color:#464646;display:block;width:66.12375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.875rem;left:4.43798828125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IMdxkTTrz0qfgyx5gGikwUkyLRLZLHeU { background-color:#eab000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:41.1875rem;left:5.5rem;display:block; }
#Zi4m3Om2TE7ybFGnbTrwBrbEe8N7A4dp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBbilVcVWJmzWuHf8eehNCunAMhSOTk5 { background-color:#9500cc;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.1875rem;left:42.0625rem;display:block; }
#wedcNWZVD23VAOy7ve277fxwf6qDhheE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUNgTDDPQZ7G0XVQIdB8f5tJ7HqGi9a3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.25rem;top:17.24853515625rem;left:15.625rem;overflow:hidden;display:block; }
#MMUeXJgC7b38kPodhOhHPQTXKxUTknvU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.8125rem;top:19rem;left:53.5625rem;overflow:hidden;display:block; }
#to7SOkClGo6rtQbwQnQb1JP3LL6z8WvB { color:#464646;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:69.37451171875rem;left:16.28125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADxrrFR9TEsc9mKhS6HSR3PIJKyXHmin { position:absolute;display:block;z-index:15026;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:12.75rem;width:12.75rem;top:54.21875rem;left:40.9375rem;overflow:hidden;display:block; }
#EJq929GsfKBGdH5DDwoZbfoNJOhlO8lT { position:absolute;display:block;z-index:15028;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.875rem;width:17.875rem;top:69.12451171875rem;left:28.5625rem;overflow:hidden;display:block; }
#kogCQs83iVzhlpXCJgRxsIxAOwvVOQ7A { color:#464646;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:59.0625rem;left:18.1259765625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VvUKeHNrmEAiQnKs73d7WJnyh33sibP1 { color:#464646;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:59.0625rem;left:54.875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i4xTHh0u9668RCctftpDBeppMVXVXb8V { position:absolute;display:block;z-index:15029;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:14.625rem;width:14.625rem;top:53.4375rem;left:4.375rem;overflow:hidden;display:block; }
#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb { position:relative;display:block; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb { background-color: transparent; background-image: none; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row .container > .video-iframe-container { display: none; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row > .video-iframe-container { display: none; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .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); }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb { border-width: 0; border-radius: 0; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:82.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FF77i9folz2uRQvQuz6H0hegKZufKHgO { color:#ef0039;display:block;width:47.6875rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FCcC1icHVPVV5IHIK2On63rXF5hGrW8Q { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.89306640625rem;left:8.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHKbQF6uDSTlCPnDusVa8yVorUTl23nK { 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:24.1875rem;width:28.3125rem;top:15.75rem;left:42rem;overflow:hidden;display:block; }
#HTxROUVkdrzfAiJCZ5gZ38s1ispioquQ { color:#464646;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.5rem;left:6.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mmc4XhGSSKeJMvS3O9g540BSnH0HxTCA { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.89306640625rem;left:45.96875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KassyOtxvSPNUV9azdLeSMzAX5nCVm7R { color:#464646;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5rem;left:43.6875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMI2y9lPi7GZQwFrJUW1Ozm05EDNmAm9 { 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:24.1875rem;width:28.3125rem;top:43.875rem;left:4.5rem;overflow:hidden;display:block; }
#zKNNsTIctOnwJyBMTNLIM5lAEuQJi1Gn { color:#ffffff;display:block;width:19.187125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:46.25rem;left:9.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIiLCgQ22Uh5gedNPymkVaNPSbtvbk4Z { color:#464646;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:52.875rem;left:6.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drQLkMZtHuIzDRgotQSvzc7HJrkAawvV { 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:24.1875rem;width:28.3125rem;top:43.875rem;left:42rem;overflow:hidden;display:block; }
#sT8R2Vc3G7gEN7gJslraQQUcZtJ4Ise8 { color:#ffffff;display:block;width:19.187125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:46.25rem;left:46.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jxsdy1Ey72XXozkS5hg5v9h55R38A27a { color:#464646;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:52.875rem;left:43.6875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnVTEdBoJ5QOsuQPe83qABHUtpZ3iJ4e { color:#464646;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:90.0888671875rem;left:6.21484375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OHZJ6IoAIZMhXOoNgt6QDZQTvaDVaRXZ { position:absolute;display:block;z-index:15023;background-color:#9500cc;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:43.375rem;width:0.3125rem;top:24.5rem;left:37.34375rem;display:block; }
#VPqllnSEMugoI89rsHL5hwSrPi5iMIPM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:24.5rem;left:36.875rem; }
#GRZmLFKhNPI1qaETpFariRUMmppeBwtN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.249025rem;width:1.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:66.8759765625rem;left:36.87548828125rem; }
#qaDxbue1SsNzkRvummufhxczIAvBEbg4 { position:absolute;display:block;z-index:15027;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:47.75rem;width:10.875rem;top:36.40625rem;left:0rem;overflow:hidden;display:block; }
#MplVZyCzfVVX95bxvmKxDFGtra5bXNyw { position:absolute;display:block;z-index:15013;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:26.4375rem;width:9.125rem;top:31rem;left:65.875rem;overflow:hidden;display:block; }
#gv0EWkUNEpCE5TE4cHk2Grfy9GfX8A0I { 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:24.1875rem;width:28.3125rem;top:15.75rem;left:4.5rem;overflow:hidden;display:block; }
#gw9yO6rEO1z18eCS4GSthvm6rOLS0QQC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:15.75rem;width:44.0625rem;top:0rem;left:30.829714640199rem;overflow:hidden;display:block; }
#H4BcH1uty2Ksls1Clk9LIyt94slRxXNo { position:absolute;display:block;z-index:15007;background-color:#9500cc;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:46.875rem;top:9.875rem;left:0rem;display:block; }
#TT9ha7x3kk9aUpcqfwbHs3yxUtJqqHbA { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.8125rem;width:20.5625rem;top:61.59423828125rem;left:12.1875rem;overflow:hidden;display:block; }
#oSy4DcLHRAt3K5IJLpOUUPV4BlNsUOif { position:absolute;display:block;z-index:15027;background-color:#eab000;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:12.5625rem;width:21.4375rem;top:61.1875rem;left:11.78391959799rem;display:block; }
#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;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; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container { background-color: transparent; background-image: none; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container > .video-iframe-container { display: none; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row > .video-iframe-container { display: none; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .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); }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container { border-width: 0; border-radius: 0; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#Kmc8reHqCu33GDBpQL2TMyvkv5PHt1ST { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #ef0039;border-left:0.1875rem solid #ef0039;border-right:0.1875rem solid #ef0039;border-bottom:0.1875rem solid #ef0039;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.8125rem;width:32.8125rem;top:29.3125rem;left:2.9375rem;overflow:hidden;display:block; }
#kWMymW4ToLEg6LlNcqUhGxdHx2MHcz9g { color:#464646;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:33.25rem;left:41.3125rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7KhpTZmSupxxZu2WrNdQutET2JHtIWK { position:absolute;display:block;z-index:15020;background-color:#ffc000;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.1875rem;width:31.4375rem;top:16.1875rem;left:3.8125rem;display:block; }
#UU7WFIAH2sZtZJGlxShJuS5uX8G0zOAi { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:17.3125rem;left:4.875rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgTFLQAuyQRPbQX3qB8BHpBBvzVcxfaX { color:#464646;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:8.6875rem;left:6.9375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hicaF7wVO5FwJQCsUWa1sgEwK1LwC8iN { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #9500cc;border-left:0.1875rem solid #9500cc;border-right:0.1875rem solid #9500cc;border-bottom:0.1875rem solid #9500cc;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.8125rem;width:31.8125rem;top:7.125rem;left:38.5625rem;overflow:hidden;display:block; }
#ca7kwbc7kApQqpkTeeS5qsf0TzycOwao { color:#ef0039;display:block;width:50.1245rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.625rem;left:0.0625rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u2gcZybcvcNtGGHkTZ95Ze0EVJaZsV39 { position:absolute;display:block;z-index:15031;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.186525rem;width:2.0625rem;top:9.375rem;left:3.8125rem;overflow:hidden;display:block; }
#w0vogdOmQoJHJ6f6Jdr7iy7h4AXVXETT { position:absolute;display:block;z-index:15032;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.186525rem;width:2.0625rem;top:33.8125rem;left:38.5625rem;overflow:hidden;display:block; }
#NHs2bMozbN1k12VAc01pKXJ2Ea3ABFBx { position:absolute;display:block;z-index:15002;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:21.999rem;width:15.1875rem;top:44.0625rem;left:57.875rem;overflow:hidden;display:block; }
#icfLpd4XJ4uRFVGmyrvepsLBkFHKZxAX { position:absolute;display:block;z-index:15006;background-color:#9500cc;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:14.1875rem;top:5.625rem;left:0rem;display:block; }
#atMfCLUs5TUpy0pfSb3OvP6PSl3d3z1G { color:#464646;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:26rem;left:39.8125rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TqNPKoilgwWu74IUXA4mszLhrhJaDb8R { background-color:#ef0039;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:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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:bitter;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:44.0625rem;left:41.3125rem;display:block; }
#RzUANTeC2JopZahAgKv6x8ehBuVdevRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;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; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container { background-color: transparent; background-image: none; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container > .video-iframe-container { display: none; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row > .video-iframe-container { display: none; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .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); }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container { border-width: 0; border-radius: 0; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:75rem;position:relative;display:block; }#sn0qq5cJmMIhP8BXKVpu4cyPkfwuVfvm { color:#ef0039;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bz2TX9SGNcO04SvrwOPxLWuaM9Ix4NEF { position:absolute;display:block;z-index:15010;background-color:#9500cc;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.249511875rem;width:15.6245rem;top:5.625rem;left:0rem;display:block; }
#SLgtpzEh1b8hfiKehHy4HUcomiuWsaJi { position:absolute;display:block;z-index:15007;background-color:#eab000;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:46.9375rem;width:66.9375rem;top:9.5rem;left:2.8125rem;display:block; }
#UZH4I5e38ouGeoJ6Sm4q3o53fowOyw98 { color:#464646;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:28.4375rem;left:38.875rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTI1MQbPp710wWB2DCt7KGfXTwHxAi1o { color:#464646;display:block;width:25rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:20.25rem;left:39.25rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uPCR1E8H7FM5amrHgSWGEVXtmI6H9Hc1 { position:absolute;display:block;z-index:15008;background-color:#fcfcfc;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:41.9375rem;width:61.5rem;top:11.9375rem;left:5.375rem;display:block; }
#UG1BxIfNhkmmIZLhaE9VBu6eILLo0J6B { position:absolute;display:block;z-index:14999;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:38.5625rem;width:14.625rem;top:27.375rem;left:0.8125rem;overflow:hidden;display:block; }
#vimWEdXT3tBWQqNQtibXKm1AT6uIdd0g { position:absolute;display:block;z-index:15027;border-top:0.1875rem solid #eab000;border-left:0.1875rem solid #eab000;border-right:0.1875rem solid #eab000;border-bottom:0.1875rem solid #eab000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.375rem;width:29.3125rem;top:14.25rem;left:7.9375rem;overflow:hidden;display:block; }
#GcDcmQsMI2ZuI5Fe1pPGGOoTTmsNTOUi { color:#464646;display:block;width:56.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:35.75rem;left:7.875rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOR8dOawlxTcVNGKWOrNJtnyHau1XvKR { color:#464646;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:29.49609375rem;left:39.9970703125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AC47Sm6vET4dKXf57FJfJ3WzpNIMGI5W { color:#464646;display:block;width:56.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:36.62109375rem;left:9.09375rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw { position:relative;display:block; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw { background-color: transparent; background-image: none; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .row .container > .video-iframe-container { display: none; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .row > .video-iframe-container { display: none; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .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); }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw { border-width: 0; border-radius: 0; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .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; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .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:53.875rem;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; }#MTfO3xih0lvcsewpHZf6hioZmM5q2wIh { position:absolute;display:block;z-index:15006;background-color:#9500cc;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:16.625rem;top:7.0625rem;left:0rem;display:block; }
#voEkvur41xRVrTfUs4poL6Gzpk9tg8ry { color:#ef0039;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6TGooECEDkBE9FFc4SPxBgKK7ZLvWod { position:absolute;display:block;z-index:15008;background-color:#9500cc;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:37.625rem;width:65.0625rem;top:11.0625rem;left:4.875rem;display:block; }
#HTZd62cvDmf5fWctzB2J4OTP1GR0GxHT { box-sizing:content-box;color:#ffc000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:41.4375rem;left:45.125rem;display:block; }
#HSn3qXfARR84inz2ByVgtkwTz9b5GZrz { box-sizing:content-box;color:#ffc000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:36.9375rem;left:45.125rem;display:block; }
#H9tqlSCgH9D7c4OlKTh5NCGbmqqPQT6D { color:#ffffff;display:block;width:29.9366875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:42.125rem;left:15.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dzdHDT3IAAl7MQaQXNS3HWOJA8hpbhSC { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:37.625rem;left:15.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kRDiPPSft3RMtBnFvpQLmsGHnvwE787h { color:#000000;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:37.6875rem;left:50.75rem;height:1.625rem;display:block; }
#y5veukFfiRJ6gvSyprX3RP7rsKpe1wN0 { box-sizing:content-box;color:#ffc000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:32.375rem;left:45.125rem;display:block; }
#b9x3eQCvEdCqMWDW4T5Z2dpn9ZsSqNxk { color:#fafafa;display:block;width:22.685125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:33.0625rem;left:15.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NO4iB4okqlNlfg58FIe3Pwfnd1sI9Ko9 { color:#000000;display:block;width:11.687125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:33.125rem;left:50.75rem;height:1.625rem;display:block; }
#CdiCzZwXbgtEi2n39EhW8RqHZAQTKGCx { color:#fafafa;display:block;width:26.687125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:28.6875rem;left:15.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTN2vQWazXQGbcdD6TzpSpi2pQ0VF9L2 { box-sizing:content-box;color:#ffc000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:28rem;left:45.125rem;display:block; }
#o1ip601A8gbG7d7UEUOBWgrt8uBrIxnV { box-sizing:content-box;color:#ffc000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:23.5rem;left:45.125rem;display:block; }
#eamGJMevpn44rBVWrU5OPM05oaXk7arB { color:#000000;display:block;width:12.4991875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:28.75rem;left:50.75rem;height:1.625rem;display:block; }
#emVhmnlqENzJBHfveHesBRTiXIIrrGSG { box-sizing:content-box;color:#ee1332;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:27.6875rem;left:11.625rem;display:block; }
#PXixdh8oMhRw6zfzEVMeh8seGNaLxrLU { box-sizing:content-box;color:#91c24f;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:32.0625rem;left:11.75rem;display:block; }
#c42MdiCL2zCLubS97LL7PDPJAR9Kt0QK { box-sizing:content-box;color:#ffc000;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:23.1875rem;left:11.625rem;display:block; }
#IzbWMy5WFHIfxLOaDA38DswREqaxTt6q { box-sizing:content-box;color:#377bab;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:36.625rem;left:11.75rem;display:block; }
#nHSPqK5wP1Mh4iaG1C5cRnv3oDBkwToc { box-sizing:content-box;color:#181e79;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:41.125rem;left:11.75rem;display:block; }
#ExKV02fORoXVaNf1Wkcf7q1SL3I0Larm { color:#fbfbfb;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.4;letter-spacing:0;top:24.375rem;left:15.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tt4tqzOR2wF7LDiTXTTEcJuHsk9T6xOL { color:#000000;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:24.25rem;left:50.75rem;height:1.625rem;display:block; }
#lDte1aEkAHKyt8pkkJR9TT2esi4IE1wG { box-sizing:content-box;color:rgba(246,213,112,0.92);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:18.9375rem;left:11.625rem;display:block; }
#J4CbaVk3rWbD0ame9HI4hgHmvorAQDoX { color:#fbfbfb;display:block;width:30.43475rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:19.9375rem;left:15.4375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VTfowTFnV63BA9vc0T967BtIfspTwqLK { box-sizing:content-box;color:#ffc000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:19.25rem;left:45.125rem;display:block; }
#FakJSQoQNUTXZqwsfgf9m2qiLm1V0P3C { color:#000000;display:block;width:12.496875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:20rem;left:50.8125rem;height:1.625rem;display:block; }
#N8aThNDsWqudfO0tM0lmNOXOQspPisJD { color:#ffffff;display:block;width:46.0605625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:14.875rem;left:14.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDgFyL3msex8LEdGVUlxDlUA6dPdUzTF { 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:27rem;width:18.625rem;top:4.1875rem;left:56.375rem;overflow:hidden;display:block; }
#rOfZbyDu8NRfQAGW5dLDkMn88GqzzU22 { position:absolute;display:block;z-index:15099;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.5625rem;width:3.5625rem;top:2.03125rem;left:23.84814453125rem;overflow:hidden;display:block; }
#bexAk5sAAAygvDWcaT8Mp9VcXAQEcITg { color:#fbfbfb;display:block;width:30.43475rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:19.75rem;left:15.1875rem;height:1.74960625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z4cMDoTlxw11b89rDgXGNROWLoA23pez { color:#fbfbfb;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.4;letter-spacing:0;top:24.1875rem;left:15.1875rem;height:1.74960625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ny3SMHhtvsXUCB50EBVww0DUgCIrz7mc { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.4;letter-spacing:0;top:37.4375rem;left:15.1875rem;height:1.74960625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#h5E3hI8oHIJwpw5X3n5n53cRlKs7DKZp { color:#ffffff;display:block;width:29.9366875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.4;letter-spacing:0;top:41.9375rem;left:15.1875rem;height:1.74960625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qC6JxQBE2PTiMf5WOzgJALviocFdV6cd { color:#ffffff;display:block;width:46.0605625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:14.749218940735rem;left:14.467967987061rem;height:2.0296875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bLs4csTpeog4BizkDRyUwW3lKS639tc4 { position:absolute;display:block;z-index:15006;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:28.5rem;width:19.625rem;top:27.6875rem;left:0rem;overflow:hidden;display:block; }
#ImGluoDEP2EqkKMv8fXJA17NttMawR9l { position:absolute;display:block;z-index:15100;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:1.9375rem;width:1.9375rem;top:5.37548828125rem;left:28.3740234375rem;overflow:hidden;display:block; }
#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL { position:relative;display:block; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL { background-color: transparent; background-image: none; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .row .container > .video-iframe-container { display: none; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .row > .video-iframe-container { display: none; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .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); }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL { border-width: 0; border-radius: 0; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .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; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .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:58.5rem;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; }#h827xnDoBfeWF7oMOnSe5k4tBvdi4Znu { position:absolute;display:block;z-index:15008;background-color:#9500cc;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.25rem;width:27.0625rem;top:7.125rem;left:0rem;display:block; }
#bh1tEgpbikoyN87gdyL6dQaqTKXZAeUA { color:#ef0039;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mycLoHZCw9B0TfJUJnTxWaeaTrZkzMdc { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.0615rem;width:18.124rem;top:11.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#hKKAdO8lHVbWFI8aCEdrtWWfI0Teh6AB { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17rem;width:24.25rem;top:34.498046875rem;left:5.3125rem;overflow:hidden;display:block; }
#XIPKNCvGUJrRAo03rbOf2H7SegrHsqRF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:18.125rem;top:11.875rem;left:26.9375rem;overflow:hidden;display:block; }
#xZnMJwmLWUDIWosR7Kd2QtIyQ5y6hHKi { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17rem;width:14rem;top:34.498046875rem;left:55.75rem;overflow:hidden;display:block; }
#xu6KGWbwkkLp1LPIH32GPTTz7fmcuiBp { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #010101;border-left:0.0625rem solid #010101;border-right:0.0625rem solid #010101;border-bottom:0.0625rem solid #010101;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:21.6875rem;top:11.8125rem;left:48rem;overflow:hidden;display:block; }
#NwqGv5b19XITkHcoXPHQUCh543tz6J1b { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17rem;width:17rem;top:34.498046875rem;left:33.875rem;overflow:hidden;display:block; }
#vTQXCIXqMT0vkK43yfd3h2CgrfAB7rbP { position:absolute;display:block;z-index:15100;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.5625rem;width:3.5625rem;top:1.53125rem;left:34.97314453125rem;overflow:hidden;display:block; }
#ZcFQ2B3dlGyyJn71n2IUacJtEcdmFlCu { position:absolute;display:block;z-index:15101;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:1.9375rem;width:1.9375rem;top:5.35791015625rem;left:39.41064453125rem;overflow:hidden;display:block; }
#zTa8wGytf6EL6gAM3HuJxE9ixtbb0rad { position:absolute;display:block;z-index:15100;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.5625rem;width:3.5625rem;top:1.53125rem;left:34.97314453125rem;overflow:hidden;display:none; }
#r8wklolGK1wDzVzh39C1thD1rEGO5vcf { position:absolute;display:block;z-index:15101;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:1.9375rem;width:1.9375rem;top:5.35791015625rem;left:39.41064453125rem;overflow:hidden;display:none; }
#HoQv34WosTd6GECskQ3cKZduysqSUEZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9500cc;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; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container { background-color: transparent; background-image: none; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container > .video-iframe-container { display: none; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row > .video-iframe-container { display: none; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .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); }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container { border-width: 0; border-radius: 0; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#cgx4VPaEENJ4bXZpJsQEZeetaNoSpxtp { position:absolute;display:block;z-index:15010;background-color:#eab000;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.3125rem;width:28.375rem;top:6.75rem;left:0rem;display:block; }
#LQ7GfbUETks6PQTPZ5HwLv41mTBmvdPb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bO3pa66GZQTtSrguq4rWBaTZEFObt28E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9500cc;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; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container { background-color: transparent; background-image: none; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container > .video-iframe-container { display: none; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row > .video-iframe-container { display: none; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .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); }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container { border-width: 0; border-radius: 0; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#W9B9cc72kgpMBQkXlD2AfA9DrUUFlJuN { background-color:#ef0039;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:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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:bitter;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5610625rem;height:4.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5rem;left:3.8125rem;display:block; }
#PoWUMsXkdUVEcTvgaJoCWhIGPbzzJRPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRp2TzeN9foyiKrMKaf2Qfs4GLHF7fvI { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.5rem;left:3.8125rem;height:11.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9UJX7WCkE7Cn0wi3U5KNTBgWut3VGAW { background-color:#ef0039;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:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;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:bitter;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5615rem;height:4.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.6875rem;left:26.21875rem;display:none; }
#v8WsCwTcCyzIAPM353gQLBJx7mHqDP2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRIDd6oJnP690ht4G4e3yXxok87gXTOX { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid #eab000;border-left:0.1875rem solid #eab000;border-right:0.1875rem solid #eab000;border-bottom:0.1875rem solid #eab000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.8125rem;width:32.8125rem;top:3.15625rem;left:39.125rem;overflow:hidden;display:block; }
#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ { position:relative;display:block; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ { background-color: transparent; background-image: none; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container > .video-iframe-container { display: none; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row > .video-iframe-container { display: none; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .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); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ { border-width: 0; border-radius: 0; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .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; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fcfcfc;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJWkLu1vgGF13O28RaqgT8eWyDXNAm6E { box-sizing:content-box;color:#f8d214;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.9375rem;left:37.5rem;display:none; }
#LxX9xcextoLBwLswWvSKTzKZuwr3eKKB { box-sizing:content-box;color:#f8d214;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:3.9375rem;left:37.5rem;display:none; }
#FOkyRM8Z87alaTB0StaUgk6KAlpFSUAs { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ll80L1ehyX193hd7lbIDzdRGkyMyAvcL { color:#000000;display:block;width:11.9366875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8125rem;left:34.75rem;height:1.6253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tXbMCXE1tL2Gpy8FQGpd83rHbfGcJila { box-sizing:content-box;color:#9500cc;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:4.0625rem;left:30.875rem;display:block; }
#RdTTx8fK33B069LeF8Ww0TPTqgCm2OKI { box-sizing:content-box;color:#9500cc;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:4.0625rem;left:57.3125rem;display:block; }
#JGXTD8Py325bfdg06JKkTgXWHh3WQGRt { background-color:#000000;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.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.1875rem rgba(0,0,0,0.1) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4rem;left:43.8125rem;display:none; }
#LNpxQgpRMhD5wClFMz86mKRTzJvCxTNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAf8PgWAc4z5ibMySJN1kstfVkPq36Pm { color:#000000;display:block;width:9.8741875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.8125rem;left:61.125rem;height:1.6253875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zun8pBX7xZ4wN6yf2pioV1cV729zSgkz { 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:3.375rem;width:14.5rem;top:3.6222648620606rem;left:4.7179679870606rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE { display:block; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr168TrEc91nwsuzItymEZSzZl9NeSuS { top:0.8125rem;left:25.75rem;width:7.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9BleHxh68wu7ATRe0iEJwf0lBehmOG { top:2rem;left:24.75rem;width:23rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovHI3w1119AIZpEw1FI7dIwNTXro4Hv2 { top:1.5625rem;left:24.5625rem;width:23.1875rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk8TGQQKRAKlTRlkatrnLgXNvaD9sTDz { top:2.6875rem;left:0rem;width:16.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qswTuoP5LJOOVoCASmkFNtATDy8nEf9X { top:2.5625rem;left:42.9375rem;width:4.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu { display:block; }#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKIvCz6wT75GGqGdeTW9MbfqItOLRpcd { width:37.5rem;height:3.4375rem;top:5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRh9KmgGqLVBi0CVTUrhuXrEm1niC5Jl { width:29.125rem;height:3.5rem;top:8.4375rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXEIysbGU1dUZHewTsXawcvfGktxuSqG { width:20rem;height:14.4375rem;top:4.375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ea2MSo05G2gTsQkmhT1epUmaTrnbAfzW { width:18.0625rem;height:6rem;top:22.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSHoRixglJVTOTPDZZvwaCATHVn7VSlK { width:20rem;height:7rem;top:30.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfgSiSTGcFVtx6FxW5IZ6qnTw5D2bTEa { width:20rem;height:11rem;top:44.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2cWTATahEpnJXTucWv4Um0KCkBlhzzN { top:39.75rem;left:0rem;width:47.75rem;height:16.852941176471rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaTeezFbxLSNM6LRQWMTuqk6Swm9oe5X { width:19.9375rem;height:14rem;top:43rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-regular-label { width:34.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-text { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-text {padding-top: 0; padding-bottom: 0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-textarea { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-select { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-select {padding-top: 0; padding-bottom: 0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.5625rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-checkbox-label { width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC  { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .radio-container { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC {display:block;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #TsAI9ab5zINVTICXTzciIoWvgxpFbaHZ {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #x0XRc8S8L3vH8sSRa2TKe0B6RvJJPh9g { display:block; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #A9KBWD7w5TWvbIbuL523O5O62Ci1vINH {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #FXV6z0KdVZkbC9LsGBTlR1oJIg0TCMV3 {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #Z6ogLA49GcyIr3yn3ecBMadEZCbtXBux { display:block; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #isvTQVvqa263uPUiKmHSrSdpqvEkpShs {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #ME67OgT9qbQ8l2vuug1vJmtcSW2OVeWd {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #yWhrCQDBybxPQTFqCB6tJkwXch3tRFsi { display:block; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #fXZwKQ9Wa0T2WwPKQ9ki2m9JgADT2LnX {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #QnkSvndeVaN7sEpfpyUuNiBtA3JL0th0 {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #x1vobQkewutIlnd4F0AzTeR8XWPT7RVl {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #EDQB6oHbkPIRGGlvPTHH3du0odgOUsEc {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #MfoWR01WghBuAhJ65n0VrITWFxIwRT2T {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #PrpxJIrZMt0Tv2edsIpTAU83cTGnBmRo {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #GIXARldkX8VTKOSNTWfQlHhHzcnBJvWZ {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #F9pouHXpJ4e1RhPp7ehzzNVadyVMLMN5 {  }
 }@media only screen and (max-width: 763px) { #eg9cwCGe4WTuygQQnVPS6OLZCvE0Slei { width:18.875rem;height:6.5625rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgusHBSaXIiEHSMkhsAT6DgdKlCITyT6 { width:37.875rem;height:2.0625rem;top:9.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtqfmUbbpNicuAk7lwiwAd5Grg7fQpQP { top:12.3125rem;left:17.3125rem;width:30.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpTgTUdidhBNKoMWXhTwb1ydvcCtmx1 { width:11.1875rem;height:1.75rem;top:13.875rem;left:36.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZsmSWmUd7COU80rzHqCTP3EUu6EvfO { width:18.625rem;height:1.75rem;top:16.875rem;left:29.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apai6nSSOQOUJ9b7bVdwSL0LQ0n47wdv { width:6.75rem;height:3.9375rem;top:12.5625rem;left:34.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt97o5qaU0Cwr1uHC3kN5zT08pVRZ2E1 { width:4rem;height:3.9375rem;top:15.125rem;left:26.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHDgV3Cb97tERyTUuhQH40WwWTTrGqog { width:38.5rem;height:5.25rem;top:13.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF4SEW82u6oBXbfnl8TboFUNhH7hbsmJ { top:2.4375rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuLOrwHabTJBW4akQd9FD4Xu5yJFeD3Q { top:7.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U42LM6ZEI6skq5JEbOhfqFbnpR1GRzle { width:4rem;height:3.9375rem;top:15.375rem;left:43.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqd55w88cCCKpw9kSt7DlacHI596Sd0i { width:6.9375rem;height:1.75rem;top:16.875rem;left:40.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8sAivkJKkmPzTOBzAoX64gtuXgqRNP2 { width:19.6875rem;height:3.4375rem;top:20.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6ymWspGKpGMuw14SdFJ0N9naag2wQk { display:block; }
 }@media only screen and (max-width: 763px) { #iHLI79NW0u1Qq92o4Edhh1xW6AAvi169 { top:33.25rem;left:2.1875rem;width:34.1875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK1sooiiWxKy8nHKBO1a6iiQ2qPmTUVd { width:17.875rem;height:1.3125rem;top:67.875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHKDMct4cAFJfoUod7cRikDQtg1l4AzA { width:9.1875rem;height:1.3125rem;top:69.1875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd3s0zKLemGCpJvmdbZ9flW74QrODPIe { width:9.1875rem;height:1.3125rem;top:71.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2RpSlvwpPRxnfrXL0HUiAtWl08xeGdu { width:9.1875rem;height:1.3125rem;top:66.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS0NRiwA68ZEeTenVN3Glm3Lu3TuuD8q { width:9.1875rem;height:2.625rem;top:69.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csgfkb9bPVZwsTfLk0cX9i9MJFnMAmE8 { width:12.3125rem;height:1.3125rem;top:71.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiteiGNvTa6vQxN3MBaPJzh0z8VE8goZ { width:20rem;height:4.4375rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9aE0JXR9sd035y9WETxwQDhE7OpRpsD { top:2.4375rem;left:42.625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kcf6qFTdKNT07xfZTqDUuHeXqHqkooeJ { width:37.875rem;height:4.3125rem;top:24.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdFphZnfBcThc1X5T6AzP263tMQXSHS { width:38.5rem;height:7rem;top:39.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flR6cwnyONBBiihRkW5IKkwvySkyCaz6 { width:38.5rem;height:1.75rem;top:37.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE { display:block; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bx9xN3IJNavZTn4dTTHWV8W87Es88l7K { width:37.5rem;height:3.4375rem;top:5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkPvyztxJSqpdRoQvDZB6n4lfFTa33mg { width:29.125rem;height:3.5rem;top:11.5625rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxgr6z5zmlsQyPuxywcwpH4dxoPoufQ1 { width:20rem;height:14.4375rem;top:4.375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiD2wWC19Mn7Z2ULkXEfL4CQw1KJkqXQ { width:18.0625rem;height:6rem;top:22.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #az2CQAMRZfwAKvwIAitCuedkR9PMqLPJ { width:20rem;height:7rem;top:30.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlZIQoD8zIsZRPAD9Kw5aPMFFb79o5Z3 { width:20rem;height:11rem;top:44.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0pc2tl9CfIWIVXC83m4hBhwToTpgcZc { top:42.3125rem;left:0rem;width:47.75rem;height:16.852941176471rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVZM2bexZ1sWP19TVMBgr8GTNhAVOEd { width:19.9375rem;height:14rem;top:43rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-regular-label { width:34.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-text { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-text {padding-top: 0; padding-bottom: 0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-textarea { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-select { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-select {padding-top: 0; padding-bottom: 0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.5625rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-checkbox-label { width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd  { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .radio-container { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd {display:block;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #MQ3I0J3FJ30U9vvSrkzi0ok201OgeXea {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #u96IDJ34fTVysheNCs2oJ1srNRPCS8th { display:block; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #wBaGV6Sd7oKS98rSkRBrFO6dwGPRzTFP {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #ebfAGKnuPQHs1hzF0m0v0U7wQM1ss9dM {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #kFqef52gFFUilEJaOK9RXqod0NsVCqwg { display:block; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #JXeV2fKB6pO9IVNFTDbl9WFRT2HFwpZk {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #LkQT0xK1WB0VifvKA5TAaH55dNmCnEIS {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #CXRMhfSs13S1MT1l7sPE6MVziTacooO2 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #yTTb3kMue2RcMTfQzHp4f5kJvB87qLg4 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #T5L5eF1dpMuGJEhouBQgmLoTnwLV4POt {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #Ptz4U9KFvkcCToRQfEkvbAhcPu6Lp63B { display:block; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #smk78QGMlbMquL5C64mSv2PwNOzKIvW1 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #KW5T3OglLh0Ln21b9onpyCw15bQwl7n9 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #zqqhQnb8t8otuuycf2v1yCrcZerVC0k2 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #BTzyPi4s8C6G075X3H2Id6lDRlIcXMkl {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #BgBa1xuKEV9gx7KEgckyV5reGVThPfk2 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #KRFGoTDgKoN3QaFTHTwrzRF54eh76ol8 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #hXTeNdbF61BdcRctqyLeiTNKevyTuGRO {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #teCaVvTyy0pGhnAIDsDy0kR76h7bVcs3 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #vTKmzo6MFhT2uQsNuNFruIkIy58JQLDH {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #tIV3oiOUISfkO8ivqeLbAKozan4BXuyn {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #kFa2aor1tfemUhAsgK7U4QsiEuqJoJ7A {  }
 }@media only screen and (max-width: 763px) { #IT3L09NvxOkbFJcwPkQQNzDPzCIJZc3R { width:18.875rem;height:6.5625rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEHyW4wk4NHTq4hkekRNuEGFX5nyFalx { width:37.875rem;height:2.0625rem;top:9.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTylHF2AREpTHMTAn1QotEECrzrq5PC { top:32.375rem;left:0rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h761JoqUAgUyS4iEeeQoZs4LRwVNeXC2 { width:38.5rem;height:5.25rem;top:13.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRr0Cyk0VI325DI1E1AqWZJKZIfEfFUc { top:2.4375rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Ji9L2DTyBBEQtAL17IZDhyPh6OpdRc { top:7.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5RbRyysuEf1JxfTamDOZukdeR2dHE3S { top:35.3125rem;left:2.1875rem;width:34.1875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaVVph2iSiGsc9cwsxevCST226VuzkOh { width:20rem;height:4.4375rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHhfUJUEIP6Ct3ouIglrMHoJthEtLqnm { top:2.4375rem;left:42.625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFNLHe1S6MU4ilJ2cQgUihVITMgqs69U { width:37.5rem;height:3.6875rem;top:21.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoaoDmfOaO7rIRfXikhCT7wcOMT2fs1L { width:38.5rem;height:4.375rem;top:26.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 { display:block; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1p4hr4q7s3Sz6IoXJWUvirqNZeaqH2O { top:8.8125rem;left:0rem;width:25.375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJWUU6gohfIhqS60wGplD9NZw8MpcVE { top:2.875rem;left:22.9375rem;width:24.8125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtwUh89vbBHZwuMxhf99ckTkqpRacG8h { top:8.75rem;left:12.96875rem;width:21.8125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAskGJ9PROc4iRkBeubTUZ5XsVh80bCN { top:2.875rem;left:0rem;width:40.25rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAIzOEumulz1QOrrfFMKe0xTTz5dxS2K { width:39rem;height:0.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKg6KfBkB1wJJbAnCS37pligOfumxGDQ { top:2.125rem;left:0rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM { display:block; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivBUVsNoW7xU8O16BzluZRLbuf93rSg5 { top:4.6875rem;left:0rem;width:30rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBOyiqwFpoFHOgC9qfcwA1IwuQARFUfO { top:14.5rem;left:0rem;width:33.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckA4eXL2VDTgBFVC2lPxVoFySr5ckGUB { top:13.8125rem;left:0rem;width:34.4375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqTZk2PdtAK0tlvpAHS3JwxK52yzAu4 { top:13.9375rem;left:13.0625rem;width:34.4375rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTVRwd1927C3xXBFwPQNTl01cX0QOWaW { top:14.625rem;left:14.5625rem;width:33.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpyw6Eql8PfxFGBcNm84n2R77zNXV3xK { width:29.0625rem;height:0.25rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5kk6TEq3CWM7FhzvIpA2CWbKIBoA5WQ { top:5.4375rem;left:43.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyGAR4sAnhpoXtQ1Do2x9VKVoUn4lW9R { top:34.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcWr2TnXIMThEEKdL8g2PzrVbmexthT1 { top:9.125rem;left:45.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncf59rqb1HuwqvfJZ5UQkMC6UGxE1Pqo { top:5.4375rem;left:43.25rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG { display:block; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzyRZX6JSct9vuzwAXNm5synTyopa4Bi { top:5.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G78rAiK6WKiyI5xki5agVmUA7sz0BdcX { top:9.75rem;left:0rem;width:19.0625rem;height:50.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZP08R0CnmVX6R3dHKEprlDN54Il40Ak { width:47.75rem;height:6.5625rem;top:10.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9FDfMK3hqSFBnePIA0ozZ0SugmI2n3i { top:40.125rem;left:0rem;width:29.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9S4gf4O6vSIQdukUnnrWHymZgeVEBr { top:40.125rem;left:18rem;width:29.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJdZnCBTUc8cqcicHpcM4t61232nPMqL { top:25.25rem;left:0rem;width:29.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdpqn4nMTzSawQDCXyGN44TcPv4UiHcR { top:25.25rem;left:18.125rem;width:29.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmgpSwFTNf5cRKoDeeXkfeEWsP6UnWxo { width:19.9375rem;height:7.8125rem;top:7.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMTESDbyynVAQufAnFz3AFtlo7VPb9Bo { top:66.4375rem;left:31.75rem;width:16rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP11pN7fCnGwT0Fc4HahCvLevurAoA0I { width:47.75rem;height:0.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmiLDAfqrsEZ968rsTTSNKJPlgddgHBq { top:66.375rem;left:0rem;width:7.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTzkHiPnTvWSOf0AEGIgvFcCKZTCURE { top:48.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdxkTTrz0qfgyx5gGikwUkyLRLZLHeU { width:27.5rem;height:3.4375rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi4m3Om2TE7ybFGnbTrwBrbEe8N7A4dp { display:block; }
 }@media only screen and (max-width: 763px) { #NBbilVcVWJmzWuHf8eehNCunAMhSOTk5 { width:27.5rem;height:3.4375rem;top:41.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wedcNWZVD23VAOy7ve277fxwf6qDhheE { display:block; }
 }@media only screen and (max-width: 763px) { #IUNgTDDPQZ7G0XVQIdB8f5tJ7HqGi9a3 { top:17.1875rem;left:2rem;width:7.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMUeXJgC7b38kPodhOhHPQTXKxUTknvU { top:19rem;left:39.9375rem;width:4.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #to7SOkClGo6rtQbwQnQb1JP3LL6z8WvB { top:69.3125rem;left:2.65625rem;width:42.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADxrrFR9TEsc9mKhS6HSR3PIJKyXHmin { top:54.1875rem;left:27.3125rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJq929GsfKBGdH5DDwoZbfoNJOhlO8lT { top:69.0625rem;left:14.9375rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogCQs83iVzhlpXCJgRxsIxAOwvVOQ7A { top:59.0625rem;left:4.5009765625rem;width:18.8125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvUKeHNrmEAiQnKs73d7WJnyh33sibP1 { top:59.0625rem;left:33rem;width:14.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xTHh0u9668RCctftpDBeppMVXVXb8V { top:53.4375rem;left:0rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb { display:block; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF77i9folz2uRQvQuz6H0hegKZufKHgO { top:7.0625rem;left:0rem;width:47.6875rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCcC1icHVPVV5IHIK2On63rXF5hGrW8Q { top:17.875rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHKbQF6uDSTlCPnDusVa8yVorUTl23nK { top:15.75rem;left:19.4375rem;width:28.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxROUVkdrzfAiJCZ5gZ38s1ispioquQ { top:24.5rem;left:0rem;width:24.9375rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmc4XhGSSKeJMvS3O9g540BSnH0HxTCA { top:17.875rem;left:27.375rem;width:20.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KassyOtxvSPNUV9azdLeSMzAX5nCVm7R { top:24.5rem;left:22.8125rem;width:24.9375rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMI2y9lPi7GZQwFrJUW1Ozm05EDNmAm9 { top:43.875rem;left:0rem;width:28.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNNsTIctOnwJyBMTNLIM5lAEuQJi1Gn { top:46.25rem;left:0rem;width:19.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIiLCgQ22Uh5gedNPymkVaNPSbtvbk4Z { top:52.875rem;left:0rem;width:24.9375rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drQLkMZtHuIzDRgotQSvzc7HJrkAawvV { top:43.875rem;left:19.4375rem;width:28.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8R2Vc3G7gEN7gJslraQQUcZtJ4Ise8 { top:46.25rem;left:28.625rem;width:19.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxsdy1Ey72XXozkS5hg5v9h55R38A27a { top:52.875rem;left:22.8125rem;width:24.9375rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnVTEdBoJ5QOsuQPe83qABHUtpZ3iJ4e { top:90.0625rem;left:0rem;width:24.9375rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHZJ6IoAIZMhXOoNgt6QDZQTvaDVaRXZ { top:24.5rem;left:23.71875rem;width:0.3125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqllnSEMugoI89rsHL5hwSrPi5iMIPM { top:24.5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRZmLFKhNPI1qaETpFariRUMmppeBwtN { top:66.875rem;left:23.25048828125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaDxbue1SsNzkRvummufhxczIAvBEbg4 { top:36.375rem;left:0rem;width:10.875rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MplVZyCzfVVX95bxvmKxDFGtra5bXNyw { top:31rem;left:38.625rem;width:9.125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0EWkUNEpCE5TE4cHk2Grfy9GfX8A0I { top:15.75rem;left:0rem;width:28.3125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw9yO6rEO1z18eCS4GSthvm6rOLS0QQC { top:0rem;left:0rem;width:44.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4BcH1uty2Ksls1Clk9LIyt94slRxXNo { width:46.875rem;height:0.25rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9ha7x3kk9aUpcqfwbHs3yxUtJqqHbA { top:61.5625rem;left:0rem;width:20.5625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSy4DcLHRAt3K5IJLpOUUPV4BlNsUOif { top:61.1875rem;left:0rem;width:21.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs { display:block; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kmc8reHqCu33GDBpQL2TMyvkv5PHt1ST { top:29.3125rem;left:0rem;width:32.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWMymW4ToLEg6LlNcqUhGxdHx2MHcz9g { top:33.25rem;left:18.25rem;width:29.5rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7KhpTZmSupxxZu2WrNdQutET2JHtIWK { top:16.1875rem;left:0rem;width:31.4375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU7WFIAH2sZtZJGlxShJuS5uX8G0zOAi { top:17.3125rem;left:0rem;width:29.25rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTFLQAuyQRPbQX3qB8BHpBBvzVcxfaX { top:8.6875rem;left:0rem;width:28.375rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hicaF7wVO5FwJQCsUWa1sgEwK1LwC8iN { top:7.125rem;left:15.5625rem;width:31.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7kwbc7kApQqpkTeeS5qsf0TzycOwao { width:47.75rem;height:3.0625rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2gcZybcvcNtGGHkTZ95Ze0EVJaZsV39 { top:9.375rem;left:0rem;width:2.0625rem;height:2.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vogdOmQoJHJ6f6Jdr7iy7h4AXVXETT { top:33.8125rem;left:24.9375rem;width:2.0625rem;height:2.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHs2bMozbN1k12VAc01pKXJ2Ea3ABFBx { top:44.0625rem;left:32.5625rem;width:15.1875rem;height:21.999rem;display:block; }
 }@media only screen and (max-width: 763px) { #icfLpd4XJ4uRFVGmyrvepsLBkFHKZxAX { width:14.1875rem;height:0.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atMfCLUs5TUpy0pfSb3OvP6PSl3d3z1G { top:53.1875rem;left:0rem;width:19.9375rem;height:12.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqNPKoilgwWu74IUXA4mszLhrhJaDb8R { width:19.25rem;height:3.4375rem;top:44.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzUANTeC2JopZahAgKv6x8ehBuVdevRi { display:block; }
 }@media only screen and (max-width: 763px) { #Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 { display:block; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sn0qq5cJmMIhP8BXKVpu4cyPkfwuVfvm { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz2TX9SGNcO04SvrwOPxLWuaM9Ix4NEF { width:15.5625rem;height:0.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLgtpzEh1b8hfiKehHy4HUcomiuWsaJi { top:9.5rem;left:0rem;width:47.75rem;height:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZH4I5e38ouGeoJ6Sm4q3o53fowOyw98 { top:28.4375rem;left:22rem;width:25.75rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTI1MQbPp710wWB2DCt7KGfXTwHxAi1o { top:20.25rem;left:22.75rem;width:25rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPCR1E8H7FM5amrHgSWGEVXtmI6H9Hc1 { top:11.9375rem;left:0rem;width:47.75rem;height:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1BxIfNhkmmIZLhaE9VBu6eILLo0J6B { top:27.375rem;left:0rem;width:14.625rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vimWEdXT3tBWQqNQtibXKm1AT6uIdd0g { top:14.25rem;left:0rem;width:29.3125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcDcmQsMI2ZuI5Fe1pPGGOoTTmsNTOUi { top:35.75rem;left:0rem;width:47.75rem;height:15rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOR8dOawlxTcVNGKWOrNJtnyHau1XvKR { top:29.0625rem;left:0rem;width:17.8125rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC47Sm6vET4dKXf57FJfJ3WzpNIMGI5W { top:36.75rem;left:0rem;width:17.4375rem;height:35.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw { display:block; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTfO3xih0lvcsewpHZf6hioZmM5q2wIh { width:16.625rem;height:0.25rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voEkvur41xRVrTfUs4poL6Gzpk9tg8ry { top:4.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TGooECEDkBE9FFc4SPxBgKK7ZLvWod { top:11.0625rem;left:0rem;width:47.75rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZd62cvDmf5fWctzB2J4OTP1GR0GxHT { top:41.4375rem;left:31.5rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSn3qXfARR84inz2ByVgtkwTz9b5GZrz { top:36.9375rem;left:31.5rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tqlSCgH9D7c4OlKTh5NCGbmqqPQT6D { top:42.125rem;left:1.8125rem;width:29.875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzdHDT3IAAl7MQaQXNS3HWOJA8hpbhSC { top:37.625rem;left:1.8125rem;width:29.0625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRDiPPSft3RMtBnFvpQLmsGHnvwE787h { top:37.6875rem;left:35.3125rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5veukFfiRJ6gvSyprX3RP7rsKpe1wN0 { top:32.375rem;left:31.5rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9x3eQCvEdCqMWDW4T5Z2dpn9ZsSqNxk { top:33.0625rem;left:1.8125rem;width:22.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4iB4okqlNlfg58FIe3Pwfnd1sI9Ko9 { top:33.125rem;left:36.125rem;width:11.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdiCzZwXbgtEi2n39EhW8RqHZAQTKGCx { top:28.6875rem;left:1.8125rem;width:26.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTN2vQWazXQGbcdD6TzpSpi2pQ0VF9L2 { top:28rem;left:31.5rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ip601A8gbG7d7UEUOBWgrt8uBrIxnV { top:23.5rem;left:31.5rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eamGJMevpn44rBVWrU5OPM05oaXk7arB { top:28.75rem;left:35.3125rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emVhmnlqENzJBHfveHesBRTiXIIrrGSG { top:27.6875rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXixdh8oMhRw6zfzEVMeh8seGNaLxrLU { top:32.0625rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c42MdiCL2zCLubS97LL7PDPJAR9Kt0QK { top:23.1875rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzbWMy5WFHIfxLOaDA38DswREqaxTt6q { top:36.625rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHSPqK5wP1Mh4iaG1C5cRnv3oDBkwToc { top:41.125rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExKV02fORoXVaNf1Wkcf7q1SL3I0Larm { top:24.375rem;left:1.8125rem;width:27rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4tqzOR2wF7LDiTXTTEcJuHsk9T6xOL { top:24.25rem;left:35.3125rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDte1aEkAHKyt8pkkJR9TT2esi4IE1wG { top:18.9375rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4CbaVk3rWbD0ame9HI4hgHmvorAQDoX { top:19.9375rem;left:1.8125rem;width:30.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfowTFnV63BA9vc0T967BtIfspTwqLK { top:19.25rem;left:31.5rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FakJSQoQNUTXZqwsfgf9m2qiLm1V0P3C { top:20rem;left:35.3125rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8aThNDsWqudfO0tM0lmNOXOQspPisJD { top:14.875rem;left:1.0625rem;width:46rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDgFyL3msex8LEdGVUlxDlUA6dPdUzTF { top:4.1875rem;left:29.125rem;width:18.625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOfZbyDu8NRfQAGW5dLDkMn88GqzzU22 { top:2rem;left:10.22314453125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexAk5sAAAygvDWcaT8Mp9VcXAQEcITg { top:17.5625rem;left:0rem;width:15.5625rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4cMDoTlxw11b89rDgXGNROWLoA23pez { top:24.1875rem;left:1.5625rem;width:27rem;height:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ny3SMHhtvsXUCB50EBVww0DUgCIrz7mc { top:63.4375rem;left:0rem;width:12.625rem;height:4.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5E3hI8oHIJwpw5X3n5n53cRlKs7DKZp { top:69.5rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qC6JxQBE2PTiMf5WOzgJALviocFdV6cd { top:10.625rem;left:0rem;width:15.9375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLs4csTpeog4BizkDRyUwW3lKS639tc4 { top:27.6875rem;left:0rem;width:19.625rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImGluoDEP2EqkKMv8fXJA17NttMawR9l { top:5.375rem;left:14.7490234375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL { display:block; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h827xnDoBfeWF7oMOnSe5k4tBvdi4Znu { width:27.0625rem;height:0.25rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh1tEgpbikoyN87gdyL6dQaqTKXZAeUA { top:4.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mycLoHZCw9B0TfJUJnTxWaeaTrZkzMdc { top:11.8125rem;left:0rem;width:18.0625rem;height:18.000212080666rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKAdO8lHVbWFI8aCEdrtWWfI0Teh6AB { top:34.4375rem;left:0rem;width:24.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPKNCvGUJrRAo03rbOf2H7SegrHsqRF { top:11.875rem;left:13.3125rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZnMJwmLWUDIWosR7Kd2QtIyQ5y6hHKi { top:34.4375rem;left:33.625rem;width:14rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu6KGWbwkkLp1LPIH32GPTTz7fmcuiBp { top:11.8125rem;left:25.9375rem;width:21.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwqGv5b19XITkHcoXPHQUCh543tz6J1b { top:34.4375rem;left:20.25rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQXCIXqMT0vkK43yfd3h2CgrfAB7rbP { top:1.5rem;left:21.34814453125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFQ2B3dlGyyJn71n2IUacJtEcdmFlCu { top:5.3125rem;left:25.78564453125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTa8wGytf6EL6gAM3HuJxE9ixtbb0rad { top:1.5rem;left:21.34814453125rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8wklolGK1wDzVzh39C1thD1rEGO5vcf { top:5.3125rem;left:25.78564453125rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoQv34WosTd6GECskQ3cKZduysqSUEZQ { display:block; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgx4VPaEENJ4bXZpJsQEZeetaNoSpxtp { width:28.375rem;height:0.3125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ7GfbUETks6PQTPZ5HwLv41mTBmvdPb { top:3.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO3pa66GZQTtSrguq4rWBaTZEFObt28E { display:block; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9B9cc72kgpMBQkXlD2AfA9DrUUFlJuN { width:22.5rem;height:4.125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoWUMsXkdUVEcTvgaJoCWhIGPbzzJRPA { display:block; }
 }@media only screen and (max-width: 763px) { #NRp2TzeN9foyiKrMKaf2Qfs4GLHF7fvI { top:3.5rem;left:0rem;width:34.1875rem;height:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UJX7WCkE7Cn0wi3U5KNTBgWut3VGAW { width:22.5rem;height:4.125rem;top:1.6875rem;left:12.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8WsCwTcCyzIAPM353gQLBJx7mHqDP2u { display:block; }
 }@media only screen and (max-width: 763px) { #lRIDd6oJnP690ht4G4e3yXxok87gXTOX { top:3.125rem;left:14.5625rem;width:32.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ { display:block; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJWkLu1vgGF13O28RaqgT8eWyDXNAm6E { top:1.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxX9xcextoLBwLswWvSKTzKZuwr3eKKB { top:3.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOkyRM8Z87alaTB0StaUgk6KAlpFSUAs { top:12.8125rem;left:0rem;width:10.8125rem;height:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ll80L1ehyX193hd7lbIDzdRGkyMyAvcL { top:4.8125rem;left:21.125rem;width:11.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXbMCXE1tL2Gpy8FQGpd83rHbfGcJila { top:4.0625rem;left:17.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdTTx8fK33B069LeF8Ww0TPTqgCm2OKI { top:4.0625rem;left:43.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGXTD8Py325bfdg06JKkTgXWHh3WQGRt { width:13.75rem;height:2.5625rem;top:4rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNpxQgpRMhD5wClFMz86mKRTzJvCxTNz { display:block; }
 }@media only screen and (max-width: 763px) { #aAf8PgWAc4z5ibMySJN1kstfVkPq36Pm { top:4.8125rem;left:37.9375rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zun8pBX7xZ4wN6yf2pioV1cV729zSgkz { top:3.5625rem;left:0rem;width:14.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE { display:block; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE { border-width: 0; border-radius: 0; }#uRqCoa8uAtM1wE2ee77tN1Fs4JsznuZE > .row .container { width:20rem;height:16rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr168TrEc91nwsuzItymEZSzZl9NeSuS { width:4.0625rem;height:3.875rem;top:5.3746089935303rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9BleHxh68wu7ATRe0iEJwf0lBehmOG { width:14.1875rem;height:2.47411875rem;top:6.25rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ovHI3w1119AIZpEw1FI7dIwNTXro4Hv2 { top:5.75rem;left:3.6875rem;width:12.9375rem;height:3.25rem;z-index:14999;border-top:0.125rem solid #234e87;border-left:0;border-right:0;border-bottom:0.125rem solid #234e87;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;display:block; }
 }@media only screen and (max-width: 763px) { #bk8TGQQKRAKlTRlkatrnLgXNvaD9sTDz { width:10.749625rem;height:2.37421875rem;top:1.9980467557907rem;left:4.6242184937rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qswTuoP5LJOOVoCASmkFNtATDy8nEf9X { width:4.8125rem;height:4.25rem;top:10.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23692ee2-3c22-4890-b628-fba2e20a49f5/KopiaIMG_6313.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu.adaptive-delivery-prevent-bg, #ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu.lazyload, #ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu.lazyloading { background-image: none; }#ZN28ZrUgAudXZhqXct2L7AuJZRuhZDzu > .row .container { width:20rem;height:115.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iKIvCz6wT75GGqGdeTW9MbfqItOLRpcd { width:18.5625rem;height:3.8496125rem;top:1.54931640625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRh9KmgGqLVBi0CVTUrhuXrEm1niC5Jl { width:20rem;height:auto;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXEIysbGU1dUZHewTsXawcvfGktxuSqG { width:20rem;height:0;top:5.6833353042603rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ea2MSo05G2gTsQkmhT1epUmaTrnbAfzW { width:18.0625rem;height:0;top:18.437500238419rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #lSHoRixglJVTOTPDZZvwaCATHVn7VSlK { width:20rem;height:0;top:29.000003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #ZfgSiSTGcFVtx6FxW5IZ6qnTw5D2bTEa { width:19.125rem;height:0;top:38.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #h2cWTATahEpnJXTucWv4Um0KCkBlhzzN { width:20rem;height:7.0625rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaTeezFbxLSNM6LRQWMTuqk6Swm9oe5X { width:19.996125rem;height:0;top:39.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-regular-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;height:auto;background-color:transparent;background-image:none;display:block; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-text { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-text {padding-top: 0; padding-bottom: 0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-textarea { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-select { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-select {padding-top: 0; padding-bottom: 0;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-input-button { width:7.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.625rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-checkbox-label { width:13.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC  { width:14.4375rem;height:auto;top:56.5625rem;left:1.40625rem; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .radio-container { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC .widget-info-text { text-align:center;text-align-last:center; }
#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC {display:block;}#y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC { width:14.4375rem;height:auto;top:64.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #TsAI9ab5zINVTICXTzciIoWvgxpFbaHZ {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #x0XRc8S8L3vH8sSRa2TKe0B6RvJJPh9g { display:block; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #A9KBWD7w5TWvbIbuL523O5O62Ci1vINH {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #FXV6z0KdVZkbC9LsGBTlR1oJIg0TCMV3 {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #Z6ogLA49GcyIr3yn3ecBMadEZCbtXBux { display:none; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #isvTQVvqa263uPUiKmHSrSdpqvEkpShs {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #ME67OgT9qbQ8l2vuug1vJmtcSW2OVeWd {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #yWhrCQDBybxPQTFqCB6tJkwXch3tRFsi { display:block; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #fXZwKQ9Wa0T2WwPKQ9ki2m9JgADT2LnX {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #QnkSvndeVaN7sEpfpyUuNiBtA3JL0th0 {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #x1vobQkewutIlnd4F0AzTeR8XWPT7RVl { display:none; }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #EDQB6oHbkPIRGGlvPTHH3du0odgOUsEc {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #MfoWR01WghBuAhJ65n0VrITWFxIwRT2T {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #PrpxJIrZMt0Tv2edsIpTAU83cTGnBmRo {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #GIXARldkX8VTKOSNTWfQlHhHzcnBJvWZ {  }
 }@media only screen and (max-width: 763px) { #y6gR7X5puUVmFi45BeHLq0Nm4UMdPONC #F9pouHXpJ4e1RhPp7ehzzNVadyVMLMN5 {  }
 }@media only screen and (max-width: 763px) { #eg9cwCGe4WTuygQQnVPS6OLZCvE0Slei { width:18.875rem;height:6.5625rem;top:16.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EgusHBSaXIiEHSMkhsAT6DgdKlCITyT6 { width:18.9375rem;height:2.68066875rem;top:5.96875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtqfmUbbpNicuAk7lwiwAd5Grg7fQpQP { width:20rem;height:7.375rem;top:100.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpTgTUdidhBNKoMWXhTwb1ydvcCtmx1 { width:11.1875rem;height:0;top:23rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #svZsmSWmUd7COU80rzHqCTP3EUu6EvfO { width:18.625rem;height:0;top:26rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #apai6nSSOQOUJ9b7bVdwSL0LQ0n47wdv { width:6.75rem;height:0;top:21.4375rem;left:7rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kt97o5qaU0Cwr1uHC3kN5zT08pVRZ2E1 { width:4rem;height:0;top:24.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHDgV3Cb97tERyTUuhQH40WwWTTrGqog { width:20rem;height:auto;top:13.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kF4SEW82u6oBXbfnl8TboFUNhH7hbsmJ { width:2.0625rem;height:2.0625rem;top:2.443359375rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuLOrwHabTJBW4akQd9FD4Xu5yJFeD3Q { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U42LM6ZEI6skq5JEbOhfqFbnpR1GRzle { width:4rem;height:0;top:24.5rem;left:16rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bqd55w88cCCKpw9kSt7DlacHI596Sd0i { width:6.9375rem;height:0;top:26rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8sAivkJKkmPzTOBzAoX64gtuXgqRNP2 { width:16.3125rem;height:3.25rem;top:109.3125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6ymWspGKpGMuw14SdFJ0N9naag2wQk { display:block; }
 }@media only screen and (max-width: 763px) { #iHLI79NW0u1Qq92o4Edhh1xW6AAvi169 { width:13.5625rem;height:13.5625rem;top:61.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sK1sooiiWxKy8nHKBO1a6iiQ2qPmTUVd { width:9.1875rem;height:2.2749rem;top:100.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #pHKDMct4cAFJfoUod7cRikDQtg1l4AzA { width:5.1875rem;height:2.2749rem;top:103.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3s0zKLemGCpJvmdbZ9flW74QrODPIe { width:3.875rem;height:2.2749rem;top:105.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #W2RpSlvwpPRxnfrXL0HUiAtWl08xeGdu { width:9.1875rem;height:1.3125rem;top:101.4375rem;left:7.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BS0NRiwA68ZEeTenVN3Glm3Lu3TuuD8q { width:12.3125rem;height:1.3125rem;top:103.6875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Csgfkb9bPVZwsTfLk0cX9i9MJFnMAmE8 { width:12.3125rem;height:1.3125rem;top:106rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JiteiGNvTa6vQxN3MBaPJzh0z8VE8goZ { width:20rem;height:4.46191875rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #u9aE0JXR9sd035y9WETxwQDhE7OpRpsD { width:1.5625rem;height:1.5625rem;top:0.94921875rem;left:0.71875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Kcf6qFTdKNT07xfZTqDUuHeXqHqkooeJ { width:20rem;height:6.53075rem;top:36rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdFphZnfBcThc1X5T6AzP263tMQXSHS { width:20rem;height:14rem;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flR6cwnyONBBiihRkW5IKkwvySkyCaz6 { width:20rem;height:3.5rem;top:43.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23692ee2-3c22-4890-b628-fba2e20a49f5/KopiaIMG_6313.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE.adaptive-delivery-prevent-bg, #KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE.lazyload, #KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE.lazyloading { background-image: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container { background-color: transparent; background-image: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8200b2; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container > .video-iframe-container { display: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #8200b2; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row > .video-iframe-container { display: none; }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .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); }#KiIT2EOiqNTNeASLX9RXynnpNSPoZPdE > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bx9xN3IJNavZTn4dTTHWV8W87Es88l7K { width:18.5625rem;height:3.8496125rem;top:1.54931640625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkPvyztxJSqpdRoQvDZB6n4lfFTa33mg { width:20rem;height:auto;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oxgr6z5zmlsQyPuxywcwpH4dxoPoufQ1 { width:20rem;height:0;top:5.6833353042603rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #WiD2wWC19Mn7Z2ULkXEfL4CQw1KJkqXQ { width:18.0625rem;height:0;top:18.437500238419rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #az2CQAMRZfwAKvwIAitCuedkR9PMqLPJ { width:20rem;height:0;top:29.000003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #HlZIQoD8zIsZRPAD9Kw5aPMFFb79o5Z3 { width:19.125rem;height:0;top:38.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #N0pc2tl9CfIWIVXC83m4hBhwToTpgcZc { width:20rem;height:7.0625rem;top:89.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVZM2bexZ1sWP19TVMBgr8GTNhAVOEd { width:19.996125rem;height:0;top:39.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-regular-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-text { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-text {padding-top: 0; padding-bottom: 0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-textarea { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-select { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-select {padding-top: 0; padding-bottom: 0;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-input-button { width:7.1875rem;margin-top:0.25rem;margin-right:3.625rem;margin-bottom:0.25rem;margin-left:3.625rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-checkbox-label { width:13.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd  { width:14.4375rem;height:auto;top:52.9375rem;left:1.4375rem; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .radio-container { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd .widget-info-text { text-align:center;text-align-last:center; }
#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd {display:block;}#s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd { width:14.4375rem;height:auto;top:52.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #MQ3I0J3FJ30U9vvSrkzi0ok201OgeXea {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #u96IDJ34fTVysheNCs2oJ1srNRPCS8th { display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #wBaGV6Sd7oKS98rSkRBrFO6dwGPRzTFP {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #ebfAGKnuPQHs1hzF0m0v0U7wQM1ss9dM {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #kFqef52gFFUilEJaOK9RXqod0NsVCqwg { display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #JXeV2fKB6pO9IVNFTDbl9WFRT2HFwpZk {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #LkQT0xK1WB0VifvKA5TAaH55dNmCnEIS {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #CXRMhfSs13S1MT1l7sPE6MVziTacooO2 { display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #yTTb3kMue2RcMTfQzHp4f5kJvB87qLg4 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #T5L5eF1dpMuGJEhouBQgmLoTnwLV4POt {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #Ptz4U9KFvkcCToRQfEkvbAhcPu6Lp63B { display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #smk78QGMlbMquL5C64mSv2PwNOzKIvW1 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #KW5T3OglLh0Ln21b9onpyCw15bQwl7n9 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #zqqhQnb8t8otuuycf2v1yCrcZerVC0k2 { display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #BTzyPi4s8C6G075X3H2Id6lDRlIcXMkl {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #BgBa1xuKEV9gx7KEgckyV5reGVThPfk2 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #KRFGoTDgKoN3QaFTHTwrzRF54eh76ol8 { display:none; }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #hXTeNdbF61BdcRctqyLeiTNKevyTuGRO {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #teCaVvTyy0pGhnAIDsDy0kR76h7bVcs3 {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #vTKmzo6MFhT2uQsNuNFruIkIy58JQLDH {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #tIV3oiOUISfkO8ivqeLbAKozan4BXuyn {  }
 }@media only screen and (max-width: 763px) { #s9EiID2orrGQlHEpHUhoiqc6T0dfVGSd #kFa2aor1tfemUhAsgK7U4QsiEuqJoJ7A {  }
 }@media only screen and (max-width: 763px) { #IT3L09NvxOkbFJcwPkQQNzDPzCIJZc3R { width:18.875rem;height:6.5625rem;top:17.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mEHyW4wk4NHTq4hkekRNuEGFX5nyFalx { width:18.9375rem;height:2.6806625rem;top:5.96875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTylHF2AREpTHMTAn1QotEECrzrq5PC { width:20rem;height:20rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h761JoqUAgUyS4iEeeQoZs4LRwVNeXC2 { width:20rem;height:auto;top:13.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRr0Cyk0VI325DI1E1AqWZJKZIfEfFUc { width:2.0625rem;height:2.0625rem;top:2.443359375rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Ji9L2DTyBBEQtAL17IZDhyPh6OpdRc { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5RbRyysuEf1JxfTamDOZukdeR2dHE3S { width:13.5625rem;height:13.5625rem;top:58.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaVVph2iSiGsc9cwsxevCST226VuzkOh { width:20rem;height:4.46191875rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HHhfUJUEIP6Ct3ouIglrMHoJthEtLqnm { width:1.5625rem;height:1.5625rem;top:0.94921875rem;left:0.71875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #hFNLHe1S6MU4ilJ2cQgUihVITMgqs69U { width:20rem;height:4.330075rem;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoaoDmfOaO7rIRfXikhCT7wcOMT2fs1L { width:20rem;height:3.32421875rem;top:30.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 { display:block; }#ufrhbOybhznJhDd8S7c1QxGWO9WHgcv8 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1p4hr4q7s3Sz6IoXJWUvirqNZeaqH2O { width:20rem;height:8.8935625rem;top:21.31005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJWUU6gohfIhqS60wGplD9NZw8MpcVE { width:20rem;height:17.108875rem;top:32.326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtwUh89vbBHZwuMxhf99ckTkqpRacG8h { width:20rem;height:10.2636875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAskGJ9PROc4iRkBeubTUZ5XsVh80bCN { width:20rem;height:4.0625rem;top:2.1875rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SAIzOEumulz1QOrrfFMKe0xTTz5dxS2K { width:15.1875rem;height:0.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKg6KfBkB1wJJbAnCS37pligOfumxGDQ { width:20rem;height:20rem;top:39.32861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM { display:block; }#ca2biE9TDU0LxhoebxI8XxOmwH4Dw0ZM > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivBUVsNoW7xU8O16BzluZRLbuf93rSg5 { width:12.6245rem;height:4.0625rem;top:2.1865234375rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sBOyiqwFpoFHOgC9qfcwA1IwuQARFUfO { height:10.1875rem;width:18.25rem;top:9.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckA4eXL2VDTgBFVC2lPxVoFySr5ckGUB { width:19.75rem;height:11.625rem;top:9rem;left:0rem;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;display:block; }
 }@media only screen and (max-width: 763px) { #GoqTZk2PdtAK0tlvpAHS3JwxK52yzAu4 { width:19.75rem;height:11.625rem;top:22.625rem;left:0rem;border-top:0.125rem solid #eab000;border-left:0.125rem solid #eab000;border-right:0.125rem solid #eab000;border-bottom:0.125rem solid #eab000;display:block; }
 }@media only screen and (max-width: 763px) { #zTVRwd1927C3xXBFwPQNTl01cX0QOWaW { height:10.1875rem;width:18.125rem;top:23.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpyw6Eql8PfxFGBcNm84n2R77zNXV3xK { width:11.875rem;height:0.375rem;top:6.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5kk6TEq3CWM7FhzvIpA2CWbKIBoA5WQ { width:1.43671875rem;height:1.43671875rem;top:4.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyGAR4sAnhpoXtQ1Do2x9VKVoUn4lW9R { width:2.25rem;height:2.25rem;top:34.9375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcWr2TnXIMThEEKdL8g2PzrVbmexthT1 { width:2.0625rem;height:2.0625rem;top:9.125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncf59rqb1HuwqvfJZ5UQkMC6UGxE1Pqo { width:2.125rem;height:2.125rem;top:2.4375rem;left:14.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG { display:block; }#K6KN90th4gAV0KTaMeCGGqMzyZVz6xNG > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzyRZX6JSct9vuzwAXNm5synTyopa4Bi { width:18rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;line-height:1.3;color:#ef0039;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #G78rAiK6WKiyI5xki5agVmUA7sz0BdcX { width:19.0616875rem;height:0;top:8.7597665786744rem;left:0.46757808327675rem;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #qZP08R0CnmVX6R3dHKEprlDN54Il40Ak { width:19.9991875rem;height:0;top:6.8027210235594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9FDfMK3hqSFBnePIA0ozZ0SugmI2n3i { width:20rem;height:5.1875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9S4gf4O6vSIQdukUnnrWHymZgeVEBr { width:20rem;height:5.25rem;top:55.875rem;left:0rem;background-color:#9500cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XJdZnCBTUc8cqcicHpcM4t61232nPMqL { width:19.875rem;height:11.537125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdpqn4nMTzSawQDCXyGN44TcPv4UiHcR { width:19.875rem;height:11.116375rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmgpSwFTNf5cRKoDeeXkfeEWsP6UnWxo { width:19.9980625rem;height:7.87353125rem;top:7.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MMTESDbyynVAQufAnFz3AFtlo7VPb9Bo { width:16rem;height:0;top:92.561715126037rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FP11pN7fCnGwT0Fc4HahCvLevurAoA0I { width:16.9375rem;height:0.25rem;top:5.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmiLDAfqrsEZ968rsTTSNKJPlgddgHBq { width:4.24921875rem;height:10.187125rem;top:106.18827438354rem;left:4.7917967140674rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXTzkHiPnTvWSOf0AEGIgvFcCKZTCURE { width:19.375rem;height:5.8496125rem;top:62.8125rem;left:0rem;font-size:1.125rem;line-height:1.3;color:#464646;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #IMdxkTTrz0qfgyx5gGikwUkyLRLZLHeU { width:19rem;height:3.4375rem;top:34.125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi4m3Om2TE7ybFGnbTrwBrbEe8N7A4dp { display:block; }
 }@media only screen and (max-width: 763px) { #NBbilVcVWJmzWuHf8eehNCunAMhSOTk5 { width:19rem;height:3.4375rem;top:56.8125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wedcNWZVD23VAOy7ve277fxwf6qDhheE { display:block; }
 }@media only screen and (max-width: 763px) { #IUNgTDDPQZ7G0XVQIdB8f5tJ7HqGi9a3 { width:7.25rem;height:7.0625rem;top:15rem;left:6.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MMUeXJgC7b38kPodhOhHPQTXKxUTknvU { width:4.75rem;height:4.125rem;top:40.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to7SOkClGo6rtQbwQnQb1JP3LL6z8WvB { width:16.1875rem;height:5.8496125rem;top:89.22412109375rem;left:1.90625rem;font-size:1.125rem;line-height:1.3;color:#464646;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #ADxrrFR9TEsc9mKhS6HSR3PIJKyXHmin { width:8rem;height:8rem;top:78.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJq929GsfKBGdH5DDwoZbfoNJOhlO8lT { width:10.5rem;height:10.5rem;top:92.76123046875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogCQs83iVzhlpXCJgRxsIxAOwvVOQ7A { width:11.6875rem;height:2.9248rem;top:73.38134765625rem;left:8.3125rem;font-size:1.125rem;line-height:1.3;color:#464646;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #VvUKeHNrmEAiQnKs73d7WJnyh33sibP1 { width:10.6875rem;height:2.92480625rem;top:80.85009765625rem;left:8.375rem;font-size:1.125rem;line-height:1.3;color:#464646;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #i4xTHh0u9668RCctftpDBeppMVXVXb8V { width:8.6875rem;height:8.6875rem;top:70.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb { display:block; }#LBG4d2rD7dgwC0myDzdnqpRpWRvMT5mb > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF77i9folz2uRQvQuz6H0hegKZufKHgO { width:19.999rem;height:4.0625rem;top:6.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ef0039;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCcC1icHVPVV5IHIK2On63rXF5hGrW8Q { width:16.8125rem;height:3.25rem;top:14.125rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHKbQF6uDSTlCPnDusVa8yVorUTl23nK { width:19.999rem;height:17.0859375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxROUVkdrzfAiJCZ5gZ38s1ispioquQ { width:19.25rem;height:7.312rem;top:19.8125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mmc4XhGSSKeJMvS3O9g540BSnH0HxTCA { width:12.875rem;height:3.25rem;top:33.1875rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KassyOtxvSPNUV9azdLeSMzAX5nCVm7R { width:18.5rem;height:8.7744375rem;top:38.5625rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMI2y9lPi7GZQwFrJUW1Ozm05EDNmAm9 { width:20rem;height:17.0859375rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNNsTIctOnwJyBMTNLIM5lAEuQJi1Gn { width:19.125rem;height:1.625rem;top:53.0625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIiLCgQ22Uh5gedNPymkVaNPSbtvbk4Z { width:18.125rem;height:5.8496125rem;top:57.3056640625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drQLkMZtHuIzDRgotQSvzc7HJrkAawvV { width:20rem;height:17.0859375rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8R2Vc3G7gEN7gJslraQQUcZtJ4Ise8 { width:19.125rem;height:1.7871125rem;top:77.9375rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jxsdy1Ey72XXozkS5hg5v9h55R38A27a { width:18.5rem;height:8.77440625rem;top:82.1875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnVTEdBoJ5QOsuQPe83qABHUtpZ3iJ4e { width:19.9991875rem;height:0;top:233.12388795471rem;left:0.00081249999999856rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OHZJ6IoAIZMhXOoNgt6QDZQTvaDVaRXZ { width:0.25rem;height:62.5rem;top:189.35475rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPqllnSEMugoI89rsHL5hwSrPi5iMIPM { display:flex;width:1.25rem;height:1.25rem;top:130.7688125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRZmLFKhNPI1qaETpFariRUMmppeBwtN { display:flex;width:1.1875rem;height:1.1875rem;top:186.91725rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaDxbue1SsNzkRvummufhxczIAvBEbg4 { width:6.875rem;height:29.9375rem;top:69.38671875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MplVZyCzfVVX95bxvmKxDFGtra5bXNyw { width:7.0625rem;height:20.5rem;top:36.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0EWkUNEpCE5TE4cHk2Grfy9GfX8A0I { width:20rem;height:17.086092715232rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw9yO6rEO1z18eCS4GSthvm6rOLS0QQC { width:20rem;height:7.1489375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4BcH1uty2Ksls1Clk9LIyt94slRxXNo { width:18.1875rem;height:0.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9ha7x3kk9aUpcqfwbHs3yxUtJqqHbA { width:15.375rem;height:8.75rem;top:64.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSy4DcLHRAt3K5IJLpOUUPV4BlNsUOif { width:16.125rem;height:9.625rem;top:64.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs { display:block; }#kg6HdLTNgtTlOBzgIZs7Zz0VscpmSRHs > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kmc8reHqCu33GDBpQL2TMyvkv5PHt1ST { width:19.625rem;height:13.045875rem;top:66.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kWMymW4ToLEg6LlNcqUhGxdHx2MHcz9g { width:19.9991875rem;height:0;top:52.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z7KhpTZmSupxxZu2WrNdQutET2JHtIWK { width:20rem;height:13.0625rem;top:34.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU7WFIAH2sZtZJGlxShJuS5uX8G0zOAi { width:18.1875rem;height:12rem;top:35.375rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mgTFLQAuyQRPbQX3qB8BHpBBvzVcxfaX { width:18.8741875rem;height:7rem;top:26.125rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hicaF7wVO5FwJQCsUWa1sgEwK1LwC8iN { width:19.625rem;height:13.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7kwbc7kApQqpkTeeS5qsf0TzycOwao { width:19.9991875rem;height:2.1875rem;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2gcZybcvcNtGGHkTZ95Ze0EVJaZsV39 { width:2.0625rem;height:2.18671875rem;top:23.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vogdOmQoJHJ6f6Jdr7iy7h4AXVXETT { width:2.0625rem;height:2.18671875rem;top:49.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHs2bMozbN1k12VAc01pKXJ2Ea3ABFBx { width:15.1875rem;height:21.999625rem;top:109.34491577149rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #icfLpd4XJ4uRFVGmyrvepsLBkFHKZxAX { width:10.5rem;height:0.25rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atMfCLUs5TUpy0pfSb3OvP6PSl3d3z1G { width:19.999rem;height:12.25rem;top:53.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TqNPKoilgwWu74IUXA4mszLhrhJaDb8R { width:14.6875rem;height:3.5625rem;top:1.96875rem;left:2.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzUANTeC2JopZahAgKv6x8ehBuVdevRi { display:block; }
 }@media only screen and (max-width: 763px) { #Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 { display:block; }#Nhg4CgWkdQ6zmBOwe8aHSlDBv5dvxz34 > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sn0qq5cJmMIhP8BXKVpu4cyPkfwuVfvm { width:19.9991875rem;height:2.03125rem;top:2.6238522529602rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ef0039;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bz2TX9SGNcO04SvrwOPxLWuaM9Ix4NEF { width:11.0625rem;height:0.1875rem;top:4.52978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLgtpzEh1b8hfiKehHy4HUcomiuWsaJi { width:20rem;height:67.6875rem;top:7.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZH4I5e38ouGeoJ6Sm4q3o53fowOyw98 { width:17.874rem;height:0;top:28.935546875rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wTI1MQbPp710wWB2DCt7KGfXTwHxAi1o { width:18.3125rem;height:5.625rem;top:22.431640625rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPCR1E8H7FM5amrHgSWGEVXtmI6H9Hc1 { width:19.0625rem;height:65.375rem;top:8.337890625rem;left:0.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1BxIfNhkmmIZLhaE9VBu6eILLo0J6B { width:14.625rem;height:38.5625rem;top:27.375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vimWEdXT3tBWQqNQtibXKm1AT6uIdd0g { width:16.8125rem;height:10.9375rem;top:9.9501953125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcDcmQsMI2ZuI5Fe1pPGGOoTTmsNTOUi { width:17.4375rem;height:0;top:38.712890625rem;left:2.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SOR8dOawlxTcVNGKWOrNJtnyHau1XvKR { width:17.8730625rem;height:6.375rem;top:29.123046875rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #AC47Sm6vET4dKXf57FJfJ3WzpNIMGI5W { width:17.4375rem;height:35.0625rem;top:36.8095703125rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw { display:block; }#Bg2m9CDlQhx1wQmWRNpWLy04IZbWJ4kw > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTfO3xih0lvcsewpHZf6hioZmM5q2wIh { width:11.9375rem;height:0.25rem;top:4.15576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voEkvur41xRVrTfUs4poL6Gzpk9tg8ry { width:15.375rem;height:2.03125rem;top:2.12451171875rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ef0039;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T6TGooECEDkBE9FFc4SPxBgKK7ZLvWod { width:20rem;height:71.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZd62cvDmf5fWctzB2J4OTP1GR0GxHT { width:3.0625rem;height:3.0625rem;top:121.96090167236rem;left:16.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSn3qXfARR84inz2ByVgtkwTz9b5GZrz { width:3.0625rem;height:3.0625rem;top:117.46090167236rem;left:16.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9tqlSCgH9D7c4OlKTh5NCGbmqqPQT6D { width:19.9991875rem;height:0;top:73.196472167969rem;left:0rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dzdHDT3IAAl7MQaQXNS3HWOJA8hpbhSC { width:9.875rem;height:0;top:63.460540771488rem;left:0rem;font-size:1.0625rem;line-height:1.4;color:#045197;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kRDiPPSft3RMtBnFvpQLmsGHnvwE787h { width:12.437125rem;height:1.625rem;top:62.9375rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5veukFfiRJ6gvSyprX3RP7rsKpe1wN0 { width:3.0625rem;height:3.0625rem;top:112.89840167236rem;left:16.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9x3eQCvEdCqMWDW4T5Z2dpn9ZsSqNxk { width:9.6866875rem;height:2.9746125rem;top:49.0625rem;left:5.125rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NO4iB4okqlNlfg58FIe3Pwfnd1sI9Ko9 { width:11.625rem;height:1.625rem;top:52.6875rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdiCzZwXbgtEi2n39EhW8RqHZAQTKGCx { width:13.187125rem;height:2.9746125rem;top:38.3125rem;left:3.375rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTN2vQWazXQGbcdD6TzpSpi2pQ0VF9L2 { width:3.0625rem;height:3.0625rem;top:108.52340167236rem;left:16.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1ip601A8gbG7d7UEUOBWgrt8uBrIxnV { width:3.0625rem;height:3.0625rem;top:104.02340167236rem;left:16.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eamGJMevpn44rBVWrU5OPM05oaXk7arB { width:12.437125rem;height:1.625rem;top:42rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emVhmnlqENzJBHfveHesBRTiXIIrrGSG { width:3.75rem;height:3.75rem;top:34.5625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXixdh8oMhRw6zfzEVMeh8seGNaLxrLU { width:3.75rem;height:3.75rem;top:45.3125rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c42MdiCL2zCLubS97LL7PDPJAR9Kt0QK { width:3.75rem;height:3.75rem;top:24.3125rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzbWMy5WFHIfxLOaDA38DswREqaxTt6q { width:3.75rem;height:3.75rem;top:55.625rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHSPqK5wP1Mh4iaG1C5cRnv3oDBkwToc { width:3.75rem;height:3.75rem;top:65.875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExKV02fORoXVaNf1Wkcf7q1SL3I0Larm { width:9.999625rem;height:0;top:32.746872901916rem;left:2.3121092617512rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tt4tqzOR2wF7LDiTXTTEcJuHsk9T6xOL { width:12.437125rem;height:1.625rem;top:31.625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDte1aEkAHKyt8pkkJR9TT2esi4IE1wG { width:3.75rem;height:3.75rem;top:13.875rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4CbaVk3rWbD0ame9HI4hgHmvorAQDoX { width:15.5625rem;height:0;top:19.312498092651rem;left:0rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VTfowTFnV63BA9vc0T967BtIfspTwqLK { width:3.0625rem;height:3.0625rem;top:99.773401672362rem;left:16.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FakJSQoQNUTXZqwsfgf9m2qiLm1V0P3C { width:12.437125rem;height:1.625rem;top:21.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8aThNDsWqudfO0tM0lmNOXOQspPisJD { width:15.9375rem;height:0;top:10.1238270998rem;left:2.5394530594349rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LDgFyL3msex8LEdGVUlxDlUA6dPdUzTF { width:20rem;height:28.953531400556rem;top:130.58590167236rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOfZbyDu8NRfQAGW5dLDkMn88GqzzU22 { width:2.374025rem;height:2.374025rem;top:0rem;left:16.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexAk5sAAAygvDWcaT8Mp9VcXAQEcITg { width:15.5625rem;height:2.9746125rem;top:17.5625rem;left:2.1875rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #Z4cMDoTlxw11b89rDgXGNROWLoA23pez { width:11.0625rem;height:2.9746125rem;top:28.0625rem;left:4.4375rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #ny3SMHhtvsXUCB50EBVww0DUgCIrz7mc { width:14.8125rem;height:2.9746125rem;top:59.375rem;left:2.5625rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #h5E3hI8oHIJwpw5X3n5n53cRlKs7DKZp { width:19.9980625rem;height:2.9746125rem;top:69.5rem;left:0rem;font-size:1.0625rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #qC6JxQBE2PTiMf5WOzgJALviocFdV6cd { width:17.1866875rem;height:3.25rem;top:8.6875rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #bLs4csTpeog4BizkDRyUwW3lKS639tc4 { width:19.625rem;height:28.5rem;top:27.6875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImGluoDEP2EqkKMv8fXJA17NttMawR9l { width:1.9375rem;height:1.9375rem;top:2.46826171875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL { display:block; }#PmtvxZw7uFVh8KGb2D6llH1PrUnTLEcL > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h827xnDoBfeWF7oMOnSe5k4tBvdi4Znu { width:18.8125rem;height:0.25rem;top:4.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh1tEgpbikoyN87gdyL6dQaqTKXZAeUA { width:20rem;height:2.03125rem;top:2.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ef0039;font-weight:700;font-style:normal;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #mycLoHZCw9B0TfJUJnTxWaeaTrZkzMdc { width:7rem;height:7rem;top:8.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKAdO8lHVbWFI8aCEdrtWWfI0Teh6AB { width:8.375rem;height:5.875rem;top:16.9736328125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPKNCvGUJrRAo03rbOf2H7SegrHsqRF { width:7rem;height:7rem;top:8.25rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZnMJwmLWUDIWosR7Kd2QtIyQ5y6hHKi { width:7rem;height:8.4375rem;top:24.82421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu6KGWbwkkLp1LPIH32GPTTz7fmcuiBp { width:7rem;height:5.875rem;top:16.9736328125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwqGv5b19XITkHcoXPHQUCh543tz6J1b { width:8.4375rem;height:8.4375rem;top:24.82421875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQXCIXqMT0vkK43yfd3h2CgrfAB7rbP { width:2.3125rem;height:2.3125rem;top:34.63671875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFQ2B3dlGyyJn71n2IUacJtEcdmFlCu { width:1.4375rem;height:1.4375rem;top:36.13671875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTa8wGytf6EL6gAM3HuJxE9ixtbb0rad { width:2.3125rem;height:2.3125rem;top:33.88671875rem;left:14.84375rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #r8wklolGK1wDzVzh39C1thD1rEGO5vcf { width:1.4375rem;height:1.4375rem;top:36.94921875rem;left:12.9375rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #HoQv34WosTd6GECskQ3cKZduysqSUEZQ { display:block; }#HoQv34WosTd6GECskQ3cKZduysqSUEZQ > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgx4VPaEENJ4bXZpJsQEZeetaNoSpxtp { width:12.5rem;height:0.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ7GfbUETks6PQTPZ5HwLv41mTBmvdPb { width:12.625rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bO3pa66GZQTtSrguq4rWBaTZEFObt28E { display:block; }#bO3pa66GZQTtSrguq4rWBaTZEFObt28E > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9B9cc72kgpMBQkXlD2AfA9DrUUFlJuN { width:14.6865rem;height:3.5625rem;top:32.2265625rem;left:2.65625rem;font-size:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #PoWUMsXkdUVEcTvgaJoCWhIGPbzzJRPA { display:block; }
 }@media only screen and (max-width: 763px) { #NRp2TzeN9foyiKrMKaf2Qfs4GLHF7fvI { width:20rem;height:15rem;top:0.2890625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9UJX7WCkE7Cn0wi3U5KNTBgWut3VGAW { width:14.687rem;height:3.5625rem;top:16.80810546875rem;left:0rem;font-size:1.25rem;z-index:15006;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #v8WsCwTcCyzIAPM353gQLBJx7mHqDP2u { display:block; }
 }@media only screen and (max-width: 763px) { #lRIDd6oJnP690ht4G4e3yXxok87gXTOX { width:19.625rem;height:13.045875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ { display:block; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ { background-color: transparent; background-image: none; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container > .video-iframe-container { display: none; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row > .video-iframe-container { display: none; }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .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); }#w5tGah4i7hLdxDI9e3C1rw4hrs62CZhJ > .row .container { width:20rem;height:18.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJWkLu1vgGF13O28RaqgT8eWyDXNAm6E { width:2.1875rem;height:2.1875rem;top:8.6875rem;left:2.5625rem;font-size:1.5rem;z-index:15027;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #LxX9xcextoLBwLswWvSKTzKZuwr3eKKB { width:2.25rem;height:2.25rem;top:12.755859375rem;left:8.8734369575975rem;font-size:1.5625rem;z-index:15028;color:#9500cc;display:block; }
 }@media only screen and (max-width: 763px) { #FOkyRM8Z87alaTB0StaUgk6KAlpFSUAs { width:10.8116875rem;height:1.48730625rem;top:14.932029724121rem;left:2.5617184937rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll80L1ehyX193hd7lbIDzdRGkyMyAvcL { width:10.875rem;height:0;top:7.1875rem;left:5.5625rem;font-size:0.875rem;line-height:1.4;color:#194e97;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tXbMCXE1tL2Gpy8FQGpd83rHbfGcJila { width:1.8125rem;height:1.8125rem;top:6.875rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdTTx8fK33B069LeF8Ww0TPTqgCm2OKI { width:1.8125rem;height:1.8125rem;top:5.1124992370606rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGXTD8Py325bfdg06JKkTgXWHh3WQGRt { width:12.1875rem;height:1.99921875rem;top:9.6867179870606rem;left:3.9046874344349rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#9500cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LNpxQgpRMhD5wClFMz86mKRTzJvCxTNz { display:block; }
 }@media only screen and (max-width: 763px) { #aAf8PgWAc4z5ibMySJN1kstfVkPq36Pm { width:9.8125rem;height:auto;top:4.8125rem;left:5.0625rem;font-size:1.25rem;line-height:1.4;color:#194e97;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zun8pBX7xZ4wN6yf2pioV1cV729zSgkz { width:12.9375rem;height:3.1875rem;top:4.125rem;left:3.53125rem;box-shadow: none;display:block; }
 }