.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:#611f94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d40027e8-f9f4-43eb-a343-f67f9e05f34c/DSC00852Editcopy2_1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.adaptive-delivery-prevent-bg, #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.lazyload, #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.lazyloading { background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { background-color: transparent; background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .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); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { border-width: 0; border-radius: 0; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { font-size:0.875rem;font-family:raleway;height:64.0625rem;width:75rem;position:relative;display:block; }#nGKiUzzckQvf181hfHSlpqTtqzNcWTFQ { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.76);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:60rem;top:44.8125rem;left:7.6875009536744rem;display:block; }
#Dqnlz2MMR6swkfU2LkKdDaJEmPefOiz9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.6875rem;left:0rem;height:4.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrdyODm8Fwb9rel4MQ3arbco7c8avXCv { box-sizing:content-box;color:rgba(255,237,0,0.72);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:15.6875rem;left:48.062500953674rem;display:block; }
#GFxZMo0oNITDykwu1p9dTJ6ac1D4Tr4U { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.8);top:18.6875rem;left:36.125000953674rem;height:2.3993rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#C0KmNvqek2Ok48ZplfelUxJtoz3GqFcR { color:#000000;display:block;width:43.625rem;position:absolute;font-family:urbane;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:45.5rem;left:15.812500953674rem;height:4.88715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvpGcRRHopMF8o8ROvfsKTMtC0idyuvF { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6245rem;height:4.8120125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.1875rem;left:18.062500953674rem;display:block; }
#wiUaEpDRO5P26N3Q3cIGWXH4NHFusiva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI355Sm2G1mmBFDsQfBM9Jce1v3Q3Fy6 { box-sizing:content-box;color:rgba(255,237,0,0.72);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.6875rem;left:50.750000953674rem;display:block; }
#yZdAs83ebfE2G9eLJ7JFAWqiDhg3QOqW { box-sizing:content-box;color:rgba(255,237,0,0.72);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15.6875rem;left:53.562500953674rem;display:block; }
#KqGLMP9H4XcDPOhbxvhGm1WaNCQiQxTd { box-sizing:content-box;color:rgba(255,237,0,0.72);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.6875rem;left:56.187504768372rem;display:block; }
#f1khiB2fEfmCbCVkHBUzuQpbIhEfULs4 { box-sizing:content-box;color:rgba(255,237,0,0.72);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.6875rem;left:58.812504768372rem;display:block; }
#S4ftGc7GnPpvunmLuFamVVG2mJ6pr2Lx { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6236875rem;height:4.8120125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:51.1875rem;left:39.250000953674rem;display:block; }
#VVSFsCHKAsxEOes7X73brJN5hynL85n4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rg7gKqEIP4QR0pcZr9yfJX5Bu4p1aIeo { 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:34.25rem;width:60rem;display:none; }
#kEEiORUi6plFKo22VedUHroXBK9RVF5F { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.3619794845581rem;left:0rem;height:2.33764375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k49TxakQcXluKHGlwLcTWFF5X2xFdHfG { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.8125rem;left:47.4375rem;display:none; }
#TA93OhaMv3BWx91Tn8NPRN3eKdcLURFh { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.8125rem;left:47.4375rem;display:none; }
#wS5hyKNKkhO3ponq1ItM8Cgpy0U8X0gF { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.8125rem;left:47.4375rem;display:none; }
#s8NcnyKQOe7WzwTDzukHLLrBmTqDUk1V { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.8125rem;left:47.4375rem;display:none; }
#KINremzmRKTrsVZLyecCRpQyg2Xul9qs { color:#000000;display:block;width:19.25rem;position:absolute;font-family:urbane;font-size:0.6875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:30.5625rem;left:7.125rem;height:1.6493rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UVFtsMUW30aTFGnbvwUoyyeg9POFfH9C { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:urbane;font-size:0.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:33.0859375rem;left:55.125004768372rem;height:1.6493rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xc4uvGRtcfiQBkHnBM1l1K7ptlFTOZd2 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.76);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.9375rem;width:20.3125rem;top:29.875rem;left:6.5rem;display:block; }
#UVg3TLK21C4Xpup1RyanEL9yfUJBbPDh { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.76);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.9375rem;width:16.25rem;top:32.44140625rem;left:54.437500953674rem;display:block; }
#o7rTBkblLVlZWHtugu1rdILInt7X7Ig1 { color:#000000;display:block;width:12rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.994140625rem;left:56.873046875rem;height:1.94965rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ituBMRxW0cdnwaDeVQ4D6BeG9x3C0SvG { 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:2.5rem;width:8.1875rem;top:0.71875rem;left:5.2861328125rem;overflow:hidden;display:block; }
#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { background-color: transparent; background-image: none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container > .video-iframe-container { display: none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row > .video-iframe-container { display: none; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .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); }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { border-width: 0; border-radius: 0; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { font-size:0.875rem;font-family:raleway;height:8.875rem;width:75rem;position:relative;display:block; }#tc0bcCUxzKd2pWu12CWBTcUoW5wloiIy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RKpd6plTPzt4J7Xui1TlTTwgue3W7hA0 { box-sizing:content-box;color:#ed2140;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:15013;top:21.666015625rem;left:9.375rem;display:none; }
#nRkmwXEayUXgtw0vKzA2KkDzIau9okMa { color:#5a5a58;display:block;width:45.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.228515625rem;left:16rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq { position:relative;display:none; }#oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq { border-width: 0; border-radius: 0; }#oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq > .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; }#oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#611f94;background-image:none;font-size:0.875rem;font-family:raleway;height:26.125rem;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:none; }#Z8yHXRZF5VO34o8NPxZf2b8H1mKXzRqT { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.78125rem;left:19.375rem;height:22rem;text-align:left;text-align-last:left;font-style:normal;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:block; }
#dxWF2lmTKoWCt09Vzci31r2taabwtdEa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.39453125rem;left:11.375rem; }
#i4mQJuWOSw8bf2ZA1E98ZDdDOFC5zlrH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.76953125rem;left:11.375rem; }
#UoABe5wcWgHhHwo7akrATpqrMACqHGnq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:16.76953125rem;left:11.25rem; }
#a8BnlL9IGq62GDLiJL0RRrEOkBHZXBVX { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.78125rem;left:19.375rem;height:22rem;text-align:left;text-align-last:left;font-style:normal;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; }
#cdA301w5FwWxc2rVvtBK2Gw0eaorolDN { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.78125rem;left:19.375rem;height:22rem;text-align:left;text-align-last:left;font-style:normal;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; }
#IyOEFF5sqOXRXhq0k7kAKkSMxnDQJQVL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rro7MfhXgWRuT0xfaU4grAQGqdN7hT2x { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t7thzqxZ6GskxJIBlnZlssTNeMK7AeC9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zCw8V9TEDZrgFENZGBusa3XR03ZzCIWh { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.78125rem;left:19.375rem;height:22rem;text-align:left;text-align-last:left;font-style:normal;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; }
#rP9yBgFxJuJV5NROsuTeTu6qLRgoSE6N { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.78125rem;left:19.375rem;height:22rem;text-align:left;text-align-last:left;font-style:normal;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; }
#ynbfDyB3z45hmREwIcDxAc7w61TTHWsP { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:0.78125rem;left:19.375rem;height:22rem;text-align:left;text-align-last:left;font-style:normal;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; }
#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { position:relative;display:block; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { background-color: transparent; background-image: none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container > .video-iframe-container { display: none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row > .video-iframe-container { display: none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .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); }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { border-width: 0; border-radius: 0; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .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; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#611f94;background-image:none;font-size:0.875rem;font-family:raleway;height:62.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; }#DRkE3oMzh3eLxvEiA9UEQ9triNrE779T { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.7;letter-spacing:0;top:34.75rem;left:18.1875rem;height:23.375rem;text-align:left;text-align-last:left;font-style:normal;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:block; }
#kxfeDbxcpwTd6VWWphhkwIhwd8VEiImZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:34.75rem;left:10rem; }
#cG9O75bUq7UbJD60a0ao1U7v5Rm8pN9q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:42.9375rem;left:10.1875rem; }
#DESVXT2idCdxb8S7F6TDncVbWNvlul4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:50.5rem;left:10.0625rem; }
#CKvwE8rESRERw8QTJxFhy5liS91y0D6u { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:gosha;font-size:6.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.25rem;left:10rem;height:9.7998125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zq283MP9GSRKQ9rJxNKbSu5voSE25kJG { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:7.25rem;left:33.687500953674rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tHrlv0Ffm8RLACAyzvxALyQH665Ne3Ty { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:gosha;font-size:6.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:11rem;left:10.125rem;height:9.7998125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4BTEFV1P2rx2EFJiVTDyqLAWMBEqHnM { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.0625rem;left:33.6875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JF7NRRRWBNTHS2h4n9GE3nx3FdM55G17 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:gosha;font-size:6.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:21.686849594116rem;left:10.187500953674rem;height:9.7998125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wsqb6mrbLodcX9GQkynuLvsMCsHP9NV1 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:27.687503814698rem;left:33.625000953674rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container { background-color: transparent; background-image: none; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container > .video-iframe-container { display: none; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row > .video-iframe-container { display: none; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .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); }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container { border-width: 0; border-radius: 0; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#yvB7VTZZEcTUTKNc38CvLUCS4RW7iBlB { color:#000000;display:block;width:36rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.28125rem;left:20.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAbIdqRrvkiiGrnwSGDrsGoaz0FOLNeN { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:gosha;font-size:8.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:7.15625rem;left:0.9375rem;height:13.199875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRxPiyB63uGECUEAFz0UeuVoRc2pQCbn { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:gosha;font-size:8.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:7.15625rem;left:38.2490234375rem;height:13.199875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hzx1iTbPm2PnSsUQP0wwpRNUXJ4e4lIr { color:#000000;display:block;width:23.9355625rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.748046875rem;left:46.4658203125rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIAyL6yP3NO6VGL3ICWFFbs6Ns8aHV4T { color:#000000;display:block;width:21.4978125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.765380859375rem;left:8.0615234375rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa { color:#000000;display:block;width:25.8105625rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:9.5615234375rem;left:5.99609375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
#XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl { color:#000000;display:block;width:26.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:11.9560546875rem;left:44.560546875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { background-color: transparent; background-image: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container > .video-iframe-container { display: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container { display: none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .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); }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { border-width: 0; border-radius: 0; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { font-size:0.875rem;font-family:raleway;height:62.125rem;width:75rem;position:relative;display:block; }#briJrTgID9oXgAaw6DnflXiFcwBoMebq { color:#000000;display:block;width:21.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:0.1875rem;left:10.25rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AJaT52EW6EszqxJZfQJE4h82WJb81U20 { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT { color:#000000;display:block;width:26.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:11.9560546875rem;left:44.560546875rem;height:37.1875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu { color:#000000;display:block;width:25.8105625rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:9.5615234375rem;left:5.99609375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container { background-color: transparent; background-image: none; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container > .video-iframe-container { display: none; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row > .video-iframe-container { display: none; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .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); }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container { border-width: 0; border-radius: 0; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#r8WaTnNQfdtehJFip8p8L2R0y9TP3Bzs { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:7.538330078125rem;left:31.5625rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fyZVxGkhOTEbsZENxFahXTm8KNqfCvEm { color:#ffffff;display:block;width:49.7485625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:10.59814453125rem;left:12.62451171875rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGBDOzKxbxXbXdunLfDfkoaiG4uvTLe5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.62426875rem;width:3.62426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.748291015625rem;left:35.687255859375rem; }
#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { position:relative;display:block; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { background-color: transparent; background-image: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container > .video-iframe-container { display: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row > .video-iframe-container { display: none; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .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); }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { border-width: 0; border-radius: 0; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .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; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#611f94;background-image:none;font-size:0.875rem;font-family:raleway;height:27.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; }#FTgtnAEUwMK5UuPQ8EybOV0T5LU2ikqw { box-sizing:content-box;color:#45d9ff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.625rem;left:11.375rem;display:block; }
#x1O8aQ2MWIVWTUnapJ3QlPSuuIwF6ypX { box-sizing:content-box;color:#ed2140;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:15013;top:21.666015625rem;left:9.375rem;display:none; }
#UUAaCgxl5ecLLTybQ8LEos1oThm9rCdP { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:2.4375rem;left:18.25rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVlPEgPvZeBnwfouAyCupEvXBVN1cud2 { color:#5a5a58;display:block;width:45.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.228515625rem;left:16rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QKFIfSzx3qfAMRTbtsPh06WodVOHZTSL { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.875rem;left:18.25rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLDimqzyOzWiIGmfSubDXQOpnD3nVdmJ { box-sizing:content-box;color:#45d9ff;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:10.9375rem;left:11.25rem;display:block; }
#S7aZVX2rnUnTHPVFZvVk86xUOBV39gNq { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.244625rem;height:4.936525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.49479675293rem;left:25.876301765442rem;display:block; }
#k3OZcUJTvoO96MRJdi4hDbw6v3ZiTTS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdobOi1AhOftl3908PGCObkRhxmS46Jm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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:none; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { border-width: 0; border-radius: 0; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { font-size:0.875rem;font-family:raleway;height:44.125rem;width:75rem;position:relative;display:none; }#mqr1LJwHsDSpATOcH4UqbHlCPiMlFZq4 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#FNO26QTeNlrHvGzWgy0g2OG19Lk5lcGJ { color:#000000;display:block;width:29.75rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:3.75rem;height:1.4622375rem;font-style:normal;display:block; }
#UenLx1P3EULb4Bep0rEt0sxsux1MMfTt { position:absolute;display:block;z-index:15005;background-color:#ff7842;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.9375rem;width:29.375rem;top:12.3125rem;left:41.875rem;display:block; }
#WIPw5f6dKt3pdklPvTNLWoAGcadnoH4W { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.875rem;width:28.375rem;top:12.8125rem;left:42.375rem;display:block; }
#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:13.8125rem;left:3.75rem;height:26.69725rem;font-style:normal;display:block; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eimNlfs6/bullet.png); }
#qp4b0bwwgvfZl4OGqGJ05GE85ZD9Fi71 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.10312461853rem;left:42.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm { 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:none; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { border-width: 0; border-radius: 0; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { font-size:0.875rem;font-family:raleway;height:15.6875rem;width:75rem;position:relative;display:none; }#fVDS8cRTnw83qPvQ4KzHXt2lrVXK31il { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGvPz6KusLUo7Ed3UXToS4wrWXEbTeO { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.25rem;left:10.0625rem;height:8.999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 { 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:none; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { border-width: 0; border-radius: 0; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { font-size:0.875rem;font-family:raleway;height:16.1875rem;width:75rem;position:relative;display:none; }#T8FKP7ZrsSLQI3JBrFPUazHkFUyHR8St { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4u0znHfTAnEAfOTvpPZTorRtBmxr42D { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.25rem;left:10.125rem;height:8.999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 { 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; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { background-color: transparent; background-image: none; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container > .video-iframe-container { display: none; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row > .video-iframe-container { display: none; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .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); }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { border-width: 0; border-radius: 0; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { font-size:0.875rem;font-family:raleway;height:42rem;width:75rem;position:relative;display:block; }#vnc5cGCkaa2FDuvt0dMVry0ReXQIkT9U { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohi78dqBJVZQZyavPS1sPMeSFBQK6IxG { 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:9.3125rem;width:9.3125rem;top:6.8427734375rem;left:54.375rem;overflow:hidden;display:block; }
#L1BJACPJsPNsXh1BfuGxTzWWeezVyNUw { position:absolute;display:block;z-index:15019;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.5625rem;width:7.125rem;top:7.7177734375rem;left:45.8125rem;overflow:hidden;display:block; }
#PEO7I8G5TeZLACuMuuQhn3r9B0ypD9RW { position:absolute;display:block;z-index:15008;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.75rem;width:10.875rem;top:10.4052734375rem;left:9.6875rem;overflow:hidden;display:block; }
#CLFK5BqCqQqCia0XbN2lGNZxCBLhce6Z { 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:7.9375rem;width:7.9375rem;top:7.8427734375rem;left:22.875rem;overflow:hidden;display:block; }
#yH6xbs9MnxDD9bXn7wGy2k3kzX1V4PbS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:8.6875rem;top:27.7177734375rem;left:14.25rem;overflow:hidden;display:block; }
#c54FsXWuT4DuRzTIA9wvdTkM6rWDJKoE { 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:8.625rem;width:8.625rem;top:14.3427734375rem;left:30.8125rem;overflow:hidden;display:block; }
#Kkn5gKnShToicVvKbEWddkmCc8kFEuGn { position:absolute;display:block;z-index:15010;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.875rem;width:5.4375rem;top:15.7177734375rem;left:61.125rem;overflow:hidden;display:block; }
#MagHW5Tapz5FIUuN3bkKwgoL3RUNPADc { position:absolute;display:block;z-index:15010;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.3125rem;width:10.8125rem;top:9.3427734375rem;left:33.0625rem;overflow:hidden;display:block; }
#wnBJnhfytmFDcXTJqCczGPXyZlteZkJp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:5.25rem;top:22.9677734375rem;left:34.875rem;overflow:hidden;display:block; }
#u5cTtlv3RaT1vkstzuFwpwdGHyPP3xlJ { position:absolute;display:block;z-index:15012;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.75rem;width:10.9375rem;top:22.9677734375rem;left:20.5625rem;overflow:hidden;display:block; }
#UVu2XesRaTz1vtwc9zRXPnF40HwbwnFE { position:absolute;display:block;z-index:15012;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.0625rem;width:10.5625rem;top:22.9677734375rem;left:43.8125rem;overflow:hidden;display:block; }
#hNdtxvW8WM46bmOA3y2eOb6crfJk6DzN { 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:2.6875rem;width:12.3125rem;top:17.8115234375rem;left:8.3125rem;overflow:hidden;display:block; }
#rl5OGTZ5O17v1CrdAOdisM8TVlezvXLk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:12rem;top:14.7490234375rem;left:20.125rem;overflow:hidden;display:block; }
#dDapoXNoZu12GW0A7ERLqpslimaqCOXy { 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:5.5625rem;width:10.75rem;top:27.9677734375rem;left:36.8125rem;overflow:hidden;display:block; }
#fvpbZ3bdaeV2L19JWVEUcKxAv1BNWELf { 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:8.375rem;width:8.375rem;top:27.0302734375rem;left:48.625rem;overflow:hidden;display:block; }
#mEifJ4x9k3WqtkN6lmyKcFrTaSyrtIv3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:11.1875rem;top:21.5927734375rem;left:55.3125rem;overflow:hidden;display:block; }
#XkfrGKMrk9MZuMUwv72bSnOEGXkSRCO1 { 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:3rem;width:8.1875rem;top:35.4052734375rem;left:36.8125rem;overflow:hidden;display:block; }
#pnMHJnI4bUbOriGE6aADTpBxgywofSA6 { 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:9.5rem;width:9.5rem;top:31.0625rem;left:46.625rem;overflow:hidden;display:block; }
#err3SBBcMws2HQAP8FzSrUKC2FiOzCuA { 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:2.1875rem;width:16.4375rem;top:35.4052734375rem;left:9.0625rem;overflow:hidden;display:block; }
#ZrqRg3LQ8RU8ak3hC90MKUbfRBD0ZqC1 { 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:4.1875rem;width:8.75rem;top:34.8115234375rem;left:57rem;overflow:hidden;display:block; }
#CeatfRnH0QOTv1gqZJ7WKpZ9et0KfRmr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.8125rem;top:17.3740234375rem;left:49rem;overflow:hidden;display:block; }
#cy5yQggT4gInsaUp6UHgMyTfXQyb0nRw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.75rem;top:23.8427734375rem;left:10.875rem;overflow:hidden;display:block; }
#Hdd74mmgSBDyJTveLlvMmsuXLTQLC2Ss { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:14.4677734375rem;left:39.4375rem;overflow:hidden;display:block; }
#i6XokTT1uAcF1ghzqDHWA3REkyZkLDGb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.4375rem;top:28.7802734375rem;left:24.375rem;overflow:hidden;display:block; }
#IZKVQd4KAcqvP2EELl6HLGzPIy0TSr9N { position:absolute;display:block;z-index:15017;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:8.25rem;width:8.25rem;top:32.7802734375rem;left:26.0625rem;overflow:hidden;display:block; }
#HMSTJy3m49VVMcl8cbaZv4MrMkRQo4Ww { 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: none;height:6.9375rem;width:6.9375rem;top:27.7177734375rem;left:58.75rem;overflow:hidden;display:block; }
#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp { 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:none; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { border-width: 0; border-radius: 0; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { font-size:0.875rem;font-family:raleway;height:8.25rem;width:75rem;position:relative;display:none; }#Wu3gTw8VAHsDTgcfaAUUqO1ADiCqLtcI { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.76953125rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN { 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:none; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { border-width: 0; border-radius: 0; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { font-size:0.875rem;font-family:raleway;height:14.5625rem;width:75rem;position:relative;display:none; }#scQ7GTFXswAA5sNB8eqamLb14QOEebUt { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:13.875rem;display:block; }
#rtKFvTKs52NISohP6FCQTcaCrcVEMXXV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1.4375rem;left:17.9375rem;height:7.7988125rem;font-style:normal;display:block; }
#wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/pPtJj8yq/36754174_1563799177076912_1259896937948119040_n_1_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.3125rem;left:11rem;display:block; }#wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX.adaptive-delivery-prevent-bg, #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX.lazyload, #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX.lazyloading { background-image: none; }
#u4FPpVT6c62RZim4KJJyVTGbI2R6C9rd { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:5.4375rem;height:2.76171875rem;font-style:normal;display:block; }
#dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BA07thc9/39739861_1904701479594264_6125829790344675328_o_1_.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.25rem;left:55.875rem;display:block; }#dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT.adaptive-delivery-prevent-bg, #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT.lazyload, #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT.lazyloading { background-image: none; }
#LPeKdhHkovh48C4TWheqKRqoxP99zdGW { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:12.5rem;width:16.875rem;top:0rem;left:41.9375rem;display:block; }
#q5W03G5PLHyHJyBT8Pn130bRtvH7hNrT { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4375rem;left:43.0625rem;height:6.499rem;font-style:normal;display:block; }
#yMNtTQh2mBsG8pVszIKwkumkTnqSWV5E { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:64.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 { 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:none; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { border-width: 0; border-radius: 0; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { font-size:0.875rem;font-family:raleway;height:14.75rem;width:75rem;position:relative;display:none; }#o0Aox6SCJFwWuVvZRftXEbs1Nu1lJTcK { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:26.375rem;height:2.76171875rem;font-style:normal;display:block; }
#OLMaXvlUwR63xwWt0n3VTRUUp943cNuS { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SmalYS8Q/22861779_1533422640057080_3066315760218406280_o_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.0625rem;left:19.6875rem;display:block; }#OLMaXvlUwR63xwWt0n3VTRUUp943cNuS.adaptive-delivery-prevent-bg, #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS.lazyload, #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS.lazyloading { background-image: none; }
#ZMTbyxVnP46glvUfCuFUCaTFkP3Epic4 { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:10.625rem;width:16.875rem;top:1.8125rem;left:5.6875rem;display:block; }
#GVL1qzhzI7Semh7qNWNgAAcOBVeNMpru { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.25rem;left:7.25rem;height:6.499025rem;font-style:normal;display:block; }
#gRB4rzMAUVnTzwkHAR4yzVMdf7puR8Wb { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:10.0625rem;width:16.875rem;top:1.875rem;left:52.0625rem;display:block; }
#QwoGZcaAKHpH7FqRVT0UR2FJ7cLt9EL1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:3.3125rem;left:56.125rem;height:5.19921875rem;font-style:normal;display:block; }
#DC6vnDWSqMxfQSgdl9xfpu0ehLZR9VqU { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PcNPnixG/46420901_2018959744813704_7053208646544523264_n_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.125rem;left:49.1875rem;display:block; }#DC6vnDWSqMxfQSgdl9xfpu0ehLZR9VqU.adaptive-delivery-prevent-bg, #DC6vnDWSqMxfQSgdl9xfpu0ehLZR9VqU.lazyload, #DC6vnDWSqMxfQSgdl9xfpu0ehLZR9VqU.lazyloading { background-image: none; }
#SHKh8NNG7nCMTIZZrX88kR7P9W51uxFl { color:#000000;display:block;width:5.5rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:43.625rem;height:2.76171875rem;font-style:normal;display:block; }
#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { background-color: transparent; background-image: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .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); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { border-width: 0; border-radius: 0; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { font-size:0.875rem;font-family:raleway;height:16.25rem;width:75rem;position:relative;display:block; }#ZfzMMO0EIGx1rUbatn5X6KBN0JSKKCv3 { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGJLWcWhBctN7CTSZ70C7y47NUyLpTNh { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJnCvPMXTqP7s4TrAdHMOVlH0wJxF3nT { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNhHEGNaIrf5OD4pgS0lB8HJnRJ1gzGt { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.304035186767rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { background-color: transparent; background-image: none; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container > .video-iframe-container { display: none; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row > .video-iframe-container { display: none; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .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); }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { border-width: 0; border-radius: 0; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { font-size:0.875rem;font-family:raleway;height:38.5rem;width:75rem;position:relative;display:block; }#KnidZo0SoTZnTOdXy5W4zcyvVU7JilBh { position:absolute;display:block;z-index:15000;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: none;height:0.9375rem;width:0.9375rem;top:1.6875rem;left:37rem;display:block; }
#KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !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:36.5625rem;width:0.5625rem;top:1.6875rem;left:37.3125rem;display:block; }#KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl.adaptive-delivery-prevent-bg, #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl.lazyload, #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl.lazyloading { background-image: none; }
#VxuDDOlHxCnELm1X159ZrfgS599N8rmH { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.34375rem;left:40rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sAfMdiVFgK8HuPiJbUTL5XCkpoEtEzlB { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.49365234375rem;left:40.0625rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRpEC5XaUAOVXBIKI8h3Oc9k1E4fnfIi { position:absolute;display:block;z-index:15001;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: none;height:0.9375rem;width:0.9375rem;top:9.03125rem;left:37rem;display:block; }
#M4w2hrcQSCFk78wezTAKTLpqoEV1EVGo { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.875rem;left:7.625rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fQ8ynh7K61yv5O1t9KgGBVQzONrPgTuH { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:8.75rem;height:3.0868rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FbukpqHlSGe4TGbCyVJykaqEPCCarTSd { position:absolute;display:block;z-index:15002;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: none;height:0.9375rem;width:0.9375rem;top:17.3125rem;left:37rem;display:block; }
#b04m5g2Mwvt1xP5gfQi5n19gloLSTase { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.6875rem;left:40.0625rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHiMaqsZ8enbwyKtl0No0TtXq2CrMPEP { color:#000000;display:block;width:27.25rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:40.125rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCFAsATwWlTDuC2boXBckXIuMnoS6KZL { position:absolute;display:block;z-index:15003;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: none;height:0.9375rem;width:0.9375rem;top:26rem;left:37rem;display:block; }
#uKTJ2QsFSG3ZDobX29ibLplJDJ77zQx6 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.625rem;left:7.5rem;height:3.08680625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d0TPUiJHLsCkuxRGbZGa27ccE9vTb6UM { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:29.086589187384rem;left:7.5rem;height:5.597225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { background-color: transparent; background-image: none; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container > .video-iframe-container { display: none; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row > .video-iframe-container { display: none; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .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); }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { border-width: 0; border-radius: 0; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { font-size:0.875rem;font-family:raleway;height:25.9375rem;width:75rem;position:relative;display:block; }#QGPLZavdTD31PuvO9PVFivDmnTH59OS9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !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:25.9375rem;width:0.5625rem;top:0rem;left:37.375rem;display:block; }#QGPLZavdTD31PuvO9PVFivDmnTH59OS9.adaptive-delivery-prevent-bg, #QGPLZavdTD31PuvO9PVFivDmnTH59OS9.lazyload, #QGPLZavdTD31PuvO9PVFivDmnTH59OS9.lazyloading { background-image: none; }
#Nnk336VITq8hDi031AdudiG4gbelPp4X { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.5308837890625rem;left:40rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTyLNsSUPfdZK8qL5fVniASMEQmEgwo5 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:40.0625rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NeNXXVPSFgnO3HLd9Gg24WnQDxiAgGS9 { position:absolute;display:block;z-index:15004;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: none;height:0.9375rem;width:0.9375rem;top:0.34375rem;left:37rem;display:block; }
#PH7kaVksVp17x7u7OzCDKSzN6ZDn3z0u { position:absolute;display:block;z-index:15005;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: none;height:0.9375rem;width:0.9375rem;top:8.40625rem;left:37rem;display:block; }
#O2Jty5g3DvTufCTwhnQtZVZOckIpEHrP { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.28125rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BZqhq12hCtbbDqvNUkLO3BMpkT4mcyMx { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:10.71875rem;left:7.5rem;height:6.9965rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SdBwRWWUvpXvGOKOg1VvAWLqSyAdTnTy { position:absolute;display:block;z-index:15006;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: none;height:0.9375rem;width:0.9375rem;top:16.875rem;left:37rem;display:block; }
#rCNLfa3yTlcys4gverWdPBkfhv2DKdL1 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.9375rem;left:40.0625rem;height:6.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r20Iv2UfThClJR5Oo4aMXwaedl7gObbr { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.0625rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { background-color: transparent; background-image: none; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container > .video-iframe-container { display: none; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row > .video-iframe-container { display: none; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .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); }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { border-width: 0; border-radius: 0; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { font-size:0.875rem;font-family:raleway;height:30.6875rem;width:75rem;position:relative;display:block; }#f3qFJXAFTVznbUlWgA0RJADgApEDKhBU { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !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:18.8125rem;width:0.5625rem;top:0rem;left:37.375rem;display:block; }#f3qFJXAFTVznbUlWgA0RJADgApEDKhBU.adaptive-delivery-prevent-bg, #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU.lazyload, #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU.lazyloading { background-image: none; }
#hP8trQlhvgRtukDdtaSEoUuEHOG3nvsa { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:1.5434rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AV2OiyOlNmk8CEDV27CbcDTJefWPxFya { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.4375rem;left:7.5rem;height:6.9965rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tcRy3sLIQR49i1m06Go1I5dpbmv0fis6 { position:absolute;display:block;z-index:15007;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: none;height:0.9375rem;width:0.9375rem;top:0.25rem;left:37rem;display:block; }
#szAzO68ek9qqBvT0Z9KIHItPEbvAelPF { position:absolute;display:block;z-index:15008;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: none;height:0.9375rem;width:0.9375rem;top:9.75rem;left:37rem;display:block; }
#U49m6eexOzg953nkXlZWd7ham8ra6Hyu { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.875rem;left:40.0625rem;height:4.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HrdqHOEb3twn5hhGKiyZnudTFlo34zvm { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.4375rem;left:40.0625rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwEHPgqS8nyoWIu75FGX0c56nS3SN2w1 { position:absolute;display:block;z-index:15009;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: none;height:0.9375rem;width:0.9375rem;top:18.25rem;left:37rem;display:block; }
#MeGM43HT5sDBKWM6I40kfdi4OGbLIVST { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:20.5625rem;left:7.5rem;height:2.7986125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ER3ddw2AS8U5I50E6ZvEG9at5Vbk3yhp { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:18.125rem;left:7.5rem;height:1.5434rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { background-color: transparent; background-image: none; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container > .video-iframe-container { display: none; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row > .video-iframe-container { display: none; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .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); }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { border-width: 0; border-radius: 0; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { font-size:0.875rem;font-family:raleway;height:10.125rem;width:75rem;position:relative;display:block; }#E9FpO7nlUBX3923BI5Xkmbc5BvUpvUOH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhh6Tr9WplXuIxCKEHlKCP8BJavFCggF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWNBhzym2WyhpFAWkUrUTPqgl9dbksoO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3665370941162rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { background-color: transparent; background-image: none; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container > .video-iframe-container { display: none; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row > .video-iframe-container { display: none; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .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); }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { border-width: 0; border-radius: 0; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { font-size:0.875rem;font-family:raleway;height:23.9375rem;width:75rem;position:relative;display:block; }#Ueida79OclZoRg93e9EDDbiKiXFVEuT6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:1.6875rem;left:37rem;display:block; }
#CwmXSVQadUU1PTeRiI5lxWy548DWZDiR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !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:21rem;width:0.5625rem;top:2.8125rem;left:37.375rem;display:block; }#CwmXSVQadUU1PTeRiI5lxWy548DWZDiR.adaptive-delivery-prevent-bg, #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR.lazyload, #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR.lazyloading { background-image: none; }
#TTMMX9Un1D1ByQGuGCzC9mBC4HklevIW { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.0625rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dkiUtKaeMqxBQrXOkmTMeGn9kqBnhw93 { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.875rem;left:40.062503814698rem;height:5.597225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SFolkf4cDT3439d9WypCDtFTFqQlcPZO { position:absolute;display:block;z-index:15001;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:9.80859375rem;left:37.03125rem;display:block; }
#nqciFDS7aMOClcJ3OXRMlK4SyP7U15F5 { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:1.5434rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#STQlIwCSpUE3NgdPmdNmTBugWLhTsC9b { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:12.201822280884rem;left:7.7708320617675rem;height:8.3958125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IGzyitbaMoc1tfdRhw6s2cc2D8X0ZIn8 { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.3125rem;left:40.125003814698rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mvptx3gfT2ShlHEUmtbLF8fsiEOFTKtW { position:absolute;display:block;z-index:15004;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:20.552083969116rem;left:37.031253814698rem;display:block; }
#gRBWbqVP2hTu3WLy0lc87kylRg2ObgWm { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:23rem;left:40.062503814698rem;height:6.99653125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { background-color: transparent; background-image: none; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container > .video-iframe-container { display: none; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row > .video-iframe-container { display: none; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .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); }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { border-width: 0; border-radius: 0; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { font-size:0.875rem;font-family:raleway;height:30.1875rem;width:75rem;position:relative;display:block; }#Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !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:30.0625rem;width:0.5rem;top:0rem;left:37.375rem;display:block; }#Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24.adaptive-delivery-prevent-bg, #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24.lazyload, #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24.lazyloading { background-image: none; }
#HIX0UNAKMZlrps9KbORZIXJinkuacVSM { position:absolute;display:block;z-index:15005;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:6.1848959922791rem;left:36.968753814698rem;display:block; }
#g76Uw1SZ8PLh02Qvmd8wmTWTEdQp2fXy { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:8.5625rem;left:5.8125rem;height:8.3958125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BhTVhkDKg1lSe7XvLPuhNE4UlsoEzFyc { position:absolute;display:block;z-index:15006;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:17.503906726837rem;left:36.968753814698rem;display:block; }
#DCdirL16MAWqd7kECTDBBmtUgX4ZNrEL { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375000476837rem;left:40.000003814698rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHt5STdaUmMp9sITU43msIWmxSO07AKv { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:20.000000476837rem;left:40.000003814698rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SMUsO6ULeiamuTlFZEpoVIo0a6iCAH7M { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.8802070617676rem;left:5.0208320617676rem;height:1.5434rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ohecXWFPCsSmmOTGJ5wBW0Cu2mAtvbDH { position:absolute;display:block;z-index:15007;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:25.285158634186rem;left:36.968753814698rem;display:block; }
#dULWqUd5sad3zliBkl7xlcJXHUe0xNCP { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:27.4375rem;left:7.375rem;height:8.39580625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bTJARlQLx7Xekm4bFUQHEW3m5RnH8u6X { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.125rem;left:10.3125rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { background-color: transparent; background-image: none; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container > .video-iframe-container { display: none; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row > .video-iframe-container { display: none; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .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); }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { border-width: 0; border-radius: 0; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { font-size:0.875rem;font-family:raleway;height:51.5625rem;width:75rem;position:relative;display:block; }#ApTSerQe2cbcdEf19FSPdJrS3pSZd66J { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/mmcTmuf8/dot.png");background-position:center !important;background-repeat:repeat-y !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:34.8125rem;width:0.5rem;top:0rem;left:37.379895141974rem;display:block; }#ApTSerQe2cbcdEf19FSPdJrS3pSZd66J.adaptive-delivery-prevent-bg, #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J.lazyload, #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J.lazyloading { background-image: none; }
#BrXdvBf12vPF71grMNaBxCSFbTl4zXPa { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4348754882812rem;left:39.937503814698rem;height:3.0868rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNlmQoSyA6yTZOdGXiCMhlRkBAV5LSgW { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:10.311199188233rem;left:39.937503814698rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;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:block; }
#qTwOdTh8vTJn13UZ0Uxotgz9BrpbRb7S { position:absolute;display:block;z-index:15008;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:6.7486763000487rem;left:36.968753814698rem;display:block; }
#AAG5FveJRB04zQbheClp9IZozaLs0F7p { position:absolute;display:block;z-index:15009;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:20.467449188233rem;left:36.906253814698rem;display:block; }
#ysqIUgnzma83RPJCk97BxiNWPXm5Iz5L { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:23.9375rem;left:4.5625rem;height:8.3958375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rwKWnPmxov2EM2ov6MlClwHw3EgpyrPR { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.5rem;left:4.4375rem;height:1.5434rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IlgJA7UlD8vyg45g7IQsu3S4siUeT4el { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:36.375rem;left:39.25rem;height:9.795125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qmKBEyNTbxfFV55gtI0LvdJe6CTzCIUH { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.9375rem;left:39.25rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fAGhHgJyquvLdraen15HTEOp25STwLFf { position:absolute;display:block;z-index:15010;background-color:#ffffff;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: none;height:0.9375rem;width:0.9375rem;top:33.958335876465rem;left:36.968753814698rem;display:block; }
#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo { 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; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { background-color: transparent; background-image: none; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container > .video-iframe-container { display: none; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row > .video-iframe-container { display: none; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .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); }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { border-width: 0; border-radius: 0; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { font-size:0.875rem;font-family:raleway;height:7.3125rem;width:75rem;position:relative;display:block; }#WL8w2XxpkXd3iieLIIoEmEPMuxyl3hpZ { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG { 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; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { background-color: transparent; background-image: none; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container > .video-iframe-container { display: none; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row > .video-iframe-container { display: none; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .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); }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { border-width: 0; border-radius: 0; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { font-size:0.875rem;font-family:raleway;height:32.5rem;width:75rem;position:relative;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3125rem;left:32rem;height:23.7205rem;font-style:normal;overflow:hidden;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:before{  }
#lKVnhcr4es4SvQs25vo7HlTv2TB3XFBI { 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:27rem;width:23.0625rem;top:3.8125rem;left:7.5rem;overflow:hidden;display:block; }
#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 { 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; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container { background-color: transparent; background-image: none; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container > .video-iframe-container { display: none; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row > .video-iframe-container { display: none; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .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); }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container { border-width: 0; border-radius: 0; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container { font-size:0.875rem;font-family:raleway;height:33.3125rem;width:75rem;position:relative;display:block; }#Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 { color:#000000;display:block;width:34rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4.75rem;left:31.9375rem;height:;font-style:normal;overflow:hidden;display:block; }#Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 li:before{  }
#CB3LHVaSkIuB7hoR0vZxxwG3edcxAbzf { 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.9995rem;width:21.9995rem;top:5.655517578125rem;left:8.02734375rem;overflow:hidden;display:block; }
#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { background-color: transparent; background-image: none; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container > .video-iframe-container { display: none; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row > .video-iframe-container { display: none; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .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); }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { border-width: 0; border-radius: 0; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { font-size:0.875rem;font-family:raleway;height:10.8125rem;width:75rem;position:relative;display:block; }#ZZ0TkvFzH2qsynTf4Oy3bno5x4d4SUmf { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5c3p1marCNXZHi8tXBGfXpTIQangKrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { background-color: transparent; background-image: none; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container > .video-iframe-container { display: none; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row > .video-iframe-container { display: none; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .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); }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { border-width: 0; border-radius: 0; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { font-size:0.875rem;font-family:raleway;height:29.125rem;width:75rem;position:relative;display:block; }#rEpEh2skALUvEwnNxIbGdIr2FINIe44I { position:absolute;display:block;z-index:15006;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:26.8125rem;top:2.875rem;left:4.6875rem;display:block; }
#U87A8Wv9Oo346BwamQ6KQ2NcffMsmZGs { color:#000000;display:block;width:22.75rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.875rem;left:6.6875rem;height:3.32465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6m5s71Q1i37lElsN9IE1fKUFCTRoLfE { 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:6.25rem;width:6.25rem;top:0rem;left:14.9375rem;overflow:hidden;display:block; }
#zAWSudv3ZfaTL0K67zolq2TPAVkf6Kgh { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:26.8125rem;top:2.84375rem;left:43.5625rem;display:block; }
#TJmOnkXwNw3HubdpB90sCzWIyoF4mzyD { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:12.1875rem;left:44rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#el0PdWyNfVieJ8qGxgdURc2TNnaDBqMt { color:#000000;display:block;width:17.375rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:7.875rem;left:48.3125rem;height:3.32465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ls9POrhXz8zrt4ImXCau5Wp3queV65aQ { 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:6.25rem;width:6.25rem;top:0rem;left:53.875rem;overflow:hidden;display:block; }
#MrNAglXcfispgFkI3ErarABK3BWAlypK { color:#000000;display:block;width:18.625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:8.75rem;height:2.76215rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 { 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; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { background-color: transparent; background-image: none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container > .video-iframe-container { display: none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row > .video-iframe-container { display: none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .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); }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { border-width: 0; border-radius: 0; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { font-size:0.875rem;font-family:raleway;height:137rem;width:75rem;position:relative;display:block; }#B5WLXqXgCLLlDqJ8gbiopF7X1S6hcQwC { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.28125rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PL51yJEWZIrqmsmnggCBpy4ZxPoKRbH1 { position:absolute;display:block;z-index:15060;background-color:#611f94;background-image:none;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: none;height:5.75rem;width:19.5625rem;top:8.3125rem;left:11.9375rem;display:block; }
#CcNv5fuV9zfS0nvLbkpxnCSGVXJ2ZzSB { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15062;line-height:1.4;letter-spacing:0;top:10.3125rem;left:14.0625rem;height:1.8369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiTNxTCpwNpbF3gpw0hPLRVf2kZqKKJ3 { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:14rem;left:11.9375rem;display:block; }
#KpOuGoro0deExn7NMblaIbftFHkaClBs { color:#000000;display:block;width:15.74825rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:15.3125rem;left:13.8125rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPDfWpkKN26TCvp6neM3BtKhMtgquQfg { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:21.11328125rem;left:14.1875rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiC50BkOOxLBaPn77iWbItAvTVgNrD9i { color:#000000;display:block;width:19.5615rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15068;line-height:1.4;letter-spacing:0;top:26.857421875rem;left:11.9677734375rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuFpXm3IeCCK9MwMCw7iEtIqkrtGeU0a { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.4;letter-spacing:0;top:34.806640625rem;left:19.21875rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3vb3yiOM75cOSzQPeKOlQc1wTs3un4n { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:19.6875rem;left:11.9375rem;display:block; }
#bCtN3z22fTfF2EHrAixRZ5CnUDAgSGb1 { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;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: none;height:7.5625rem;width:19.5625rem;top:25.375rem;left:11.96875rem;display:block; }
#rC4ATFL5wL17Zoz45SLoP3vgxGIN9Mpr { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;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: none;height:5.0625rem;width:19.5625rem;top:33rem;left:11.96875rem;display:block; }
#oitdLeIy8mQdboJ6Cfalde9k9efMXmKU { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:39.25rem;left:11.75rem;display:block; }
#LMRLsE18451NrOaVJ1FhDTenGyJVvoBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BtToDzV9XFR8MRcAXmbdaiW3PzRH6o3b { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.75rem;left:13.59375rem;display:block; }
#R1QgxUNaUHNXWUrviluHcTAFvmaMM4r0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9htP6xp8SEo0PcXMvUs4909fFpCakJX { position:absolute;display:block;z-index:15070;background-color:#611f94;background-image:none;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: none;height:5.6875rem;width:21.5rem;top:8.3125rem;left:43.1875rem;display:block; }
#Z33foiIMmgbx1ME381QJ7tBKvkVAVPDe { color:#f2f9ff;display:block;width:15.7480625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15072;line-height:1.4;letter-spacing:0;top:9.412109375rem;left:46.125rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HItUthqMfwyotIqT0LAeybIOgXTQOPiQ { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:52.1875rem;left:44rem;display:block; }
#aTzayTQoQhPM0xAltLJO0ZxW8A4DvP74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOCpDNU8tFi5rf66BLGNx42RNuo4EBie { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:58.65625rem;left:45.84375rem;display:block; }
#raDDVbofaLht7i34TnQwtOebCseE0TMr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JToP3yz3RAHfsTGGxAUqA0dpciHPUnTS { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:21.5rem;top:14.125rem;left:43.1875rem;display:block; }
#zTrLX9LGPOvGFIvLcNKOcJMaTmn9WE5h { color:#000000;display:block;width:15.7480625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15071;line-height:1.4;letter-spacing:0;top:15.30078125rem;left:46.125rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwfMGx5679oc2iFds1zaNUHwbmES9n2f { position:absolute;display:block;z-index:15068;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:21.5rem;top:19.8125rem;left:43.1875rem;display:block; }
#G71DbDO8b0vVJF1e8q9Salk4TFZ5bxST { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15075;line-height:1.4;letter-spacing:0;top:21.11328125rem;left:46.65625rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdmVqua7xH2XEqZQbMCNvTA0Zee85o6V { position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;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: none;height:7.5625rem;width:21.5rem;top:25.5rem;left:43.1875rem;display:block; }
#Bz1NUGTPpzeLOSbIw4nL828tGTKMwF08 { color:#000000;display:block;width:19.5605625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:26.857421875rem;left:44.21875rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThpBVTrI9VRsboGgAQmXiawrl21X057z { position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;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: none;height:5.0625rem;width:21.5rem;top:33.125rem;left:43.1875rem;display:block; }
#XUVqa4P8oGevdhvp5o6BNwZyxVwLpyhq { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15090;line-height:1.4;letter-spacing:0;top:34.806640625rem;left:51.46875rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5zDZgfg9qf7f5znxJPHNrcU1u1ck6zz { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:40.11328125rem;left:45.34375rem;height:3.1493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBln81rDPpkMMQTWJA9thoBmMuzpwDXw { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;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: none;height:6.875rem;width:21.5rem;top:38.1875rem;left:43.1875rem;display:block; }
#Ws2z5vkq3ZzMHqtiF9M2u90TlAM06DnD { position:absolute;display:block;z-index:15072;background-color:#611f94;background-image:none;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: none;height:5.3125rem;width:38.5625rem;top:65.0625rem;left:18.75rem;display:block; }
#acPagNxty2vcR9Ld6zmaWCvpXHanSqB5 { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15074;line-height:1.4;letter-spacing:0;top:65.943359375rem;left:20.28125rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxFRz81XRDrbJExbl7fiEXhQMO7AibLc { position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;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: none;height:3.8125rem;width:38.5625rem;top:70.4375rem;left:18.75rem;display:block; }
#m66bBr8qqOitQRP7ekAemwAQWmeOWlEP { position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;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: none;height:4.8125rem;width:38.5625rem;top:73.9375rem;left:18.75rem;display:block; }
#UnNNVtOAsU9uwqnPL9DEnuTOWTtzTKP5 { color:#000000;display:block;width:24.124rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.4;letter-spacing:0;top:75.619140625rem;left:26.0302734375rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZntpFAKWoWzXePq2i0TUmWz9197vSTo { color:#000000;display:block;width:22.374rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15085;line-height:1.4;letter-spacing:0;top:71.619140625rem;left:26.9052734375rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8nWJziUrTsyiOriFw0QVM1RpG3vzQ5F { color:#000000;display:block;width:36.1865rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.4;letter-spacing:0;top:79.39453125rem;left:20.28125rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eurE2k1nW32fgxpeZIx1RA2BLu6UAQCI { position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;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: none;height:5.0625rem;width:38.5625rem;top:78.375rem;left:18.75rem;display:block; }
#y7ILTe2klEapnoAD69ITeiFcoyebxZZp { position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;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: none;height:4.625rem;width:38.5625rem;top:83.5rem;left:18.75rem;display:block; }
#qWLpvZtUc1RteSPnP1TxFF04R0pKTR3c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.4;letter-spacing:0;top:85.087890625rem;left:32.1240234375rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxHavDu2zA1Q3pso8gFhWsMGmu5ELIlA { position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;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: none;height:5rem;width:38.5625rem;top:88rem;left:18.75rem;display:block; }
#inxSDngtABh2pe6l42oJXkoWIlqD7N8C { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15080;line-height:1.4;letter-spacing:0;top:89.775390625rem;left:21.96875rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfsUih0pX3fka9bTyWPXDf8W1iaBUhVS { position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;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: none;height:4.9375rem;width:38.5625rem;top:98.6875rem;left:18.78125rem;display:block; }
#R9nuls3VEhMXwIRPAwz6uBpleUswvd6u { color:#000000;display:block;width:30rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15079;line-height:1.4;letter-spacing:0;top:100.431640625rem;left:23.3740234375rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#se4h0qPPdQUWkQfJo8i3TowDMpuAG5eV { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:5.625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:104.9375rem;left:30.375rem;display:block; }
#K5kXZaVTIhpk6V2797w6L2Km3XiNtUpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZkgSzNPEKnnTDu41F4EJlyOOGxXtJA2 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:111.375rem;left:30.0625rem;display:block; }
#uT0ph16kK6bNfeevBTQbxvVsw7eG7DZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZFfFuRTX6eFxvRbXbCs6DCeKTT5VMWP { color:#000000;display:block;width:41.625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:117.3125rem;left:17.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtw74kGCut3pkfMAz1UFZQbBGRrX9c2S { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:122.625rem;left:20.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlPv0p66XhftE54hH9619AQFWaTEn9vf { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:127.25rem;left:22.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEJJiXxSAeKRQ6Tie6x3vUbSpzqPGTId { 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-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:urbane;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:129.8125rem;left:28.75rem;display:block; }
#M9i8s1hb11RmPRLh6bG6IEfe51QeMBNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiSTN2EgUDEPziiK2CeAdEShNiov5cX5 { position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;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: none;height:5.9375rem;width:21.5rem;top:45.125rem;left:43.1875rem;display:block; }
#VCgSC6rOv4cvlPqHVStFpsl4e8I6ddVb { color:#000000;display:block;width:17.25rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.4;letter-spacing:0;top:46.20703125rem;left:45.375rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEWQ97LXMSu5JwVnvnxDSey1rTZIfuCy { position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;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: none;height:5.6875rem;width:38.5625rem;top:93.0625rem;left:18.75rem;display:block; }
#TGKcbs0TapuxvWOIosN9ft69tUMASIWe { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:95.181640625rem;left:24.7177734375rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phorA0VofnxI9ZoDfozCqAwKicaxGpnD { 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:none; }#phorA0VofnxI9ZoDfozCqAwKicaxGpnD > .row .container { border-width: 0; border-radius: 0; }#phorA0VofnxI9ZoDfozCqAwKicaxGpnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phorA0VofnxI9ZoDfozCqAwKicaxGpnD > .row .container { font-size:0.875rem;font-family:raleway;height:123.625rem;width:75rem;position:relative;display:none; }#Ru0OxJcOFlmUHWmfaDg7qsz4Z0LBsrtr { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.28125rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGNpniQtnSpR8nG2USUiK9VVPSHgTeWQ { position:absolute;display:block;z-index:15060;background-color:#611f94;background-image:none;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: none;height:5.75rem;width:19.5625rem;top:8.3125rem;left:11.9375rem;display:none; }
#HaMkr1DZPrqT7r7DkGhlzvzX55RgDnkV { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15062;line-height:1.4;letter-spacing:0;top:10.3125rem;left:14.0625rem;height:1.8369125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lde59ewlEdb2kFST1sK8oCRXZB4tmGSy { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:14rem;left:11.9375rem;display:none; }
#sltsWrzchA1SCl2S4h6n18auZ6EW0FhC { color:#000000;display:block;width:15.74825rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:15.3125rem;left:13.8125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fWJVcSWnx1SdGTPdQd3RwszODVGGT7ZD { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:19.6875rem;left:11.9375rem;display:none; }
#vy0WAZxZT9UZvobVT3zxSEcQ31ZaQxyn { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:21.11328125rem;left:14.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L5M3BRK4xR3BF2lKzWT8ZkczyTck73Jx { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;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: none;height:7.5625rem;width:19.5625rem;top:25.375rem;left:11.96875rem;display:none; }
#xPo4PshWuSCssOszKtaX8DmWveH6F6nc { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;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: none;height:5.0625rem;width:19.5625rem;top:33rem;left:11.96875rem;display:none; }
#dvJHikdd2DE6vnky9mk3HWwQAa0J4HUv { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.4;letter-spacing:0;top:34.806640625rem;left:19.21875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GkbNzCZ6KFpBv17yogRWE3Z82pbZE91v { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:39.4375rem;left:11.75rem;display:none; }
#nMzgq79V5Kx54B99gxPxJsOsTyEynGsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#is4XvQhsbsEyrxwMRcXingVy7rrOZzv3 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.9375rem;left:13.59375rem;display:none; }
#wdzA3Xw8aq7kSu1WIoBfXplp7bnt7srM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#do9ZQzO183mq3pdZD4VXadHvaB4zeDw8 { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;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: none;height:5.0625rem;width:19.5625rem;top:33rem;left:11.96875rem;display:none; }
#DDqbOwldO4rEKm7wWlEr8u1JmaDGWd8Q { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.4;letter-spacing:0;top:34.806640625rem;left:19.21875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RXEmM5DDObAX2ahUN07Q0CIxnda2mQfh { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;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: none;height:7.5625rem;width:19.5625rem;top:25.375rem;left:11.96875rem;display:none; }
#eTQmGqgiGW9Db5WoAGyoiXwrq0TFmu43 { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:19.6875rem;left:11.9375rem;display:none; }
#beb5rT9ZU9zocL0Z8RTlnWPFFKKnheeG { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:21.11328125rem;left:14.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fIegD3PqtNSFxxUuwAVt1EP1dUMiwBef { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:14rem;left:11.9375rem;display:none; }
#dAMniBoRntQdz0VmoFshemOR5JOBnrNG { color:#000000;display:block;width:15.74825rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:15.3125rem;left:13.8125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r3AJaxiU0rdr4812SEUXzKDCDrpsoeEa { position:absolute;display:block;z-index:15060;background-color:#611f94;background-image:none;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: none;height:5.75rem;width:19.5625rem;top:8.3125rem;left:11.9375rem;display:none; }
#ysraIvIeValL0w676T3IkgqirpBnwSO6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;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: none;height:6.875rem;width:21.5rem;top:38.1875rem;left:43.1875rem;display:none; }
#D9ckfkJDZR4PoaS5w5kfeApzyvAKRBbK { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.625rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:45.9375rem;left:44rem;display:none; }
#n1d5MUP8kUSFqGG11Zw31qC4qJl22lJi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IM7cQBOAwml97egBkroElTdec9Ritw6v { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.40625rem;left:45.84375rem;display:none; }
#m8KxOQ2JTa9vLvw9QTJCeJIzpSJD52oJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uC1He2nEI2JhxuEu3Aa44CCZGy0ydHLW { color:#f2f9ff;display:block;width:15.7480625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15072;line-height:1.4;letter-spacing:0;top:9.412109375rem;left:46.125rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ixQEo6Negq06O98qFJ1guDZrUBAgcpNX { position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;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: none;height:4.9375rem;width:38.5625rem;top:87.4375rem;left:18.78125rem;display:none; }
#yMT9oxcTxLl0C2xM4fNtvO3W2oDafepE { color:#000000;display:block;width:30rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15079;line-height:1.4;letter-spacing:0;top:89.181640625rem;left:23.3740234375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bZWFy25odV4e3qgphQAwVXbNl2qXHhJ6 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbane;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:5.625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:93.6875rem;left:30.375rem;display:none; }
#m6LUHL9msDGzE4itkrgr7QKgkR8qbWMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8Vuv8h6X5u28g5owveNwboXrU0EX0R8 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:100.125rem;left:30.0625rem;display:none; }
#oWyl31GlWuLfZ9Rc3WpP9Hd9ztBzcBaN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3JPEXeUUATVkobMllUXOZZ2ikfuD9hQ { color:#000000;display:block;width:41.625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:106.0625rem;left:17.28125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nGLKMueo9Cyx4APi4WQKTrR1USqvtJ1O { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:111.375rem;left:20.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#suhCul1sxbV6DnLSZbfIBXzEJcnl69GO { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:116rem;left:22.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aw6nDX5aFGCey97Se7OKDIluoIcMbShe { 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-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:urbane;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:118.5625rem;left:28.75rem;display:none; }
#InXWTKDNCEnQtdSHcN1mJlxAyptfUH84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRnfDDITFsaApCztq6Z7IKlgOKndBCG9 { position:absolute;display:block;z-index:15060;background-color:#611f94;background-image:none;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: none;height:5.75rem;width:19.5625rem;top:8.3125rem;left:11.9375rem;display:none; }
#BMa92LAHNuCxHwSXr87bMBO5na6v6rG7 { color:#f2f9ff;display:block;width:15.7480625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15072;line-height:1.4;letter-spacing:0;top:9.412109375rem;left:46.125rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#znwctSfodLI8uuUcPBb47la9mQ0y9UW8 { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;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: none;height:5.0625rem;width:19.5625rem;top:33rem;left:11.96875rem;display:none; }
#LZB94I0ANvltmTQphSbEBQzpS5KfCgVv { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.4;letter-spacing:0;top:34.806640625rem;left:19.21875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sEXUtyW1UfaKoUMDzPXITw4DnTCfoJt0 { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;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: none;height:7.5625rem;width:19.5625rem;top:25.375rem;left:11.96875rem;display:none; }
#mH9e3Pw5XGdI1F7euToUTxlJP2vWe84K { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:19.6875rem;left:11.9375rem;display:none; }
#C5Ig1bvB7nB51SiRdIGdwkioTL5xJdfE { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:21.11328125rem;left:14.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pRl7HlcwcVT0HQRBB92hpiKi5TBPhThi { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;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: none;height:5.625rem;width:19.5625rem;top:14rem;left:11.9375rem;display:none; }
#FwkL0JsyWPFUG5SP7O0gqWzC6at4wkmT { color:#000000;display:block;width:15.74825rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:15.3125rem;left:13.8125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oC8ZTgTQTVB3OqtEIdZQMXS1lZiMhsub { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;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: none;height:6.875rem;width:21.5rem;top:38.1875rem;left:43.1875rem;display:none; }
#zKt44ylxOENoywfA9spk0s5apJiTipLA { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:40.11328125rem;left:45.34375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MfIXXise7oZh2Bh7wQyZqdOu1XfTC00S { position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;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: none;height:5.6875rem;width:38.5625rem;top:93.0625rem;left:18.75rem;display:none; }
#MkGrtDTARXQqZlkELrRyO0G2sDVJCBEG { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:95.181640625rem;left:24.7177734375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BQILZWCEhTci4T77t9n8u1gQdFMPkHNt { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15080;line-height:1.4;letter-spacing:0;top:89.775390625rem;left:21.96875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gKvnMzs2NVfGH9J20pST5BzEZ9BceVxG { color:#000000;display:block;width:19.5605625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:26.857421875rem;left:44.21875rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yHxWbU8b5TBxEA5ECz5L3ScJDxOHFXpF { color:#000000;display:block;width:19.5605625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:26.857421875rem;left:44.21875rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#USnAPaBXLTLE9X33N27eT9vP1Dn8k1K8 { color:#000000;display:block;width:19.5605625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:26.857421875rem;left:44.21875rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z1mgcp9md9T6kZk4cCDcEbJeMZzAROhU { position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;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: none;height:5.6875rem;width:38.5625rem;top:93.0625rem;left:18.75rem;display:none; }
#oZbpix0egFKHURmTtqQafgCOxmITcHzN { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:95.181640625rem;left:24.7177734375rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OrTZ6010TrixuECheRHCezUPePT153Ge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container { background-color: transparent; background-image: none; }#OrTZ6010TrixuECheRHCezUPePT153Ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container > .video-iframe-container { display: none; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row > .video-iframe-container { display: none; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .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); }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container { border-width: 0; border-radius: 0; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container { font-size:0.875rem;font-family:raleway;height:44.6875rem;width:75rem;position:relative;display:block; }#dzTytGmt0UMZzMdVrXfpe5o6fqE2cngb { color:#ffffff;display:block;width:53.562rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.62418603897095rem;left:10.6875rem;height:9.4236125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHSENEXe0IWvJqN1tHNhdMpdbTSA1Lo2 { color:#ffffff;display:block;width:52.0621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0615234375rem;left:11.4375rem;height:19.00348125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J389bCbyiaDWLuVwcUlblrq0vDbSLCBd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.437rem;width:18.6245rem;top:10.7353515625rem;left:28.1875rem;overflow:hidden;display:block; }
#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { background-color: transparent; background-image: none; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container > .video-iframe-container { display: none; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row > .video-iframe-container { display: none; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .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); }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { border-width: 0; border-radius: 0; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { font-size:0.875rem;font-family:raleway;height:29.0625rem;width:75rem;position:relative;display:block; }#i8KHX33k0Fop87lkrA970OM8VTNIJdzm { color:#000000;display:block;width:53.625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7509765625rem;left:10.6875rem;height:4.71180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCPTlity9P3MMWGfOUwZeuSXdvxw5unQ { color:#000000;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:10.6875rem;height:1.2999125rem;display:block; }
#ksswDwbCX7V9u8wIIldvTVZ16JwaxKM0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:15.5625rem;height:1.2999125rem;display:block; }
#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE { color:#000000;display:block;width:53.875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.5625rem;height:10.247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:before{  }
#kR45PqTnrtnnttovTaeUJQCXVBrHJTFS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:5.1875rem;top:3.0634765625rem;left:12.15625rem;overflow:hidden;display:block; }
#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { 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; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { background-color: transparent; background-image: none; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container > .video-iframe-container { display: none; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row > .video-iframe-container { display: none; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .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); }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { border-width: 0; border-radius: 0; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#iud4ADBH1X7au1dtPpPwlvNNLIxbetJU { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUbvAgK22GR3vPR14heI6qBpEOWhTIaU { color:#5a5a58;display:block;width:57.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.5827026367188rem;left:9.1875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK { 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:none; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container { border-width: 0; border-radius: 0; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:none; }#CNm4c29GowKs9EpEPiv8DDRVII4SyTTA { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11230625rem;font-style:normal;display:block; }
#ZAr5PIstGI0rVEULJIy0gLp5KNe4Mgkp { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#xDNkORKUfxkQqHKigfZ2NJ3FFD0IdEDi { color:#000000;display:block;width:20.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#MSmpwTDMNzRk2ovoxQJIWqz83mMoZfPk { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#KW2OdzDq9TGzOzldmR4aeMJAV8AELWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H161p3Fuq5RoIL5tR3knVCQhMEvGTffs { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#UOQbzcpl8U6VGvdSpbzFdDbKNBBTH9mu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JccIBMn13tr1TBU57HSzqry6WRtraJRN { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.5498rem;font-style:normal;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:block; }
#xURFKa6FeZR3hbZyRy0ZJvadUB3rZ4EP { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#fXqQ6aFXTMwpgo5AUXQ26Ahk9E8ltKVT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:4.142575rem;font-style:normal;display:block; }
#AIqVpiHDBdnqMCnbIrAo8WiUWQtOXrsB { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#UoSS42TC78180g7aCucVdmDJsLKCi7qR { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#IKWBWoqolreHg0oP47DJNB8r4xS1dXTG { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#R8dvbvZiTVB3g6CLT73Ouw9CqL2BDO6V { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#VggeSyGGLP9Vw3wUWVIgizeExG05sCLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFOaSOrQDVVuElHQiyK9VZLgt7TMmwVT { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#HL3xNlTf6tbtbibHc386N95p5Mp0Uh89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAI6NqipHw6Um0Nn9TdxA9p0BZ6D6RgJ { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#qdiMopT1MQKPlNmgPR8aVe7mQ426sF1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otc4Js0b3RVay438LXab40AlHn3VqtcH { color:#5a5a58;display:block;width:21rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#hKgbBgmXLucnIZ1gW6HCpT6U9Vuf6Gof { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.28125rem;left:0rem;display:block; }
#R5cLmC3hwtUBpwhA6LHNsS0I9468tQFM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#ZWBa88ie0RTessp3dNevTWyyOJh25zz1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#PBuTupicAvKH9J6Meh5qVU5THFceclJx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#hKl890ANQopG3JJmgSO16dqe4tMzSQ9M { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:4.71875rem;left:2.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MofzCm1HU44KTBMDugxU0TEtFp1EnB6Q { 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:47.6875rem;width:49rem;display:none; }
#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ { 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; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container { background-color: transparent; background-image: none; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container > .video-iframe-container { display: none; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row > .video-iframe-container { display: none; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .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); }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container { border-width: 0; border-radius: 0; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:block; }#AIMGRre3JNhPq0uRkqV55IxDf1pFE9tv { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11198125rem;font-style:normal;display:block; }
#VPhrmsrTQsQQ7mJGqzVNlIh1OLC3nmQL { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#TL02bfsdqCd3tQtc8K3Ou8ABEIlykU8p { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#D1w3J1pyF95yKHHC1QyLh7nPqNpTydnB { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#xAoiELaeeZ5m3Z8OVzsgDnzOdc1hXVPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylb1JtRJH24ahIw3fvwN6o97Dnxh1xyB { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#MkktLZh37bWdAHremritbWKebx5RxHUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSUvIQtXLn2LtTg7MGUlJw4bNtv2y33T { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.549475rem;font-style:normal;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:block; }
#uCKgOtHvt0KvEv09BiMUUIlzbAKUtpkI { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#um0BmpIh20qKgPRJ5ItmiASAdVhqm8Cz { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:2.76215rem;font-style:normal;display:block; }
#CzzrZbOtqn2NRSKsakP3tanNeregCJab { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#G0FXpAn1Z6TbhdSOIdh0JCDF6UqNR45p { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#Ut3p3IyyhgPqtTARtTt9q8mDTBsC1DnA { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#SvZRaOvXn2Zpy3eZxGJBdit4okloNeJS { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#CLT7l6PF3gE7rDVNsVV6RVxM21m1CL4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QN7rGuor3NHPbMT38WPQkXdcOn3ZQBVg { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#TAWuFtDD3PJS1bZ6Kcn1ypmOvv0czGVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHPSnalyJ0TLosEXBlzDQ4LWeQ62lefv { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#kqc6hF5OA6xt1SpDVy3VLrWip0h4sWvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d96SCbWWPSeKWLnBrsAn2QWNJf0CAdIz { color:#5a5a58;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.46875rem;left:2.5rem;height:3.59765rem;font-style:normal;display:block; }
#tmqtrnFGA4nixpFdPwJuURzNkiXg9xLV { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.21875rem;left:0rem;display:block; }
#CqiIVlo0nxupKtePqTgLpDlSwCaK2Gns { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#uME56k65aTtTJNV04kFOqBVGihSdtoFT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#d7nsDdfdTdPc3QIiCgbBVmyy4ubMEUxI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#GS6KV0rlIXwkLntXNQql6DNuEu84SbX9 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:4.498046875rem;left:2.5rem;height:3.14995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpJSCJNf3mc8QkRTiSbA17AmTVr8aZMZ { 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:47.6875rem;width:49rem;display:none; }
#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 { 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:none; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container { border-width: 0; border-radius: 0; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:none; }#yNw43vJnGNsGZKhpE5VixomUl7zfF2Cd { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11230625rem;font-style:normal;display:block; }
#h51BHHLyLzdHJV6yOHhUn6wWPbBs2Rao { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#QQ095Vl6vzOxdZiM1IFrRvfxCp2X5Ohi { color:#000000;display:block;width:20.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#BMVHRsT30MBW0WXJUNNU5tatEPekTnUQ { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#hynM9Us7TfRIHQDtJEknbXvRV5BZSex5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BliiLftiRczLL2P6PISdVFa34LPeF8kR { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#onemALTRlh3xttWUyQSKw9BMIfUvG8G6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXxfWrbdUCun39xbTLHTIcZ6d0EHmTDT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.5498rem;font-style:normal;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:block; }
#wS36wbdhy2cZ7vn9OmR0WTVH8ZrZDdbZ { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#vm6Ps95XxkazsTy2sbJfFqVEcbab0xbZ { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:4.142575rem;font-style:normal;display:block; }
#lgUmuTy7eFyEe1evLaB4dTszbuPwMrfJ { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#I9CZPVUtxkiFF49k7vXrv5JV8pfC6AOn { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#bZ4v660k8JvFpafThIwLCyCL8ZWWwyPZ { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#JvnxwmpTqlWdihPLfBbXHhNRwSyGZINM { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#XAu4lsSPusz9DGV6TqTQHaJvgXvx1REp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bg3DyGJw5Ahy3JhO2i85FMI5tInfSmt1 { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#DzvAAt0sN36nLW3tz7gvuynE1OgeaULy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ty5pI62w9C2iUzcrLAMMf84EppWK4Jda { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#rbGaFHLaEW0vqqENI7XloVokcRKnztcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3SNb1GUf9d6LeumiJeb3kwAnDGIZLTs { color:#5a5a58;display:block;width:21rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#MEDWfgttX4LLZIQC4Oamh6gukUXpluNu { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.28125rem;left:0rem;display:block; }
#QESipQ6RxXCt0xIHQcx83DRsVZHhshzD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#boQ5H2SSQW0ev4OOcMMMVMBmldRNzAcE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#eu1pZTuflSp4SgiK9FustekArzJ7TgTb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#Pv5ZT5Xr5XJ9rDNtGP9h8mgL5b5TEsFu { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:4.71875rem;left:2.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQvrHZgd2NgkSu9BbrOVK7gAiGOS7aL7 { 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:47.6875rem;width:49rem;display:none; }
#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv { 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:none; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container { border-width: 0; border-radius: 0; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:none; }#LVAads2PotFA55KNOdfxVfPXQJGTdp1d { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11230625rem;font-style:normal;display:block; }
#E36MZqCVDZuq3QJ7rvTGTkHEzbn1fMTb { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#BVhmZyucWVGrKyoIFTIP9W9n5VBJcSi9 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#opd5PGmnWGepCEzTV1g6mp45onhonz2g { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#A3GR25kimSTD4U9rbcDzHQhRJH6ol9uU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDTCEaCoGWCyzBRCtJIvdFJlEfNhSZ9P { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#P7UGLuTCavTWxSL5TZm6L5hofiJo2vNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4IKzTMc40TnMiPBU1TApfJDORASDBwT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.5498rem;font-style:normal;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:block; }
#EQ1BD26LGRe4KZ62viJi7ZbF97rHQFFK { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#GZr6teHgwxTKtGrO4ihNS8eJJJcsI4Zk { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:4.142575rem;font-style:normal;display:block; }
#GsvSrI87RQuAwdZN5u0QEfdVo1TFrG1M { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#xkCAG28c4oi9NH2vyfvfbH0VkopN0czD { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#TOnBbA7qJDynZKT31obgHeCNr9PPXnwT { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#sv7LJb24l8OTlKEc3GpufrPZt4RH2Qfr { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#TTUL35tdBiac60KPsyp82rh8QAtVyy9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k29y2hVihD8E1dubbvJS16ZaD0GVEzMG { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#Qd1ZAHLLhfyb0VddbbUTiQNQf313fW5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fxdu4Zc6vyKLdMWSh8Q87WMB7ena2FFg { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#Mf225JxecrKvPTh5bb7JcuJooxdMLH5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VM68sEEW4hawT0Oi2tX9aOJXd53rbF9r { color:#5a5a58;display:block;width:21rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#AX3u9vPqk3hQES7CZaMOwTo8c2ki1WaM { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.28125rem;left:0rem;display:block; }
#AxXiceUEcv4i0fsvUevQ9C67Eg5rM0yx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#BwNpTpFMUiUmbnHBgxdoEmcI4aaUH3lr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#fKIg6WhO1azmwoZZL8OOZWlnu4QDcF8C { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#kAf4TlHs7yILXPoRlHk3Gnkhnm8s2gZK { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:4.71875rem;left:2.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0GUIthdsahxmpnFhDmmSDUuPLBK6NFx { 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:47.6875rem;width:49rem;display:none; }
#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn { 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; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container { background-color: transparent; background-image: none; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container > .video-iframe-container { display: none; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row > .video-iframe-container { display: none; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .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); }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container { border-width: 0; border-radius: 0; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:block; }#UJ8oOSFdFEby4tUGpRP33nZLM6XziAsm { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:1.94965rem;font-style:normal;display:block; }
#mIJTc10iHHBKEebst3Pq7OLvTPBJ8Diz { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#cnQWtCwFVhUOE9TtRn2r9bZKmp6IbAAg { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#svmDNzFFSZFHEXaun1XGxGHsamnsAuBM { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#fvoUf5sALSlqBSXN1CKrDvQgU53qVmpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5WguMd8I1Dy10uBbg4A7LJlVT8taKJx { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#I4A8wXZAXuAyKGnFs0in1nN3BglAiAiG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O4TTEcXryB8puW3UIhnIVKRFUA4BvyBA { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.5486125rem;font-style:normal;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:block; }
#hRlLXnxtRwpeIBh50BQMK4QuOmi3KuqV { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#grV4M57XzLD5lnVZO905WhzPSifEOT64 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:2.76215rem;font-style:normal;display:block; }
#yVi8Eg0IJeJUOmSuMOX1qpRuR6h9qUQm { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#kcHPNPdpqVTvVLLeOeefSwMWykcA1L5H { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#pBomwIZkET3E5rIeAtmVR5wSxhMFFTBz { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#Um7lpkTRPkB4qQ03m59284g2SblI5e5Z { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#BO0ES0fVwag1NdouCMbB0qWHt7NgTzvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#baHsridzRDot33U4Ill79GOhGPuJSk8E { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#f5IMTVWacbvkVR5TzzkUxb1ELJQ4ltDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7JMUytatm4t4Ty0DNcXfo9B5capoqzF { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#fW9AfT6URpk0mJtw3t8uhI0wv6NyzkNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0cgq1MEgUEN6t1d8Ns6pW2GWJZxmwvW { color:#5a5a58;display:block;width:20.875rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#FC4FG8TXTsa3cpghTTUWz2TfdgZWsQ8t { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:17.90625rem;left:0rem;display:block; }
#TBwz8OldTneIrgnyRZ6WTEZbyGiwKNnf { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#RaVgSFvltV27GtBA8uz7SJZPNM0aTJ4Z { position:absolute;display:block;z-index:15008;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.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#xVbJXXcNHcgAoUdgTvVuCFwDOpGV2sbs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#fuz8viwpvecO7f9bqTiPBtDruS74Aema { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#Mt7LyWzcNhCQDZIricyudIEJWfZmeo7G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#PZVW9EyuiVEpo70hWc5rEtsmmTuhOATf { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:4.498046875rem;left:2.5rem;height:3.14995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp { 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:none; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container { border-width: 0; border-radius: 0; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:none; }#N2CmZWQAWnRNHzXmTv4vDGzIFuHJT7df { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11230625rem;font-style:normal;display:block; }
#FV6eVKoSzEoz9oSgSIKEfNQqL1FHrbz4 { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#rRV9WBVugCfr08Qz6mm3ntdqePq6rlAs { color:#000000;display:block;width:20.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#v36SVLTJi13bCDufKMA5AzqBzgZtUSdP { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#Kw2keLvgxuufvszTgIB9ruKHlPtkssVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgLi0gIWWGm4I1CDbTlkMDXf2htg67gk { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#lxKAmMsUJsHbP14x8ZD8oeaNNhuBXRlo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1r2OXqLRMMLzv8Hfiul0LPqGVemNUTz { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.5498rem;font-style:normal;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:block; }
#Zdq3PIxMdIFi7vezSXWWR37q0xtakgd9 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#JEJ5rH5y2wAlXAv5wxZwPTE7aV4lFdQZ { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:4.142575rem;font-style:normal;display:block; }
#Rxtz59pLvdQe9SHpRLgifLN59i2J8GFQ { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#pa6fBwim1AocBLgtDlQbCgDOFm46xQLz { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#VzKakduQaCznXd1e7OTqsDcHTCBzvRrV { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#G79lBIfei5R0QbBMoVT44HRfXL1LlgQy { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#Bechk7UlIaEbqBTAeD5oCJ0PNGdrcEcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iU41768oybFrl48U2T3TZdPtWMJlUPEM { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#DClwQ8cOPhMv4SXbvcTfXJC3pzDADCTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7IcavqqoDVxagdqwqKlSwzTIh6Hhdwp { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#DIXI9TJSZTzUXuwrTdbJZiCMvg3I7VmX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciAMHq1zhLKQ5xJiQJC1ugIrRLXQFco2 { color:#5a5a58;display:block;width:21rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#hpuel4FJ3gMo2baos6FwWAWixPdyXrbW { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.28125rem;left:0rem;display:block; }
#LD4OGIVQ3PwH8okHyLrFLnLLchlOCHUg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#UKX2O0X53xz6QOg6JfEH6nzICavbnfXM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#RQQfOqOPAmNfkyMNgCCNhUQUmx7PxCJH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#BL1nQwquHG2wbWzMuPrcx7RrKMC90UV0 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:4.71875rem;left:2.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFag1rmDpcGL4zRSG3ITaZqUxWe1AiPV { 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:47.6875rem;width:49rem;display:none; }
#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV { 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; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container { background-color: transparent; background-image: none; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container > .video-iframe-container { display: none; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row > .video-iframe-container { display: none; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .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); }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container { border-width: 0; border-radius: 0; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:block; }#nG9ngUhBcPGuxetoPZdyE9pUtiEOyHQq { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11198125rem;font-style:normal;display:block; }
#vTUk0wpZbbTZLOUoTcrEWfOTMyQEWI5T { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#wvZcdLD6wp73Bh3ITmhVr4ZtGrwR76GM { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#DQ4lXqyvklRvNNANW7DBlNxsW4KmDqrx { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#KhRz8KmtbJfD8py1vlnCgE2T0xvZ3oWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GV9PsJKNtdaaq2Zsv0sVtO1AXOM9Gnbv { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#myJobNslx3qR2A3BAp43ur6I3AEH6Jwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVrINTENoscXXKHSBpuiKuNWUVsrTuLl { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.549475rem;font-style:normal;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:block; }
#so3ok7Fwdbi024TlUitqBtMZvTtfhtVs { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#cqJIKth8XhX28PCN9QAHCZcnkuO5ZodU { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:2.76215rem;font-style:normal;display:block; }
#NVMwEghB8tdnFJ3irOLTl6ACVQvW294C { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#cIGC6xO3Sb04o2wA64WIXB03fyC3eZEm { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#eTfFH6PEHbf2UgqeBBvIlVHMbZaudTIy { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#GbkaXSs5PxeJp7VJ2pQsTMZenonEkAZx { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#Jq0OlQD8ma1Q2zDOVg8hC8cB16cTuzVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llpP0b6egS3VNsfCKwZA0dPyiJV66lkW { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#ZvBsL8xbLwdb7Hb41NEv6qaCKlPLBHto { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIugV81y31SIn0huMKuQJZJO6Vf1zLI1 { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#RTgzpiWRTLdgeBwnGdI47B3CoeyeksbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mA5tgTuwzynIrtP3iXRRl1coKv5JtPb9 { color:#5a5a58;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#R2mZWooCGwGoKB6uPks1hll29zyxSpqX { box-sizing:content-box;color:#5a5a58;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:15030;top:18.09375rem;left:0rem;display:block; }
#wNZKZ0ScCPBuquMbs2ltJostXE3iC5EV { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#HpIAnDiTUCZQ1XEV3Xx7BRh6dG6n7fcL { position:absolute;display:block;z-index:15008;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.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#ZbmuINAiy7R2qDyoOiIGuIkxCVXdlJQ8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#mnAVZZlXSQTU70eZ0eAdxAL01ZTD27Gz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#pOXg2LuNNDsRpTpr15Psno5ZQurIAoPJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#MkDwehOg9Bv6bgkqvtydNHZLiMTU5qhx { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:4.498046875rem;left:2.5rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG { 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; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container { background-color: transparent; background-image: none; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container > .video-iframe-container { display: none; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row > .video-iframe-container { display: none; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .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); }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container { border-width: 0; border-radius: 0; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:block; }#qcwgEoCSKssDToipKIvO4pRhDHHGbbMx { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11198125rem;font-style:normal;display:block; }
#TFPOfA80PqzLpn2RCuz8EQf8zl8JCFXt { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#dyx9bPLgxhs69PqhzvTNyhlOXAizKbHk { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#Iuw6MrflX1UmTLcJ3cHN9nbQpCkiRFRA { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#bQm4DV4QfgP4uLXxWZIvKt7mG0Uzkofd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uG5glkxiHrHJqNfHRPpTee3Bd08AVas1 { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#rKkT5eTSoz2TNd0OuWA3SXdWMbOanJxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPW2HBpQbVb9qS0Je64Exv5u3RnW9iA8 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.549475rem;font-style:normal;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:block; }
#LXel3CxgfbT3AzJGnR62e1Vgd07Pr4dZ { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#Fof52T46qGuXRGN1lCwVc8KKCtxbTVQA { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:2.76215rem;font-style:normal;display:block; }
#uu63Ge4zeOlkzVombN7wDJuFcK2FziqD { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#P92TuDgMx2QN6xPIZrAGvVsohqT2Ou85 { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#krS0tBQiMpzvG9siV67oERsHr7IHVbTc { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#PHcKhkIibVQN73bO0z38oq0VVa1rzJvI { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#pqvCWT1D45hB2JFdid5XUkIovwp5Z3V4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdpZ3h00qMcbTNvBKxWryJ5BUOv0tTnb { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#bIo2AoXJXST5nJktvPKDb7NiwnDvf0Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXiSWVxHvMxOgL71HWOEqtcDZ76JDEiC { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#iMooiR9Nv4qO90WzDQIEtagJaGTgGWDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOCI2bB7JHL6azdos2QrzwDyqUPuissi { color:#5a5a58;display:block;width:20.8125rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#lBd5xkDcvWINLzfTle43CaiSPQIxEz14 { box-sizing:content-box;color:#5a5a58;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:15030;top:18.171875rem;left:0rem;display:block; }
#N5ATBoP7uH6UtLHn1o5Hf9OVphqBtE7R { 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:3.8125rem;width:3.8125rem;top:4.0625rem;left:9.375rem;overflow:hidden;display:none; }
#ozTECimas2XN3wzSrM1Q2GgAnD5S2qdd { position:absolute;display:block;z-index:15008;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.75rem;width:2.8125rem;top:4.125rem;left:7.875rem;overflow:hidden;display:none; }
#h50604VmXAla2WTUdvMWLMBmQpSyP0A0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#uK0M45MmoHZ94RHMt6q0a0csbCAaphmC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#El41wr66uUFt0UrITmcTVT38NTXif7gW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#yncKQRkS05oVnMJDRM84tVDM9cFCoCMG { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:4.498046875rem;left:2.5rem;height:3.14995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmaT87ByK9nBWn9thqubThxZahotKhFK { 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; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container { background-color: transparent; background-image: none; }#tmaT87ByK9nBWn9thqubThxZahotKhFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container > .video-iframe-container { display: none; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row > .video-iframe-container { display: none; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .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); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container { border-width: 0; border-radius: 0; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container { font-size:0.875rem;font-family:raleway;height:29.5625rem;width:75rem;position:relative;display:block; }#JtvcMypLDHR1WOMmDLosppkI9UyE5ND5 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:urbane;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.5rem;height:2.11198125rem;font-style:normal;display:block; }
#sAslkL84nBKJuiH48NOXZXt0vlzfSUaD { color:#5a5a58;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.71875rem;left:2.5rem;height:0;font-style:normal;display:block; }
#DhXL9O8wRhoeCPsHmsemGT6U3lgxnPce { color:#000000;display:block;width:20.25rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.5rem;height:2.4375rem;font-style:normal;display:block; }
#dythniXdBfoyoq1xzDdNRruTAxW1gWIh { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.984375rem;left:57.6875rem;display:block; }
#Mi3Ks9Ggtviy97TJk4ICU2f5MPruBO4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0iWdsBNech9TM4ESqG5nONwWJ4XDJu8 { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.34375rem;left:52.5rem;display:none; }
#PJLvdp5W4T80qeRSnGlOs12l2BhR1bJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3IUH0RMqKNhTHMqcp6BCZyz4kzmxnnP { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6875019073488rem;left:2.5rem;height:2.549475rem;font-style:normal;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:block; }
#TKuTAerOhlchJOgI3lq8P8abS2u5uPHN { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:14.71875rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#IRI5vwTkxyKKL1NvPW9HOTTv8mw9mI61 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6953125rem;left:2.375rem;height:2.76215rem;font-style:normal;display:block; }
#yXph6chnAn42Zu96oowwu30SEr9eISFW { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.5rem;height:1.21875rem;font-style:normal;display:block; }
#v9dJ6veTZnx28g7btougDgXg9nFGHSKq { color:#000000;display:block;width:11rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:27.625rem;height:1.21875rem;font-style:normal;display:block; }
#W3QVNMOHuRL7oVdUUe97W4fsPnI0idBA { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:27.53125rem;height:1.21875rem;font-style:normal;display:block; }
#VZt3D6cNgXkaifCwIF2gWyh6R6wxc9gU { background-color:#0e9ae5;background-image:none;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.4375rem;left:52.5rem;display:none; }
#mzxqxXinqMvQUNEgT2tbmDd2bpf7TgIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqbmhoUlESxFpN7KJLSXTEVDoQ9a1rUS { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.421875rem;left:57.6875rem;display:block; }
#lTwoXL8vN34IoaAWE2AASV2QbEbIUE4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzQ8JAwFiQ0ARTzD2r8UIUGBUmmWGqXa { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.6953125rem;left:57.6875rem;display:block; }
#CmhtII6GEGawo9dhc0zREtLxBJPhxN5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AktFNMSb1oep8pGhrK4gOtUOLzdek35E { color:#5a5a58;display:block;width:21rem;position:absolute;font-family:urbane;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.28125rem;left:2.3125rem;height:3.59765rem;font-style:normal;display:block; }
#zVtnr9yrfHIqORutXrAbywo8xmJuZggc { box-sizing:content-box;color:#5a5a58;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:18.28125rem;left:0rem;display:block; }
#VTyrCNTODn2dXK2OHe93RJyExVF6g7tu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.6875rem;left:6.8125rem;height:0;display:block; }
#iJhSVGD8CHBcrtLK5PStEfP2E9C9zvWv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10rem;height:0;display:block; }
#JqIwz0WOTStPnJzRIqC9kH1kcmhgVrpI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.58420085907rem;left:3.6875rem;height:0;display:block; }
#NbFWfTKBmFBJuQL2iBBqc7rnKgUKdyeq { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:urbane;font-size:2.25rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:4.71875rem;left:2.5rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ED6EdVa3w73dH5s23Tg2Q59PT2t6r5U9 { 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:47.6875rem;width:49rem;display:none; }
#you4id62MfctgOwSkylL6DxCDNcdqpHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { background-color: transparent; background-image: none; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container > .video-iframe-container { display: none; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row > .video-iframe-container { display: none; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .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); }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { border-width: 0; border-radius: 0; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { font-size:0.875rem;font-family:raleway;height:28.8125rem;width:75rem;position:relative;display:block; }#PUiEPkW9e3gBzJiiTtHX8hdwLN2kqtX6 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:12.125rem;height:4.7124rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nLtTxspmpprkDVxpKNGH9Gh715FxOvcx { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:12.125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hc1gT79mNgvovuwrRbI8kLzilNxKgOiO { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:21.875rem;top:6.5rem;left:39.0625rem;overflow:hidden;display:block; }
#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { background-color: transparent; background-image: none; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container > .video-iframe-container { display: none; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row > .video-iframe-container { display: none; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .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); }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { border-width: 0; border-radius: 0; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { font-size:0.875rem;font-family:raleway;height:18.4375rem;width:75rem;position:relative;display:block; }#w9kNdETF2WvPuUSpQu5lZIfWTHShZsvJ { color:#000000;display:block;width:16.1865rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2646484375rem;left:29.405517578125rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aqDx7gCXQdmHoTr5EWN54nGefh5vDrvZ { position:absolute;display:block;z-index:15010;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.1245125rem;width:19.375rem;top:9.1845703125rem;left:27.8125rem;overflow:hidden;display:block; }
#f4eb4APU5dgrsFDEJv9KmdGBWcDtfk0e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:19.12475rem;top:10.496826171875rem;left:2.996826171875rem;overflow:hidden;display:block; }
#xPBhSEZ9IQu0N5zFRnvNcvyJveTZN6Az { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12426875rem;width:15.49925rem;top:8.68408203125rem;left:54.561767578125rem;overflow:hidden;display:block; }
#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#611f94;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; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { background-color: transparent; background-image: none; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container > .video-iframe-container { display: none; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row > .video-iframe-container { display: none; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .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); }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { border-width: 0; border-radius: 0; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { font-size:0.875rem;font-family:raleway;height:43.25rem;width:75rem;position:relative;display:block; }#A1mXbrnKROCaxrbkcrE2ntuldIpLZ3e5 { 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:39.9365rem;width:28.93675rem;top:1.6552734375rem;left:41.77978515625rem;overflow:hidden;display:block; }
#s4DIHird3IUh3cX75nbVvekKr4unRFv9 { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.125rem;left:6.6875rem;display:block; }
#BGmXlcQ3RmXDEBtkH9DUg9XOwSc0Rc7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OViXho0A1eZqvMw3NAT8bZNHPzE1GEKo { background-color:#45d9ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.875rem;left:6.6875rem;display:block; }
#nyLgs5Nelddn94TAg6qGFTqskJQe62kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45d9ff;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:none; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { border-width: 0; border-radius: 0; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { font-size:0.875rem;font-family:raleway;height:33.625rem;width:75rem;position:relative;display:none; }#M3yNuTJpZUAqX9L5BONN4SwUO3u6ZlzK { 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:4.75rem;width:4.75rem;top:1.3125rem;left:35.125rem;overflow:hidden;display:block; }
#sIcnVAg50JsTGpPdvQLBXXaPmOK35yxK { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:7.1875rem;left:0rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNEUpQqQLTPeiyknb5x0KUPTx3MQKfkq { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxHyeO6fOwWZsE2rEd1VLuJRyzm95VeV { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe { 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:none; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { border-width: 0; border-radius: 0; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { font-size:0.875rem;font-family:raleway;height:7.3125rem;width:75rem;position:relative;display:none; }#NWnO9Lh6Ox9RLnhGSDvRe1bklaqS4n3h { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:4.71245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 { 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:none; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { border-width: 0; border-radius: 0; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { font-size:0.875rem;font-family:raleway;height:41.6875rem;width:75rem;position:relative;display:none; }#gip9yal5nTaV0G5tTu95DQ6FOZ4BAHIM { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:0.74739646911619rem;left:52.375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#On3nnh64q4fkJtmvXb9omRQF0i2kqgET { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:4.8125rem;left:56.125rem;display:block; }
#f1SdbFwiqTg6mhKls62o32hPV6DofQTb { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.75rem;left:13.9375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKyHAWgiXWl9dSts9u8H1gz7UQdJFxPx { position:absolute;display:block;z-index:15026;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:4.8125rem;left:17.625rem;display:block; }
#qGpyHBWLkVBzTI2iTGtbXTEcITWfsSS9 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.8183603286744rem;left:4.125rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#xwxWMCik3a7ownZncrzyc8mFlJpmQ2of { color:#000000;display:block;width:29.25rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8177089691163rem;left:41.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#NoS6grAPIvfP3XzTkyAB2lwWqp9Q8o8H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:45.8125rem;left:7.5rem;display:none; }
#sbUHTHeIISRLcTsC0e00v7ZAWNiT8mkT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.1875rem;left:10.5rem;display:none; }
#MTThXEUyhmyUMLpkoMFtc6lRir1nToJM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.0625rem;left:6.75rem;display:block; }
#or9D7xhWQ8q9tfncKiDH1N7VlAh2vZAM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.061614990234rem;left:44.25rem;display:block; }
#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 { 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:none; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { border-width: 0; border-radius: 0; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { font-size:0.875rem;font-family:raleway;height:42.75rem;width:75rem;position:relative;display:none; }#axIXTMZT17F3JvyRF6rAPZdkRhF0f9Jc { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:14.875rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvqABcJbVImolALRE4wlpmAQ2T2zfkG1 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3802490234375rem;left:44.1875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#Rc9QmwK79rTw0zx4lgZgm7ilmHNOTbg7 { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:18.625rem;display:block; }
#CG6hmLO38ecH8Mbl9p9ZCwydc65TVUbv { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.24989375rem;width:2.24989375rem;top:5.4375rem;left:55.875rem;display:block; }
#B61GFS47ndJrEHgS1A9xEtrqTdQiU5MU { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3932304382324rem;left:52.125rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G88h8kOI2CenTFuBM4f0spWKZ0mtOzNt { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#bLJz2QXT2xg1N8Bl6M6beAGT0Thv5x0Z { color:#000000;display:block;width:3.81239375rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:51.9375rem;height:7.0686875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RpfeDeNEXAzoEscbpIDD7T0h0WGC6qHS { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.625rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#iBpvkr7euBfABaNtJ5mVX53aw2RsZOgK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:6.75rem;display:block; }
#cE97vmqQdfZ5GxwAQoLr4m6TRvFGUI91 { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:14.875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MrgDlNEIzysZrylDLoUo5gt6IV9cTdD3 { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:18.625rem;display:none; }
#L1KJ1VUmUVEuaCrE1zaWqWMTWtBnRwr3 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#ncVL4zWVaXFTRGJ5V4qNNRo6ii6FUCIT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.934028148651rem;left:44.9375rem;display:block; }
#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH { 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:none; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { border-width: 0; border-radius: 0; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { font-size:0.875rem;font-family:raleway;height:42.75rem;width:75rem;position:relative;display:none; }#xwwFfazpC6HHZf2Pi96HNg6vEkwTID5K { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:14.875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTtQ3fWtpzy9b9lsoRlouc5lLmU1feDr { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3802490234375rem;left:44.1875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#eMMsAQW0rnfrVSPMs747RhqbHU572eRe { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:18.625rem;display:block; }
#A7dtnrTPv2mZNWbUwcAcRXzUiZXghk2d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:44.25rem;display:block; }
#nm6UCMtITfB8oiCDGr9Et9uFUDOQdeui { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3932304382324rem;left:52.125rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkiSxpuIFroCUzDfKT6JVfiP2IMhI7Rw { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#C0HwOXGJBE15fJUuir5ZnX9IT2s59cw1 { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.625rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#BFez8iwbEHPIur5p309lI5uEUy1DsHvh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:6.75rem;display:block; }
#GfxvgEx7JUS4OiE49Jeo5vA8swpgrbHn { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3958339691162rem;left:14.875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N3moc4EJCslD043A6xGpkhqBpJ4e0rma { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.4361991882324rem;left:18.625rem;display:none; }
#X46uZ2oX9tDxgxE4VNuAEm2MawJkTSAe { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3802089691163rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea { 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:none; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { border-width: 0; border-radius: 0; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { font-size:0.875rem;font-family:raleway;height:44rem;width:75rem;position:relative;display:none; }#AQ3zbnFuPc4Zkago0ZpyeNrbf0VM8LQ7 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5000381469725rem;left:44.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#JHwAn6E8aigx0Iez5bUIiRsG5hT8v1S5 { position:absolute;display:block;z-index:15022;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.3736991882324rem;left:19.4375rem;display:block; }
#tX2yiXEJwqJL83srCzBvfCddGyKCpzen { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:44.25rem;display:block; }
#LHfoLAgTQDqdD0Ei8xs1GIOBhfs11RQh { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0598964691162rem;left:53.25rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SekP41MOt85IxMiS5JCyXpiTGyWBAXfz { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0572919845581rem;left:15.125rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRpnhp9bCP7DlJcRr8k1p8pT62bXR4DD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:6.75rem;display:block; }
#n0eA2TUXZ3T2kcA1z9DtiFh6WnRydzxw { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.625rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#KCqCe9kJaUqiMwR6F3PZe8o2ed78d4Gg { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:17.125rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#H5yzIJlZ5dTvNg1UpQ1lzhFePT3w2ybz { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#RxT15gIdF73lSz3yf4yrOEb76BC8cQlU { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.249025rem;width:2.249025rem;top:5.373046875rem;left:57.0625rem;display:block; }
#AffvCV9RVTMO0DGi1VzyDywFbm46wgz4 { color:#000000;display:block;width:3.81239375rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:51.9375rem;height:7.0686875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ { 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:none; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { border-width: 0; border-radius: 0; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { font-size:0.875rem;font-family:raleway;height:44rem;width:75rem;position:relative;display:none; }#vXJUaV66ScKm8IqVBbGZxkkawrAnnTrq { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5000381469725rem;left:44.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#uL6bS6C7F1QCrnCmkBWLv0hnhVkFUEFv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:44.25rem;display:block; }
#VezUJpTAQ92xRXP7p16Vz4GhPhzmbE4o { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0598964691162rem;left:53.25rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoOURVCORr0qBbzwLMtcm66aT2rROdOD { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0572919845581rem;left:15.125rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6TDZ3nl1dWWkBbzyI8d7xZ254GNsroC { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.625rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#cfzGT32VrfI3aeABOTdTU3DWbICtTleK { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.24989375rem;width:2.24989375rem;top:5.4375rem;left:55.875rem;display:block; }
#tt1JRvg6K45fHPxgcTOND2uk0BSNxohe { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.625rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#xAsNMUmIhtsEcSO9HTAIBbR0MSfclh0b { color:#000000;display:block;width:3.81239375rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0625rem;left:51.9375rem;height:7.0686875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ds9QyFnguiwlGer3nT8oxle5iUdeduPK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:10.9345703125rem;left:6.75rem;display:none; }
#JqrQSxBvNlTXS14xILmP2GdiIItT4G0O { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.24989375rem;width:2.24989375rem;top:5.4375rem;left:55.875rem;display:none; }
#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS { 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:none; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { border-width: 0; border-radius: 0; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { font-size:0.875rem;font-family:raleway;height:43.8125rem;width:75rem;position:relative;display:none; }#bM93760FMklC6TTZQ2z5vM24eog2RIAT { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.31640625rem;left:44.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#huNiiPXPyLBCwBguk9Obb6UOF3IIxevr { position:absolute;display:block;z-index:15001;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.6497402191162rem;left:20.9375rem;display:block; }
#QlrSZ7cpwMXGBMPhKJJ7UmnUQOyDLyhn { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:17.125rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kk5S8mGQbDHEzQohFtIC4UBPdJviceeC { color:#000000;display:block;width:3.81163125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8029918670654rem;left:53.4375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMBAxkFMm9cXPcqN2JwkAtUSUZiQnQEX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:44.9375rem;display:block; }
#WmuvdODIaiAdvCxzZO25Ed5tGh8tr17q { position:absolute;display:block;z-index:15000;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:4.9973964691162rem;left:57.25rem;display:block; }
#erT3R5ZestbkrB593yHd30rPraCCgF6v { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:6.75rem;display:block; }
#agcKvBAr9IyBCHgmXHiwqtd9rvag1Lym { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#GEMP8lKKw68CZ2t7svVn9g5sNxnqIyFT { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:15.0625rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L1mfeTPVbWTS52LP6Up5b5do3QHvWtJf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:11.875rem;display:none; }
#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 { 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:none; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { border-width: 0; border-radius: 0; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { font-size:0.875rem;font-family:raleway;height:43.8125rem;width:75rem;position:relative;display:none; }#kyRP0b8SVaAeS0Pb2a5QJT9eTfG0KFdB { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:17.125rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQSTpbxBezUVKPtuUdv64fWvQBcilal9 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#h5su9II7tOTOKEy59vluZuinUGi7edD3 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.864585876465rem;left:6.6875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#er4wtETrOXOuxso94AQa3BKVnG9yqy1t { color:#000000;display:block;width:3.8112rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7994794845581rem;left:17.125rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J6XqV4CT4T5E1ssVONWmkSa4w4V5iJ85 { position:absolute;display:block;z-index:15018;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.375rem;left:57rem;display:none; }
#f0oMkkF0T3tPItKhMw4ELcvaFBO3XThi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.0625rem;left:6.75rem;display:none; }
#hIPJJBKR1cpV7dAOQkMOCamJCBHVtNbm { color:#000000;display:block;width:3.81163125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8029918670654rem;left:53.4375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oGWh3L4HRJ4RwaPmAHBwfGsCkOHGwr7d { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.31640625rem;left:44.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#Df1WFBXfrKDGZzWCAhoTVTc2olODgPX9 { position:absolute;display:block;z-index:15001;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.6497402191162rem;left:20.9375rem;display:none; }
#OxvKaoxwpdqqCXaMTt9BP7uLQ4BikAfw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:6.75rem;display:none; }
#kNw75TEh4rE69TdrZRvym85MGh848BXQ { color:#000000;display:block;width:3.81163125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8029918670654rem;left:53.4375rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tCHLKyvTzG8aTSfGewkWSSVLsMSlrmOK { color:#000000;display:block;width:24.1236875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.31640625rem;left:44.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#QFqNwp9hC6VdMZxmaGuLHsoaVcP4rkGX { position:absolute;display:block;z-index:15001;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:5.6497402191162rem;left:20.9375rem;display:none; }
#fK7bwHK08fngLkt9TvOSncRTrRAyipbL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:24rem;top:11.1875rem;left:6.75rem;display:none; }
#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf { 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:none; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { border-width: 0; border-radius: 0; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { font-size:0.875rem;font-family:raleway;height:31.9375rem;width:75rem;position:relative;display:none; }#AWfHIxSxTUoqnQ0mtaTxoK3DuRgWNziP { color:#000000;display:block;width:25.875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:41.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#pNfhGT4KNG5fuKyWb0Df0k35CkzUsKlg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:41.25rem;display:block; }
#hMOkwG83M4JXWOOv7QA1gzXoZMNVu13Q { position:absolute;display:block;z-index:15002;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:18.8125rem;display:block; }
#WctKWUrrD1pKftFvGIZMVb00W1ZkvNud { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:15.0625rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nphl92qikXrLbaA5JJmU2DOdM8qg1aFx { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.2291679382325rem;left:49.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#dd01shRtZTXu4tTKEr3hvs1464kvxkNl { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2395839691162rem;left:51.1875rem;height:7.0685625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTA0ccr1pJQTdBbCTppt5bIipVyM7MOF { position:absolute;display:block;z-index:15003;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:57.375rem;display:block; }
#AnrX5CUlt8AITK4p0w4LZSkvHdl3dWBE { color:#000000;display:block;width:25.87325rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.2292084693906rem;left:5.75rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#QwvFmXbS29cZzbRCHGG7LvrEFPcrGCe2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:3.75rem;display:block; }
#JpTImH5CyJQRDKtwwJanX7uvGUBVtnh1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:11.875rem;display:none; }
#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 { 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:none; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { border-width: 0; border-radius: 0; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { font-size:0.875rem;font-family:raleway;height:31.9375rem;width:75rem;position:relative;display:none; }#a0nGJUCf1xTKwTtTvIC5ImaCTtyqvTQI { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:15.0625rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WNFeXesR4fxOkhSOq3wODKultRrxrpTl { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.2291679382325rem;left:49.9375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#TBZNFM3TCIh3Hmghq2N9Zfe6MXEwn40I { position:absolute;display:block;z-index:15003;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:57.375rem;display:block; }
#SMvhTBx0EcqxfZzHnNB6Mx7suTiiQiVy { color:#000000;display:block;width:25.87325rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.2292084693906rem;left:5.75rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#blEMXXKqufKhTTAOFbIMzWzV5nJGpOen { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:11.875rem;display:none; }
#GTJ4kEQNbSoN4wPzOulyTaHz7V4XT21H { position:absolute;display:block;z-index:15000;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:4.9973964691162rem;left:57.25rem;display:none; }
#kBNZ8AKO1CLEXLkoCQ09D3goV5MN0sw5 { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:15.0625rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AXUcgZKWHXa41Daf2HpibbVp210tkE0c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:9.25rem;left:11.875rem;display:none; }
#WBf0OSSUg6OUTs400XvNHZuu5KhoX7G7 { position:absolute;display:block;z-index:15000;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.2487rem;width:2.2487rem;top:4.9973964691162rem;left:57.25rem;display:none; }
#uxTEL6zvqxb6ugKk02HEFvRoGCvrmDeL { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1588544845581rem;left:15.0625rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JlMEsqg3WNRKoIkGTtMSSvvD7UIk63fv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:3.75rem;display:none; }
#RmvJ0oePPF06REdTWp0VtqpHIMT03DXi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:12.5908203125rem;left:41.25rem;display:none; }
#EJ3lZS1eSCHLf9bHAtlS7DkNdWmeqTsr { color:#000000;display:block;width:25.875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2239589691163rem;left:41.875rem;height:1.54361875rem;text-align:center;text-align-last:center;display:none; }
#wZwtULxACTkp1xkzqvwP3WbOzrzoOvsX { position:absolute;display:block;z-index:15002;background-color:#ff7842;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:2.25rem;width:2.25rem;top:5.7473964691162rem;left:18.8125rem;display:none; }
#eAJVQm2GEGO4I4naRJ8WAS9xv683sO6d { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:gosha;font-size:5.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2395839691162rem;left:51.1875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 { 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:none; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { border-width: 0; border-radius: 0; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { font-size:0.875rem;font-family:raleway;height:10.25rem;width:75rem;position:relative;display:none; }#sTWRHnRt9J2ng5IeeZJ476vRgyf0ROcW { color:#000000;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:7.79621875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 { 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; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { background-color: transparent; background-image: none; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container > .video-iframe-container { display: none; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row > .video-iframe-container { display: none; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .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); }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { border-width: 0; border-radius: 0; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { font-size:0.875rem;font-family:raleway;height:8.6875rem;width:75rem;position:relative;display:block; }#tMflxOoQ0owMpULHfk7sIF4MA3bGBTBh { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2431640625rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm { 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; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { background-color: transparent; background-image: none; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container > .video-iframe-container { display: none; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row > .video-iframe-container { display: none; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .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); }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { border-width: 0; border-radius: 0; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { font-size:0.875rem;font-family:raleway;height:11.5rem;width:75rem;position:relative;display:block; }#XGV2aqrs1LyQwPnBGJMuv1sPggiwxOn8 { color:#000000;display:block;width:59.125rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:7.5rem;height:7.79688125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZCIcv405kCydOtwLnlP64noz68mI6Vd { 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; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { background-color: transparent; background-image: none; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container > .video-iframe-container { display: none; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row > .video-iframe-container { display: none; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .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); }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { border-width: 0; border-radius: 0; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { font-size:0.875rem;font-family:raleway;height:10.25rem;width:75rem;position:relative;display:block; }#D4t7JE7kTaJEO7XoKm5FniZsI0kM7rBH { color:#000000;display:block;width:59.25rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.87744140625rem;left:7.87353515625rem;height:5.197925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp { 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; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { background-color: transparent; background-image: none; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container > .video-iframe-container { display: none; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row > .video-iframe-container { display: none; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .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); }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { border-width: 0; border-radius: 0; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { font-size:0.875rem;font-family:raleway;height:12rem;width:75rem;position:relative;display:block; }#ASUnxsesRWEafowbTLNXiE5s8i314ULV { color:#000000;display:block;width:59rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:7.5rem;height:9.0963625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 { 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; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { background-color: transparent; background-image: none; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container > .video-iframe-container { display: none; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row > .video-iframe-container { display: none; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .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); }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { border-width: 0; border-radius: 0; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { font-size:0.875rem;font-family:raleway;height:8.75rem;width:75rem;position:relative;display:block; }#n81CGs14hCCBIAcHPf0poUuBumX2IPsr { color:#16d7da;display:block;width:59.24925rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:7.87353515625rem;height:5.19791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U { 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; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { background-color: transparent; background-image: none; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container > .video-iframe-container { display: none; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row > .video-iframe-container { display: none; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .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); }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { border-width: 0; border-radius: 0; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { font-size:0.875rem;font-family:raleway;height:8.1875rem;width:75rem;position:relative;display:block; }#MsSwkJfrnhPlVDtmtKhiMyATBEdNhn8O { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:3.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SE9KDnw7lZArafg555zBoytt63OzS3RJ { 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; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { background-color: transparent; background-image: none; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container > .video-iframe-container { display: none; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row > .video-iframe-container { display: none; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .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); }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { border-width: 0; border-radius: 0; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { font-size:0.875rem;font-family:raleway;height:8.0625rem;width:75rem;position:relative;display:block; }#v39GJBpEir7Svo7o5EkNSHUR83T6SpVn { color:#16d7da;display:block;width:57.625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.080078125rem;left:7.5rem;height:3.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno { 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; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { background-color: transparent; background-image: none; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container > .video-iframe-container { display: none; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row > .video-iframe-container { display: none; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .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); }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { border-width: 0; border-radius: 0; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { font-size:0.875rem;font-family:raleway;height:11.3125rem;width:75rem;position:relative;display:block; }#fzGwxVUahIlD4nOENpCH4POsVxrgqfbO { color:#16d7da;display:block;width:56.875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5614013671875rem;left:7.5rem;height:6.49740625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ { 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; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { background-color: transparent; background-image: none; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container > .video-iframe-container { display: none; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row > .video-iframe-container { display: none; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .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); }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { border-width: 0; border-radius: 0; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { font-size:0.875rem;font-family:raleway;height:10rem;width:75rem;position:relative;display:block; }#rVHnzOdTQA8LF553dNQw6SXoPalxDBTX { color:#16d7da;display:block;width:53.5625rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:3.89844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV { 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; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { background-color: transparent; background-image: none; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container > .video-iframe-container { display: none; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row > .video-iframe-container { display: none; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .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); }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { border-width: 0; border-radius: 0; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { font-size:0.875rem;font-family:raleway;height:7.1875rem;width:75rem;position:relative;display:block; }#C1Bb1yFmIpWdosuseRGHJ19iBT6HebJq { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biCT982mzRS6SUovBZGtS4recCpBvxUC { 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; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { background-color: transparent; background-image: none; }#biCT982mzRS6SUovBZGtS4recCpBvxUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container > .video-iframe-container { display: none; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row > .video-iframe-container { display: none; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .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); }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { border-width: 0; border-radius: 0; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { font-size:0.875rem;font-family:raleway;height:17.3125rem;width:75rem;position:relative;display:block; }#qmlWCanHbLXZHpKTMS727llVmJgepWMn { 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:;width:7.75rem;top:3.625rem;left:58.625rem;overflow:hidden;display:block; }
#N6kFLUHmaBin8S3eIns5muvFUaI1sT9H { 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.125rem;width:5.75rem;top:3.1875rem;left:9.625rem;overflow:hidden;display:block; }
#nrC5K0CrTenyT8aMmO1MqwSGTrc804rt { 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:6.875rem;width:6.6875rem;top:3.3125rem;left:34.125rem;overflow:hidden;display:block; }
#lHBz233tKavrT2qTtzBwmuCT8GfPOzDm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPwbUxJ9w1V8VGlg2bZqygZDRoFMIvHd { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.9375rem;left:3.0625rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCeEfdPl74OCWr4PewPza3eRTq66ydQb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.375rem;left:31.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXpARLmOnoAO6TDH5XRWz4NXWsvogLty { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:28.125rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EPdonCRoMgqpDVyss8WfrETFFOteZF3F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:56.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmZzJDpTGKN5BLA7VEAxhAlV12nEpTN5 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.9375rem;left:53.125rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { 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; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { background-color: transparent; background-image: none; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container > .video-iframe-container { display: none; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row > .video-iframe-container { display: none; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .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); }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { border-width: 0; border-radius: 0; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { font-size:0.875rem;font-family:raleway;height:17.6875rem;width:75rem;position:relative;display:block; }#zTRO2rELDOJyJEGGoF8udwXTr8HlsPnL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:6.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#me0f4s2rzrconrQdNU2rBVkp0DTBpwOJ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.0625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R1EeBJlErsWh1wOqt5TEPlsegGaM4gZn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:31.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T44FGB9NQDigokXbW3TAHapWZmCKJCnA { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:28.125rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppoQnX1m3xkV2I9ATpZAJL3BKM0Zxzeu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.25rem;left:56.25rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9u9dPKPdmraBVGNxXLIGHKL5hnavaZQ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:53.125rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tfvd6nDommh5n0WtC11GNOI6UVE3g9QB { 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:7rem;width:6.6875rem;top:0.3125rem;left:9.125rem;overflow:hidden;display:block; }
#U8t2Kbgt2yAk85dHCerIbVQ7FRlpuoCG { position:absolute;display:block;z-index:15010;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.875rem;width:6.1875rem;top:1.1333312988281rem;left:34.9375rem;overflow:hidden;display:block; }
#HKfQWAGQ4x4azbbsfL0JTUemwkfRHIyg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:5.4375rem;top:1.9375rem;left:59.75rem;overflow:hidden;display:block; }
#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/638a3202-85bd-4668-b477-d6ef883a4ca2/freepik__adjust__45705.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.adaptive-delivery-prevent-bg, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyload, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyloading { background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { background-color: transparent; background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .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); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { border-width: 0; border-radius: 0; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { font-size:0.875rem;font-family:raleway;height:43.5rem;width:75rem;position:relative;display:block; }#XEvion9Ic4LtBe6lsRStxDxVyTW5cwuL { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.1875rem;width:52.125rem;top:6.1865234375rem;left:11.5625rem;display:block; }
#t4XbPksBbLnH9ZpTBCMK4kOy7eIKeeTr { color:#000000;display:block;width:25.625rem;position:absolute;font-family:urbane;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.25rem;height:5.36198125rem;text-align:center;text-align-last:center;display:block; }
#cerE0SNOM4ft8XzhxkBAgRWq3a25zWF2 { background-color:#611f94;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:urbane;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.875rem;left:39.1875rem;display:block; }
#PHli4kW0yOCFRsoOOfu7FoJ4Id6o8EiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWHSTDzLP8RX4RLn244vvBScJkJy05Lx { 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:30.1875rem;width:24rem;top:6.68701171875rem;left:12.24951171875rem;overflow:hidden;display:block; }
#EDKGAqt9Us4t55b5sN4cUCUwBFCuDwaO { 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:12.5625rem;width:12.5625rem;top:6.1875rem;left:38.4375rem;overflow:hidden;display:block; }
#r6DzwN6bns7FyFCtkzpTDUUJ2FTSihPH { 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:12.5rem;width:12.5625rem;top:6.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS { position:relative;display:block; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS { background-color: transparent; background-image: none; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row .container > .video-iframe-container { display: none; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row > .video-iframe-container { display: none; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .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); }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS { border-width: 0; border-radius: 0; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .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; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#611f94;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;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; }#TkTUZdDbKs0K8hFcFoSHUr6lbVwrafn5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7491321563721rem;left:0rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCATa1STtssU8T83HkgAHBX34EZ8cKSk { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:9.3661022186281rem;left:23.173610687256rem;height:9rem;display:block; }
#BSQKDQ5A9Ppgz14nHkMKBCgdkPZTCt1G { position:absolute;display:block;z-index:15010;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.25rem;width:9.375rem;top:7.7419700622556rem;left:42.96875rem;overflow:hidden;display:block; }
#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH { 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; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container { background-color: transparent; background-image: none; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container > .video-iframe-container { display: none; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row > .video-iframe-container { display: none; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .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); }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container { border-width: 0; border-radius: 0; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container { font-size:0.875rem;font-family:raleway;height:0.8125rem;width:75rem;position:relative;display:block; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { 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; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { background-color: transparent; background-image: none; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container > .video-iframe-container { display: none; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row > .video-iframe-container { display: none; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .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); }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { border-width: 0; border-radius: 0; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { font-size:0.875rem;font-family:raleway;height:10.5rem;width:75rem;position:relative;display:block; }#wxR92aUACne5JXTyWrBMiL2RifP3wLsw { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.55908203125rem;left:7.5rem;height:1.381075rem;display:block; }
#IKBylDSn6ahHfbhSVr8oGw2FcBnBMXbF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:urbane;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.76220703125rem;left:47.75rem;height:2.9739625rem;display:block; }
#dSMqiTThBQhKT7TbRVC1G7DhhiUwotJi { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4812498092651rem;left:51.6875rem;height:2.436525rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#hNw3tLnTe4XMQqEdRfpMyokLboS9Fod9 { 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:10rem;width:10.0625rem;top:0.21875rem;left:32.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm { display:none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nGKiUzzckQvf181hfHSlpqTtqzNcWTFQ { width:47.75rem;height:12.5rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqnlz2MMR6swkfU2LkKdDaJEmPefOiz9 { width:47.75rem;height:4.625rem;top:4.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrdyODm8Fwb9rel4MQ3arbco7c8avXCv { width:2.6875rem;height:2.6875rem;top:15.6875rem;left:34.437500953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFxZMo0oNITDykwu1p9dTJ6ac1D4Tr4U { width:25.1875rem;height:2.375rem;top:18.6875rem;left:22.500000953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KmNvqek2Ok48ZplfelUxJtoz3GqFcR { width:43.5625rem;height:4.875rem;top:45.5rem;left:2.1875009536743rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvpGcRRHopMF8o8ROvfsKTMtC0idyuvF { width:17.5625rem;height:4.75rem;top:51.1875rem;left:4.4375009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiUaEpDRO5P26N3Q3cIGWXH4NHFusiva { display:block; }
 }@media only screen and (max-width: 763px) { #TI355Sm2G1mmBFDsQfBM9Jce1v3Q3Fy6 { width:2.6875rem;height:2.6875rem;top:15.6875rem;left:37.125000953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZdAs83ebfE2G9eLJ7JFAWqiDhg3QOqW { width:2.6875rem;height:2.6875rem;top:15.6875rem;left:39.937500953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqGLMP9H4XcDPOhbxvhGm1WaNCQiQxTd { width:2.6875rem;height:2.6875rem;top:15.6875rem;left:42.562504768372rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1khiB2fEfmCbCVkHBUzuQpbIhEfULs4 { width:2.6875rem;height:2.6875rem;top:15.6875rem;left:45.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ftGc7GnPpvunmLuFamVVG2mJ6pr2Lx { width:17.5625rem;height:4.75rem;top:51.1875rem;left:25.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVSFsCHKAsxEOes7X73brJN5hynL85n4 { display:block; }
 }@media only screen and (max-width: 763px) { #Rg7gKqEIP4QR0pcZr9yfJX5Bu4p1aIeo { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEEiORUi6plFKo22VedUHroXBK9RVF5F { width:47.75rem;height:2.3125rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k49TxakQcXluKHGlwLcTWFF5X2xFdHfG { width:2.6875rem;height:2.6875rem;top:8.8125rem;left:33.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA93OhaMv3BWx91Tn8NPRN3eKdcLURFh { width:2.6875rem;height:2.6875rem;top:8.8125rem;left:33.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wS5hyKNKkhO3ponq1ItM8Cgpy0U8X0gF { width:2.6875rem;height:2.6875rem;top:8.8125rem;left:33.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8NcnyKQOe7WzwTDzukHLLrBmTqDUk1V { width:2.6875rem;height:2.6875rem;top:8.8125rem;left:33.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KINremzmRKTrsVZLyecCRpQyg2Xul9qs { width:19.25rem;height:1.625rem;top:30.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVFtsMUW30aTFGnbvwUoyyeg9POFfH9C { width:15.3125rem;height:1.625rem;top:33.0625rem;left:32.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc4uvGRtcfiQBkHnBM1l1K7ptlFTOZd2 { width:20.3125rem;height:2.9375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVg3TLK21C4Xpup1RyanEL9yfUJBbPDh { width:16.25rem;height:2.9375rem;top:32.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7rTBkblLVlZWHtugu1rdILInt7X7Ig1 { width:12rem;height:1.9375rem;top:0.9375rem;left:35.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ituBMRxW0cdnwaDeVQ4D6BeG9x3C0SvG { top:0.6875rem;left:0rem;width:8.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { display:block; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc0bcCUxzKd2pWu12CWBTcUoW5wloiIy { width:47.75rem;height:4.6875rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKpd6plTPzt4J7Xui1TlTTwgue3W7hA0 { width:3.125rem;height:3.125rem;top:21.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkmwXEayUXgtw0vKzA2KkDzIau9okMa { width:45.125rem;height:4rem;top:21.1875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq { display:none; }#oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8yHXRZF5VO34o8NPxZf2b8H1mKXzRqT { width:20rem;height:10.1875rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxWF2lmTKoWCt09Vzci31r2taabwtdEa { width:4.375rem;height:4.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mQJuWOSw8bf2ZA1E98ZDdDOFC5zlrH { width:4rem;height:4rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoABe5wcWgHhHwo7akrATpqrMACqHGnq { width:4.1875rem;height:4.1875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8BnlL9IGq62GDLiJL0RRrEOkBHZXBVX { width:20rem;height:13.5625rem;top:24.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdA301w5FwWxc2rVvtBK2Gw0eaorolDN { width:20rem;height:6.75rem;top:15.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyOEFF5sqOXRXhq0k7kAKkSMxnDQJQVL { width:20rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rro7MfhXgWRuT0xfaU4grAQGqdN7hT2x { width:20rem;height:3.625rem;top:9.8125rem;left:0rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7thzqxZ6GskxJIBlnZlssTNeMK7AeC9 { width:20rem;height:3.625rem;top:18.3125rem;left:0rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCw8V9TEDZrgFENZGBusa3XR03ZzCIWh { width:20rem;height:1.6875rem;top:6.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP9yBgFxJuJV5NROsuTeTu6qLRgoSE6N { width:20rem;height:1.6875rem;top:12.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynbfDyB3z45hmREwIcDxAc7w61TTHWsP { width:20rem;height:1.6875rem;top:20.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { display:none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DRkE3oMzh3eLxvEiA9UEQ9triNrE779T { width:46.875rem;height:23.375rem;top:34.75rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxfeDbxcpwTd6VWWphhkwIhwd8VEiImZ { width:4.375rem;height:4.375rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG9O75bUq7UbJD60a0ao1U7v5Rm8pN9q { width:4rem;height:4rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESVXT2idCdxb8S7F6TDncVbWNvlul4M { width:4.1875rem;height:4.1875rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKvwE8rESRERw8QTJxFhy5liS91y0D6u { width:23.125rem;height:9.75rem;top:1.25rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq283MP9GSRKQ9rJxNKbSu5voSE25kJG { width:19.125rem;height:1.75rem;top:7.25rem;left:20.062500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHrlv0Ffm8RLACAyzvxALyQH665Ne3Ty { width:23.125rem;height:9.75rem;top:11rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4BTEFV1P2rx2EFJiVTDyqLAWMBEqHnM { width:21.9375rem;height:1.75rem;top:17.0625rem;left:20.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF7NRRRWBNTHS2h4n9GE3nx3FdM55G17 { width:23.125rem;height:9.75rem;top:21.625rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsqb6mrbLodcX9GQkynuLvsMCsHP9NV1 { width:21.9375rem;height:1.75rem;top:27.6875rem;left:20.000000953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT { display:none; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yvB7VTZZEcTUTKNc38CvLUCS4RW7iBlB { width:36rem;height:4.875rem;top:2.25rem;left:6.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbIdqRrvkiiGrnwSGDrsGoaz0FOLNeN { width:3.125rem;height:13.1875rem;top:7.125rem;left:0rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRxPiyB63uGECUEAFz0UeuVoRc2pQCbn { width:4.375rem;height:13.1875rem;top:7.125rem;left:24.6240234375rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzx1iTbPm2PnSsUQP0wwpRNUXJ4e4lIr { width:23.875rem;height:9.9375rem;top:10.6875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAyL6yP3NO6VGL3ICWFFbs6Ns8aHV4T { width:21.4375rem;height:7.9375rem;top:10.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa { width:20rem;height:;top:22.75rem;left:0rem;font-size:1rem;display:none; }#F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl { width:26.875rem;height:;top:11.9375rem;left:20.875rem;font-size:1rem;display:none; }#XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm { display:none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #briJrTgID9oXgAaw6DnflXiFcwBoMebq { width:21.5rem;height:2rem;top:0.1875rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJaT52EW6EszqxJZfQJE4h82WJb81U20 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT { width:26.875rem;height:;top:11.9375rem;left:20.875rem;font-size:1rem;display:block; }#L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu { width:25.75rem;height:;top:9.5rem;left:0rem;font-size:1rem;display:block; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx { display:block; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8WaTnNQfdtehJFip8p8L2R0y9TP3Bzs { width:11.875rem;height:1.75rem;top:7.5rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyZVxGkhOTEbsZENxFahXTm8KNqfCvEm { width:47.75rem;height:6.0625rem;top:10.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGBDOzKxbxXbXdunLfDfkoaiG4uvTLe5 { width:3.5625rem;height:3.5625rem;top:2.6875rem;left:22.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { display:block; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTgtnAEUwMK5UuPQ8EybOV0T5LU2ikqw { width:3.625rem;height:3.625rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1O8aQ2MWIVWTUnapJ3QlPSuuIwF6ypX { width:3.125rem;height:3.125rem;top:21.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUAaCgxl5ecLLTybQ8LEos1oThm9rCdP { width:45.125rem;height:4rem;top:2.4375rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVlPEgPvZeBnwfouAyCupEvXBVN1cud2 { width:45.125rem;height:4rem;top:21.1875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKFIfSzx3qfAMRTbtsPh06WodVOHZTSL { width:45.125rem;height:6rem;top:10.875rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLDimqzyOzWiIGmfSubDXQOpnD3nVdmJ { width:3.875rem;height:3.875rem;top:10.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aZVX2rnUnTHPVFZvVk86xUOBV39gNq { width:23.1875rem;height:4.875rem;top:19.4375rem;left:12.251301765442rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OZcUJTvoO96MRJdi4hDbw6v3ZiTTS6 { display:block; }
 }@media only screen and (max-width: 763px) { #xdobOi1AhOftl3908PGCObkRhxmS46Jm { display:none; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqr1LJwHsDSpATOcH4UqbHlCPiMlFZq4 { width:47.75rem;height:4.6875rem;top:3.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNO26QTeNlrHvGzWgy0g2OG19Lk5lcGJ { width:29.75rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UenLx1P3EULb4Bep0rEt0sxsux1MMfTt { width:29.375rem;height:16.9375rem;top:12.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIPw5f6dKt3pdklPvTNLWoAGcadnoH4W { width:28.375rem;height:15.875rem;top:12.8125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niwntXZF7qEcgU0gXIf1loCAdSsVsQpg { width:28.625rem;height:;top:13.8125rem;left:0rem;font-size:1.0625rem;display:block; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eimNlfs6/bullet.png); }
 }@media only screen and (max-width: 763px) { #qp4b0bwwgvfZl4OGqGJ05GE85ZD9Fi71 { width:27.6875rem;height:2.4375rem;top:30.0625rem;left:20.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm { display:none; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fVDS8cRTnw83qPvQ4KzHXt2lrVXK31il { width:47.75rem;height:1.625rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGvPz6KusLUo7Ed3UXToS4wrWXEbTeO { width:47.75rem;height:8.75rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 { display:none; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T8FKP7ZrsSLQI3JBrFPUazHkFUyHR8St { width:47.75rem;height:1.625rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4u0znHfTAnEAfOTvpPZTorRtBmxr42D { width:47.75rem;height:8.9375rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 { display:block; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnc5cGCkaa2FDuvt0dMVry0ReXQIkT9U { width:47.75rem;height:4.875rem;top:1.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohi78dqBJVZQZyavPS1sPMeSFBQK6IxG { width:9.3125rem;height:9.3125rem;top:6.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1BJACPJsPNsXh1BfuGxTzWWeezVyNUw { width:7.125rem;height:7.5625rem;top:7.6875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEO7I8G5TeZLACuMuuQhn3r9B0ypD9RW { width:10.875rem;height:2.75rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFK5BqCqQqCia0XbN2lGNZxCBLhce6Z { width:7.9375rem;height:7.9375rem;top:7.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH6xbs9MnxDD9bXn7wGy2k3kzX1V4PbS { width:8.6875rem;height:6.0625rem;top:27.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c54FsXWuT4DuRzTIA9wvdTkM6rWDJKoE { width:8.625rem;height:8.625rem;top:14.3125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkn5gKnShToicVvKbEWddkmCc8kFEuGn { width:5.4375rem;height:5.875rem;top:15.6875rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagHW5Tapz5FIUuN3bkKwgoL3RUNPADc { width:10.8125rem;height:4.3125rem;top:9.3125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBJnhfytmFDcXTJqCczGPXyZlteZkJp { width:5.25rem;height:4.75rem;top:22.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5cTtlv3RaT1vkstzuFwpwdGHyPP3xlJ { width:10.9375rem;height:3.75rem;top:22.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVu2XesRaTz1vtwc9zRXPnF40HwbwnFE { width:10.5625rem;height:4.0625rem;top:22.9375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdtxvW8WM46bmOA3y2eOb6crfJk6DzN { width:12.3125rem;height:2.6875rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5OGTZ5O17v1CrdAOdisM8TVlezvXLk { width:12rem;height:7.8125rem;top:14.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDapoXNoZu12GW0A7ERLqpslimaqCOXy { width:10.75rem;height:5.5625rem;top:27.9375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvpbZ3bdaeV2L19JWVEUcKxAv1BNWELf { width:8.375rem;height:8.375rem;top:27rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEifJ4x9k3WqtkN6lmyKcFrTaSyrtIv3 { width:11.1875rem;height:6.5rem;top:21.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkfrGKMrk9MZuMUwv72bSnOEGXkSRCO1 { width:8.1875rem;height:3rem;top:35.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnMHJnI4bUbOriGE6aADTpBxgywofSA6 { width:9.5rem;height:9.5rem;top:31.0625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #err3SBBcMws2HQAP8FzSrUKC2FiOzCuA { width:16.4375rem;height:2.1875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrqRg3LQ8RU8ak3hC90MKUbfRBD0ZqC1 { width:8.75rem;height:4.1875rem;top:34.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeatfRnH0QOTv1gqZJ7WKpZ9et0KfRmr { width:9.8125rem;height:2.5625rem;top:17.3125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5yQggT4gInsaUp6UHgMyTfXQyb0nRw { width:6.75rem;height:3rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdd74mmgSBDyJTveLlvMmsuXLTQLC2Ss { width:8.375rem;height:8.375rem;top:14.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XokTT1uAcF1ghzqDHWA3REkyZkLDGb { width:8.4375rem;height:4.3125rem;top:28.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZKVQd4KAcqvP2EELl6HLGzPIy0TSr9N { width:8.25rem;height:8.25rem;top:32.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSTJy3m49VVMcl8cbaZv4MrMkRQo4Ww { width:6.9375rem;height:6.9375rem;top:27.6875rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp { display:none; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wu3gTw8VAHsDTgcfaAUUqO1ADiCqLtcI { width:47.75rem;height:4.6875rem;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN { display:none; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #scQ7GTFXswAA5sNB8eqamLb14QOEebUt { width:16.875rem;height:12.5rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtKFvTKs52NISohP6FCQTcaCrcVEMXXV { width:12.5rem;height:10.375rem;top:1.4375rem;left:11.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX { width:5.8125rem;height:5.8125rem;top:3.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4FPpVT6c62RZim4KJJyVTGbI2R6C9rd { width:5.5rem;height:2.75rem;top:5.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT { width:5.8125rem;height:5.8125rem;top:3.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPeKdhHkovh48C4TWheqKRqoxP99zdGW { width:16.875rem;height:12.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5W03G5PLHyHJyBT8Pn130bRtvH7hNrT { width:12.0625rem;height:9.0625rem;top:1.4375rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMNtTQh2mBsG8pVszIKwkumkTnqSWV5E { width:7.1875rem;height:2.75rem;top:5.25rem;left:40.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 { display:none; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0Aox6SCJFwWuVvZRftXEbs1Nu1lJTcK { width:5.5rem;height:2.75rem;top:7.0625rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS { width:5.8125rem;height:5.8125rem;top:5.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTbyxVnP46glvUfCuFUCaTFkP3Epic4 { width:16.875rem;height:10.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVL1qzhzI7Semh7qNWNgAAcOBVeNMpru { width:12.5rem;height:7.75rem;top:3.25rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRB4rzMAUVnTzwkHAR4yzVMdf7puR8Wb { width:16.875rem;height:10.0625rem;top:1.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwoGZcaAKHpH7FqRVT0UR2FJ7cLt9EL1 { width:12.5rem;height:6.4375rem;top:3.3125rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6vnDWSqMxfQSgdl9xfpu0ehLZR9VqU { width:5.8125rem;height:5.8125rem;top:5.125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHKh8NNG7nCMTIZZrX88kR7P9W51uxFl { width:5.5rem;height:2.75rem;top:7.125rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hykuw0W8vr3Brbczcp26yKNVT8y0NA { display:block; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfzMMO0EIGx1rUbatn5X6KBN0JSKKCv3 { width:47.75rem;height:4.6875rem;top:1.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJLWcWhBctN7CTSZ70C7y47NUyLpTNh { width:47.75rem;height:1.25rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJnCvPMXTqP7s4TrAdHMOVlH0wJxF3nT { width:47.75rem;height:2.875rem;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNhHEGNaIrf5OD4pgS0lB8HJnRJ1gzGt { width:47.75rem;height:1.25rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP { display:block; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnidZo0SoTZnTOdXy5W4zcyvVU7JilBh { width:0.9375rem;height:0.9375rem;top:1.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl { width:0.5625rem;height:36.5625rem;top:1.6875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxuDDOlHxCnELm1X159ZrfgS599N8rmH { width:27.4375rem;height:1.5rem;top:1.3125rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAfMdiVFgK8HuPiJbUTL5XCkpoEtEzlB { width:27.4375rem;height:5.5625rem;top:3.4375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRpEC5XaUAOVXBIKI8h3Oc9k1E4fnfIi { width:0.9375rem;height:0.9375rem;top:9rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4w2hrcQSCFk78wezTAKTLpqoEV1EVGo { width:27.4375rem;height:6.9375rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8ynh7K61yv5O1t9KgGBVQzONrPgTuH { width:26.1875rem;height:3.0625rem;top:8.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbukpqHlSGe4TGbCyVJykaqEPCCarTSd { width:0.9375rem;height:0.9375rem;top:17.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04m5g2Mwvt1xP5gfQi5n19gloLSTase { width:27.4375rem;height:9.75rem;top:19.6875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHiMaqsZ8enbwyKtl0No0TtXq2CrMPEP { width:27.25rem;height:1.5625rem;top:16.9375rem;left:20.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFAsATwWlTDuC2boXBckXIuMnoS6KZL { width:0.9375rem;height:0.9375rem;top:26rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKTJ2QsFSG3ZDobX29ibLplJDJ77zQx6 { width:27.4375rem;height:3.0625rem;top:25.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0TPUiJHLsCkuxRGbZGa27ccE9vTb6UM { width:27.4375rem;height:6.9375rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh { display:block; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGPLZavdTD31PuvO9PVFivDmnTH59OS9 { width:0.5625rem;height:25.9375rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnk336VITq8hDi031AdudiG4gbelPp4X { width:27.4375rem;height:9.75rem;top:2.5rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTyLNsSUPfdZK8qL5fVniASMEQmEgwo5 { width:27.4375rem;height:1.5rem;top:0rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeNXXVPSFgnO3HLd9Gg24WnQDxiAgGS9 { width:0.9375rem;height:0.9375rem;top:0.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7kaVksVp17x7u7OzCDKSzN6ZDn3z0u { width:0.9375rem;height:0.9375rem;top:8.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Jty5g3DvTufCTwhnQtZVZOckIpEHrP { width:27.4375rem;height:1.625rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZqhq12hCtbbDqvNUkLO3BMpkT4mcyMx { width:27.4375rem;height:8.375rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBwRWWUvpXvGOKOg1VvAWLqSyAdTnTy { width:0.9375rem;height:0.9375rem;top:16.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNLfa3yTlcys4gverWdPBkfhv2DKdL1 { width:27.4375rem;height:9.75rem;top:18.9375rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20Iv2UfThClJR5Oo4aMXwaedl7gObbr { width:27.4375rem;height:1.5rem;top:16.5rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axd46JvaEhDUwKkQhKTmEFsnghTcOvfT { display:block; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU { width:0.5625rem;height:18.8125rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8trQlhvgRtukDdtaSEoUuEHOG3nvsa { width:27.4375rem;height:1.5rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2OiyOlNmk8CEDV27CbcDTJefWPxFya { width:27.4375rem;height:8.375rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRy3sLIQR49i1m06Go1I5dpbmv0fis6 { width:0.9375rem;height:0.9375rem;top:0.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAzO68ek9qqBvT0Z9KIHItPEbvAelPF { width:0.9375rem;height:0.9375rem;top:9.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49m6eexOzg953nkXlZWd7ham8ra6Hyu { width:27.4375rem;height:5.5625rem;top:11.875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrdqHOEb3twn5hhGKiyZnudTFlo34zvm { width:27.4375rem;height:1.5rem;top:9.4375rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEHPgqS8nyoWIu75FGX0c56nS3SN2w1 { width:0.9375rem;height:0.9375rem;top:18.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGM43HT5sDBKWM6I40kfdi4OGbLIVST { width:27.4375rem;height:4.1875rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER3ddw2AS8U5I50E6ZvEG9at5Vbk3yhp { width:27.4375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H { display:block; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9FpO7nlUBX3923BI5Xkmbc5BvUpvUOH { width:47.75rem;height:2.875rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhh6Tr9WplXuIxCKEHlKCP8BJavFCggF { width:47.75rem;height:1.25rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNBhzym2WyhpFAWkUrUTPqgl9dbksoO { width:47.75rem;height:1.25rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AakVe4w9PUVlICk9IFITVv9fD8HaMgtG { display:block; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ueida79OclZoRg93e9EDDbiKiXFVEuT6 { width:0.9375rem;height:0.9375rem;top:1.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR { width:0.5625rem;height:21rem;top:2.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMMX9Un1D1ByQGuGCzC9mBC4HklevIW { width:27.4375rem;height:1.5rem;top:1.4375rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkiUtKaeMqxBQrXOkmTMeGn9kqBnhw93 { width:27.4375rem;height:6.9375rem;top:3.875rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFolkf4cDT3439d9WypCDtFTFqQlcPZO { width:0.9375rem;height:0.9375rem;top:9.75rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqciFDS7aMOClcJ3OXRMlK4SyP7U15F5 { width:35.125rem;height:1.5rem;top:9.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQlIwCSpUE3NgdPmdNmTBugWLhTsC9b { width:27.4375rem;height:9.75rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGzyitbaMoc1tfdRhw6s2cc2D8X0ZIn8 { width:34.6875rem;height:1.5rem;top:20.3125rem;left:13.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvptx3gfT2ShlHEUmtbLF8fsiEOFTKtW { width:0.9375rem;height:0.9375rem;top:20.5rem;left:23.406253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRBWbqVP2hTu3WLy0lc87kylRg2ObgWm { width:27.4375rem;height:8.375rem;top:23rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC { display:block; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24 { width:0.5rem;height:30.0625rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIX0UNAKMZlrps9KbORZIXJinkuacVSM { width:0.9375rem;height:0.9375rem;top:6.125rem;left:23.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #g76Uw1SZ8PLh02Qvmd8wmTWTEdQp2fXy { width:29.0625rem;height:9.75rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhTVhkDKg1lSe7XvLPuhNE4UlsoEzFyc { width:0.9375rem;height:0.9375rem;top:17.5rem;left:23.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdirL16MAWqd7kECTDBBmtUgX4ZNrEL { width:27.4375rem;height:1.5rem;top:17.375rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHt5STdaUmMp9sITU43msIWmxSO07AKv { width:27.4375rem;height:5.5625rem;top:20rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMUsO6ULeiamuTlFZEpoVIo0a6iCAH7M { width:29.9375rem;height:1.5rem;top:5.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohecXWFPCsSmmOTGJ5wBW0Cu2mAtvbDH { width:0.9375rem;height:0.9375rem;top:25.25rem;left:23.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULWqUd5sad3zliBkl7xlcJXHUe0xNCP { width:27.4375rem;height:9.75rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJARlQLx7Xekm4bFUQHEW3m5RnH8u6X { width:24.625rem;height:1.5rem;top:25.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X { display:block; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J { width:0.5rem;height:34.8125rem;top:0rem;left:23.754895141974rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXdvBf12vPF71grMNaBxCSFbTl4zXPa { width:27.4375rem;height:3.0625rem;top:6.375rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNlmQoSyA6yTZOdGXiCMhlRkBAV5LSgW { width:27.4375rem;height:11.1875rem;top:10.25rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwOdTh8vTJn13UZ0Uxotgz9BrpbRb7S { width:0.9375rem;height:0.9375rem;top:6.6875rem;left:23.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5FveJRB04zQbheClp9IZozaLs0F7p { width:0.9375rem;height:0.9375rem;top:20.4375rem;left:23.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysqIUgnzma83RPJCk97BxiNWPXm5Iz5L { width:30.0625rem;height:9.75rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKWnPmxov2EM2ov6MlClwHw3EgpyrPR { width:30.1875rem;height:1.5625rem;top:21.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlgJA7UlD8vyg45g7IQsu3S4siUeT4el { width:32.375rem;height:11.1875rem;top:36.375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmKBEyNTbxfFV55gtI0LvdJe6CTzCIUH { width:32.8125rem;height:1.5rem;top:33.9375rem;left:14.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAGhHgJyquvLdraen15HTEOp25STwLFf { width:0.9375rem;height:0.9375rem;top:33.9375rem;left:23.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo { display:block; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL8w2XxpkXd3iieLIIoEmEPMuxyl3hpZ { width:47.75rem;height:4.6875rem;top:1.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG { display:block; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb { width:34.3125rem;height:26.8125rem;top:4.3125rem;left:13.4375rem;font-size:1.125rem;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:before{  }
 }@media only screen and (max-width: 763px) { #lKVnhcr4es4SvQs25vo7HlTv2TB3XFBI { top:3.8125rem;left:0rem;width:23.0625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 { display:block; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 { width:34rem;height:;top:4.75rem;left:13.75rem;font-size:1.125rem;display:block; }#Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 li:before{  }
 }@media only screen and (max-width: 763px) { #CB3LHVaSkIuB7hoR0vZxxwG3edcxAbzf { width:17.1875rem;height:17.1875rem;top:27.1669921875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t { display:block; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ0TkvFzH2qsynTf4Oy3bno5x4d4SUmf { width:47.75rem;height:4.6875rem;top:3.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5c3p1marCNXZHi8tXBGfXpTIQangKrV { display:block; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEpEh2skALUvEwnNxIbGdIr2FINIe44I { width:26.8125rem;height:20.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U87A8Wv9Oo346BwamQ6KQ2NcffMsmZGs { width:22.75rem;height:4.9375rem;top:7.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6m5s71Q1i37lElsN9IE1fKUFCTRoLfE { width:6.25rem;height:6.25rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWSudv3ZfaTL0K67zolq2TPAVkf6Kgh { width:26.8125rem;height:20.3125rem;top:2.8125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmOnkXwNw3HubdpB90sCzWIyoF4mzyD { width:25.9375rem;height:5.0625rem;top:12.1875rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #el0PdWyNfVieJ8qGxgdURc2TNnaDBqMt { width:17.375rem;height:3.3125rem;top:7.875rem;left:27.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9POrhXz8zrt4ImXCau5Wp3queV65aQ { width:6.25rem;height:6.25rem;top:0rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNAglXcfispgFkI3ErarABK3BWAlypK { width:18.625rem;height:2.75rem;top:12.1875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 { display:none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5WLXqXgCLLlDqJ8gbiopF7X1S6hcQwC { width:34.4375rem;height:4.6875rem;top:0.9375rem;left:6.6562509536744rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL51yJEWZIrqmsmnggCBpy4ZxPoKRbH1 { width:19.5625rem;height:5.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNv5fuV9zfS0nvLbkpxnCSGVXJ2ZzSB { width:15.75rem;height:1.8125rem;top:10.3125rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTNxTCpwNpbF3gpw0hPLRVf2kZqKKJ3 { width:19.5625rem;height:5.625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpOuGoro0deExn7NMblaIbftFHkaClBs { width:15.6875rem;height:3.125rem;top:15.3125rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDfWpkKN26TCvp6neM3BtKhMtgquQfg { width:15.1875rem;height:3.125rem;top:21.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiC50BkOOxLBaPn77iWbItAvTVgNrD9i { width:19.5rem;height:4.6875rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuFpXm3IeCCK9MwMCw7iEtIqkrtGeU0a { width:5.0625rem;height:1.5625rem;top:34.75rem;left:5.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3vb3yiOM75cOSzQPeKOlQc1wTs3un4n { width:19.5625rem;height:5.625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCtN3z22fTfF2EHrAixRZ5CnUDAgSGb1 { width:19.5625rem;height:7.5625rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC4ATFL5wL17Zoz45SLoP3vgxGIN9Mpr { width:19.5625rem;height:5.0625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oitdLeIy8mQdboJ6Cfalde9k9efMXmKU { width:20rem;height:5.625rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRLsE18451NrOaVJ1FhDTenGyJVvoBQ { display:block; }
 }@media only screen and (max-width: 763px) { #BtToDzV9XFR8MRcAXmbdaiW3PzRH6o3b { width:16.3125rem;height:4.0625rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1QgxUNaUHNXWUrviluHcTAFvmaMM4r0 { display:block; }
 }@media only screen and (max-width: 763px) { #D9htP6xp8SEo0PcXMvUs4909fFpCakJX { width:21.5rem;height:5.6875rem;top:8.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33foiIMmgbx1ME381QJ7tBKvkVAVPDe { width:15.6875rem;height:3.625rem;top:9.375rem;left:32.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HItUthqMfwyotIqT0LAeybIOgXTQOPiQ { width:20rem;height:5.625rem;top:52.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzayTQoQhPM0xAltLJO0ZxW8A4DvP74 { display:block; }
 }@media only screen and (max-width: 763px) { #qOCpDNU8tFi5rf66BLGNx42RNuo4EBie { width:16.3125rem;height:4.0625rem;top:58.625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDDVbofaLht7i34TnQwtOebCseE0TMr { display:block; }
 }@media only screen and (max-width: 763px) { #JToP3yz3RAHfsTGGxAUqA0dpciHPUnTS { width:21.5rem;height:5.625rem;top:14.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrLX9LGPOvGFIvLcNKOcJMaTmn9WE5h { width:15.6875rem;height:3.125rem;top:15.25rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfMGx5679oc2iFds1zaNUHwbmES9n2f { width:21.5rem;height:5.625rem;top:19.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71DbDO8b0vVJF1e8q9Salk4TFZ5bxST { width:14.6875rem;height:3.125rem;top:21.0625rem;left:33.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdmVqua7xH2XEqZQbMCNvTA0Zee85o6V { width:21.5rem;height:7.5625rem;top:25.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1NUGTPpzeLOSbIw4nL828tGTKMwF08 { width:19.5rem;height:4.6875rem;top:26.8125rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpBVTrI9VRsboGgAQmXiawrl21X057z { width:21.5rem;height:5.0625rem;top:33.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVqa4P8oGevdhvp5o6BNwZyxVwLpyhq { width:5.0625rem;height:1.5625rem;top:34.75rem;left:37.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5zDZgfg9qf7f5znxJPHNrcU1u1ck6zz { width:17.3125rem;height:3.125rem;top:40.0625rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBln81rDPpkMMQTWJA9thoBmMuzpwDXw { width:21.5rem;height:6.875rem;top:38.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2z5vkq3ZzMHqtiF9M2u90TlAM06DnD { width:38.5625rem;height:5.3125rem;top:65.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acPagNxty2vcR9Ld6zmaWCvpXHanSqB5 { width:35.625rem;height:3.625rem;top:65.9375rem;left:6.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxFRz81XRDrbJExbl7fiEXhQMO7AibLc { width:38.5625rem;height:3.8125rem;top:70.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m66bBr8qqOitQRP7ekAemwAQWmeOWlEP { width:38.5625rem;height:4.8125rem;top:73.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNNVtOAsU9uwqnPL9DEnuTOWTtzTKP5 { width:24.0625rem;height:1.5625rem;top:75.5625rem;left:12.4052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZntpFAKWoWzXePq2i0TUmWz9197vSTo { width:22.3125rem;height:1.5625rem;top:71.5625rem;left:13.2802734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8nWJziUrTsyiOriFw0QVM1RpG3vzQ5F { width:36.125rem;height:3.125rem;top:79.375rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eurE2k1nW32fgxpeZIx1RA2BLu6UAQCI { width:38.5625rem;height:5.0625rem;top:78.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ILTe2klEapnoAD69ITeiFcoyebxZZp { width:38.5625rem;height:4.625rem;top:83.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLpvZtUc1RteSPnP1TxFF04R0pKTR3c { width:12.5rem;height:1.5625rem;top:85.0625rem;left:18.4990234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxHavDu2zA1Q3pso8gFhWsMGmu5ELIlA { width:38.5625rem;height:5rem;top:88rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inxSDngtABh2pe6l42oJXkoWIlqD7N8C { width:32.8125rem;height:1.5625rem;top:89.75rem;left:8.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfsUih0pX3fka9bTyWPXDf8W1iaBUhVS { width:38.5625rem;height:4.9375rem;top:98.6875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9nuls3VEhMXwIRPAwz6uBpleUswvd6u { width:30rem;height:1.5625rem;top:100.375rem;left:9.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #se4h0qPPdQUWkQfJo8i3TowDMpuAG5eV { width:15.8125rem;height:5.625rem;top:104.9375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5kXZaVTIhpk6V2797w6L2Km3XiNtUpu { display:block; }
 }@media only screen and (max-width: 763px) { #hZkgSzNPEKnnTDu41F4EJlyOOGxXtJA2 { width:16.3125rem;height:4.0625rem;top:111.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT0ph16kK6bNfeevBTQbxvVsw7eG7DZu { display:block; }
 }@media only screen and (max-width: 763px) { #TZFfFuRTX6eFxvRbXbCs6DCeKTT5VMWP { width:41.625rem;height:3.625rem;top:117.3125rem;left:3.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtw74kGCut3pkfMAz1UFZQbBGRrX9c2S { width:34.5625rem;height:2.4375rem;top:122.625rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlPv0p66XhftE54hH9619AQFWaTEn9vf { width:31.3125rem;height:1.1875rem;top:127.25rem;left:8.8125009536744rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEJJiXxSAeKRQ6Tie6x3vUbSpzqPGTId { width:17.5rem;height:3.4375rem;top:129.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9i8s1hb11RmPRLh6bG6IEfe51QeMBNT { display:block; }
 }@media only screen and (max-width: 763px) { #iiSTN2EgUDEPziiK2CeAdEShNiov5cX5 { width:21.5rem;height:5.9375rem;top:45.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCgSC6rOv4cvlPqHVStFpsl4e8I6ddVb { width:17.25rem;height:3.125rem;top:46.1875rem;left:30.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEWQ97LXMSu5JwVnvnxDSey1rTZIfuCy { width:38.5625rem;height:5.6875rem;top:93.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKcbs0TapuxvWOIosN9ft69tUMASIWe { width:27.3125rem;height:1.5625rem;top:95.125rem;left:11.0927734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phorA0VofnxI9ZoDfozCqAwKicaxGpnD { display:block; }#phorA0VofnxI9ZoDfozCqAwKicaxGpnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru0OxJcOFlmUHWmfaDg7qsz4Z0LBsrtr { width:17.5625rem;height:3.0625rem;top:1.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGNpniQtnSpR8nG2USUiK9VVPSHgTeWQ { width:19.5625rem;height:5.75rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaMkr1DZPrqT7r7DkGhlzvzX55RgDnkV { width:15.75rem;height:1.8125rem;top:10.3125rem;left:0.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lde59ewlEdb2kFST1sK8oCRXZB4tmGSy { width:19.5625rem;height:5.625rem;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sltsWrzchA1SCl2S4h6n18auZ6EW0FhC { width:15.6875rem;height:3.125rem;top:15.3125rem;left:0.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWJVcSWnx1SdGTPdQd3RwszODVGGT7ZD { width:19.5625rem;height:5.625rem;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vy0WAZxZT9UZvobVT3zxSEcQ31ZaQxyn { width:15.1875rem;height:3.125rem;top:21.0625rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5M3BRK4xR3BF2lKzWT8ZkczyTck73Jx { width:19.5625rem;height:7.5625rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPo4PshWuSCssOszKtaX8DmWveH6F6nc { width:19.5625rem;height:5.0625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvJHikdd2DE6vnky9mk3HWwQAa0J4HUv { width:5.0625rem;height:1.5625rem;top:34.75rem;left:5.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkbNzCZ6KFpBv17yogRWE3Z82pbZE91v { width:20rem;height:5.625rem;top:39.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMzgq79V5Kx54B99gxPxJsOsTyEynGsP { display:block; }
 }@media only screen and (max-width: 763px) { #is4XvQhsbsEyrxwMRcXingVy7rrOZzv3 { width:16.3125rem;height:4.0625rem;top:45.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdzA3Xw8aq7kSu1WIoBfXplp7bnt7srM { display:block; }
 }@media only screen and (max-width: 763px) { #do9ZQzO183mq3pdZD4VXadHvaB4zeDw8 { width:19.5625rem;height:5.0625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDqbOwldO4rEKm7wWlEr8u1JmaDGWd8Q { width:5.0625rem;height:1.5625rem;top:34.75rem;left:5.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXEmM5DDObAX2ahUN07Q0CIxnda2mQfh { width:19.5625rem;height:7.5625rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTQmGqgiGW9Db5WoAGyoiXwrq0TFmu43 { width:19.5625rem;height:5.625rem;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #beb5rT9ZU9zocL0Z8RTlnWPFFKKnheeG { width:15.1875rem;height:3.125rem;top:21.0625rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIegD3PqtNSFxxUuwAVt1EP1dUMiwBef { width:19.5625rem;height:5.625rem;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAMniBoRntQdz0VmoFshemOR5JOBnrNG { width:15.6875rem;height:3.125rem;top:15.3125rem;left:0.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3AJaxiU0rdr4812SEUXzKDCDrpsoeEa { width:19.5625rem;height:5.75rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysraIvIeValL0w676T3IkgqirpBnwSO6 { width:21.5rem;height:6.875rem;top:38.1875rem;left:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9ckfkJDZR4PoaS5w5kfeApzyvAKRBbK { width:20rem;height:5.625rem;top:45.9375rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1d5MUP8kUSFqGG11Zw31qC4qJl22lJi { display:block; }
 }@media only screen and (max-width: 763px) { #IM7cQBOAwml97egBkroElTdec9Ritw6v { width:16.3125rem;height:4.0625rem;top:52.375rem;left:31.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8KxOQ2JTa9vLvw9QTJCeJIzpSJD52oJ { display:block; }
 }@media only screen and (max-width: 763px) { #uC1He2nEI2JhxuEu3Aa44CCZGy0ydHLW { width:15.625rem;height:3.625rem;top:51.25rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixQEo6Negq06O98qFJ1guDZrUBAgcpNX { width:38.5625rem;height:4.9375rem;top:87.4375rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMT9oxcTxLl0C2xM4fNtvO3W2oDafepE { width:30rem;height:1.5625rem;top:89.125rem;left:9.7490234375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZWFy25odV4e3qgphQAwVXbNl2qXHhJ6 { width:15.8125rem;height:5.625rem;top:93.6875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6LUHL9msDGzE4itkrgr7QKgkR8qbWMJ { display:block; }
 }@media only screen and (max-width: 763px) { #f8Vuv8h6X5u28g5owveNwboXrU0EX0R8 { width:16.3125rem;height:4.0625rem;top:100.125rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWyl31GlWuLfZ9Rc3WpP9Hd9ztBzcBaN { display:block; }
 }@media only screen and (max-width: 763px) { #R3JPEXeUUATVkobMllUXOZZ2ikfuD9hQ { width:41.625rem;height:3.625rem;top:106.0625rem;left:3.65625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGLKMueo9Cyx4APi4WQKTrR1USqvtJ1O { width:34.5625rem;height:2.4375rem;top:111.375rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #suhCul1sxbV6DnLSZbfIBXzEJcnl69GO { width:20rem;height:2.0625rem;top:182.375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aw6nDX5aFGCey97Se7OKDIluoIcMbShe { width:17.5rem;height:3.4375rem;top:118.5625rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #InXWTKDNCEnQtdSHcN1mJlxAyptfUH84 { display:block; }
 }@media only screen and (max-width: 763px) { #HRnfDDITFsaApCztq6Z7IKlgOKndBCG9 { width:19.5625rem;height:5.75rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMa92LAHNuCxHwSXr87bMBO5na6v6rG7 { width:15.625rem;height:5.5rem;top:108.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #znwctSfodLI8uuUcPBb47la9mQ0y9UW8 { width:19.5625rem;height:5.0625rem;top:33rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZB94I0ANvltmTQphSbEBQzpS5KfCgVv { width:5.0625rem;height:1.5625rem;top:34.75rem;left:5.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEXUtyW1UfaKoUMDzPXITw4DnTCfoJt0 { width:19.5625rem;height:7.5625rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mH9e3Pw5XGdI1F7euToUTxlJP2vWe84K { width:19.5625rem;height:5.625rem;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5Ig1bvB7nB51SiRdIGdwkioTL5xJdfE { width:15.1875rem;height:3.125rem;top:21.0625rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRl7HlcwcVT0HQRBB92hpiKi5TBPhThi { width:19.5625rem;height:5.625rem;top:14rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwkL0JsyWPFUG5SP7O0gqWzC6at4wkmT { width:15.6875rem;height:3.125rem;top:15.3125rem;left:0.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oC8ZTgTQTVB3OqtEIdZQMXS1lZiMhsub { width:21.5rem;height:6.875rem;top:38.1875rem;left:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKt44ylxOENoywfA9spk0s5apJiTipLA { width:17.25rem;height:2.75rem;top:129.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfIXXise7oZh2Bh7wQyZqdOu1XfTC00S { width:38.5625rem;height:5.6875rem;top:93.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkGrtDTARXQqZlkELrRyO0G2sDVJCBEG { width:27.3125rem;height:1.5625rem;top:95.125rem;left:11.0927734375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQILZWCEhTci4T77t9n8u1gQdFMPkHNt { width:32.8125rem;height:1.5625rem;top:89.75rem;left:8.34375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKvnMzs2NVfGH9J20pST5BzEZ9BceVxG { width:19.5rem;height:4.6875rem;top:26.8125rem;left:28.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHxWbU8b5TBxEA5ECz5L3ScJDxOHFXpF { width:19.5rem;height:4.6875rem;top:26.8125rem;left:28.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #USnAPaBXLTLE9X33N27eT9vP1Dn8k1K8 { width:19.5rem;height:4.6875rem;top:26.8125rem;left:28.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1mgcp9md9T6kZk4cCDcEbJeMZzAROhU { width:38.5625rem;height:5.6875rem;top:93.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZbpix0egFKHURmTtqQafgCOxmITcHzN { width:27.3125rem;height:1.5625rem;top:95.125rem;left:11.0927734375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrTZ6010TrixuECheRHCezUPePT153Ge { display:block; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzTytGmt0UMZzMdVrXfpe5o6fqE2cngb { width:47.75rem;height:9.375rem;top:0.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHSENEXe0IWvJqN1tHNhdMpdbTSA1Lo2 { width:47.75rem;height:20.375rem;top:18rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J389bCbyiaDWLuVwcUlblrq0vDbSLCBd { width:18.5625rem;height:6.41524544942rem;top:10.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi { display:block; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8KHX33k0Fop87lkrA970OM8VTNIJdzm { width:47.75rem;height:9.375rem;top:2.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCPTlity9P3MMWGfOUwZeuSXdvxw5unQ { width:23.75rem;height:1.25rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksswDwbCX7V9u8wIIldvTVZ16JwaxKM0 { width:12.5rem;height:1.25rem;top:15.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE { width:47.75rem;height:12rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:before{  }
 }@media only screen and (max-width: 763px) { #kR45PqTnrtnnttovTaeUJQCXVBrHJTFS { width:5.1875rem;height:4.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { display:block; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iud4ADBH1X7au1dtPpPwlvNNLIxbetJU { width:47.75rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUbvAgK22GR3vPR14heI6qBpEOWhTIaU { width:47.75rem;height:2.75rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp6JElUyftWlM7GNoX332BmJ4FV0HnOK { display:block; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNm4c29GowKs9EpEPiv8DDRVII4SyTTA { width:15rem;height:1.9375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAr5PIstGI0rVEULJIy0gLp5KNe4Mgkp { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNkORKUfxkQqHKigfZ2NJ3FFD0IdEDi { width:17.4375rem;height:2.25rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSmpwTDMNzRk2ovoxQJIWqz83mMoZfPk { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW2OdzDq9TGzOzldmR4aeMJAV8AELWgM { display:block; }
 }@media only screen and (max-width: 763px) { #H161p3Fuq5RoIL5tR3knVCQhMEvGTffs { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOQbzcpl8U6VGvdSpbzFdDbKNBBTH9mu { display:block; }
 }@media only screen and (max-width: 763px) { #JccIBMn13tr1TBU57HSzqry6WRtraJRN { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURFKa6FeZR3hbZyRy0ZJvadUB3rZ4EP { width:19.8125rem;height:5.625rem;top:30.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqQ6aFXTMwpgo5AUXQ26Ahk9E8ltKVT { width:19.5625rem;height:6.5rem;top:50.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIqVpiHDBdnqMCnbIrAo8WiUWQtOXrsB { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSS42TC78180g7aCucVdmDJsLKCi7qR { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKWBWoqolreHg0oP47DJNB8r4xS1dXTG { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8dvbvZiTVB3g6CLT73Ouw9CqL2BDO6V { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VggeSyGGLP9Vw3wUWVIgizeExG05sCLN { display:block; }
 }@media only screen and (max-width: 763px) { #eFOaSOrQDVVuElHQiyK9VZLgt7TMmwVT { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3xNlTf6tbtbibHc386N95p5Mp0Uh89 { display:block; }
 }@media only screen and (max-width: 763px) { #FAI6NqipHw6Um0Nn9TdxA9p0BZ6D6RgJ { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdiMopT1MQKPlNmgPR8aVe7mQ426sF1t { display:block; }
 }@media only screen and (max-width: 763px) { #otc4Js0b3RVay438LXab40AlHn3VqtcH { width:16.75rem;height:3.25rem;top:36.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKgbBgmXLucnIZ1gW6HCpT6U9Vuf6Gof { width:2rem;height:2rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5cLmC3hwtUBpwhA6LHNsS0I9468tQFM { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBa88ie0RTessp3dNevTWyyOJh25zz1 { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBuTupicAvKH9J6Meh5qVU5THFceclJx { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKl890ANQopG3JJmgSO16dqe4tMzSQ9M { width:15.3125rem;height:3.5rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofzCm1HU44KTBMDugxU0TEtFp1EnB6Q { width:47.75rem;height:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ { display:none; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AIMGRre3JNhPq0uRkqV55IxDf1pFE9tv { width:19.3125rem;height:2.0625rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPhrmsrTQsQQ7mJGqzVNlIh1OLC3nmQL { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL02bfsdqCd3tQtc8K3Ou8ABEIlykU8p { width:19.3125rem;height:2.4375rem;top:2.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1w3J1pyF95yKHHC1QyLh7nPqNpTydnB { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAoiELaeeZ5m3Z8OVzsgDnzOdc1hXVPn { display:block; }
 }@media only screen and (max-width: 763px) { #ylb1JtRJH24ahIw3fvwN6o97Dnxh1xyB { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkktLZh37bWdAHremritbWKebx5RxHUg { display:block; }
 }@media only screen and (max-width: 763px) { #fSUvIQtXLn2LtTg7MGUlJw4bNtv2y33T { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCKgOtHvt0KvEv09BiMUUIlzbAKUtpkI { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um0BmpIh20qKgPRJ5ItmiASAdVhqm8Cz { width:19.5625rem;height:4.125rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzzrZbOtqn2NRSKsakP3tanNeregCJab { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0FXpAn1Z6TbhdSOIdh0JCDF6UqNR45p { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut3p3IyyhgPqtTARtTt9q8mDTBsC1DnA { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvZRaOvXn2Zpy3eZxGJBdit4okloNeJS { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLT7l6PF3gE7rDVNsVV6RVxM21m1CL4K { display:block; }
 }@media only screen and (max-width: 763px) { #QN7rGuor3NHPbMT38WPQkXdcOn3ZQBVg { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWuFtDD3PJS1bZ6Kcn1ypmOvv0czGVF { display:block; }
 }@media only screen and (max-width: 763px) { #JHPSnalyJ0TLosEXBlzDQ4LWeQ62lefv { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqc6hF5OA6xt1SpDVy3VLrWip0h4sWvp { display:block; }
 }@media only screen and (max-width: 763px) { #d96SCbWWPSeKWLnBrsAn2QWNJf0CAdIz { width:20.8125rem;height:3.5625rem;top:18.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqtrnFGA4nixpFdPwJuURzNkiXg9xLV { width:2rem;height:2rem;top:18.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqiIVlo0nxupKtePqTgLpDlSwCaK2Gns { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uME56k65aTtTJNV04kFOqBVGihSdtoFT { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nsDdfdTdPc3QIiCgbBVmyy4ubMEUxI { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS6KV0rlIXwkLntXNQql6DNuEu84SbX9 { width:10.125rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpJSCJNf3mc8QkRTiSbA17AmTVr8aZMZ { width:47.75rem;height:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 { display:none; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yNw43vJnGNsGZKhpE5VixomUl7zfF2Cd { width:15rem;height:1.9375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h51BHHLyLzdHJV6yOHhUn6wWPbBs2Rao { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ095Vl6vzOxdZiM1IFrRvfxCp2X5Ohi { width:16.875rem;height:3.375rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMVHRsT30MBW0WXJUNNU5tatEPekTnUQ { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hynM9Us7TfRIHQDtJEknbXvRV5BZSex5 { display:block; }
 }@media only screen and (max-width: 763px) { #BliiLftiRczLL2P6PISdVFa34LPeF8kR { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #onemALTRlh3xttWUyQSKw9BMIfUvG8G6 { display:block; }
 }@media only screen and (max-width: 763px) { #aXxfWrbdUCun39xbTLHTIcZ6d0EHmTDT { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS36wbdhy2cZ7vn9OmR0WTVH8ZrZDdbZ { width:19.8125rem;height:5.625rem;top:30.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm6Ps95XxkazsTy2sbJfFqVEcbab0xbZ { width:19.5625rem;height:6.5rem;top:50.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgUmuTy7eFyEe1evLaB4dTszbuPwMrfJ { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CZPVUtxkiFF49k7vXrv5JV8pfC6AOn { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4v660k8JvFpafThIwLCyCL8ZWWwyPZ { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvnxwmpTqlWdihPLfBbXHhNRwSyGZINM { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAu4lsSPusz9DGV6TqTQHaJvgXvx1REp { display:block; }
 }@media only screen and (max-width: 763px) { #Bg3DyGJw5Ahy3JhO2i85FMI5tInfSmt1 { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvAAt0sN36nLW3tz7gvuynE1OgeaULy { display:block; }
 }@media only screen and (max-width: 763px) { #Ty5pI62w9C2iUzcrLAMMf84EppWK4Jda { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGaFHLaEW0vqqENI7XloVokcRKnztcq { display:block; }
 }@media only screen and (max-width: 763px) { #O3SNb1GUf9d6LeumiJeb3kwAnDGIZLTs { width:16.75rem;height:3.25rem;top:36.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEDWfgttX4LLZIQC4Oamh6gukUXpluNu { width:2rem;height:2rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QESipQ6RxXCt0xIHQcx83DRsVZHhshzD { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boQ5H2SSQW0ev4OOcMMMVMBmldRNzAcE { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu1pZTuflSp4SgiK9FustekArzJ7TgTb { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv5ZT5Xr5XJ9rDNtGP9h8mgL5b5TEsFu { width:12.0625rem;height:7rem;top:4.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQvrHZgd2NgkSu9BbrOVK7gAiGOS7aL7 { width:47.75rem;height:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJeQVECMyposNGqZkFFUUlwdDNrlIfJv { display:none; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LVAads2PotFA55KNOdfxVfPXQJGTdp1d { width:15rem;height:1.9375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36MZqCVDZuq3QJ7rvTGTkHEzbn1fMTb { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVhmZyucWVGrKyoIFTIP9W9n5VBJcSi9 { width:14.9375rem;height:2.25rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opd5PGmnWGepCEzTV1g6mp45onhonz2g { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GR25kimSTD4U9rbcDzHQhRJH6ol9uU { display:block; }
 }@media only screen and (max-width: 763px) { #pDTCEaCoGWCyzBRCtJIvdFJlEfNhSZ9P { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7UGLuTCavTWxSL5TZm6L5hofiJo2vNo { display:block; }
 }@media only screen and (max-width: 763px) { #n4IKzTMc40TnMiPBU1TApfJDORASDBwT { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1BD26LGRe4KZ62viJi7ZbF97rHQFFK { width:19.8125rem;height:5.625rem;top:30.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZr6teHgwxTKtGrO4ihNS8eJJJcsI4Zk { width:19.5625rem;height:6.5rem;top:50.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsvSrI87RQuAwdZN5u0QEfdVo1TFrG1M { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkCAG28c4oi9NH2vyfvfbH0VkopN0czD { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnBbA7qJDynZKT31obgHeCNr9PPXnwT { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv7LJb24l8OTlKEc3GpufrPZt4RH2Qfr { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTUL35tdBiac60KPsyp82rh8QAtVyy9v { display:block; }
 }@media only screen and (max-width: 763px) { #k29y2hVihD8E1dubbvJS16ZaD0GVEzMG { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1ZAHLLhfyb0VddbbUTiQNQf313fW5r { display:block; }
 }@media only screen and (max-width: 763px) { #Fxdu4Zc6vyKLdMWSh8Q87WMB7ena2FFg { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf225JxecrKvPTh5bb7JcuJooxdMLH5T { display:block; }
 }@media only screen and (max-width: 763px) { #VM68sEEW4hawT0Oi2tX9aOJXd53rbF9r { width:16.75rem;height:3.25rem;top:36.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX3u9vPqk3hQES7CZaMOwTo8c2ki1WaM { width:2rem;height:2rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxXiceUEcv4i0fsvUevQ9C67Eg5rM0yx { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNpTpFMUiUmbnHBgxdoEmcI4aaUH3lr { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKIg6WhO1azmwoZZL8OOZWlnu4QDcF8C { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAf4TlHs7yILXPoRlHk3Gnkhnm8s2gZK { width:14.4375rem;height:3.5rem;top:4.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0GUIthdsahxmpnFhDmmSDUuPLBK6NFx { width:47.75rem;height:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn { display:none; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UJ8oOSFdFEby4tUGpRP33nZLM6XziAsm { width:19.3125rem;height:1.9375rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIJTc10iHHBKEebst3Pq7OLvTPBJ8Diz { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQWtCwFVhUOE9TtRn2r9bZKmp6IbAAg { width:19.3125rem;height:2.4375rem;top:2.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmDNzFFSZFHEXaun1XGxGHsamnsAuBM { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvoUf5sALSlqBSXN1CKrDvQgU53qVmpX { display:block; }
 }@media only screen and (max-width: 763px) { #z5WguMd8I1Dy10uBbg4A7LJlVT8taKJx { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4A8wXZAXuAyKGnFs0in1nN3BglAiAiG { display:block; }
 }@media only screen and (max-width: 763px) { #O4TTEcXryB8puW3UIhnIVKRFUA4BvyBA { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlLXnxtRwpeIBh50BQMK4QuOmi3KuqV { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grV4M57XzLD5lnVZO905WhzPSifEOT64 { width:19.5625rem;height:4.125rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVi8Eg0IJeJUOmSuMOX1qpRuR6h9qUQm { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcHPNPdpqVTvVLLeOeefSwMWykcA1L5H { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBomwIZkET3E5rIeAtmVR5wSxhMFFTBz { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um7lpkTRPkB4qQ03m59284g2SblI5e5Z { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO0ES0fVwag1NdouCMbB0qWHt7NgTzvk { display:block; }
 }@media only screen and (max-width: 763px) { #baHsridzRDot33U4Ill79GOhGPuJSk8E { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5IMTVWacbvkVR5TzzkUxb1ELJQ4ltDo { display:block; }
 }@media only screen and (max-width: 763px) { #M7JMUytatm4t4Ty0DNcXfo9B5capoqzF { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW9AfT6URpk0mJtw3t8uhI0wv6NyzkNC { display:block; }
 }@media only screen and (max-width: 763px) { #G0cgq1MEgUEN6t1d8Ns6pW2GWJZxmwvW { width:20.875rem;height:3.5625rem;top:18.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC4FG8TXTsa3cpghTTUWz2TfdgZWsQ8t { width:2rem;height:2rem;top:17.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwz8OldTneIrgnyRZ6WTEZbyGiwKNnf { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaVgSFvltV27GtBA8uz7SJZPNM0aTJ4Z { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVbJXXcNHcgAoUdgTvVuCFwDOpGV2sbs { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuz8viwpvecO7f9bqTiPBtDruS74Aema { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7LyWzcNhCQDZIricyudIEJWfZmeo7G { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZVW9EyuiVEpo70hWc5rEtsmmTuhOATf { width:11.8125rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp { display:none; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2CmZWQAWnRNHzXmTv4vDGzIFuHJT7df { width:15rem;height:1.9375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV6eVKoSzEoz9oSgSIKEfNQqL1FHrbz4 { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRV9WBVugCfr08Qz6mm3ntdqePq6rlAs { width:14.9375rem;height:2.25rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36SVLTJi13bCDufKMA5AzqBzgZtUSdP { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2keLvgxuufvszTgIB9ruKHlPtkssVK { display:block; }
 }@media only screen and (max-width: 763px) { #pgLi0gIWWGm4I1CDbTlkMDXf2htg67gk { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxKAmMsUJsHbP14x8ZD8oeaNNhuBXRlo { display:block; }
 }@media only screen and (max-width: 763px) { #a1r2OXqLRMMLzv8Hfiul0LPqGVemNUTz { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdq3PIxMdIFi7vezSXWWR37q0xtakgd9 { width:19.8125rem;height:5.625rem;top:30.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEJ5rH5y2wAlXAv5wxZwPTE7aV4lFdQZ { width:19.5625rem;height:6.5rem;top:50.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxtz59pLvdQe9SHpRLgifLN59i2J8GFQ { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa6fBwim1AocBLgtDlQbCgDOFm46xQLz { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzKakduQaCznXd1e7OTqsDcHTCBzvRrV { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G79lBIfei5R0QbBMoVT44HRfXL1LlgQy { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bechk7UlIaEbqBTAeD5oCJ0PNGdrcEcU { display:block; }
 }@media only screen and (max-width: 763px) { #iU41768oybFrl48U2T3TZdPtWMJlUPEM { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DClwQ8cOPhMv4SXbvcTfXJC3pzDADCTf { display:block; }
 }@media only screen and (max-width: 763px) { #p7IcavqqoDVxagdqwqKlSwzTIh6Hhdwp { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXI9TJSZTzUXuwrTdbJZiCMvg3I7VmX { display:block; }
 }@media only screen and (max-width: 763px) { #ciAMHq1zhLKQ5xJiQJC1ugIrRLXQFco2 { width:16.75rem;height:3.25rem;top:36.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpuel4FJ3gMo2baos6FwWAWixPdyXrbW { width:2rem;height:2rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4OGIVQ3PwH8okHyLrFLnLLchlOCHUg { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKX2O0X53xz6QOg6JfEH6nzICavbnfXM { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQQfOqOPAmNfkyMNgCCNhUQUmx7PxCJH { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL1nQwquHG2wbWzMuPrcx7RrKMC90UV0 { width:13.3125rem;height:7rem;top:4.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFag1rmDpcGL4zRSG3ITaZqUxWe1AiPV { width:47.75rem;height:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV { display:none; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nG9ngUhBcPGuxetoPZdyE9pUtiEOyHQq { width:19.3125rem;height:2.0625rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUk0wpZbbTZLOUoTcrEWfOTMyQEWI5T { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZcdLD6wp73Bh3ITmhVr4ZtGrwR76GM { width:19.3125rem;height:2.4375rem;top:2.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ4lXqyvklRvNNANW7DBlNxsW4KmDqrx { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRz8KmtbJfD8py1vlnCgE2T0xvZ3oWr { display:block; }
 }@media only screen and (max-width: 763px) { #GV9PsJKNtdaaq2Zsv0sVtO1AXOM9Gnbv { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #myJobNslx3qR2A3BAp43ur6I3AEH6Jwi { display:block; }
 }@media only screen and (max-width: 763px) { #cVrINTENoscXXKHSBpuiKuNWUVsrTuLl { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3ok7Fwdbi024TlUitqBtMZvTtfhtVs { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJIKth8XhX28PCN9QAHCZcnkuO5ZodU { width:19.5625rem;height:4.125rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMwEghB8tdnFJ3irOLTl6ACVQvW294C { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIGC6xO3Sb04o2wA64WIXB03fyC3eZEm { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTfFH6PEHbf2UgqeBBvIlVHMbZaudTIy { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbkaXSs5PxeJp7VJ2pQsTMZenonEkAZx { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq0OlQD8ma1Q2zDOVg8hC8cB16cTuzVl { display:block; }
 }@media only screen and (max-width: 763px) { #llpP0b6egS3VNsfCKwZA0dPyiJV66lkW { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBsL8xbLwdb7Hb41NEv6qaCKlPLBHto { display:block; }
 }@media only screen and (max-width: 763px) { #PIugV81y31SIn0huMKuQJZJO6Vf1zLI1 { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTgzpiWRTLdgeBwnGdI47B3CoeyeksbP { display:block; }
 }@media only screen and (max-width: 763px) { #mA5tgTuwzynIrtP3iXRRl1coKv5JtPb9 { width:20.8125rem;height:3.5625rem;top:18.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2mZWooCGwGoKB6uPks1hll29zyxSpqX { width:1.8125rem;height:1.8125rem;top:18.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNZKZ0ScCPBuquMbs2ltJostXE3iC5EV { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpIAnDiTUCZQ1XEV3Xx7BRh6dG6n7fcL { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbmuINAiy7R2qDyoOiIGuIkxCVXdlJQ8 { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnAVZZlXSQTU70eZ0eAdxAL01ZTD27Gz { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXg2LuNNDsRpTpr15Psno5ZQurIAoPJ { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDwehOg9Bv6bgkqvtydNHZLiMTU5qhx { width:9.6875rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG { display:none; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcwgEoCSKssDToipKIvO4pRhDHHGbbMx { width:19.3125rem;height:2.0625rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPOfA80PqzLpn2RCuz8EQf8zl8JCFXt { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyx9bPLgxhs69PqhzvTNyhlOXAizKbHk { width:19.3125rem;height:2.4375rem;top:2.6875rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuw6MrflX1UmTLcJ3cHN9nbQpCkiRFRA { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQm4DV4QfgP4uLXxWZIvKt7mG0Uzkofd { display:block; }
 }@media only screen and (max-width: 763px) { #uG5glkxiHrHJqNfHRPpTee3Bd08AVas1 { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKkT5eTSoz2TNd0OuWA3SXdWMbOanJxr { display:block; }
 }@media only screen and (max-width: 763px) { #bPW2HBpQbVb9qS0Je64Exv5u3RnW9iA8 { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXel3CxgfbT3AzJGnR62e1Vgd07Pr4dZ { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fof52T46qGuXRGN1lCwVc8KKCtxbTVQA { width:19.5625rem;height:4.125rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu63Ge4zeOlkzVombN7wDJuFcK2FziqD { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P92TuDgMx2QN6xPIZrAGvVsohqT2Ou85 { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krS0tBQiMpzvG9siV67oERsHr7IHVbTc { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHcKhkIibVQN73bO0z38oq0VVa1rzJvI { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqvCWT1D45hB2JFdid5XUkIovwp5Z3V4 { display:block; }
 }@media only screen and (max-width: 763px) { #DdpZ3h00qMcbTNvBKxWryJ5BUOv0tTnb { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIo2AoXJXST5nJktvPKDb7NiwnDvf0Sr { display:block; }
 }@media only screen and (max-width: 763px) { #HXiSWVxHvMxOgL71HWOEqtcDZ76JDEiC { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMooiR9Nv4qO90WzDQIEtagJaGTgGWDF { display:block; }
 }@media only screen and (max-width: 763px) { #rOCI2bB7JHL6azdos2QrzwDyqUPuissi { width:20.8125rem;height:3.5625rem;top:18.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBd5xkDcvWINLzfTle43CaiSPQIxEz14 { width:1.8125rem;height:1.8125rem;top:18.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ATBoP7uH6UtLHn1o5Hf9OVphqBtE7R { width:3.8125rem;height:3.8125rem;top:4.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozTECimas2XN3wzSrM1Q2GgAnD5S2qdd { width:2.8125rem;height:3.75rem;top:4.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h50604VmXAla2WTUdvMWLMBmQpSyP0A0 { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0M45MmoHZ94RHMt6q0a0csbCAaphmC { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El41wr66uUFt0UrITmcTVT38NTXif7gW { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yncKQRkS05oVnMJDRM84tVDM9cFCoCMG { width:11.9375rem;height:3.125rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmaT87ByK9nBWn9thqubThxZahotKhFK { display:block; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtvcMypLDHR1WOMmDLosppkI9UyE5ND5 { width:19.3125rem;height:2.0625rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAslkL84nBKJuiH48NOXZXt0vlzfSUaD { width:14.875rem;height:;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhXL9O8wRhoeCPsHmsemGT6U3lgxnPce { width:20.25rem;height:2.4375rem;top:2.6875rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dythniXdBfoyoq1xzDdNRruTAxW1gWIh { width:11.125rem;height:3.4375rem;top:15.9375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3Ks9Ggtviy97TJk4ICU2f5MPruBO4f { display:block; }
 }@media only screen and (max-width: 763px) { #A0iWdsBNech9TM4ESqG5nONwWJ4XDJu8 { width:11.125rem;height:3.4375rem;top:18.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJLvdp5W4T80qeRSnGlOs12l2BhR1bJt { display:block; }
 }@media only screen and (max-width: 763px) { #S3IUH0RMqKNhTHMqcp6BCZyz4kzmxnnP { width:19.5625rem;height:2.5rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKuTAerOhlchJOgI3lq8P8abS2u5uPHN { width:19.8125rem;height:3.1875rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRI5vwTkxyKKL1NvPW9HOTTv8mw9mI61 { width:19.5625rem;height:4.125rem;top:22.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXph6chnAn42Zu96oowwu30SEr9eISFW { width:10.8125rem;height:1.1875rem;top:9.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dJ6veTZnx28g7btougDgXg9nFGHSKq { width:11rem;height:1.25rem;top:17.25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3QVNMOHuRL7oVdUUe97W4fsPnI0idBA { width:11.0625rem;height:1.25rem;top:23.9375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZt3D6cNgXkaifCwIF2gWyh6R6wxc9gU { width:11.125rem;height:3.4375rem;top:6.4375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzxqxXinqMvQUNEgT2tbmDd2bpf7TgIP { display:block; }
 }@media only screen and (max-width: 763px) { #MqbmhoUlESxFpN7KJLSXTEVDoQ9a1rUS { width:11.125rem;height:3.75rem;top:8.375rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTwoXL8vN34IoaAWE2AASV2QbEbIUE4F { display:block; }
 }@media only screen and (max-width: 763px) { #qzQ8JAwFiQ0ARTzD2r8UIUGBUmmWGqXa { width:11.125rem;height:3.75rem;top:22.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmhtII6GEGawo9dhc0zREtLxBJPhxN5q { display:block; }
 }@media only screen and (max-width: 763px) { #AktFNMSb1oep8pGhrK4gOtUOLzdek35E { width:21rem;height:3.5625rem;top:18.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtnr9yrfHIqORutXrAbywo8xmJuZggc { width:2rem;height:2rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyrCNTODn2dXK2OHe93RJyExVF6g7tu { width:12.5rem;height:0;top:8.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJhSVGD8CHBcrtLK5PStEfP2E9C9zvWv { width:12.5rem;height:0;top:8.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqIwz0WOTStPnJzRIqC9kH1kcmhgVrpI { width:12.5rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbFWfTKBmFBJuQL2iBBqc7rnKgUKdyeq { width:13.5625rem;height:0;top:4.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED6EdVa3w73dH5s23Tg2Q59PT2t6r5U9 { width:47.75rem;height:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #you4id62MfctgOwSkylL6DxCDNcdqpHQ { display:block; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUiEPkW9e3gBzJiiTtHX8hdwLN2kqtX6 { width:22.6875rem;height:4.6875rem;top:9.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLtTxspmpprkDVxpKNGH9Gh715FxOvcx { width:21.4375rem;height:3.25rem;top:15.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1gT79mNgvovuwrRbI8kLzilNxKgOiO { width:21.875rem;height:15.5625rem;top:6.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO { display:block; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9kNdETF2WvPuUSpQu5lZIfWTHShZsvJ { width:16.125rem;height:4.6875rem;top:1.25rem;left:15.780517578125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDx7gCXQdmHoTr5EWN54nGefh5vDrvZ { width:19.375rem;height:5.1245125rem;top:9.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eb4APU5dgrsFDEJv9KmdGBWcDtfk0e { width:19.0625rem;height:2.4918626387273rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBhSEZ9IQu0N5zFRnvNcvyJveTZN6Az { width:15.4375rem;height:6.0998692729084rem;top:8.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 { display:block; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1mXbrnKROCaxrbkcrE2ntuldIpLZ3e5 { width:28.875rem;height:39.851276922944rem;top:1.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4DIHird3IUh3cX75nbVvekKr4unRFv9 { width:22.1875rem;height:5.75rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGmXlcQ3RmXDEBtkH9DUg9XOwSc0Rc7k { display:block; }
 }@media only screen and (max-width: 763px) { #OViXho0A1eZqvMw3NAT8bZNHPzE1GEKo { width:22.1875rem;height:5.75rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyLgs5Nelddn94TAg6qGFTqskJQe62kz { display:block; }
 }@media only screen and (max-width: 763px) { #ghNkKIivpxADrtUZMneRSh30PQ8wgd5i { display:none; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M3yNuTJpZUAqX9L5BONN4SwUO3u6ZlzK { width:4.75rem;height:4.75rem;top:1.3125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIcnVAg50JsTGpPdvQLBXXaPmOK35yxK { width:47.75rem;height:16.5rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNEUpQqQLTPeiyknb5x0KUPTx3MQKfkq { width:47.75rem;height:1.4375rem;top:25.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxHyeO6fOwWZsE2rEd1VLuJRyzm95VeV { width:47.75rem;height:1.125rem;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe { display:none; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWnO9Lh6Ox9RLnhGSDvRe1bklaqS4n3h { width:47.75rem;height:4.6875rem;top:2.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 { display:none; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gip9yal5nTaV0G5tTu95DQ6FOZ4BAHIM { width:3.8125rem;height:7.0625rem;top:0.6875rem;left:31.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On3nnh64q4fkJtmvXb9omRQF0i2kqgET { width:2.25rem;height:2.25rem;top:4.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1SdbFwiqTg6mhKls62o32hPV6DofQTb { width:3.75rem;height:7.0625rem;top:0.75rem;left:7.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKyHAWgiXWl9dSts9u8H1gz7UQdJFxPx { width:2.1875rem;height:2.1875rem;top:4.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpyHBWLkVBzTI2iTGtbXTEcITWfsSS9 { width:29.25rem;height:1.5rem;top:7.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxWMCik3a7ownZncrzyc8mFlJpmQ2of { width:29.25rem;height:1.5rem;top:7.8125rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoS6grAPIvfP3XzTkyAB2lwWqp9Q8o8H { width:12.5rem;height:2.5625rem;top:45.8125rem;left:0.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbUHTHeIISRLcTsC0e00v7ZAWNiT8mkT { width:12.5rem;height:2.5625rem;top:9.1875rem;left:3.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTThXEUyhmyUMLpkoMFtc6lRir1nToJM { width:24rem;height:30rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9D7xhWQ8q9tfncKiDH1N7VlAh2vZAM { width:24rem;height:30rem;top:10rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5FS8BziDEwnVhyIoyp2thpFACTQGx84 { display:block; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axIXTMZT17F3JvyRF6rAPZdkRhF0f9Jc { width:3.8125rem;height:7.0625rem;top:1.375rem;left:8.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqABcJbVImolALRE4wlpmAQ2T2zfkG1 { width:24.125rem;height:1.5rem;top:8.375rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9QmwK79rTw0zx4lgZgm7ilmHNOTbg7 { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6hmLO38ecH8Mbl9p9ZCwydc65TVUbv { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61GFS47ndJrEHgS1A9xEtrqTdQiU5MU { width:3.75rem;height:7.0625rem;top:1.375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G88h8kOI2CenTFuBM4f0spWKZ0mtOzNt { width:24.125rem;height:1.5rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLJz2QXT2xg1N8Bl6M6beAGT0Thv5x0Z { width:3.75rem;height:4.0625rem;top:2.0625rem;left:31.5rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpfeDeNEXAzoEscbpIDD7T0h0WGC6qHS { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBpvkr7euBfABaNtJ5mVX53aw2RsZOgK { width:24rem;height:30rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE97vmqQdfZ5GxwAQoLr4m6TRvFGUI91 { width:3.8125rem;height:7.0625rem;top:1.375rem;left:8.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrgDlNEIzysZrylDLoUo5gt6IV9cTdD3 { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1KJ1VUmUVEuaCrE1zaWqWMTWtBnRwr3 { width:24.125rem;height:1.5rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncVL4zWVaXFTRGJ5V4qNNRo6ii6FUCIT { width:24rem;height:30rem;top:10.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH { display:none; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwwFfazpC6HHZf2Pi96HNg6vEkwTID5K { width:3.8125rem;height:7.0625rem;top:1.375rem;left:8.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTtQ3fWtpzy9b9lsoRlouc5lLmU1feDr { width:20rem;height:1.625rem;top:8.375rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMMsAQW0rnfrVSPMs747RhqbHU572eRe { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dtnrTPv2mZNWbUwcAcRXzUiZXghk2d { width:24rem;height:30rem;top:10.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm6UCMtITfB8oiCDGr9Et9uFUDOQdeui { width:3.75rem;height:7.0625rem;top:1.375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkiSxpuIFroCUzDfKT6JVfiP2IMhI7Rw { width:24.125rem;height:1.5rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0HwOXGJBE15fJUuir5ZnX9IT2s59cw1 { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFez8iwbEHPIur5p309lI5uEUy1DsHvh { width:24rem;height:30rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfxvgEx7JUS4OiE49Jeo5vA8swpgrbHn { width:3.8125rem;height:7.0625rem;top:1.375rem;left:8.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3moc4EJCslD043A6xGpkhqBpJ4e0rma { width:2.25rem;height:2.25rem;top:5.375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X46uZ2oX9tDxgxE4VNuAEm2MawJkTSAe { width:24.125rem;height:1.5rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea { display:block; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ3zbnFuPc4Zkago0ZpyeNrbf0VM8LQ7 { width:24.125rem;height:1.5rem;top:8.5rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHwAn6E8aigx0Iez5bUIiRsG5hT8v1S5 { width:2.25rem;height:2.25rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX2yiXEJwqJL83srCzBvfCddGyKCpzen { width:24rem;height:30rem;top:11.0625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfoLAgTQDqdD0Ei8xs1GIOBhfs11RQh { width:3.75rem;height:7.0625rem;top:2rem;left:32.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SekP41MOt85IxMiS5JCyXpiTGyWBAXfz { width:3.75rem;height:7.0625rem;top:2rem;left:8.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRpnhp9bCP7DlJcRr8k1p8pT62bXR4DD { width:24rem;height:30rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0eA2TUXZ3T2kcA1z9DtiFh6WnRydzxw { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCqCe9kJaUqiMwR6F3PZe8o2ed78d4Gg { width:3.75rem;height:7.0625rem;top:1.75rem;left:10.3125rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5yzIJlZ5dTvNg1UpQ1lzhFePT3w2ybz { width:24.125rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxT15gIdF73lSz3yf4yrOEb76BC8cQlU { width:2.1875rem;height:2.1875rem;top:5.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AffvCV9RVTMO0DGi1VzyDywFbm46wgz4 { width:3.75rem;height:4.0625rem;top:2.0625rem;left:31.5rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ { display:none; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXJUaV66ScKm8IqVBbGZxkkawrAnnTrq { width:24.125rem;height:1.5rem;top:8.5rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL6bS6C7F1QCrnCmkBWLv0hnhVkFUEFv { width:24rem;height:30rem;top:11.0625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VezUJpTAQ92xRXP7p16Vz4GhPhzmbE4o { width:3.75rem;height:7.0625rem;top:2rem;left:32.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOURVCORr0qBbzwLMtcm66aT2rROdOD { width:3.75rem;height:7.0625rem;top:2rem;left:8.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6TDZ3nl1dWWkBbzyI8d7xZ254GNsroC { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfzGT32VrfI3aeABOTdTU3DWbICtTleK { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1JRvg6K45fHPxgcTOND2uk0BSNxohe { width:24.0625rem;height:1.5rem;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAsNMUmIhtsEcSO9HTAIBbR0MSfclh0b { width:3.75rem;height:4.0625rem;top:2.0625rem;left:31.5rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ds9QyFnguiwlGer3nT8oxle5iUdeduPK { width:24rem;height:30rem;top:10.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqrQSxBvNlTXS14xILmP2GdiIItT4G0O { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoNJGqvpTyhqDqcmAke3so4G8igGIzTS { display:block; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bM93760FMklC6TTZQ2z5vM24eog2RIAT { width:24.0625rem;height:1.5rem;top:8.3125rem;left:23.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huNiiPXPyLBCwBguk9Obb6UOF3IIxevr { width:2.1875rem;height:2.1875rem;top:5.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlrSZ7cpwMXGBMPhKJJ7UmnUQOyDLyhn { width:3.75rem;height:7.0625rem;top:1.75rem;left:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5S8mGQbDHEzQohFtIC4UBPdJviceeC { width:3.75rem;height:7.0625rem;top:1.75rem;left:33rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBAxkFMm9cXPcqN2JwkAtUSUZiQnQEX { width:24rem;height:30rem;top:11.1875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuvdODIaiAdvCxzZO25Ed5tGh8tr17q { width:2.1875rem;height:2.1875rem;top:4.9375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erT3R5ZestbkrB593yHd30rPraCCgF6v { width:24rem;height:30rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcKvBAr9IyBCHgmXHiwqtd9rvag1Lym { width:24.125rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEMP8lKKw68CZ2t7svVn9g5sNxnqIyFT { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.25rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1mfeTPVbWTS52LP6Up5b5do3QHvWtJf { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyfmShCrpxSnsoVFLNlU46tuoOFofV16 { display:none; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kyRP0b8SVaAeS0Pb2a5QJT9eTfG0KFdB { width:3.75rem;height:7.0625rem;top:1.75rem;left:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSTpbxBezUVKPtuUdv64fWvQBcilal9 { width:24.125rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5su9II7tOTOKEy59vluZuinUGi7edD3 { width:24.125rem;height:1.5rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #er4wtETrOXOuxso94AQa3BKVnG9yqy1t { width:3.75rem;height:7.0625rem;top:1.75rem;left:10.3125rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6XqV4CT4T5E1ssVONWmkSa4w4V5iJ85 { width:2.1875rem;height:2.1875rem;top:5.375rem;left:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0oMkkF0T3tPItKhMw4ELcvaFBO3XThi { width:24rem;height:30rem;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIPJJBKR1cpV7dAOQkMOCamJCBHVtNbm { width:3.75rem;height:7.0625rem;top:1.75rem;left:33rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGWh3L4HRJ4RwaPmAHBwfGsCkOHGwr7d { width:24.0625rem;height:1.5rem;top:8.3125rem;left:23.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Df1WFBXfrKDGZzWCAhoTVTc2olODgPX9 { width:2.1875rem;height:2.1875rem;top:5.625rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxvKaoxwpdqqCXaMTt9BP7uLQ4BikAfw { width:24rem;height:30rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNw75TEh4rE69TdrZRvym85MGh848BXQ { width:3.75rem;height:7.0625rem;top:1.75rem;left:33rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCHLKyvTzG8aTSfGewkWSSVLsMSlrmOK { width:24.0625rem;height:1.5rem;top:8.3125rem;left:23.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFqNwp9hC6VdMZxmaGuLHsoaVcP4rkGX { width:2.1875rem;height:2.1875rem;top:5.625rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK7bwHK08fngLkt9TvOSncRTrRAyipbL { width:24rem;height:30rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf { display:block; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWfHIxSxTUoqnQ0mtaTxoK3DuRgWNziP { width:25.875rem;height:1.5rem;top:9.1875rem;left:21.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNfhGT4KNG5fuKyWb0Df0k35CkzUsKlg { width:30rem;height:16.875rem;top:12.5625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOkwG83M4JXWOOv7QA1gzXoZMNVu13Q { width:2.25rem;height:2.25rem;top:5.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctKWUrrD1pKftFvGIZMVb00W1ZkvNud { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphl92qikXrLbaA5JJmU2DOdM8qg1aFx { width:14.3125rem;height:1.5625rem;top:9.1875rem;left:29.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd01shRtZTXu4tTKEr3hvs1464kvxkNl { width:3.8125rem;height:7.0625rem;top:2.1875rem;left:30.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTA0ccr1pJQTdBbCTppt5bIipVyM7MOF { width:2.25rem;height:2.25rem;top:5.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrX5CUlt8AITK4p0w4LZSkvHdl3dWBE { width:25.8125rem;height:1.5rem;top:9.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvFmXbS29cZzbRCHGG7LvrEFPcrGCe2 { width:30rem;height:16.875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTImH5CyJQRDKtwwJanX7uvGUBVtnh1 { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 { display:none; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0nGJUCf1xTKwTtTvIC5ImaCTtyqvTQI { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFeXesR4fxOkhSOq3wODKultRrxrpTl { width:14.3125rem;height:1.5625rem;top:9.1875rem;left:29.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZNFM3TCIh3Hmghq2N9Zfe6MXEwn40I { width:2.25rem;height:2.25rem;top:5.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMvhTBx0EcqxfZzHnNB6Mx7suTiiQiVy { width:25.8125rem;height:1.5rem;top:9.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blEMXXKqufKhTTAOFbIMzWzV5nJGpOen { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJ4kEQNbSoN4wPzOulyTaHz7V4XT21H { width:2.1875rem;height:2.1875rem;top:4.9375rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBNZ8AKO1CLEXLkoCQ09D3goV5MN0sw5 { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.25rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXUcgZKWHXa41Daf2HpibbVp210tkE0c { width:12.5rem;height:2.5625rem;top:9.25rem;left:5.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBf0OSSUg6OUTs400XvNHZuu5KhoX7G7 { width:2.1875rem;height:2.1875rem;top:4.9375rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxTEL6zvqxb6ugKk02HEFvRoGCvrmDeL { width:3.8125rem;height:7.0625rem;top:2.125rem;left:8.25rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlMEsqg3WNRKoIkGTtMSSvvD7UIk63fv { width:30rem;height:16.875rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmvJ0oePPF06REdTWp0VtqpHIMT03DXi { width:30rem;height:16.875rem;top:12.5625rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ3lZS1eSCHLf9bHAtlS7DkNdWmeqTsr { width:25.875rem;height:1.5rem;top:9.1875rem;left:21.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZwtULxACTkp1xkzqvwP3WbOzrzoOvsX { width:2.25rem;height:2.25rem;top:5.6875rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAJVQm2GEGO4I4naRJ8WAS9xv683sO6d { width:3.8125rem;height:7.0625rem;top:2.1875rem;left:30.75rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 { display:block; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTWRHnRt9J2ng5IeeZJ476vRgyf0ROcW { width:47.75rem;height:8.75rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 { display:block; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMflxOoQ0owMpULHfk7sIF4MA3bGBTBh { width:47.75rem;height:4.6875rem;top:2.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCUFI65MaIQGd39UTbszTV0zrF6lvWSm { display:block; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGV2aqrs1LyQwPnBGJMuv1sPggiwxOn8 { width:47.75rem;height:7.75rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZCIcv405kCydOtwLnlP64noz68mI6Vd { display:block; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4t7JE7kTaJEO7XoKm5FniZsI0kM7rBH { width:47.75rem;height:6.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp { display:block; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASUnxsesRWEafowbTLNXiE5s8i314ULV { width:47.75rem;height:9.0625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 { display:block; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n81CGs14hCCBIAcHPf0poUuBumX2IPsr { width:47.75rem;height:5.1875rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U { display:block; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsSwkJfrnhPlVDtmtKhiMyATBEdNhn8O { width:47.75rem;height:3.875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE9KDnw7lZArafg555zBoytt63OzS3RJ { display:block; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v39GJBpEir7Svo7o5EkNSHUR83T6SpVn { width:47.75rem;height:3.875rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno { display:block; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzGwxVUahIlD4nOENpCH4POsVxrgqfbO { width:47.75rem;height:6.4375rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ { display:block; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVHnzOdTQA8LF553dNQw6SXoPalxDBTX { width:47.75rem;height:3.875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV { display:block; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Bb1yFmIpWdosuseRGHJ19iBT6HebJq { width:47.75rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCT982mzRS6SUovBZGtS4recCpBvxUC { display:block; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmlWCanHbLXZHpKTMS727llVmJgepWMn { width:7.75rem;height:;top:3.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6kFLUHmaBin8S3eIns5muvFUaI1sT9H { width:5.75rem;height:7.125rem;top:3.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrC5K0CrTenyT8aMmO1MqwSGTrc804rt { width:6.6875rem;height:6.875rem;top:3.3125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBz233tKavrT2qTtzBwmuCT8GfPOzDm { width:12.5rem;height:2.25rem;top:11.375rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPwbUxJ9w1V8VGlg2bZqygZDRoFMIvHd { width:18.8125rem;height:1.375rem;top:13.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeEfdPl74OCWr4PewPza3eRTq66ydQb { width:12.5rem;height:2.1875rem;top:11.375rem;left:17.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXpARLmOnoAO6TDH5XRWz4NXWsvogLty { width:18.8125rem;height:1.375rem;top:13.9375rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdonCRoMgqpDVyss8WfrETFFOteZF3F { width:12.5rem;height:2.25rem;top:11.375rem;left:33.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmZzJDpTGKN5BLA7VEAxhAlV12nEpTN5 { width:18.8125rem;height:1.375rem;top:13.9375rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { display:block; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTRO2rELDOJyJEGGoF8udwXTr8HlsPnL { width:12.5rem;height:2.25rem;top:8.25rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0f4s2rzrconrQdNU2rBVkp0DTBpwOJ { width:18.8125rem;height:1.375rem;top:10.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1EeBJlErsWh1wOqt5TEPlsegGaM4gZn { width:12.5rem;height:2.25rem;top:8.25rem;left:17.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44FGB9NQDigokXbW3TAHapWZmCKJCnA { width:18.8125rem;height:1.375rem;top:10.8125rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoQnX1m3xkV2I9ATpZAJL3BKM0Zxzeu { width:12.5rem;height:2.1875rem;top:8.25rem;left:33.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u9dPKPdmraBVGNxXLIGHKL5hnavaZQ { width:18.8125rem;height:1.375rem;top:10.8125rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfvd6nDommh5n0WtC11GNOI6UVE3g9QB { width:6.6875rem;height:7rem;top:0.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8t2Kbgt2yAk85dHCerIbVQ7FRlpuoCG { width:6.1875rem;height:5.875rem;top:1.125rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfQWAGQ4x4azbbsfL0JTUemwkfRHIyg { width:5.4375rem;height:;top:1.9375rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T { display:block; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEvion9Ic4LtBe6lsRStxDxVyTW5cwuL { width:47.75rem;height:31.1875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4XbPksBbLnH9ZpTBCMK4kOy7eIKeeTr { width:25.625rem;height:7.125rem;top:18.125rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerE0SNOM4ft8XzhxkBAgRWq3a25zWF2 { width:21.75rem;height:4.125rem;top:28.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHli4kW0yOCFRsoOOfu7FoJ4Id6o8EiD { display:block; }
 }@media only screen and (max-width: 763px) { #kWHSTDzLP8RX4RLn244vvBScJkJy05Lx { top:6.625rem;left:0rem;width:24rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKGAqt9Us4t55b5sN4cUCUwBFCuDwaO { width:12.5625rem;height:12.5625rem;top:6.1875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6DzwN6bns7FyFCtkzpTDUUJ2FTSihPH { width:12.5625rem;height:12.5rem;top:6.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS { display:block; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkTUZdDbKs0K8hFcFoSHUr6lbVwrafn5 { width:47.75rem;height:4.6875rem;top:1.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCATa1STtssU8T83HkgAHBX34EZ8cKSk { width:23.8125rem;height:9rem;top:9.3125rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQKDQ5A9Ppgz14nHkMKBCgdkPZTCt1G { width:9.375rem;height:12.25rem;top:7.6875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH { display:block; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { display:block; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxR92aUACne5JXTyWrBMiL2RifP3wLsw { width:22.5625rem;height:1.375rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBylDSn6ahHfbhSVr8oGw2FcBnBMXbF { width:19.125rem;height:2.9375rem;top:3.75rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMqiTThBQhKT7TbRVC1G7DhhiUwotJi { width:15.8125rem;height:2.4375rem;top:1.4375rem;left:31.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNw3tLnTe4XMQqEdRfpMyokLboS9Fod9 { top:0.1875rem;left:18.8125rem;width:10.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#611f94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc036433-1c6e-4784-aeb6-ce80dc877a2e/DSC00852Edit2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.adaptive-delivery-prevent-bg, #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.lazyload, #gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm.lazyloading { background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { background-color: transparent; background-image: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { display: none; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .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); }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { border-width: 0; border-radius: 0; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gF31ErpJdiVaDBdHyyBgcSBCnAeXHsdm > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGKiUzzckQvf181hfHSlpqTtqzNcWTFQ { width:18.25rem;height:6.0625rem;top:36.0625rem;left:0.87500005960463rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Dqnlz2MMR6swkfU2LkKdDaJEmPefOiz9 { width:20rem;height:5.9121125rem;top:3.5rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.3);display:block; }
 }@media only screen and (max-width: 763px) { #yrdyODm8Fwb9rel4MQ3arbco7c8avXCv { width:1.875rem;height:1.875rem;top:13.875rem;left:11.062500298023rem;font-size:1.3125rem;color:rgba(255,237,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #GFxZMo0oNITDykwu1p9dTJ6ac1D4Tr4U { width:10.25rem;height:1.6493rem;top:15.8125rem;left:8.6861985325812rem;font-size:0.6875rem;text-align:right;text-align-last:right;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.6);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C0KmNvqek2Ok48ZplfelUxJtoz3GqFcR { width:17.75rem;height:3.9375rem;top:37.125rem;left:1.1250000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JvpGcRRHopMF8o8ROvfsKTMtC0idyuvF { width:14.6875rem;height:3.8125rem;top:43.375rem;left:2.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.1875rem;background-color:rgba(97,31,148,0.84);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) { #wiUaEpDRO5P26N3Q3cIGWXH4NHFusiva { display:block; }
 }@media only screen and (max-width: 763px) { #TI355Sm2G1mmBFDsQfBM9Jce1v3Q3Fy6 { width:2.6875rem;height:2.6875rem;top:37.375rem;left:6rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZdAs83ebfE2G9eLJ7JFAWqiDhg3QOqW { width:2.6875rem;height:2.6875rem;top:37.375rem;left:8.6875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqGLMP9H4XcDPOhbxvhGm1WaNCQiQxTd { width:2.6875rem;height:2.6875rem;top:37.375rem;left:11.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1khiB2fEfmCbCVkHBUzuQpbIhEfULs4 { width:2.6875rem;height:2.6875rem;top:37.375rem;left:14.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4ftGc7GnPpvunmLuFamVVG2mJ6pr2Lx { width:14.625rem;height:3.625rem;top:48.3125rem;left:2.6875000596046rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.1875rem;background-color:rgba(69,217,255,0.84);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) { #VVSFsCHKAsxEOes7X73brJN5hynL85n4 { display:block; }
 }@media only screen and (max-width: 763px) { #Rg7gKqEIP4QR0pcZr9yfJX5Bu4p1aIeo { top:0.1875rem;left:6.0937502980232rem;width:7.8125rem;height:4.4375rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kEEiORUi6plFKo22VedUHroXBK9RVF5F { width:20rem;height:3.25rem;top:9.783935546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k49TxakQcXluKHGlwLcTWFF5X2xFdHfG { width:1.875rem;height:1.875rem;top:13.875rem;left:12.625000298023rem;font-size:1.3125rem;z-index:15004;color:rgba(255,237,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #TA93OhaMv3BWx91Tn8NPRN3eKdcLURFh { width:1.875rem;height:1.875rem;top:13.875rem;left:14.125000298023rem;font-size:1.3125rem;z-index:15005;color:rgba(255,237,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #wS5hyKNKkhO3ponq1ItM8Cgpy0U8X0gF { width:1.875rem;height:1.875rem;top:13.875rem;left:15.687501251697rem;font-size:1.3125rem;z-index:15007;color:rgba(255,237,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #s8NcnyKQOe7WzwTDzukHLLrBmTqDUk1V { width:1.875rem;height:1.875rem;top:13.875rem;left:17.250001251698rem;font-size:1.3125rem;z-index:15008;color:rgba(255,237,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #KINremzmRKTrsVZLyecCRpQyg2Xul9qs { width:19.25rem;height:0;top:40.500000238419rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.6);color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UVFtsMUW30aTFGnbvwUoyyeg9POFfH9C { width:8.8125rem;height:0;top:31.274088621139rem;left:11.1875rem;font-size:0.6875rem;text-align:right;text-align-last:right;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.6);color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xc4uvGRtcfiQBkHnBM1l1K7ptlFTOZd2 { width:20rem;height:2.9375rem;top:52.6875rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #UVg3TLK21C4Xpup1RyanEL9yfUJBbPDh { width:16.25rem;height:2.9375rem;top:56.875rem;left:1.875rem;background-color:rgba(255,255,255,0.88);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #o7rTBkblLVlZWHtugu1rdILInt7X7Ig1 { width:15.8125rem;height:1.7871125rem;top:1.0625rem;left:2.1875000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ituBMRxW0cdnwaDeVQ4D6BeG9x3C0SvG { width:8.1875rem;height:2.5rem;top:54.537109375rem;left:5.90625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 { display:block; }#gqRBWWDQQVPKuVoi5UVQw4FbR5TPbwr9 > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc0bcCUxzKd2pWu12CWBTcUoW5wloiIy { width:20rem;height:7.3125rem;top:2.2812519073486rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RKpd6plTPzt4J7Xui1TlTTwgue3W7hA0 { width:3.125rem;height:3.125rem;top:27.562507629394rem;left:8.4375002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRkmwXEayUXgtw0vKzA2KkDzIau9okMa { width:20rem;height:6.6666875rem;top:33.499984741211rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq { display:block; }#oT9NSceVcpSfmdOTgKVHuGa1qr6BRKwq > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8yHXRZF5VO34o8NPxZf2b8H1mKXzRqT { width:20rem;height:10.1979375rem;top:29.80078125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dxWF2lmTKoWCt09Vzci31r2taabwtdEa { display:flex;width:4.375rem;height:4.375rem;top:24.25rem;left:8.0625002980231rem; }
 }@media only screen and (max-width: 763px) { #i4mQJuWOSw8bf2ZA1E98ZDdDOFC5zlrH { display:flex;width:4rem;height:4rem;top:42.0625rem;left:7.8125002980231rem; }
 }@media only screen and (max-width: 763px) { #UoABe5wcWgHhHwo7akrATpqrMACqHGnq { display:flex;width:4.1875rem;height:4.1875rem;top:56.125rem;left:7.7187502980231rem; }
 }@media only screen and (max-width: 763px) { #a8BnlL9IGq62GDLiJL0RRrEOkBHZXBVX { width:20rem;height:13.59725rem;top:62.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cdA301w5FwWxc2rVvtBK2Gw0eaorolDN { width:20rem;height:6.798625rem;top:47.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IyOEFF5sqOXRXhq0k7kAKkSMxnDQJQVL { width:20rem;height:5.36230625rem;top:0rem;left:0rem;font-size:4.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rro7MfhXgWRuT0xfaU4grAQGqdN7hT2x { width:20rem;height:5.36230625rem;top:7.375rem;left:0rem;font-size:4.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #t7thzqxZ6GskxJIBlnZlssTNeMK7AeC9 { width:20rem;height:5.36230625rem;top:15.208335876465rem;left:0rem;font-size:4.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zCw8V9TEDZrgFENZGBusa3XR03ZzCIWh { width:20rem;height:1.69986875rem;top:4.748046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rP9yBgFxJuJV5NROsuTeTu6qLRgoSE6N { width:20rem;height:1.69986875rem;top:12.22917175293rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ynbfDyB3z45hmREwIcDxAc7w61TTHWsP { width:20rem;height:1.69986875rem;top:20.052085876465rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TH9hl3ZqXTP3gLBizF2xk3HwpglAempT { display:none; }#TH9hl3ZqXTP3gLBizF2xk3HwpglAempT > .row .container { width:20rem;height:65.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DRkE3oMzh3eLxvEiA9UEQ9triNrE779T { width:20rem;height:36.1198rem;top:0rem;left:5.9604644775391E-8rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxfeDbxcpwTd6VWWphhkwIhwd8VEiImZ { display:flex;width:4.375rem;height:4.375rem;top:35.233375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #cG9O75bUq7UbJD60a0ao1U7v5Rm8pN9q { display:flex;width:4rem;height:4rem;top:40.858375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #DESVXT2idCdxb8S7F6TDncVbWNvlul4M { display:flex;width:4.1875rem;height:4.1875rem;top:46.108375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #CKvwE8rESRERw8QTJxFhy5liS91y0D6u { width:20rem;height:8.099625rem;top:0rem;left:0rem;font-size:5.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zq283MP9GSRKQ9rJxNKbSu5voSE25kJG { width:19.125rem;height:1.69986875rem;top:7.2617189884187rem;left:0.43750005960464rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHrlv0Ffm8RLACAyzvxALyQH665Ne3Ty { width:20rem;height:8.099625rem;top:9.6484396457675rem;left:0rem;font-size:5.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4BTEFV1P2rx2EFJiVTDyqLAWMBEqHnM { width:20rem;height:1.69986875rem;top:16.785158395767rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JF7NRRRWBNTHS2h4n9GE3nx3FdM55G17 { width:20rem;height:3.19986875rem;top:25.986815929413rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wsqb6mrbLodcX9GQkynuLvsMCsHP9NV1 { width:20rem;height:1.69986875rem;top:36.986815929413rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT { display:block; }#UR3Wg1zTNl04NhTOLw0RnKTZu9xls8OT > .row .container { width:20rem;height:117.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvB7VTZZEcTUTKNc38CvLUCS4RW7iBlB { width:19.9980625rem;height:7.3125rem;top:1.5341796875rem;left:0.0009765625rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iAbIdqRrvkiiGrnwSGDrsGoaz0FOLNeN { width:3.125rem;height:10.0998125rem;top:8.1875009536744rem;left:4.0000002980232rem;font-size:6.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRxPiyB63uGECUEAFz0UeuVoRc2pQCbn { width:4.375rem;height:10.39975rem;top:54.787111282349rem;left:4.4375002980232rem;font-size:6.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzx1iTbPm2PnSsUQP0wwpRNUXJ4e4lIr { width:19rem;height:10.19790625rem;top:61.3125rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BIAyL6yP3NO6VGL3ICWFFbs6Ns8aHV4T { width:18.25rem;height:6.7986rem;top:14.51171875rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa { width:20rem;height:;top:22.75rem;left:0rem;font-size:1rem;z-index:15003;display:block; }#F8V2LixzyTvABSUhRFIKSDUHpLF0ZBWa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl { width:19.9980625rem;height:41.4479375rem;top:73.727233886719rem;left:0rem;font-size:1rem;z-index:15004;display:block; }#XA3BwXTnbnPg3Jr8bBpXITXHXTW7dWrl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm { display:none; }#uTWoWAhuMPRH9if6INkWZ1MSEq1n6Xqm > .row .container { width:20rem;height:116rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #briJrTgID9oXgAaw6DnflXiFcwBoMebq { width:20rem;height:auto;top:0.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AJaT52EW6EszqxJZfQJE4h82WJb81U20 { top:0rem;left:8.4375rem;width:3.125rem;height:;z-index:15006;color:#ed2140;display:none; }
 }@media only screen and (max-width: 763px) { #L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT { width:19.9980625rem;height:41.457rem;top:62.491537094116rem;left:0rem;font-size:1rem;display:block; }#L66D3QyaPSMO6E3QSA0EEtnLlwmhP9CT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu { width:20rem;height:33.334rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }#N8rdu63JqD8a72ORDNJN0hoXtrkhkOCu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/618909b4-8248-4c5c-b214-77e43c6628c6/biae.png); }
 }@media only screen and (max-width: 763px) { #ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx { display:block; }#ttvSaBLUDOKdbGHLnfTI9ZmdoAMmqKTx > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8WaTnNQfdtehJFip8p8L2R0y9TP3Bzs { width:11.125rem;height:1.69986875rem;top:6.4375rem;left:4.4375002980232rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyZVxGkhOTEbsZENxFahXTm8KNqfCvEm { width:19.4375rem;height:15.298625rem;top:9.19921875rem;left:0.28125005960464rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UGBDOzKxbxXbXdunLfDfkoaiG4uvTLe5 { display:flex;width:3.5625rem;height:3.5625rem;top:1.875rem;left:8.2187502980231rem; }
 }@media only screen and (max-width: 763px) { #CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu { display:block; }#CbfZAeJ0LbkLpaCRo1FrKQP6OlEoroiu > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTgtnAEUwMK5UuPQ8EybOV0T5LU2ikqw { width:3.5625rem;height:3.5625rem;top:1.125rem;left:8.21875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1O8aQ2MWIVWTUnapJ3QlPSuuIwF6ypX { width:3.125rem;height:3.125rem;top:21.625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUAaCgxl5ecLLTybQ8LEos1oThm9rCdP { width:19.625rem;height:6.798625rem;top:5.5615234375rem;left:0.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVlPEgPvZeBnwfouAyCupEvXBVN1cud2 { width:20rem;height:6.6666875rem;top:33.499984741211rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QKFIfSzx3qfAMRTbtsPh06WodVOHZTSL { width:19.25rem;height:8.49825rem;top:18.853515625rem;left:0.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLDimqzyOzWiIGmfSubDXQOpnD3nVdmJ { width:3.5rem;height:3.5rem;top:14.53125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aZVX2rnUnTHPVFZvVk86xUOBV39gNq { width:17.9375rem;height:4.3125rem;top:29.3505859375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OZcUJTvoO96MRJdi4hDbw6v3ZiTTS6 { display:block; }
 }@media only screen and (max-width: 763px) { #xdobOi1AhOftl3908PGCObkRhxmS46Jm { display:none; }#xdobOi1AhOftl3908PGCObkRhxmS46Jm > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mqr1LJwHsDSpATOcH4UqbHlCPiMlFZq4 { width:17.5rem;height:3.65625rem;top:0.125rem;left:1.2500000596046rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNO26QTeNlrHvGzWgy0g2OG19Lk5lcGJ { width:18.4375rem;height:1.381075rem;top:6.1439208984375rem;left:0.061848938465118rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UenLx1P3EULb4Bep0rEt0sxsux1MMfTt { width:19.5621875rem;height:11.3736875rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIPw5f6dKt3pdklPvTNLWoAGcadnoH4W { height:10.498875rem;width:18.811875rem;top:49.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niwntXZF7qEcgU0gXIf1loCAdSsVsQpg { width:20rem;height:38.8828125rem;top:8.9049682617188rem;left:5.9604644775391E-8rem;font-size:1.0625rem;display:block; }#niwntXZF7qEcgU0gXIf1loCAdSsVsQpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eimNlfs6/bullet.png); }
 }@media only screen and (max-width: 763px) { #qp4b0bwwgvfZl4OGqGJ05GE85ZD9Fi71 { width:17.1875rem;height:2.92448125rem;top:61.9375rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm { display:none; }#MdBC4siSaxtu7pBX5C4Us8VuRqEn2vUm > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fVDS8cRTnw83qPvQ4KzHXt2lrVXK31il { width:18.6875rem;height:2.92480625rem;top:1.25rem;left:-0.062500059604644rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VQGvPz6KusLUo7Ed3UXToS4wrWXEbTeO { width:19.75rem;height:16.5rem;top:5.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 { display:none; }#hmMfd8aFo6JOMUHzWbq8a4ap2JxfnNJ4 > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T8FKP7ZrsSLQI3JBrFPUazHkFUyHR8St { width:19.562rem;height:2.92480625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4u0znHfTAnEAfOTvpPZTorRtBmxr42D { width:19.9375rem;height:18rem;top:5.4993896484375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 { display:block; }#qnnGFXsBmHd7QzFeKW41UU3TbKILTPf7 > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnc5cGCkaa2FDuvt0dMVry0ReXQIkT9U { width:19.558625rem;height:7.3125rem;top:1.271484375rem;left:0.2197265625rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ohi78dqBJVZQZyavPS1sPMeSFBQK6IxG { width:9.75rem;height:9.75rem;top:48.8125rem;left:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #L1BJACPJsPNsXh1BfuGxTzWWeezVyNUw { width:7.1875rem;height:7.6875rem;top:22.125rem;left:10.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PEO7I8G5TeZLACuMuuQhn3r9B0ypD9RW { width:11.0625rem;height:2.4375rem;top:12.3125rem;left:8.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #CLFK5BqCqQqCia0XbN2lGNZxCBLhce6Z { width:9.25rem;height:9.25rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH6xbs9MnxDD9bXn7wGy2k3kzX1V4PbS { width:8.4980625rem;height:5.874025rem;top:85.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c54FsXWuT4DuRzTIA9wvdTkM6rWDJKoE { width:9rem;height:9rem;top:14.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkn5gKnShToicVvKbEWddkmCc8kFEuGn { width:5.3125rem;height:5.8125rem;top:23.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagHW5Tapz5FIUuN3bkKwgoL3RUNPADc { width:10.249rem;height:4.061525rem;top:18rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBJnhfytmFDcXTJqCczGPXyZlteZkJp { width:6.249025rem;height:5.625rem;top:53.625rem;left:11.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #u5cTtlv3RaT1vkstzuFwpwdGHyPP3xlJ { width:15.375rem;height:5.25rem;top:38.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVu2XesRaTz1vtwc9zRXPnF40HwbwnFE { width:9.625rem;height:3.4375rem;top:48.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdtxvW8WM46bmOA3y2eOb6crfJk6DzN { width:15.8125rem;height:3.3125rem;top:35rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5OGTZ5O17v1CrdAOdisM8TVlezvXLk { width:12.4355625rem;height:8.0625rem;top:60.625rem;left:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dDapoXNoZu12GW0A7ERLqpslimaqCOXy { width:14.3105625rem;height:7.4668125rem;top:69.5625rem;left:2.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fvpbZ3bdaeV2L19JWVEUcKxAv1BNWELf { width:8.625rem;height:8.625rem;top:58.5625rem;left:10.5rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mEifJ4x9k3WqtkN6lmyKcFrTaSyrtIv3 { width:13.9375rem;height:8rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkfrGKMrk9MZuMUwv72bSnOEGXkSRCO1 { width:9.499rem;height:3.436525rem;top:88.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnMHJnI4bUbOriGE6aADTpBxgywofSA6 { width:10.3125rem;height:10.3125rem;top:88.5rem;left:9.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #err3SBBcMws2HQAP8FzSrUKC2FiOzCuA { width:19.999rem;height:2.76074375rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrqRg3LQ8RU8ak3hC90MKUbfRBD0ZqC1 { width:7.999rem;height:3.811525rem;top:93.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeatfRnH0QOTv1gqZJ7WKpZ9et0KfRmr { width:12.75rem;height:3.375rem;top:30.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5yQggT4gInsaUp6UHgMyTfXQyb0nRw { width:9.125rem;height:4rem;top:58.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdd74mmgSBDyJTveLlvMmsuXLTQLC2Ss { width:8.4375rem;height:8.4375rem;top:73.8125rem;left:10.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #i6XokTT1uAcF1ghzqDHWA3REkyZkLDGb { width:7.8115rem;height:3.874025rem;top:80.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZKVQd4KAcqvP2EELl6HLGzPIy0TSr9N { width:7.3730625rem;height:7.3730625rem;top:74.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSTJy3m49VVMcl8cbaZv4MrMkRQo4Ww { width:8.4375rem;height:8.4375rem;top:80.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp { display:none; }#Zl2msByT7TKG0OzCrkUbATxDlcUfcTgp > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wu3gTw8VAHsDTgcfaAUUqO1ADiCqLtcI { width:20rem;height:7.3125rem;top:1rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN { display:none; }#ONF7FzdT6CTaxnnLVOcpsTI3ZAnnRBNN > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #scQ7GTFXswAA5sNB8eqamLb14QOEebUt { width:16.875rem;height:16.0625rem;top:28.625015258789rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtKFvTKs52NISohP6FCQTcaCrcVEMXXV { width:12.875rem;height:9.098625rem;top:33.687515258789rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg7NVHZGA6OVATOBu7TaJ3DVhavGTWUX { width:5.8125rem;height:5.8125rem;top:26.312515258789rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4FPpVT6c62RZim4KJJyVTGbI2R6C9rd { width:17.5625rem;height:1.4624rem;top:23.843765258789rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dZlMT3VJIoIhWhNk8s8l6uKaApNJOqGT { width:5.8125rem;height:5.8125rem;top:4.96875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPeKdhHkovh48C4TWheqKRqoxP99zdGW { width:16.875rem;height:14.625rem;top:7.09375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5W03G5PLHyHJyBT8Pn130bRtvH7hNrT { width:12.5rem;height:7.7988125rem;top:11.9375rem;left:4.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMNtTQh2mBsG8pVszIKwkumkTnqSWV5E { width:12.875rem;height:1.4624rem;top:2.40625rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 { display:none; }#N25HBkRN7lmeGMNfGHeAvEPUmTQg2uN9 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0Aox6SCJFwWuVvZRftXEbs1Nu1lJTcK { width:17.5625rem;height:1.4624rem;top:1.125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #OLMaXvlUwR63xwWt0n3VTRUUp943cNuS { width:5.8125rem;height:5.8125rem;top:3.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTbyxVnP46glvUfCuFUCaTFkP3Epic4 { width:16.875rem;height:13.5rem;top:5.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVL1qzhzI7Semh7qNWNgAAcOBVeNMpru { width:12.5rem;height:7.79880625rem;top:9.625rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRB4rzMAUVnTzwkHAR4yzVMdf7puR8Wb { width:17.125rem;height:10.0625rem;top:27.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwoGZcaAKHpH7FqRVT0UR2FJ7cLt9EL1 { width:12.5rem;height:6.499025rem;top:29.9375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC6vnDWSqMxfQSgdl9xfpu0ehLZR9VqU { width:5.8125rem;height:5.8125rem;top:23.25rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHKh8NNG7nCMTIZZrX88kR7P9W51uxFl { width:9.5rem;height:1.4624rem;top:20.9375rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #V9hykuw0W8vr3Brbczcp26yKNVT8y0NA { background-color:#45d9ff;background-image:none;display:block; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { background-color: transparent; background-image: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row > .video-iframe-container { display: none; }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .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); }#V9hykuw0W8vr3Brbczcp26yKNVT8y0NA > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfzMMO0EIGx1rUbatn5X6KBN0JSKKCv3 { width:17.5rem;height:4.224825rem;top:1.875rem;left:1.25rem;font-size:3.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TGJLWcWhBctN7CTSZ70C7y47NUyLpTNh { width:17.5rem;height:1.4622375rem;top:14.625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJnCvPMXTqP7s4TrAdHMOVlH0wJxF3nT { width:17.1875rem;height:4.875rem;top:8.900390625rem;left:1.40625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNhHEGNaIrf5OD4pgS0lB8HJnRJ1gzGt { width:20rem;height:1.4622375rem;top:16.8359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP { display:block; }#FQOsoygZv7wlsJL5i1U7tQBiBbysVaeP > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnidZo0SoTZnTOdXy5W4zcyvVU7JilBh { width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZpRSaT78yCIfnqr7ydVZyRhFpoDQvOl { width:0.125rem;height:11.75rem;top:55.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxuDDOlHxCnELm1X159ZrfgS599N8rmH { width:16.3125rem;height:1.349825rem;top:3.4375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sAfMdiVFgK8HuPiJbUTL5XCkpoEtEzlB { width:18rem;height:6.12413125rem;top:5.3125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IRpEC5XaUAOVXBIKI8h3Oc9k1E4fnfIi { width:0.9375rem;height:0.9375rem;top:13.560546875rem;left:9.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4w2hrcQSCFk78wezTAKTLpqoEV1EVGo { width:17.749rem;height:9.798625rem;top:20.80859375rem;left:1.1240234375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8ynh7K61yv5O1t9KgGBVQzONrPgTuH { width:17.8125rem;height:2.69965rem;top:15.998046875rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FbukpqHlSGe4TGbCyVJykaqEPCCarTSd { width:0.9375rem;height:0.9375rem;top:32.748046875rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04m5g2Mwvt1xP5gfQi5n19gloLSTase { width:17.874rem;height:12.24825rem;top:40.123046875rem;left:1.0615234375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cHiMaqsZ8enbwyKtl0No0TtXq2CrMPEP { width:15.999625rem;height:2.69965rem;top:35.0166015625rem;left:2.185546875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oCFAsATwWlTDuC2boXBckXIuMnoS6KZL { width:0.9375rem;height:0.9375rem;top:54.498382568359rem;left:9.530436217785rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKTJ2QsFSG3ZDobX29ibLplJDJ77zQx6 { width:15.062125rem;height:2.69965rem;top:57.248199462891rem;left:2.4682616591454rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d0TPUiJHLsCkuxRGbZGa27ccE9vTb6UM { width:17.937rem;height:7.3489375rem;top:62.184417724609rem;left:0.96777337789537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh { display:block; }#uXAOv2ineFqvqXxM2nEoJoV2kUHvrNXh > .row .container { width:20rem;height:56.272552490234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGPLZavdTD31PuvO9PVFivDmnTH59OS9 { width:0.125rem;height:0.125rem;top:24.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnk336VITq8hDi031AdudiG4gbelPp4X { width:17.6875rem;height:12.24825rem;top:7.1248474121094rem;left:1.0623372197151rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tTyLNsSUPfdZK8qL5fVniASMEQmEgwo5 { width:16.3125rem;height:2.69965rem;top:3.75rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NeNXXVPSFgnO3HLd9Gg24WnQDxiAgGS9 { width:0.9375rem;height:0.9375rem;top:0.93637084960938rem;left:9.530436217785rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH7kaVksVp17x7u7OzCDKSzN6ZDn3z0u { width:0.9375rem;height:0.9375rem;top:20.685699462891rem;left:9.5312497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Jty5g3DvTufCTwhnQtZVZOckIpEHrP { width:17.43725rem;height:2.69965rem;top:23.749359130859rem;left:1.2499999403954rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BZqhq12hCtbbDqvNUkLO3BMpkT4mcyMx { width:17.8125rem;height:9.798625rem;top:27.5rem;left:0.87451165914537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SdBwRWWUvpXvGOKOg1VvAWLqSyAdTnTy { width:0.9375rem;height:0.9375rem;top:37.124847412109rem;left:9.4995114207269rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNLfa3yTlcys4gverWdPBkfhv2DKdL1 { width:17.937375rem;height:11.0234375rem;top:45.249847412109rem;left:0.68684893846512rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r20Iv2UfThClJR5Oo4aMXwaedl7gObbr { width:15.24975rem;height:2.69965rem;top:40.249847412109rem;left:2.3746744990349rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #axd46JvaEhDUwKkQhKTmEFsnghTcOvfT { display:block; }#axd46JvaEhDUwKkQhKTmEFsnghTcOvfT > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3qFJXAFTVznbUlWgA0RJADgApEDKhBU { width:0.1875rem;height:0.125rem;top:20.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8trQlhvgRtukDdtaSEoUuEHOG3nvsa { width:17.25rem;height:1.349825rem;top:3.4375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AV2OiyOlNmk8CEDV27CbcDTJefWPxFya { width:17.8125rem;height:11.0234375rem;top:7.9998474121094rem;left:0.71874994039537rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tcRy3sLIQR49i1m06Go1I5dpbmv0fis6 { width:0.9375rem;height:0.9375rem;top:1.125rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szAzO68ek9qqBvT0Z9KIHItPEbvAelPF { width:0.9375rem;height:0.9375rem;top:19.812530517578rem;left:9.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #U49m6eexOzg953nkXlZWd7ham8ra6Hyu { width:17.8125rem;height:6.12413125rem;top:27.187530517578rem;left:1.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HrdqHOEb3twn5hhGKiyZnudTFlo34zvm { width:15.124875rem;height:2.69965rem;top:22.500030517578rem;left:3.0000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HwEHPgqS8nyoWIu75FGX0c56nS3SN2w1 { width:1rem;height:1rem;top:36.0625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGM43HT5sDBKWM6I40kfdi4OGbLIVST { width:13.125rem;height:4.89930625rem;top:42.5625rem;left:3.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ER3ddw2AS8U5I50E6ZvEG9at5Vbk3yhp { width:16.4375rem;height:2.69965rem;top:38.6875rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H { display:block; }#AsBbyTlS9deKbC31hSdgbyvxoZbCyC1H > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9FpO7nlUBX3923BI5Xkmbc5BvUpvUOH { width:19.3125rem;height:4.875rem;top:1.875rem;left:0.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhh6Tr9WplXuIxCKEHlKCP8BJavFCggF { width:20rem;height:1.4622375rem;top:10.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWNBhzym2WyhpFAWkUrUTPqgl9dbksoO { width:20rem;height:1.4624rem;top:7.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AakVe4w9PUVlICk9IFITVv9fD8HaMgtG { display:block; }#AakVe4w9PUVlICk9IFITVv9fD8HaMgtG > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ueida79OclZoRg93e9EDDbiKiXFVEuT6 { width:0.9375rem;height:0.9375rem;top:35.77734375rem;left:9.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmXSVQadUU1PTeRiI5lxWy548DWZDiR { width:0.125rem;height:0.1875rem;top:26.3125rem;left:9.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMMX9Un1D1ByQGuGCzC9mBC4HklevIW { width:19.625rem;height:1.349825rem;top:3.75rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkiUtKaeMqxBQrXOkmTMeGn9kqBnhw93 { width:17.375rem;height:8.5738125rem;top:6.05859375rem;left:1.3125000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SFolkf4cDT3439d9WypCDtFTFqQlcPZO { width:0.9375rem;height:0.9375rem;top:16.434917449951rem;left:9.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqciFDS7aMOClcJ3OXRMlK4SyP7U15F5 { width:15.3125rem;height:2.69965rem;top:19.1875rem;left:2.3437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #STQlIwCSpUE3NgdPmdNmTBugWLhTsC9b { width:18.5625rem;height:11.0234375rem;top:23.41801071167rem;left:0.71875005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IGzyitbaMoc1tfdRhw6s2cc2D8X0ZIn8 { width:14.25rem;height:2.69965rem;top:38.500000953674rem;left:2.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mvptx3gfT2ShlHEUmtbLF8fsiEOFTKtW { width:0.9375rem;height:0.9375rem;top:1.1875rem;left:9.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRBWbqVP2hTu3WLy0lc87kylRg2ObgWm { width:17.6861875rem;height:9.7986125rem;top:42.8125rem;left:1.1562500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC { display:block; }#R5Kv6o1ktJhG3H1R1PDAsxRHJPpm8olC > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp42ihBicAQVA0tsvwBdp7o9NeW0eM24 { width:0.125rem;height:0.125rem;top:32.3594rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIX0UNAKMZlrps9KbORZIXJinkuacVSM { width:0.9375rem;height:0.9375rem;top:1.1966152191162rem;left:9.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #g76Uw1SZ8PLh02Qvmd8wmTWTEdQp2fXy { width:17.8125rem;height:13.4730625rem;top:8.7591552734375rem;left:1.0937500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BhTVhkDKg1lSe7XvLPuhNE4UlsoEzFyc { width:0.9375rem;height:0.9375rem;top:24.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdirL16MAWqd7kECTDBBmtUgX4ZNrEL { width:17.0611875rem;height:2.69965rem;top:26.875rem;left:1.4687500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fHt5STdaUmMp9sITU43msIWmxSO07AKv { width:17.8125rem;height:7.3489375rem;top:31.182292938233rem;left:1.0937500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SMUsO6ULeiamuTlFZEpoVIo0a6iCAH7M { width:15.375rem;height:2.69965rem;top:3.9374771118164rem;left:2.3125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ohecXWFPCsSmmOTGJ5wBW0Cu2mAtvbDH { width:0.9375rem;height:0.9375rem;top:40.748699188233rem;left:9.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULWqUd5sad3zliBkl7xlcJXHUe0xNCP { width:17.9361875rem;height:11.02345rem;top:47.963584899903rem;left:1.0312500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bTJARlQLx7Xekm4bFUQHEW3m5RnH8u6X { width:15.2486875rem;height:2.69965rem;top:43.533855438233rem;left:2.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X { display:block; }#aDHLoJJs4BsXtpbQmOBhaqEG0k70rl8X > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTSerQe2cbcdEf19FSPdJrS3pSZd66J { width:0.125rem;height:0.125rem;top:5.5612rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXdvBf12vPF71grMNaBxCSFbTl4zXPa { width:14.6875rem;height:5.3993rem;top:3.5911464691162rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iNlmQoSyA6yTZOdGXiCMhlRkBAV5LSgW { width:17.8125rem;height:12.24825rem;top:11.42321395874rem;left:1.0937500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qTwOdTh8vTJn13UZ0Uxotgz9BrpbRb7S { width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5FveJRB04zQbheClp9IZozaLs0F7p { width:0.9375rem;height:0.9375rem;top:25.829428344965rem;left:9.5312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysqIUgnzma83RPJCk97BxiNWPXm5Iz5L { width:17.1236875rem;height:13.47306875rem;top:33.329426765442rem;left:1.4375000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rwKWnPmxov2EM2ov6MlClwHw3EgpyrPR { width:16.9361875rem;height:2.69965rem;top:28.99995803833rem;left:1.5312500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IlgJA7UlD8vyg45g7IQsu3S4siUeT4el { width:18.125rem;height:15.92275rem;top:57.875001907349rem;left:0.93750005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qmKBEyNTbxfFV55gtI0LvdJe6CTzCIUH { width:16.25rem;height:4.04948125rem;top:52.375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fAGhHgJyquvLdraen15HTEOp25STwLFf { width:0.8737rem;height:0.8737rem;top:49.183596283198rem;left:9.5625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo { display:block; }#o9MpfstP7MbF6KXPzsIkNJdEkeglM6Uo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL8w2XxpkXd3iieLIIoEmEPMuxyl3hpZ { width:20rem;height:3.65625rem;top:1.453125rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG { display:block; }#BFIX9lSfNGxvO9FKdxh4en09xkxWzQEG > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb { width:19.125rem;height:33.4375rem;top:22.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }#zZlybakHT7HtUVHiMSOCQTv5R1OC4dEb li:before{  }
 }@media only screen and (max-width: 763px) { #lKVnhcr4es4SvQs25vo7HlTv2TB3XFBI { width:17.0625rem;height:20rem;top:0.5625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 { display:block; }#Obp0eERqL56f5kXxrxDUb1zVCEMGSCC6 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 { width:19.125rem;height:28.1875rem;top:20.8125rem;left:0.4375rem;font-size:0.9375rem;display:block; }#Ss0BgWbZO0clVqX4LkGFo6vztccRyNW0 li:before{  }
 }@media only screen and (max-width: 763px) { #CB3LHVaSkIuB7hoR0vZxxwG3edcxAbzf { width:17.9375rem;height:17.9375rem;top:1.625rem;left:1.03125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t { display:block; }#tcDaLthWQS9XoG7TiohUkO3FqpnvdT8t > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ0TkvFzH2qsynTf4Oy3bno5x4d4SUmf { width:17.5rem;height:6.5rem;top:1.28125rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t5c3p1marCNXZHi8tXBGfXpTIQangKrV { display:block; }#t5c3p1marCNXZHi8tXBGfXpTIQangKrV > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEpEh2skALUvEwnNxIbGdIr2FINIe44I { width:19rem;height:11.625rem;top:5.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U87A8Wv9Oo346BwamQ6KQ2NcffMsmZGs { width:17.5rem;height:5.25rem;top:8.15625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6m5s71Q1i37lElsN9IE1fKUFCTRoLfE { width:6.25rem;height:6.25rem;top:1.34375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWSudv3ZfaTL0K67zolq2TPAVkf6Kgh { width:19rem;height:15.6875rem;top:23.68701171875rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmOnkXwNw3HubdpB90sCzWIyoF4mzyD { width:17.875rem;height:6.3993125rem;top:31.0625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #el0PdWyNfVieJ8qGxgdURc2TNnaDBqMt { width:17.375rem;height:3.5rem;top:26.4375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9POrhXz8zrt4ImXCau5Wp3queV65aQ { width:6.25rem;height:6.25rem;top:19.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNAglXcfispgFkI3ErarABK3BWAlypK { width:16.0625rem;height:2.5996125rem;top:12.5625rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 { display:none; }#vT6eiKuBMmcbyVREnxXEDByuVc7bZW89 > .row .container { width:20rem;height:204.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5WLXqXgCLLlDqJ8gbiopF7X1S6hcQwC { width:17.5625rem;height:3.0869125rem;top:1.5625rem;left:1.21875rem;font-size:2.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PL51yJEWZIrqmsmnggCBpy4ZxPoKRbH1 { width:19.5625rem;height:5.75rem;top:5.5859375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNv5fuV9zfS0nvLbkpxnCSGVXJ2ZzSB { width:15.7480625rem;height:4.19921875rem;top:6.423828125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #uiTNxTCpwNpbF3gpw0hPLRVf2kZqKKJ3 { width:19.5625rem;height:5.625rem;top:20.09765625rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #KpOuGoro0deExn7NMblaIbftFHkaClBs { width:15.6865rem;height:2.798825rem;top:21.41015625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #xPDfWpkKN26TCvp6neM3BtKhMtgquQfg { width:15.1865rem;height:2.798825rem;top:28.5234375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #QiC50BkOOxLBaPn77iWbItAvTVgNrD9i { width:19.499rem;height:2.798825rem;top:42.580078125rem;left:0.1240234375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #nuFpXm3IeCCK9MwMCw7iEtIqkrtGeU0a { width:5.061525rem;height:1.57421875rem;top:58.841796875rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3vb3yiOM75cOSzQPeKOlQc1wTs3un4n { width:19.5625rem;height:5.625rem;top:27.09765625rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #bCtN3z22fTfF2EHrAixRZ5CnUDAgSGb1 { width:19.5625rem;height:7.5625rem;top:41.09765625rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rC4ATFL5wL17Zoz45SLoP3vgxGIN9Mpr { width:19.5625rem;height:5.0625rem;top:57.03515625rem;left:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #oitdLeIy8mQdboJ6Cfalde9k9efMXmKU { width:20rem;height:5.625rem;top:78.84765625rem;left:0rem;font-size:1.875rem;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LMRLsE18451NrOaVJ1FhDTenGyJVvoBQ { display:block; }
 }@media only screen and (max-width: 763px) { #BtToDzV9XFR8MRcAXmbdaiW3PzRH6o3b { width:16.3125rem;height:4.0625rem;top:93.97265625rem;left:1.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1QgxUNaUHNXWUrviluHcTAFvmaMM4r0 { display:block; }
 }@media only screen and (max-width: 763px) { #D9htP6xp8SEo0PcXMvUs4909fFpCakJX { width:19.875rem;height:5.6875rem;top:13.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33foiIMmgbx1ME381QJ7tBKvkVAVPDe { width:15.6865rem;height:3.673825rem;top:14.134765625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #HItUthqMfwyotIqT0LAeybIOgXTQOPiQ { width:20rem;height:5.625rem;top:99.28515625rem;left:0rem;font-family:urbane;font-size:1.875rem;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aTzayTQoQhPM0xAltLJO0ZxW8A4DvP74 { display:block; }
 }@media only screen and (max-width: 763px) { #qOCpDNU8tFi5rf66BLGNx42RNuo4EBie { width:16.3125rem;height:4.0625rem;top:106.16015625rem;left:1.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDDVbofaLht7i34TnQwtOebCseE0TMr { display:block; }
 }@media only screen and (max-width: 763px) { #JToP3yz3RAHfsTGGxAUqA0dpciHPUnTS { width:19.875rem;height:5.625rem;top:34.09765625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zTrLX9LGPOvGFIvLcNKOcJMaTmn9WE5h { width:15.6865rem;height:2.798825rem;top:35.2734375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #qwfMGx5679oc2iFds1zaNUHwbmES9n2f { width:19.875rem;height:5.625rem;top:50.03515625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #G71DbDO8b0vVJF1e8q9Salk4TFZ5bxST { width:14.6875rem;height:2.798825rem;top:51.3359375rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #ZdmVqua7xH2XEqZQbMCNvTA0Zee85o6V { width:19.875rem;height:7.5625rem;top:63.47265625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1NUGTPpzeLOSbIw4nL828tGTKMwF08 { width:19.499rem;height:2.798825rem;top:64.830078125rem;left:0.501rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #ThpBVTrI9VRsboGgAQmXiawrl21X057z { width:19.875rem;height:5.0625rem;top:72.41015625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #XUVqa4P8oGevdhvp5o6BNwZyxVwLpyhq { width:5.061525rem;height:1.57421875rem;top:74.091796875rem;left:8.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5zDZgfg9qf7f5znxJPHNrcU1u1ck6zz { width:17.3115rem;height:2.798825rem;top:87.6484375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #xBln81rDPpkMMQTWJA9thoBmMuzpwDXw { width:19.875rem;height:6.875rem;top:85.72265625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2z5vkq3ZzMHqtiF9M2u90TlAM06DnD { width:19.875rem;height:4.5rem;top:111.47265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acPagNxty2vcR9Ld6zmaWCvpXHanSqB5 { width:20rem;height:4.72265625rem;top:112.8671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #rxFRz81XRDrbJExbl7fiEXhQMO7AibLc { width:19.875rem;height:3.8125rem;top:119.865234375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #m66bBr8qqOitQRP7ekAemwAQWmeOWlEP { width:19.875rem;height:4.8125rem;top:127.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNNVtOAsU9uwqnPL9DEnuTOWTtzTKP5 { width:20rem;height:1.3994125rem;top:125.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #oZntpFAKWoWzXePq2i0TUmWz9197vSTo { width:20rem;height:1.3994125rem;top:117.216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #c8nWJziUrTsyiOriFw0QVM1RpG3vzQ5F { width:20rem;height:2.798825rem;top:134.90234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #eurE2k1nW32fgxpeZIx1RA2BLu6UAQCI { width:19.875rem;height:5.0625rem;top:133.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ILTe2klEapnoAD69ITeiFcoyebxZZp { width:19.875rem;height:4.625rem;top:140.3505875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLpvZtUc1RteSPnP1TxFF04R0pKTR3c { width:12.5rem;height:1.57421875rem;top:141.938478125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxHavDu2zA1Q3pso8gFhWsMGmu5ELIlA { width:19.875rem;height:5rem;top:146.3505875rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #inxSDngtABh2pe6l42oJXkoWIlqD7N8C { width:20rem;height:2.798825rem;top:148.125978125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #PfsUih0pX3fka9bTyWPXDf8W1iaBUhVS { width:19.875rem;height:4.9375rem;top:152.7255875rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #R9nuls3VEhMXwIRPAwz6uBpleUswvd6u { width:20rem;height:2.798825rem;top:154.469728125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #se4h0qPPdQUWkQfJo8i3TowDMpuAG5eV { width:15.8125rem;height:5.625rem;top:159.0380875rem;left:2.0625rem;font-size:1.875rem;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #K5kXZaVTIhpk6V2797w6L2Km3XiNtUpu { display:block; }
 }@media only screen and (max-width: 763px) { #hZkgSzNPEKnnTDu41F4EJlyOOGxXtJA2 { width:16.3125rem;height:4.0625rem;top:165.9130875rem;left:1.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT0ph16kK6bNfeevBTQbxvVsw7eG7DZu { display:block; }
 }@media only screen and (max-width: 763px) { #TZFfFuRTX6eFxvRbXbCs6DCeKTT5VMWP { width:20rem;height:5.27831875rem;top:171.2255875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtw74kGCut3pkfMAz1UFZQbBGRrX9c2S { width:20rem;height:3.16699375rem;top:177.75293125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlPv0p66XhftE54hH9619AQFWaTEn9vf { width:20rem;height:2.111325rem;top:182.169925rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEJJiXxSAeKRQ6Tie6x3vUbSpzqPGTId { width:17.5rem;height:3.4375rem;top:185.530275rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9i8s1hb11RmPRLh6bG6IEfe51QeMBNT { display:block; }
 }@media only screen and (max-width: 763px) { #iiSTN2EgUDEPziiK2CeAdEShNiov5cX5 { width:19.875rem;height:5.9375rem;top:190.217775rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VCgSC6rOv4cvlPqHVStFpsl4e8I6ddVb { width:17.25rem;height:3.1484375rem;top:191.29980625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEWQ97LXMSu5JwVnvnxDSey1rTZIfuCy { width:19.875rem;height:5.6875rem;top:197.530275rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TGKcbs0TapuxvWOIosN9ft69tUMASIWe { width:20rem;height:3.1484375rem;top:199.649415625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phorA0VofnxI9ZoDfozCqAwKicaxGpnD { display:block; }#phorA0VofnxI9ZoDfozCqAwKicaxGpnD > .row .container { width:20rem;height:193.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru0OxJcOFlmUHWmfaDg7qsz4Z0LBsrtr { width:17.5625rem;height:3.0872375rem;top:1.5625rem;left:1.21875rem;font-size:2.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WGNpniQtnSpR8nG2USUiK9VVPSHgTeWQ { width:18.1875rem;height:5.75rem;top:6.625rem;left:0.84375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #HaMkr1DZPrqT7r7DkGhlzvzX55RgDnkV { width:15.7480625rem;height:3.8496125rem;top:7.63671875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:urbane;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #lde59ewlEdb2kFST1sK8oCRXZB4tmGSy { width:18.1875rem;height:5.625rem;top:12.3125rem;left:0.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sltsWrzchA1SCl2S4h6n18auZ6EW0FhC { width:15.6855625rem;height:2.7986125rem;top:13.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #fWJVcSWnx1SdGTPdQd3RwszODVGGT7ZD { width:18.1875rem;height:5.625rem;top:18rem;left:0.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #vy0WAZxZT9UZvobVT3zxSEcQ31ZaQxyn { width:15.1855625rem;height:2.7986125rem;top:19.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #L5M3BRK4xR3BF2lKzWT8ZkczyTck73Jx { width:18.1875rem;height:7.5625rem;top:23.6875rem;left:0.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #xPo4PshWuSCssOszKtaX8DmWveH6F6nc { width:18.1875rem;height:5.0625rem;top:31.3125rem;left:0.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #dvJHikdd2DE6vnky9mk3HWwQAa0J4HUv { width:5.061525rem;height:1.57486875rem;top:33.125rem;left:7.1875rem;font-size:1.125rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #GkbNzCZ6KFpBv17yogRWE3Z82pbZE91v { width:19.375rem;height:5.625rem;top:37.125rem;left:0.3125rem;font-size:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #nMzgq79V5Kx54B99gxPxJsOsTyEynGsP { display:block; }
 }@media only screen and (max-width: 763px) { #is4XvQhsbsEyrxwMRcXingVy7rrOZzv3 { width:16.3125rem;height:4.0625rem;top:43.375rem;left:1.84375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #wdzA3Xw8aq7kSu1WIoBfXplp7bnt7srM { display:block; }
 }@media only screen and (max-width: 763px) { #do9ZQzO183mq3pdZD4VXadHvaB4zeDw8 { width:18.1875rem;height:5.0625rem;top:74.875rem;left:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #DDqbOwldO4rEKm7wWlEr8u1JmaDGWd8Q { width:5.061525rem;height:1.57486875rem;top:76.681640625rem;left:7.46875rem;font-size:1.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #RXEmM5DDObAX2ahUN07Q0CIxnda2mQfh { width:18.1875rem;height:7.5625rem;top:67.25rem;left:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #eTQmGqgiGW9Db5WoAGyoiXwrq0TFmu43 { width:18.1875rem;height:5.625rem;top:61.5625rem;left:0.8125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #beb5rT9ZU9zocL0Z8RTlnWPFFKKnheeG { width:15.1855625rem;height:2.7986125rem;top:63.037109375rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #fIegD3PqtNSFxxUuwAVt1EP1dUMiwBef { width:18.1875rem;height:5.625rem;top:55.875rem;left:0.8125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #dAMniBoRntQdz0VmoFshemOR5JOBnrNG { width:15.6855625rem;height:2.7986125rem;top:57.349609375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #r3AJaxiU0rdr4812SEUXzKDCDrpsoeEa { width:18.1875rem;height:5.75rem;top:50.1875rem;left:0.8125rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #ysraIvIeValL0w676T3IkgqirpBnwSO6 { width:18.1875rem;height:6.875rem;top:80rem;left:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #D9ckfkJDZR4PoaS5w5kfeApzyvAKRBbK { width:20rem;height:5.625rem;top:93.625rem;left:0rem;font-family:urbane;font-size:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #n1d5MUP8kUSFqGG11Zw31qC4qJl22lJi { display:block; }
 }@media only screen and (max-width: 763px) { #IM7cQBOAwml97egBkroElTdec9Ritw6v { width:16.3125rem;height:4.0625rem;top:99.9375rem;left:1.84375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #m8KxOQ2JTa9vLvw9QTJCeJIzpSJD52oJ { display:block; }
 }@media only screen and (max-width: 763px) { #uC1He2nEI2JhxuEu3Aa44CCZGy0ydHLW { width:15.6855625rem;height:3.6736125rem;top:51.287109375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:urbane;z-index:15107;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ixQEo6Negq06O98qFJ1guDZrUBAgcpNX { width:18.1875rem;height:4.9375rem;top:151.875rem;left:0.9375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #yMT9oxcTxLl0C2xM4fNtvO3W2oDafepE { width:15.3125rem;height:2.7986125rem;top:153.005859375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #bZWFy25odV4e3qgphQAwVXbNl2qXHhJ6 { width:15.8125rem;height:5.625rem;top:157.625rem;left:2.125rem;font-size:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #m6LUHL9msDGzE4itkrgr7QKgkR8qbWMJ { display:block; }
 }@media only screen and (max-width: 763px) { #f8Vuv8h6X5u28g5owveNwboXrU0EX0R8 { width:16.3125rem;height:4.0625rem;top:163.9375rem;left:1.84375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #oWyl31GlWuLfZ9Rc3WpP9Hd9ztBzcBaN { display:block; }
 }@media only screen and (max-width: 763px) { #R3JPEXeUUATVkobMllUXOZZ2ikfuD9hQ { width:19.1875rem;height:5.27831875rem;top:170.8896484375rem;left:0.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #nGLKMueo9Cyx4APi4WQKTrR1USqvtJ1O { width:20rem;height:3.16699375rem;top:177.6044921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #suhCul1sxbV6DnLSZbfIBXzEJcnl69GO { width:20rem;height:2.1111125rem;top:182.4169921875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #aw6nDX5aFGCey97Se7OKDIluoIcMbShe { width:17.5rem;height:3.4375rem;top:185.8544921875rem;left:1.25rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #InXWTKDNCEnQtdSHcN1mJlxAyptfUH84 { display:block; }
 }@media only screen and (max-width: 763px) { #HRnfDDITFsaApCztq6Z7IKlgOKndBCG9 { width:18.1875rem;height:7.75rem;top:107rem;left:0.875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #BMa92LAHNuCxHwSXr87bMBO5na6v6rG7 { width:15.6855625rem;height:5.51074375rem;top:108.099609375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:urbane;z-index:15121;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #znwctSfodLI8uuUcPBb47la9mQ0y9UW8 { width:18.1875rem;height:5.0625rem;top:133.6875rem;left:0.9375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #LZB94I0ANvltmTQphSbEBQzpS5KfCgVv { width:5.061525rem;height:1.57486875rem;top:135.494140625rem;left:7.46875rem;font-size:1.125rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #sEXUtyW1UfaKoUMDzPXITw4DnTCfoJt0 { width:18.1875rem;height:7.5625rem;top:126.0625rem;left:0.9375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #mH9e3Pw5XGdI1F7euToUTxlJP2vWe84K { width:18.1875rem;height:5.625rem;top:120.375rem;left:0.875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #C5Ig1bvB7nB51SiRdIGdwkioTL5xJdfE { width:15.1855625rem;height:2.7986125rem;top:121.849609375rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #pRl7HlcwcVT0HQRBB92hpiKi5TBPhThi { width:18.1875rem;height:5.625rem;top:114.6875rem;left:0.875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #FwkL0JsyWPFUG5SP7O0gqWzC6at4wkmT { width:15.6855625rem;height:2.7986125rem;top:116.162109375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #oC8ZTgTQTVB3OqtEIdZQMXS1lZiMhsub { width:18.1875rem;height:6.875rem;top:138.875rem;left:0.9375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #zKt44ylxOENoywfA9spk0s5apJiTipLA { width:17.3105625rem;height:2.7986125rem;top:140.974609375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #MfIXXise7oZh2Bh7wQyZqdOu1XfTC00S { width:18.1875rem;height:6rem;top:86.8125rem;left:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MkGrtDTARXQqZlkELrRyO0G2sDVJCBEG { width:16.0625rem;height:2.7986125rem;top:88.474609375rem;left:1.96875rem;font-size:1rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #BQILZWCEhTci4T77t9n8u1gQdFMPkHNt { width:14.625rem;height:2.7986125rem;top:82.099609375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #gKvnMzs2NVfGH9J20pST5BzEZ9BceVxG { width:13.3125rem;height:4.19824375rem;top:25.431640625rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #yHxWbU8b5TBxEA5ECz5L3ScJDxOHFXpF { width:13.3125rem;height:4.19824375rem;top:68.994140625rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #USnAPaBXLTLE9X33N27eT9vP1Dn8k1K8 { width:13.3125rem;height:4.19824375rem;top:128.3544921875rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #z1mgcp9md9T6kZk4cCDcEbJeMZzAROhU { width:18.1875rem;height:6rem;top:145.8125rem;left:0.9375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #oZbpix0egFKHURmTtqQafgCOxmITcHzN { width:16.0625rem;height:2.7986125rem;top:147.474609375rem;left:1.96875rem;font-size:1rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #OrTZ6010TrixuECheRHCezUPePT153Ge { display:block; }#OrTZ6010TrixuECheRHCezUPePT153Ge > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzTytGmt0UMZzMdVrXfpe5o6fqE2cngb { width:20rem;height:9.26041875rem;top:2.1627807617188rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHSENEXe0IWvJqN1tHNhdMpdbTSA1Lo2 { width:18.4375rem;height:28.42883125rem;top:18.6845703125rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J389bCbyiaDWLuVwcUlblrq0vDbSLCBd { width:12.9365rem;height:4.436525rem;top:12.2353515625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi { display:block; }#osNf3BTT7qkIRlkDoIrVV5PfrPcIvKIi > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8KHX33k0Fop87lkrA970OM8VTNIJdzm { width:18.6875rem;height:10.237rem;top:6.5625rem;left:0.65625rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FCPTlity9P3MMWGfOUwZeuSXdvxw5unQ { width:20rem;height:1.29980625rem;top:17.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksswDwbCX7V9u8wIIldvTVZ16JwaxKM0 { width:12.5rem;height:0;top:37.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE { width:19.0625rem;height:22.04775rem;top:19.0498046875rem;left:0.46875rem;font-size:1rem;display:block; }#Lc5Tg0EiPylfNEzSRMWw9dE9kGonGURE li:before{  }
 }@media only screen and (max-width: 763px) { #kR45PqTnrtnnttovTaeUJQCXVBrHJTFS { width:4.1875rem;height:3.875rem;top:2.4375rem;left:7.9519230769231rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH { display:block; }#BGShm3yh8xT9aWTtww5aHVTU0XPO0aTH > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iud4ADBH1X7au1dtPpPwlvNNLIxbetJU { width:20rem;height:3.57465rem;top:1.6875rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hUbvAgK22GR3vPR14heI6qBpEOWhTIaU { width:20rem;height:5.5rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tp6JElUyftWlM7GNoX332BmJ4FV0HnOK { background-color:#ffffff;background-image:none;display:block; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container { background-color: transparent; background-image: none; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container > .video-iframe-container { display: none; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row > .video-iframe-container { display: none; }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .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); }#tp6JElUyftWlM7GNoX332BmJ4FV0HnOK > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNm4c29GowKs9EpEPiv8DDRVII4SyTTA { width:15rem;height:1.94965rem;top:2.1875rem;left:2.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAr5PIstGI0rVEULJIy0gLp5KNe4Mgkp { width:19.8125rem;height:0;top:14.8193359375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDNkORKUfxkQqHKigfZ2NJ3FFD0IdEDi { width:17.4375rem;height:2.27430625rem;top:7.82421875rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MSmpwTDMNzRk2ovoxQJIWqz83mMoZfPk { width:11.1875rem;height:3.4375rem;top:44.4443359375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW2OdzDq9TGzOzldmR4aeMJAV8AELWgM { display:block; }
 }@media only screen and (max-width: 763px) { #H161p3Fuq5RoIL5tR3knVCQhMEvGTffs { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOQbzcpl8U6VGvdSpbzFdDbKNBBTH9mu { display:block; }
 }@media only screen and (max-width: 763px) { #JccIBMn13tr1TBU57HSzqry6WRtraJRN { width:14.0625rem;height:4.5rem;top:16.931640625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xURFKa6FeZR3hbZyRy0ZJvadUB3rZ4EP { width:19.8125rem;height:5.625rem;top:30.3818359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXqQ6aFXTMwpgo5AUXQ26Ahk9E8ltKVT { width:19.5625rem;height:6.5rem;top:50.1943359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIqVpiHDBdnqMCnbIrAo8WiUWQtOXrsB { width:19.4980625rem;height:1.29980625rem;top:21.431640625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UoSS42TC78180g7aCucVdmDJsLKCi7qR { width:19.0625rem;height:1.29980625rem;top:41.5068359375rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKWBWoqolreHg0oP47DJNB8r4xS1dXTG { width:19.375rem;height:1.29980625rem;top:58.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8dvbvZiTVB3g6CLT73Ouw9CqL2BDO6V { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VggeSyGGLP9Vw3wUWVIgizeExG05sCLN { display:block; }
 }@media only screen and (max-width: 763px) { #eFOaSOrQDVVuElHQiyK9VZLgt7TMmwVT { width:11.1230625rem;height:3.4375rem;top:24.380859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3xNlTf6tbtbibHc386N95p5Mp0Uh89 { display:block; }
 }@media only screen and (max-width: 763px) { #FAI6NqipHw6Um0Nn9TdxA9p0BZ6D6RgJ { width:11.125rem;height:3.4375rem;top:61rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdiMopT1MQKPlNmgPR8aVe7mQ426sF1t { display:block; }
 }@media only screen and (max-width: 763px) { #otc4Js0b3RVay438LXab40AlHn3VqtcH { width:16.75rem;height:3.2986125rem;top:36.7958984375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKgbBgmXLucnIZ1gW6HCpT6U9Vuf6Gof { width:2rem;height:2rem;top:36.0068359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5cLmC3hwtUBpwhA6LHNsS0I9468tQFM { width:12.5rem;height:0;top:22.619140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBa88ie0RTessp3dNevTWyyOJh25zz1 { width:12.5rem;height:0;top:21.369140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBuTupicAvKH9J6Meh5qVU5THFceclJx { width:12.5rem;height:0;top:20.119140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKl890ANQopG3JJmgSO16dqe4tMzSQ9M { width:12.0625rem;height:3.5rem;top:4.13671875rem;left:3.96875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MofzCm1HU44KTBMDugxU0TEtFp1EnB6Q { top:11.3818359375rem;left:8.25rem;width:3.625rem;height:3.5rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ { background-color:#ffffff;background-image:none;display:none; }#GGiUMrb6flFSaiFOvyp1zIGexlTvmGWJ > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AIMGRre3JNhPq0uRkqV55IxDf1pFE9tv { width:18.3125rem;height:1.625rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPhrmsrTQsQQ7mJGqzVNlIh1OLC3nmQL { width:19.8125rem;height:0;top:12.375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL02bfsdqCd3tQtc8K3Ou8ABEIlykU8p { width:20rem;height:2.5996125rem;top:43.43164375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #D1w3J1pyF95yKHHC1QyLh7nPqNpTydnB { width:11.1875rem;height:3.4375rem;top:59.618175rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAoiELaeeZ5m3Z8OVzsgDnzOdc1hXVPn { display:block; }
 }@media only screen and (max-width: 763px) { #ylb1JtRJH24ahIw3fvwN6o97Dnxh1xyB { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkktLZh37bWdAHremritbWKebx5RxHUg { display:block; }
 }@media only screen and (max-width: 763px) { #fSUvIQtXLn2LtTg7MGUlJw4bNtv2y33T { width:19.9375rem;height:2.699225rem;top:21.42480625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCKgOtHvt0KvEv09BiMUUIlzbAKUtpkI { width:19.8125rem;height:3.375rem;top:25.374025rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #um0BmpIh20qKgPRJ5ItmiASAdVhqm8Cz { width:19.5625rem;height:4.38574375rem;top:37.7959rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzzrZbOtqn2NRSKsakP3tanNeregCJab { width:19.499rem;height:1.29980625rem;top:47.28125625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0FXpAn1Z6TbhdSOIdh0JCDF6UqNR45p { width:19.0625rem;height:1.29980625rem;top:49.8310625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ut3p3IyyhgPqtTARtTt9q8mDTBsC1DnA { width:19.375rem;height:1.29980625rem;top:52.38086875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvZRaOvXn2Zpy3eZxGJBdit4okloNeJS { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLT7l6PF3gE7rDVNsVV6RVxM21m1CL4K { display:block; }
 }@media only screen and (max-width: 763px) { #QN7rGuor3NHPbMT38WPQkXdcOn3ZQBVg { width:11.124rem;height:3.4375rem;top:54.930675rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAWuFtDD3PJS1bZ6Kcn1ypmOvv0czGVF { display:block; }
 }@media only screen and (max-width: 763px) { #JHPSnalyJ0TLosEXBlzDQ4LWeQ62lefv { width:11.125rem;height:3.4375rem;top:64.305675rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqc6hF5OA6xt1SpDVy3VLrWip0h4sWvp { display:block; }
 }@media only screen and (max-width: 763px) { #d96SCbWWPSeKWLnBrsAn2QWNJf0CAdIz { width:16.75rem;height:3.296875rem;top:33.249025rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmqtrnFGA4nixpFdPwJuURzNkiXg9xLV { width:2rem;height:2rem;top:29.999025rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqiIVlo0nxupKtePqTgLpDlSwCaK2Gns { width:12.5rem;height:0;top:20.17480625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uME56k65aTtTJNV04kFOqBVGihSdtoFT { width:12.5rem;height:0;top:18.92480625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7nsDdfdTdPc3QIiCgbBVmyy4ubMEUxI { width:12.5rem;height:0;top:17.67480625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GS6KV0rlIXwkLntXNQql6DNuEu84SbX9 { width:10.124rem;height:2.79980625rem;top:13.625rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpJSCJNf3mc8QkRTiSbA17AmTVr8aZMZ { top:8.3544921875rem;left:9.53125rem;width:3.625rem;height:3.5rem;z-index:15098;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 { background-color:#ffffff;background-image:none;display:block; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container { background-color: transparent; background-image: none; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container > .video-iframe-container { display: none; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row > .video-iframe-container { display: none; }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .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); }#QiXkiqAnSigUkAttlC5J1RSSnqx1AQC8 > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNw43vJnGNsGZKhpE5VixomUl7zfF2Cd { width:15rem;height:1.94965rem;top:2.1875rem;left:2.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h51BHHLyLzdHJV6yOHhUn6wWPbBs2Rao { width:19.8125rem;height:0;top:14.8193359375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQ095Vl6vzOxdZiM1IFrRvfxCp2X5Ohi { width:16.875rem;height:3.41145625rem;top:7.82421875rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BMVHRsT30MBW0WXJUNNU5tatEPekTnUQ { width:11.1875rem;height:3.4375rem;top:44.4443359375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hynM9Us7TfRIHQDtJEknbXvRV5BZSex5 { display:block; }
 }@media only screen and (max-width: 763px) { #BliiLftiRczLL2P6PISdVFa34LPeF8kR { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #onemALTRlh3xttWUyQSKw9BMIfUvG8G6 { display:block; }
 }@media only screen and (max-width: 763px) { #aXxfWrbdUCun39xbTLHTIcZ6d0EHmTDT { width:14.0625rem;height:4.5rem;top:16.931640625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wS36wbdhy2cZ7vn9OmR0WTVH8ZrZDdbZ { width:19.8125rem;height:5.625rem;top:30.3818359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vm6Ps95XxkazsTy2sbJfFqVEcbab0xbZ { width:19.5625rem;height:6.5rem;top:50.1943359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgUmuTy7eFyEe1evLaB4dTszbuPwMrfJ { width:19.4980625rem;height:1.29980625rem;top:21.431640625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9CZPVUtxkiFF49k7vXrv5JV8pfC6AOn { width:19.0625rem;height:1.29980625rem;top:41.5068359375rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4v660k8JvFpafThIwLCyCL8ZWWwyPZ { width:19.375rem;height:1.29980625rem;top:58.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvnxwmpTqlWdihPLfBbXHhNRwSyGZINM { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAu4lsSPusz9DGV6TqTQHaJvgXvx1REp { display:block; }
 }@media only screen and (max-width: 763px) { #Bg3DyGJw5Ahy3JhO2i85FMI5tInfSmt1 { width:11.1230625rem;height:3.4375rem;top:24.380859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvAAt0sN36nLW3tz7gvuynE1OgeaULy { display:block; }
 }@media only screen and (max-width: 763px) { #Ty5pI62w9C2iUzcrLAMMf84EppWK4Jda { width:11.125rem;height:3.4375rem;top:61rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGaFHLaEW0vqqENI7XloVokcRKnztcq { display:block; }
 }@media only screen and (max-width: 763px) { #O3SNb1GUf9d6LeumiJeb3kwAnDGIZLTs { width:16.75rem;height:3.2986125rem;top:36.7958984375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEDWfgttX4LLZIQC4Oamh6gukUXpluNu { width:2rem;height:2rem;top:36.0068359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QESipQ6RxXCt0xIHQcx83DRsVZHhshzD { width:12.5rem;height:0;top:22.619140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boQ5H2SSQW0ev4OOcMMMVMBmldRNzAcE { width:12.5rem;height:0;top:21.369140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eu1pZTuflSp4SgiK9FustekArzJ7TgTb { width:12.5rem;height:0;top:20.119140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pv5ZT5Xr5XJ9rDNtGP9h8mgL5b5TEsFu { width:13.3125rem;height:3.5rem;top:4.13671875rem;left:3.34375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQvrHZgd2NgkSu9BbrOVK7gAiGOS7aL7 { top:11.3818359375rem;left:8.25rem;width:3.625rem;height:3.5rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lJeQVECMyposNGqZkFFUUlwdDNrlIfJv { background-color:#ffffff;background-image:none;display:block; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container { background-color: transparent; background-image: none; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container > .video-iframe-container { display: none; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row > .video-iframe-container { display: none; }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .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); }#lJeQVECMyposNGqZkFFUUlwdDNrlIfJv > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVAads2PotFA55KNOdfxVfPXQJGTdp1d { width:15rem;height:1.94965rem;top:2.1875rem;left:2.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E36MZqCVDZuq3QJ7rvTGTkHEzbn1fMTb { width:19.8125rem;height:0;top:14.8193359375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVhmZyucWVGrKyoIFTIP9W9n5VBJcSi9 { width:14.9375rem;height:2.27430625rem;top:7.82421875rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #opd5PGmnWGepCEzTV1g6mp45onhonz2g { width:11.1875rem;height:3.4375rem;top:44.4443359375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GR25kimSTD4U9rbcDzHQhRJH6ol9uU { display:block; }
 }@media only screen and (max-width: 763px) { #pDTCEaCoGWCyzBRCtJIvdFJlEfNhSZ9P { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7UGLuTCavTWxSL5TZm6L5hofiJo2vNo { display:block; }
 }@media only screen and (max-width: 763px) { #n4IKzTMc40TnMiPBU1TApfJDORASDBwT { width:14.0625rem;height:4.5rem;top:16.931640625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQ1BD26LGRe4KZ62viJi7ZbF97rHQFFK { width:19.8125rem;height:5.625rem;top:30.3818359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZr6teHgwxTKtGrO4ihNS8eJJJcsI4Zk { width:19.5625rem;height:6.5rem;top:50.1943359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsvSrI87RQuAwdZN5u0QEfdVo1TFrG1M { width:19.4980625rem;height:1.29980625rem;top:21.431640625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkCAG28c4oi9NH2vyfvfbH0VkopN0czD { width:19.0625rem;height:1.29980625rem;top:41.5068359375rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOnBbA7qJDynZKT31obgHeCNr9PPXnwT { width:19.375rem;height:1.29980625rem;top:58.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sv7LJb24l8OTlKEc3GpufrPZt4RH2Qfr { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTUL35tdBiac60KPsyp82rh8QAtVyy9v { display:block; }
 }@media only screen and (max-width: 763px) { #k29y2hVihD8E1dubbvJS16ZaD0GVEzMG { width:11.1230625rem;height:3.4375rem;top:24.380859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1ZAHLLhfyb0VddbbUTiQNQf313fW5r { display:block; }
 }@media only screen and (max-width: 763px) { #Fxdu4Zc6vyKLdMWSh8Q87WMB7ena2FFg { width:11.125rem;height:3.4375rem;top:61rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf225JxecrKvPTh5bb7JcuJooxdMLH5T { display:block; }
 }@media only screen and (max-width: 763px) { #VM68sEEW4hawT0Oi2tX9aOJXd53rbF9r { width:16.75rem;height:3.2986125rem;top:36.7958984375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX3u9vPqk3hQES7CZaMOwTo8c2ki1WaM { width:2rem;height:2rem;top:36.0068359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxXiceUEcv4i0fsvUevQ9C67Eg5rM0yx { width:12.5rem;height:0;top:22.619140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwNpTpFMUiUmbnHBgxdoEmcI4aaUH3lr { width:12.5rem;height:0;top:21.369140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKIg6WhO1azmwoZZL8OOZWlnu4QDcF8C { width:12.5rem;height:0;top:20.119140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAf4TlHs7yILXPoRlHk3Gnkhnm8s2gZK { width:14.4375rem;height:3.5rem;top:4.13671875rem;left:2.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0GUIthdsahxmpnFhDmmSDUuPLBK6NFx { top:11.3818359375rem;left:8.25rem;width:3.625rem;height:3.5rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn { background-color:#ffffff;background-image:none;display:none; }#Rnok6cPEZW7J3wKRFLKL1lRbkbpS6mbn > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UJ8oOSFdFEby4tUGpRP33nZLM6XziAsm { width:18.3125rem;height:1.625rem;top:0.9375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIJTc10iHHBKEebst3Pq7OLvTPBJ8Diz { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnQWtCwFVhUOE9TtRn2r9bZKmp6IbAAg { width:20rem;height:2.59895625rem;top:7.90625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #svmDNzFFSZFHEXaun1XGxGHsamnsAuBM { width:11.1875rem;height:3.4375rem;top:40.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvoUf5sALSlqBSXN1CKrDvQgU53qVmpX { display:block; }
 }@media only screen and (max-width: 763px) { #z5WguMd8I1Dy10uBbg4A7LJlVT8taKJx { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4A8wXZAXuAyKGnFs0in1nN3BglAiAiG { display:block; }
 }@media only screen and (max-width: 763px) { #O4TTEcXryB8puW3UIhnIVKRFUA4BvyBA { width:19.9375rem;height:2.699225rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRlLXnxtRwpeIBh50BQMK4QuOmi3KuqV { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grV4M57XzLD5lnVZO905WhzPSifEOT64 { width:19.5625rem;height:4.38574375rem;top:46.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVi8Eg0IJeJUOmSuMOX1qpRuR6h9qUQm { width:19.499875rem;height:1.29980625rem;top:19.624784469604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcHPNPdpqVTvVLLeOeefSwMWykcA1L5H { width:19.0625rem;height:1.29980625rem;top:32.811851024628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBomwIZkET3E5rIeAtmVR5wSxhMFFTBz { width:19.375rem;height:1.29980625rem;top:52.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Um7lpkTRPkB4qQ03m59284g2SblI5e5Z { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO0ES0fVwag1NdouCMbB0qWHt7NgTzvk { display:block; }
 }@media only screen and (max-width: 763px) { #baHsridzRDot33U4Ill79GOhGPuJSk8E { width:11.1245rem;height:3.4375rem;top:23.360623836518rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5IMTVWacbvkVR5TzzkUxb1ELJQ4ltDo { display:block; }
 }@media only screen and (max-width: 763px) { #M7JMUytatm4t4Ty0DNcXfo9B5capoqzF { width:11.125rem;height:3.4375rem;top:54.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW9AfT6URpk0mJtw3t8uhI0wv6NyzkNC { display:block; }
 }@media only screen and (max-width: 763px) { #G0cgq1MEgUEN6t1d8Ns6pW2GWJZxmwvW { width:16.75rem;height:3.296875rem;top:35.0625rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FC4FG8TXTsa3cpghTTUWz2TfdgZWsQ8t { width:2rem;height:2rem;top:34.75rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwz8OldTneIrgnyRZ6WTEZbyGiwKNnf { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RaVgSFvltV27GtBA8uz7SJZPNM0aTJ4Z { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xVbJXXcNHcgAoUdgTvVuCFwDOpGV2sbs { width:12.5rem;height:0;top:64.75520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuz8viwpvecO7f9bqTiPBtDruS74Aema { width:12.5rem;height:0;top:63.50520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7LyWzcNhCQDZIricyudIEJWfZmeo7G { width:12.5rem;height:0;top:62.25520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZVW9EyuiVEpo70hWc5rEtsmmTuhOATf { width:11.8115rem;height:2.79980625rem;top:66.004638671875rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp { background-color:#ffffff;background-image:none;display:block; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container { background-color: transparent; background-image: none; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container > .video-iframe-container { display: none; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row > .video-iframe-container { display: none; }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .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); }#QV0vkkpMcnMEdcnxP2A7uXh75DS7EgHp > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2CmZWQAWnRNHzXmTv4vDGzIFuHJT7df { width:15rem;height:1.94965rem;top:2.1875rem;left:2.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV6eVKoSzEoz9oSgSIKEfNQqL1FHrbz4 { width:19.8125rem;height:0;top:14.8193359375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRV9WBVugCfr08Qz6mm3ntdqePq6rlAs { width:14.9375rem;height:2.27430625rem;top:7.82421875rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #v36SVLTJi13bCDufKMA5AzqBzgZtUSdP { width:11.1875rem;height:3.4375rem;top:44.4443359375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2keLvgxuufvszTgIB9ruKHlPtkssVK { display:block; }
 }@media only screen and (max-width: 763px) { #pgLi0gIWWGm4I1CDbTlkMDXf2htg67gk { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxKAmMsUJsHbP14x8ZD8oeaNNhuBXRlo { display:block; }
 }@media only screen and (max-width: 763px) { #a1r2OXqLRMMLzv8Hfiul0LPqGVemNUTz { width:14.0625rem;height:4.5rem;top:16.931640625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zdq3PIxMdIFi7vezSXWWR37q0xtakgd9 { width:19.8125rem;height:5.625rem;top:30.3818359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEJ5rH5y2wAlXAv5wxZwPTE7aV4lFdQZ { width:19.5625rem;height:6.5rem;top:50.1943359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rxtz59pLvdQe9SHpRLgifLN59i2J8GFQ { width:19.4980625rem;height:1.29980625rem;top:21.431640625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pa6fBwim1AocBLgtDlQbCgDOFm46xQLz { width:19.0625rem;height:1.29980625rem;top:41.5068359375rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzKakduQaCznXd1e7OTqsDcHTCBzvRrV { width:19.375rem;height:1.29980625rem;top:58.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G79lBIfei5R0QbBMoVT44HRfXL1LlgQy { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bechk7UlIaEbqBTAeD5oCJ0PNGdrcEcU { display:block; }
 }@media only screen and (max-width: 763px) { #iU41768oybFrl48U2T3TZdPtWMJlUPEM { width:11.1230625rem;height:3.4375rem;top:24.380859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DClwQ8cOPhMv4SXbvcTfXJC3pzDADCTf { display:block; }
 }@media only screen and (max-width: 763px) { #p7IcavqqoDVxagdqwqKlSwzTIh6Hhdwp { width:11.125rem;height:3.4375rem;top:61rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXI9TJSZTzUXuwrTdbJZiCMvg3I7VmX { display:block; }
 }@media only screen and (max-width: 763px) { #ciAMHq1zhLKQ5xJiQJC1ugIrRLXQFco2 { width:16.75rem;height:3.2986125rem;top:36.7958984375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpuel4FJ3gMo2baos6FwWAWixPdyXrbW { width:2rem;height:2rem;top:36.0068359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4OGIVQ3PwH8okHyLrFLnLLchlOCHUg { width:12.5rem;height:0;top:22.619140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKX2O0X53xz6QOg6JfEH6nzICavbnfXM { width:12.5rem;height:0;top:21.369140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQQfOqOPAmNfkyMNgCCNhUQUmx7PxCJH { width:12.5rem;height:0;top:20.119140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BL1nQwquHG2wbWzMuPrcx7RrKMC90UV0 { width:14.4375rem;height:3.5rem;top:4.13671875rem;left:2.78125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFag1rmDpcGL4zRSG3ITaZqUxWe1AiPV { top:11.3818359375rem;left:8.25rem;width:3.625rem;height:3.5rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV { background-color:#ffffff;background-image:none;display:none; }#qJSTSahTJT1iC2MG3cWoU1f7EqDLuuyV > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nG9ngUhBcPGuxetoPZdyE9pUtiEOyHQq { width:18.3125rem;height:1.625rem;top:0.9375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTUk0wpZbbTZLOUoTcrEWfOTMyQEWI5T { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvZcdLD6wp73Bh3ITmhVr4ZtGrwR76GM { width:20rem;height:2.5996125rem;top:7.90625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DQ4lXqyvklRvNNANW7DBlNxsW4KmDqrx { width:11.1875rem;height:3.4375rem;top:40.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRz8KmtbJfD8py1vlnCgE2T0xvZ3oWr { display:block; }
 }@media only screen and (max-width: 763px) { #GV9PsJKNtdaaq2Zsv0sVtO1AXOM9Gnbv { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #myJobNslx3qR2A3BAp43ur6I3AEH6Jwi { display:block; }
 }@media only screen and (max-width: 763px) { #cVrINTENoscXXKHSBpuiKuNWUVsrTuLl { width:19.9375rem;height:2.699225rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #so3ok7Fwdbi024TlUitqBtMZvTtfhtVs { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqJIKth8XhX28PCN9QAHCZcnkuO5ZodU { width:19.5625rem;height:4.38574375rem;top:46.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVMwEghB8tdnFJ3irOLTl6ACVQvW294C { width:19.499875rem;height:1.29980625rem;top:19.624784469604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIGC6xO3Sb04o2wA64WIXB03fyC3eZEm { width:19.0625rem;height:1.29980625rem;top:32.811851024628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTfFH6PEHbf2UgqeBBvIlVHMbZaudTIy { width:19.375rem;height:1.29980625rem;top:52.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbkaXSs5PxeJp7VJ2pQsTMZenonEkAZx { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq0OlQD8ma1Q2zDOVg8hC8cB16cTuzVl { display:block; }
 }@media only screen and (max-width: 763px) { #llpP0b6egS3VNsfCKwZA0dPyiJV66lkW { width:11.1245rem;height:3.4375rem;top:23.360623836518rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBsL8xbLwdb7Hb41NEv6qaCKlPLBHto { display:block; }
 }@media only screen and (max-width: 763px) { #PIugV81y31SIn0huMKuQJZJO6Vf1zLI1 { width:11.125rem;height:3.4375rem;top:54.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTgzpiWRTLdgeBwnGdI47B3CoeyeksbP { display:block; }
 }@media only screen and (max-width: 763px) { #mA5tgTuwzynIrtP3iXRRl1coKv5JtPb9 { width:16.75rem;height:3.296875rem;top:35.0625rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2mZWooCGwGoKB6uPks1hll29zyxSpqX { width:2rem;height:2rem;top:34.75rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNZKZ0ScCPBuquMbs2ltJostXE3iC5EV { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HpIAnDiTUCZQ1XEV3Xx7BRh6dG6n7fcL { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZbmuINAiy7R2qDyoOiIGuIkxCVXdlJQ8 { width:12.5rem;height:0;top:64.75520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnAVZZlXSQTU70eZ0eAdxAL01ZTD27Gz { width:12.5rem;height:0;top:63.50520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXg2LuNNDsRpTpr15Psno5ZQurIAoPJ { width:12.5rem;height:0;top:62.25520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDwehOg9Bv6bgkqvtydNHZLiMTU5qhx { width:11.93725rem;height:2.79980625rem;top:66.004638671875rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG { background-color:#ffffff;background-image:none;display:none; }#OwxxWKggbx9RkVCrvhDH5CBBTmZAeTLG > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcwgEoCSKssDToipKIvO4pRhDHHGbbMx { width:18.3125rem;height:1.625rem;top:0.9375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFPOfA80PqzLpn2RCuz8EQf8zl8JCFXt { width:19.8125rem;height:0;top:5.75rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyx9bPLgxhs69PqhzvTNyhlOXAizKbHk { width:20rem;height:2.5996125rem;top:7.90625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Iuw6MrflX1UmTLcJ3cHN9nbQpCkiRFRA { width:11.1875rem;height:3.4375rem;top:40.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQm4DV4QfgP4uLXxWZIvKt7mG0Uzkofd { display:block; }
 }@media only screen and (max-width: 763px) { #uG5glkxiHrHJqNfHRPpTee3Bd08AVas1 { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKkT5eTSoz2TNd0OuWA3SXdWMbOanJxr { display:block; }
 }@media only screen and (max-width: 763px) { #bPW2HBpQbVb9qS0Je64Exv5u3RnW9iA8 { width:19.9375rem;height:2.699225rem;top:16.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXel3CxgfbT3AzJGnR62e1Vgd07Pr4dZ { width:19.8125rem;height:3.375rem;top:27.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fof52T46qGuXRGN1lCwVc8KKCtxbTVQA { width:19.5625rem;height:4.38574375rem;top:46.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uu63Ge4zeOlkzVombN7wDJuFcK2FziqD { width:19.499875rem;height:1.29980625rem;top:19.624784469604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P92TuDgMx2QN6xPIZrAGvVsohqT2Ou85 { width:19.0625rem;height:1.29980625rem;top:32.811851024628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krS0tBQiMpzvG9siV67oERsHr7IHVbTc { width:19.375rem;height:1.29980625rem;top:52.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHcKhkIibVQN73bO0z38oq0VVa1rzJvI { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqvCWT1D45hB2JFdid5XUkIovwp5Z3V4 { display:block; }
 }@media only screen and (max-width: 763px) { #DdpZ3h00qMcbTNvBKxWryJ5BUOv0tTnb { width:11.1245rem;height:3.4375rem;top:23.360623836518rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIo2AoXJXST5nJktvPKDb7NiwnDvf0Sr { display:block; }
 }@media only screen and (max-width: 763px) { #HXiSWVxHvMxOgL71HWOEqtcDZ76JDEiC { width:11.125rem;height:3.4375rem;top:54.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMooiR9Nv4qO90WzDQIEtagJaGTgGWDF { display:block; }
 }@media only screen and (max-width: 763px) { #rOCI2bB7JHL6azdos2QrzwDyqUPuissi { width:16.75rem;height:3.296875rem;top:35.0625rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBd5xkDcvWINLzfTle43CaiSPQIxEz14 { width:2rem;height:2rem;top:34.75rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ATBoP7uH6UtLHn1o5Hf9OVphqBtE7R { width:2.9375rem;height:2.9375rem;top:12.125rem;left:9rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ozTECimas2XN3wzSrM1Q2GgAnD5S2qdd { width:2.0625rem;height:2.8125rem;top:12.1875rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #h50604VmXAla2WTUdvMWLMBmQpSyP0A0 { width:12.5rem;height:0;top:64.75520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0M45MmoHZ94RHMt6q0a0csbCAaphmC { width:12.5rem;height:0;top:63.50520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El41wr66uUFt0UrITmcTVT38NTXif7gW { width:12.5rem;height:0;top:62.25520625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yncKQRkS05oVnMJDRM84tVDM9cFCoCMG { width:11.93725rem;height:2.79980625rem;top:66.004638671875rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmaT87ByK9nBWn9thqubThxZahotKhFK { background-color:#ffffff;background-image:none;display:block; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container { background-color: transparent; background-image: none; }#tmaT87ByK9nBWn9thqubThxZahotKhFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container > .video-iframe-container { display: none; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row > .video-iframe-container { display: none; }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .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); }#tmaT87ByK9nBWn9thqubThxZahotKhFK > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtvcMypLDHR1WOMmDLosppkI9UyE5ND5 { width:15rem;height:1.94986875rem;top:2.1875rem;left:2.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAslkL84nBKJuiH48NOXZXt0vlzfSUaD { width:19.8125rem;height:0;top:14.8193359375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhXL9O8wRhoeCPsHmsemGT6U3lgxnPce { width:18.875rem;height:2.27430625rem;top:7.4375rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dythniXdBfoyoq1xzDdNRruTAxW1gWIh { width:11.1875rem;height:3.4375rem;top:44.4443359375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3Ks9Ggtviy97TJk4ICU2f5MPruBO4f { display:block; }
 }@media only screen and (max-width: 763px) { #A0iWdsBNech9TM4ESqG5nONwWJ4XDJu8 { width:11.1875rem;height:3.4375rem;top:43.125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJLvdp5W4T80qeRSnGlOs12l2BhR1bJt { display:block; }
 }@media only screen and (max-width: 763px) { #S3IUH0RMqKNhTHMqcp6BCZyz4kzmxnnP { width:14.0625rem;height:4.5rem;top:16.931640625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKuTAerOhlchJOgI3lq8P8abS2u5uPHN { width:19.8125rem;height:5.625rem;top:30.3818359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRI5vwTkxyKKL1NvPW9HOTTv8mw9mI61 { width:19.5625rem;height:6.5rem;top:50.1943359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXph6chnAn42Zu96oowwu30SEr9eISFW { width:19.4980625rem;height:1.29980625rem;top:21.431640625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9dJ6veTZnx28g7btougDgXg9nFGHSKq { width:19.0625rem;height:1.29980625rem;top:41.5068359375rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3QVNMOHuRL7oVdUUe97W4fsPnI0idBA { width:19.375rem;height:1.29980625rem;top:58.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZt3D6cNgXkaifCwIF2gWyh6R6wxc9gU { width:11.1875rem;height:3.4375rem;top:18.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzxqxXinqMvQUNEgT2tbmDd2bpf7TgIP { display:block; }
 }@media only screen and (max-width: 763px) { #MqbmhoUlESxFpN7KJLSXTEVDoQ9a1rUS { width:11.1230625rem;height:3.4375rem;top:24.380859375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTwoXL8vN34IoaAWE2AASV2QbEbIUE4F { display:block; }
 }@media only screen and (max-width: 763px) { #qzQ8JAwFiQ0ARTzD2r8UIUGBUmmWGqXa { width:11.125rem;height:3.4375rem;top:61rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmhtII6GEGawo9dhc0zREtLxBJPhxN5q { display:block; }
 }@media only screen and (max-width: 763px) { #AktFNMSb1oep8pGhrK4gOtUOLzdek35E { width:16.75rem;height:3.2986125rem;top:36.7958984375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVtnr9yrfHIqORutXrAbywo8xmJuZggc { width:2rem;height:2rem;top:36.0068359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyrCNTODn2dXK2OHe93RJyExVF6g7tu { width:12.5rem;height:0;top:22.619140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJhSVGD8CHBcrtLK5PStEfP2E9C9zvWv { width:12.5rem;height:0;top:21.369140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqIwz0WOTStPnJzRIqC9kH1kcmhgVrpI { width:12.5rem;height:0;top:20.119140625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbFWfTKBmFBJuQL2iBBqc7rnKgUKdyeq { width:15.3125rem;height:3.5rem;top:3.8125rem;left:2.34375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ED6EdVa3w73dH5s23Tg2Q59PT2t6r5U9 { top:11.3818359375rem;left:8.25rem;width:3.625rem;height:3.5rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #you4id62MfctgOwSkylL6DxCDNcdqpHQ { display:block; }#you4id62MfctgOwSkylL6DxCDNcdqpHQ > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUiEPkW9e3gBzJiiTtHX8hdwLN2kqtX6 { width:20rem;height:3.65625rem;top:1.5625rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nLtTxspmpprkDVxpKNGH9Gh715FxOvcx { width:20rem;height:3.08680625rem;top:6.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1gT79mNgvovuwrRbI8kLzilNxKgOiO { width:18.125rem;height:12.875rem;top:12.6875rem;left:0.8125rem;overflow:hidden;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO { display:block; }#in7CkP0c7IN0dO8A8ZOsJZbOv8dZTJgO > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9kNdETF2WvPuUSpQu5lZIfWTHShZsvJ { width:13.3125rem;height:3.65625rem;top:2.060546875rem;left:3.34375rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aqDx7gCXQdmHoTr5EWN54nGefh5vDrvZ { width:13.5625rem;height:3.5rem;top:18.5rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eb4APU5dgrsFDEJv9KmdGBWcDtfk0e { width:14.8125rem;height:1.8125rem;top:8.3125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBhSEZ9IQu0N5zFRnvNcvyJveTZN6Az { width:10.9375rem;height:4.5625rem;top:12.5rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 { display:block; }#XLIcei4MldVzJqvG2x74aWyBwwvS6gT0 > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1mXbrnKROCaxrbkcrE2ntuldIpLZ3e5 { width:20rem;height:27.625rem;top:0.5791015625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s4DIHird3IUh3cX75nbVvekKr4unRFv9 { width:16.43675rem;height:4.87426875rem;top:36.560302734375rem;left:1.77978515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGmXlcQ3RmXDEBtkH9DUg9XOwSc0Rc7k { display:block; }
 }@media only screen and (max-width: 763px) { #OViXho0A1eZqvMw3NAT8bZNHPzE1GEKo { width:16.375rem;height:4.6875rem;top:29.998046875rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyLgs5Nelddn94TAg6qGFTqskJQe62kz { display:block; }
 }@media only screen and (max-width: 763px) { #ghNkKIivpxADrtUZMneRSh30PQ8wgd5i { display:none; }#ghNkKIivpxADrtUZMneRSh30PQ8wgd5i > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M3yNuTJpZUAqX9L5BONN4SwUO3u6ZlzK { width:3.5rem;height:3.5rem;top:2.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIcnVAg50JsTGpPdvQLBXXaPmOK35yxK { width:18.375rem;height:27rem;top:6.0625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNEUpQqQLTPeiyknb5x0KUPTx3MQKfkq { width:20rem;height:1.4624rem;top:36.499762058258rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxHyeO6fOwWZsE2rEd1VLuJRyzm95VeV { width:16.312125rem;height:2.2744125rem;top:40.811433792114rem;left:1.8430396318436rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe { display:none; }#B7LVHXIXynonn6iTv0qeC8M6GabHr2Fe > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWnO9Lh6Ox9RLnhGSDvRe1bklaqS4n3h { width:20rem;height:3.65625rem;top:1.6875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 { display:none; }#X5CMThecdPA5cWZ6FzIME58VHIcfH8f6 > .row .container { width:20rem;height:73.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gip9yal5nTaV0G5tTu95DQ6FOZ4BAHIM { width:3.8112rem;height:4.0625rem;top:35.4375rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On3nnh64q4fkJtmvXb9omRQF0i2kqgET { width:1.6237rem;height:1.6237rem;top:40.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1SdbFwiqTg6mhKls62o32hPV6DofQTb { width:3.75rem;height:4.0625rem;top:1.25rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKyHAWgiXWl9dSts9u8H1gz7UQdJFxPx { width:1.5625rem;height:1.5625rem;top:5.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpyHBWLkVBzTI2iTGtbXTEcITWfsSS9 { width:20rem;height:0;top:45.498739648437rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xwxWMCik3a7ownZncrzyc8mFlJpmQ2of { width:20rem;height:0;top:76.644992351531rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NoS6grAPIvfP3XzTkyAB2lwWqp9Q8o8H { top:42.3125rem;left:0rem;width:20rem;height:3.25rem;z-index:15028;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbUHTHeIISRLcTsC0e00v7ZAWNiT8mkT { top:6.8125rem;left:0rem;width:20rem;height:1.625rem;z-index:15029;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTThXEUyhmyUMLpkoMFtc6lRir1nToJM { height:25rem;width:20rem;top:9.271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9D7xhWQ8q9tfncKiDH1N7VlAh2vZAM { height:25rem;width:20rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5FS8BziDEwnVhyIoyp2thpFACTQGx84 { display:none; }#E5FS8BziDEwnVhyIoyp2thpFACTQGx84 > .row .container { width:20rem;height:106rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axIXTMZT17F3JvyRF6rAPZdkRhF0f9Jc { width:0.6875rem;height:0;top:1.64453125rem;left:3.2083334028721rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #ZvqABcJbVImolALRE4wlpmAQ2T2zfkG1 { width:20rem;height:3.25rem;top:7.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9QmwK79rTw0zx4lgZgm7ilmHNOTbg7 { width:1.6237rem;height:1.6237rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6hmLO38ecH8Mbl9p9ZCwydc65TVUbv { width:1.6237rem;height:1.6237rem;top:42.875rem;left:9.1875006258488rem;display:block; }
 }@media only screen and (max-width: 763px) { #B61GFS47ndJrEHgS1A9xEtrqTdQiU5MU { width:3.8112rem;height:4.0625rem;top:1.51953125rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G88h8kOI2CenTFuBM4f0spWKZ0mtOzNt { width:20rem;height:0;top:6.4986991882325rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bLJz2QXT2xg1N8Bl6M6beAGT0Thv5x0Z { width:3.8112rem;height:4.0625rem;top:38.895835876465rem;left:8.0937506258488rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RpfeDeNEXAzoEscbpIDD7T0h0WGC6qHS { width:20rem;height:1.625rem;top:45.5546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iBpvkr7euBfABaNtJ5mVX53aw2RsZOgK { height:25rem;width:20rem;top:48.751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE97vmqQdfZ5GxwAQoLr4m6TRvFGUI91 { width:3.81055rem;height:4.0625rem;top:0.6875rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #MrgDlNEIzysZrylDLoUo5gt6IV9cTdD3 { width:1.6875rem;height:1.6875rem;top:4.4375rem;left:9.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJ1VUmUVEuaCrE1zaWqWMTWtBnRwr3 { width:20rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ncVL4zWVaXFTRGJ5V4qNNRo6ii6FUCIT { height:25rem;width:20rem;top:75.001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH { display:none; }#mUlEd5v7CC7sd3mZEuuQTUgXRezdocJH > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwwFfazpC6HHZf2Pi96HNg6vEkwTID5K { width:0.6875rem;height:0;top:1.375rem;left:9.625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #OTtQ3fWtpzy9b9lsoRlouc5lLmU1feDr { width:20rem;height:1.625rem;top:41rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMMsAQW0rnfrVSPMs747RhqbHU572eRe { width:1.62305rem;height:1.62305rem;top:4.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dtnrTPv2mZNWbUwcAcRXzUiZXghk2d { height:25rem;width:20rem;top:44.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm6UCMtITfB8oiCDGr9Et9uFUDOQdeui { width:3.81055rem;height:4.0625rem;top:34.1875rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkiSxpuIFroCUzDfKT6JVfiP2IMhI7Rw { width:20rem;height:0;top:8.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C0HwOXGJBE15fJUuir5ZnX9IT2s59cw1 { width:20rem;height:1.625rem;top:65.560546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BFez8iwbEHPIur5p309lI5uEUy1DsHvh { height:25rem;width:20rem;top:8.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfxvgEx7JUS4OiE49Jeo5vA8swpgrbHn { width:3.81055rem;height:4.0625rem;top:0rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #N3moc4EJCslD043A6xGpkhqBpJ4e0rma { width:1.6875rem;height:1.6875rem;top:38.1875rem;left:9.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #X46uZ2oX9tDxgxE4VNuAEm2MawJkTSAe { width:20rem;height:1.625rem;top:5.904296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea { display:none; }#vK2Ctt6l4nvwSUSoHCrPOvUw6FVbbAea > .row .container { width:20rem;height:75.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQ3zbnFuPc4Zkago0ZpyeNrbf0VM8LQ7 { width:20rem;height:3.25rem;top:7.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHwAn6E8aigx0Iez5bUIiRsG5hT8v1S5 { width:1.6237rem;height:1.6237rem;top:5.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX2yiXEJwqJL83srCzBvfCddGyKCpzen { height:25rem;width:20rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfoLAgTQDqdD0Ei8xs1GIOBhfs11RQh { width:3.8112rem;height:4.0625rem;top:1.75rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SekP41MOt85IxMiS5JCyXpiTGyWBAXfz { width:3.75rem;height:2.5996125rem;top:73.8115rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SRpnhp9bCP7DlJcRr8k1p8pT62bXR4DD { height:25rem;width:20rem;top:49.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0eA2TUXZ3T2kcA1z9DtiFh6WnRydzxw { width:20rem;height:0;top:7.9921894073488rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KCqCe9kJaUqiMwR6F3PZe8o2ed78d4Gg { width:3.8125rem;height:4.0625rem;top:38.75rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #H5yzIJlZ5dTvNg1UpQ1lzhFePT3w2ybz { width:20rem;height:1.625rem;top:46.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RxT15gIdF73lSz3yf4yrOEb76BC8cQlU { width:1.62305rem;height:1.62305rem;top:0.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AffvCV9RVTMO0DGi1VzyDywFbm46wgz4 { width:3.81055rem;height:2.5996125rem;top:4.6875rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ { display:none; }#kNhEuWxK1Th73wWBkDVkG8TpgaA7RdMQ > .row .container { width:20rem;height:74.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXJUaV66ScKm8IqVBbGZxkkawrAnnTrq { width:20rem;height:3.25rem;top:44.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uL6bS6C7F1QCrnCmkBWLv0hnhVkFUEFv { height:25rem;width:20rem;top:48.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VezUJpTAQ92xRXP7p16Vz4GhPhzmbE4o { width:3.81055rem;height:4.0625rem;top:36.59765625rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoOURVCORr0qBbzwLMtcm66aT2rROdOD { width:3.75rem;height:2.5996125rem;top:2rem;left:8.125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d6TDZ3nl1dWWkBbzyI8d7xZ254GNsroC { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cfzGT32VrfI3aeABOTdTU3DWbICtTleK { width:1.62305rem;height:1.62305rem;top:41.2822265625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1JRvg6K45fHPxgcTOND2uk0BSNxohe { width:20rem;height:1.625rem;top:7.9755859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xAsNMUmIhtsEcSO9HTAIBbR0MSfclh0b { width:3.81055rem;height:4.0625rem;top:0rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ds9QyFnguiwlGer3nT8oxle5iUdeduPK { height:25rem;width:20rem;top:10.78515625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #JqrQSxBvNlTXS14xILmP2GdiIItT4G0O { width:1.62305rem;height:1.62305rem;top:5.2255859375rem;left:9.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HoNJGqvpTyhqDqcmAke3so4G8igGIzTS { display:none; }#HoNJGqvpTyhqDqcmAke3so4G8igGIzTS > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bM93760FMklC6TTZQ2z5vM24eog2RIAT { width:20rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huNiiPXPyLBCwBguk9Obb6UOF3IIxevr { width:1.6237rem;height:1.6237rem;top:4.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlrSZ7cpwMXGBMPhKJJ7UmnUQOyDLyhn { width:3.8125rem;height:0;top:0.8125rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kk5S8mGQbDHEzQohFtIC4UBPdJviceeC { width:3.8112rem;height:4.0625rem;top:0rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMBAxkFMm9cXPcqN2JwkAtUSUZiQnQEX { height:11.25rem;width:20rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuvdODIaiAdvCxzZO25Ed5tGh8tr17q { width:1.5625rem;height:1.5625rem;top:42.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erT3R5ZestbkrB593yHd30rPraCCgF6v { height:24.9375rem;width:20rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcKvBAr9IyBCHgmXHiwqtd9rvag1Lym { width:20rem;height:0;top:7.6232643127444rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GEMP8lKKw68CZ2t7svVn9g5sNxnqIyFT { width:3.8125rem;height:4.0625rem;top:37.5rem;left:8.125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #L1mfeTPVbWTS52LP6Up5b5do3QHvWtJf { top:44.9375rem;left:0rem;width:20rem;height:1.625rem;z-index:15010;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyfmShCrpxSnsoVFLNlU46tuoOFofV16 { display:none; }#GyfmShCrpxSnsoVFLNlU46tuoOFofV16 > .row .container { width:20rem;height:72.3603515625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kyRP0b8SVaAeS0Pb2a5QJT9eTfG0KFdB { width:3.8125rem;height:0;top:0.8125rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DQSTpbxBezUVKPtuUdv64fWvQBcilal9 { width:20rem;height:0;top:7.6232643127444rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h5su9II7tOTOKEy59vluZuinUGi7edD3 { width:20rem;height:1.625rem;top:6.9130859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #er4wtETrOXOuxso94AQa3BKVnG9yqy1t { width:3.8125rem;height:4.0625rem;top:0rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #J6XqV4CT4T5E1ssVONWmkSa4w4V5iJ85 { width:1.62305rem;height:1.62305rem;top:4.6875rem;left:9.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #f0oMkkF0T3tPItKhMw4ELcvaFBO3XThi { height:25rem;width:20rem;top:9.9853515625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hIPJJBKR1cpV7dAOQkMOCamJCBHVtNbm { width:3.8112rem;height:4.0625rem;top:34.25rem;left:39.25rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oGWh3L4HRJ4RwaPmAHBwfGsCkOHGwr7d { width:20rem;height:1.625rem;top:40.75rem;left:30.625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Df1WFBXfrKDGZzWCAhoTVTc2olODgPX9 { width:1.62305rem;height:1.62305rem;top:39.1884765625rem;left:9.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #OxvKaoxwpdqqCXaMTt9BP7uLQ4BikAfw { height:24.9375rem;width:20rem;top:43.625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kNw75TEh4rE69TdrZRvym85MGh848BXQ { width:3.81055rem;height:4.0625rem;top:34.9853515625rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tCHLKyvTzG8aTSfGewkWSSVLsMSlrmOK { width:20rem;height:1.625rem;top:41.322265625rem;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) { #QFqNwp9hC6VdMZxmaGuLHsoaVcP4rkGX { width:1.6237rem;height:1.6237rem;top:42.884765625rem;left:-17.6962890625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fK7bwHK08fngLkt9TvOSncRTrRAyipbL { height:24.9375rem;width:20rem;top:47.4228515625rem;left:-31.900390625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf { display:none; }#yfBrEXPlAZ3L7s2fEAOxHn7PLkn7NKOf > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AWfHIxSxTUoqnQ0mtaTxoK3DuRgWNziP { width:20rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNfhGT4KNG5fuKyWb0Df0k35CkzUsKlg { height:11.25rem;width:20rem;top:8.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOkwG83M4JXWOOv7QA1gzXoZMNVu13Q { width:1.5625rem;height:1.5625rem;top:3.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WctKWUrrD1pKftFvGIZMVb00W1ZkvNud { width:3.8125rem;height:0;top:1.5625rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nphl92qikXrLbaA5JJmU2DOdM8qg1aFx { width:20rem;height:0;top:9.833335876465rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dd01shRtZTXu4tTKEr3hvs1464kvxkNl { width:3.5rem;height:2.5996125rem;top:0rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTA0ccr1pJQTdBbCTppt5bIipVyM7MOF { width:2.25rem;height:2.25rem;top:27.660591125488rem;left:8.8749997615813rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnrX5CUlt8AITK4p0w4LZSkvHdl3dWBE { width:20rem;height:0;top:44.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QwvFmXbS29cZzbRCHGG7LvrEFPcrGCe2 { height:11.63575rem;width:20rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTImH5CyJQRDKtwwJanX7uvGUBVtnh1 { top:7.7630214691163rem;left:0rem;width:20rem;height:0;z-index:15009;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 { display:none; }#ts59zRLc9yMPnnTROSAazfbhBm5hwSJ6 > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0nGJUCf1xTKwTtTvIC5ImaCTtyqvTQI { width:3.8125rem;height:0;top:1.5625rem;left:8.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WNFeXesR4fxOkhSOq3wODKultRrxrpTl { width:20rem;height:0;top:9.833335876465rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TBZNFM3TCIh3Hmghq2N9Zfe6MXEwn40I { width:2.25rem;height:2.25rem;top:27.660591125488rem;left:8.8749997615813rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMvhTBx0EcqxfZzHnNB6Mx7suTiiQiVy { width:20rem;height:0;top:44.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #blEMXXKqufKhTTAOFbIMzWzV5nJGpOen { top:7.7630214691163rem;left:0rem;width:20rem;height:0;z-index:15009;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJ4kEQNbSoN4wPzOulyTaHz7V4XT21H { width:1.5625rem;height:1.5625rem;top:13.0625rem;left:34.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kBNZ8AKO1CLEXLkoCQ09D3goV5MN0sw5 { width:3.8125rem;height:4.0625rem;top:0.5087890625rem;left:8.09375rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AXUcgZKWHXa41Daf2HpibbVp210tkE0c { top:7.9375rem;left:0rem;width:20rem;height:1.625rem;z-index:15014;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBf0OSSUg6OUTs400XvNHZuu5KhoX7G7 { width:1.5625rem;height:1.5625rem;top:5.7587890625rem;left:9.21875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uxTEL6zvqxb6ugKk02HEFvRoGCvrmDeL { width:3.8125rem;height:4.0625rem;top:4.509521484375rem;left:-8.0078125rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JlMEsqg3WNRKoIkGTtMSSvvD7UIk63fv { height:11.63575rem;width:20rem;top:10.23828125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RmvJ0oePPF06REdTWp0VtqpHIMT03DXi { height:11.25rem;width:20rem;top:31.4365234375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3lZS1eSCHLf9bHAtlS7DkNdWmeqTsr { width:20rem;height:1.625rem;top:29.1005859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wZwtULxACTkp1xkzqvwP3WbOzrzoOvsX { width:1.5625rem;height:1.5625rem;top:26.5693359375rem;left:9.21875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #eAJVQm2GEGO4I4naRJ8WAS9xv683sO6d { width:3.5rem;height:4.0625rem;top:21.8125rem;left:8.25rem;font-size:3.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 { display:none; }#q3uPIEE9NVbwRXdkhDMxHXm5nDNoXeQ1 > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sTWRHnRt9J2ng5IeeZJ476vRgyf0ROcW { width:18.875rem;height:15.9163375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 { display:block; }#ZkpKP48AK1iT3KrscvTeS6hbikMCT7n3 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMflxOoQ0owMpULHfk7sIF4MA3bGBTBh { width:17.6875rem;height:7.3125rem;top:1.03125rem;left:1.15625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCUFI65MaIQGd39UTbszTV0zrF6lvWSm { display:block; }#tCUFI65MaIQGd39UTbszTV0zrF6lvWSm > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGV2aqrs1LyQwPnBGJMuv1sPggiwxOn8 { width:19.1875rem;height:13.64585625rem;top:1.3125rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZCIcv405kCydOtwLnlP64noz68mI6Vd { display:block; }#QZCIcv405kCydOtwLnlP64noz68mI6Vd > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4t7JE7kTaJEO7XoKm5FniZsI0kM7rBH { width:18.875rem;height:10.23436875rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp { display:block; }#T4UQBuE6DhULycfZOtzI9E3R1Ti1R8Xp > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASUnxsesRWEafowbTLNXiE5s8i314ULV { width:19.3125rem;height:17.05729375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 { display:block; }#MZG77G1bqf6T8DJM4csfi2JZqIqBI8W6 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n81CGs14hCCBIAcHPf0poUuBumX2IPsr { width:18.3125rem;height:9.09721875rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U { display:block; }#Q4ELqAfElKSZ5gw6yA0x2fTiohrcA47U > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsSwkJfrnhPlVDtmtKhiMyATBEdNhn8O { width:19.4375rem;height:6.8229125rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SE9KDnw7lZArafg555zBoytt63OzS3RJ { display:block; }#SE9KDnw7lZArafg555zBoytt63OzS3RJ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v39GJBpEir7Svo7o5EkNSHUR83T6SpVn { width:19.3125rem;height:6.8229125rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno { display:block; }#v8Ro8d69uBz4CNAxdtRWCXMyLON0Zyno > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzGwxVUahIlD4nOENpCH4POsVxrgqfbO { width:19.375rem;height:10.23436875rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ { display:block; }#Bg67MP66L7Wond8H3MMd1Z4FR0lexBeQ > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVHnzOdTQA8LF553dNQw6SXoPalxDBTX { width:19.375rem;height:5.68575625rem;top:2.1875rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV { display:block; }#L7EHaL3vqNR6RUDSZOWK9XkIUidNSqlV > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Bb1yFmIpWdosuseRGHJ19iBT6HebJq { width:19.8125rem;height:14.625rem;top:1.1552734375rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #biCT982mzRS6SUovBZGtS4recCpBvxUC { display:block; }#biCT982mzRS6SUovBZGtS4recCpBvxUC > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmlWCanHbLXZHpKTMS727llVmJgepWMn { width:5.4375rem;height:;top:22.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6kFLUHmaBin8S3eIns5muvFUaI1sT9H { width:4.25rem;height:5.5625rem;top:0.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrC5K0CrTenyT8aMmO1MqwSGTrc804rt { width:4.875rem;height:4.875rem;top:12.0625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBz233tKavrT2qTtzBwmuCT8GfPOzDm { width:12.5rem;height:2.4375rem;top:6.9375rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPwbUxJ9w1V8VGlg2bZqygZDRoFMIvHd { width:18.8125rem;height:1.4624rem;top:9.375rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCeEfdPl74OCWr4PewPza3eRTq66ydQb { width:12.5rem;height:2.4375rem;top:17.4375rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXpARLmOnoAO6TDH5XRWz4NXWsvogLty { width:18.8125rem;height:1.4624rem;top:20.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPdonCRoMgqpDVyss8WfrETFFOteZF3F { width:20rem;height:2.4375rem;top:27.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmZzJDpTGKN5BLA7VEAxhAlV12nEpTN5 { width:18.8125rem;height:1.4624rem;top:30.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKaEgiHqe34oUimcpkSJvukoqZLKVhvd { display:block; }#PKaEgiHqe34oUimcpkSJvukoqZLKVhvd > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTRO2rELDOJyJEGGoF8udwXTr8HlsPnL { width:12.5rem;height:2.4375rem;top:6.625rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #me0f4s2rzrconrQdNU2rBVkp0DTBpwOJ { width:20rem;height:1.4624rem;top:9.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1EeBJlErsWh1wOqt5TEPlsegGaM4gZn { width:12.5rem;height:2.4375rem;top:16.1875rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T44FGB9NQDigokXbW3TAHapWZmCKJCnA { width:18.8125rem;height:1.4624rem;top:18.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppoQnX1m3xkV2I9ATpZAJL3BKM0Zxzeu { width:12.5rem;height:2.4375rem;top:26.125rem;left:3.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9u9dPKPdmraBVGNxXLIGHKL5hnavaZQ { width:18.8125rem;height:2.9236125rem;top:28.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tfvd6nDommh5n0WtC11GNOI6UVE3g9QB { width:5.4375rem;height:4.6875rem;top:1.25rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8t2Kbgt2yAk85dHCerIbVQ7FRlpuoCG { width:4.25rem;height:4.125rem;top:11.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKfQWAGQ4x4azbbsfL0JTUemwkfRHIyg { width:4rem;height:4rem;top:21.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EvpU39I8/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.adaptive-delivery-prevent-bg, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyload, #ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T.lazyloading { background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { background-color: transparent; background-image: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row > .video-iframe-container { display: none; }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .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); }#ku0pHGWpJNdimh5IQ9gu5kTO0xPwco7T > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEvion9Ic4LtBe6lsRStxDxVyTW5cwuL { width:18.8125rem;height:44.125rem;top:1.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4XbPksBbLnH9ZpTBCMK4kOy7eIKeeTr { width:15.875rem;height:5.84765625rem;top:25.9375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cerE0SNOM4ft8XzhxkBAgRWq3a25zWF2 { width:18.125rem;height:4.3125rem;top:40.6875rem;left:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHli4kW0yOCFRsoOOfu7FoJ4Id6o8EiD { display:block; }
 }@media only screen and (max-width: 763px) { #kWHSTDzLP8RX4RLn244vvBScJkJy05Lx { width:17.8125rem;height:22.375rem;top:2.0625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKGAqt9Us4t55b5sN4cUCUwBFCuDwaO { width:12.125rem;height:12.125rem;top:30.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6DzwN6bns7FyFCtkzpTDUUJ2FTSihPH { width:12.125rem;height:12.0625rem;top:30.25rem;left:7.7515782828281rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS { display:block; }#rwITTiiAqVFNib2I2M1Wq71fs1AaB0qS > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkTUZdDbKs0K8hFcFoSHUr6lbVwrafn5 { width:20rem;height:3.65625rem;top:1.6875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCATa1STtssU8T83HkgAHBX34EZ8cKSk { width:20rem;height:9rem;top:6.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSQKDQ5A9Ppgz14nHkMKBCgdkPZTCt1G { width:9.375rem;height:12.25rem;top:16.84375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH { display:block; }#occfzyUTu23qQCMLEN4GyZcHMLQ9I3mH > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 { display:block; }#e7KociprTTq6Q7T7TbzVgfTJiWXlRJ04 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxR92aUACne5JXTyWrBMiL2RifP3wLsw { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKBylDSn6ahHfbhSVr8oGw2FcBnBMXbF { width:20rem;height:2.625rem;top:10.374052047729rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSMqiTThBQhKT7TbRVC1G7DhhiUwotJi { width:14.5rem;height:2.4375rem;top:15.32373046875rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hNw3tLnTe4XMQqEdRfpMyokLboS9Fod9 { width:10rem;height:9.9375rem;top:1.25rem;left:5rem;overflow:hidden;display:block; }
 }