.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/abe5ec17-cf07-4040-b8ee-de79122ed5ff/Runway20230630T14_11_15651ZExpandImage.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { 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:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.749rem;height:5.1863625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.25rem;left:12.125rem;display:block; }
#OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arRlJP5ZlkaLTduePDAEGNT40kp7ft14 { color:#000000;display:block;width:24rem;position:absolute;font-family:gosha;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.86);top:0.37044271826744rem;left:48.937500953674rem;height:4.6302rem;text-align:right;text-align-last:right;display:block; }
#vm4yLxTTU5sif9IgmXVKNGblsUT5laiU { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:gosha;font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.867349624634rem;left:7.34375rem;height:6.6614375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#grnuGtteEvAPBzPPe4VAlpAuIaFfsv2h { 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;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:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.7481875rem;height:5.1863625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.25rem;left:39rem;display:block; }
#Bd1LT45Sy1B2gEsxb4aKr24PnogygwqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2M0pr3D6Ped7tipsRXhmiBgiU7co45t { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:5.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.1092119216919rem;left:0rem;height:11.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rq3vEna0geNCcJwxRWgyBXRQfx1bMa2W { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:gosha;font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.911457061767rem;left:19.53125rem;height:2.193575rem;text-align:center;text-align-last:center;display:block; }
#msScCTpyNagH9tEOe7037aLOpfKFnC3R { 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:15010;top:32.4375rem;left:30.9375rem;display:block; }
#r5cZmOOte3BwZTk7MxKCfX1lJ3b4crgi { box-sizing:content-box;color:#ffed00;font-size:1.875rem;font-weight:400;line-height:1;height:2.687175rem;width:2.687175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:32.4375rem;left:33.625rem;display:block; }
#h6xsqhBhE3fbraDxMwutWc6CKP1XOv9J { 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:15012;top:32.4375rem;left:36.4375rem;display:block; }
#AurOQ9D9ZPBBTux77AuGO6ggFKTE2iJJ { 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:15013;top:32.4375rem;left:39.0625rem;display:block; }
#gnVeC0KeD9FKbR5Vg6U1xCTM07PpfSRT { 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:15014;top:32.4375rem;left:41.6875rem;display:block; }
#fpM37QFtJM9sJtoM3xP60iAsK2zWdN7V { color:#ffffff;display:block;width:59.9991875rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);top:36.25rem;left:7.5rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsxRiBHNGaZWwqPyTbLLtgZWirGOriC8 { position:absolute;display:block;z-index:15018;height:11.25rem;width:20rem;top:28.1875rem;left:44.4375rem;display:block; }
#hOCy35497o1ZDqJEcxCTd4E36v6zKeQE { 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:15010;top:32.4375rem;left:30.9375rem;display:none; }
#rCFeZP1doz6GtG3bvNgQx9G78EgRHi22 { 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:15010;top:32.4375rem;left:30.9375rem;display:none; }
#sIxhSPPDkggAdKIsFyB5QtCyNKb2vmpv { 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:15010;top:32.4375rem;left:30.9375rem;display:none; }
#HDNTTtV3WHNWHvgRkyuNSyVVLeaKKvUU { 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:15010;top:32.4375rem;left:30.9375rem;display:none; }
#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW { 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; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container { background-color: transparent; background-image: none; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container > .video-iframe-container { display: none; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row > .video-iframe-container { display: none; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .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); }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container { border-width: 0; border-radius: 0; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#LTf7oXPwf86f9cO4tFMtci3TtTbqX2TN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#oGzdJ0mXP8WGQ6iOG7F00R5AuHhpdC1J { color:#ffffff;display:block;width:73.8125rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:0rem;height:10.39975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T32pDvelKg3cQB4ZzMCZcvlL2UHMQOh0 { 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:43.75rem;width:75rem;top:20.686849594116rem;left:0rem;overflow:hidden;display:block; }
#dHEOTVs8GDfnIEHTqCFaI91yZ2TSBmPW { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.312498092651rem;left:0rem;height:2.51823125rem;text-align:center;text-align-last:center;display:block; }
#VigNmIOIpzkfnJWEUTy7aX2C7Ft3U0OM { color:#ffffff;display:block;width:62.93625rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:68.93749809265rem;left:6.03125rem;height:5.03645625rem;text-align:center;text-align-last:center;display:block; }
#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv { 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; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { background-color: transparent; background-image: none; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container > .video-iframe-container { display: none; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row > .video-iframe-container { display: none; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .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); }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { border-width: 0; border-radius: 0; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#uU6JAMkDZuhWBlKXRUOHUTuUwwlcws3P { color:#ffffff;display:block;width:62.936875rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.2781572341919rem;left:8.1111660003663rem;height:2.51871875rem;display:block; }
#wG4ReRy6ZkswVJPNwsqbolv2LOcaMiMx { color:#ffffff;display:block;width:69.123125rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8930673599243rem;left:2.9378261566162rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfSTtglw8xbbdBaZXqD97TTQsvLgyxsk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.7498125rem;width:32.3746875rem;top:14.562173843384rem;left:21.311847686767rem;display:block; }
#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed { 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; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { background-color: transparent; background-image: none; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container > .video-iframe-container { display: none; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row > .video-iframe-container { display: none; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .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); }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { border-width: 0; border-radius: 0; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#GyGFW551xLw7nIvbfhkWQzL3h5rZust0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:7.55859375rem;left:-31.25rem;overflow:hidden;display:block; }
#SiMAacEOd6J016DCIv01nPKD8XWJr6CU { color:#ffffff;display:block;width:71.25rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5498046875rem;left:1.875rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rIPfm24mZkPuyzUo6GP3vt0M88pO8TRs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.75rem;width:32.375rem;top:16.184898376465rem;left:21.311847686767rem;display:block; }
#cofzMzou9QC0K57tfp8TFkaQioFN38Ov { color:#ffffff;display:block;width:62.93625rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6344413757325rem;left:6.0310878753662rem;height:5.03645625rem;text-align:center;text-align-last:center;display:block; }
#nkfT8vDe5PMb2zEw9lwb9VnppCo59IVq { color:#ffffff;display:block;width:30.8748125rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:50.780437469483rem;left:21.311847686767rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd { 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; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container { background-color: transparent; background-image: none; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container > .video-iframe-container { display: none; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row > .video-iframe-container { display: none; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .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); }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container { border-width: 0; border-radius: 0; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container { font-size:0.875rem;font-family:arial;height:127.875rem;width:75rem;position:relative;display:block; }#w97213Mq2Rv6HJEBokOpik4M3otg7XRH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:7.55859375rem;left:-31.25rem;overflow:hidden;display:block; }
#n9FlsfEg7Bl7FWKeC0NSKoM1P4tWHFDl { color:#ffffff;display:block;width:71.25rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5498046875rem;left:1.875rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dL4vBkrDRLrKi9E5OPhb7UV2l6u1dSkU { color:#ffffff;display:block;width:62.93625rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.2499961853025rem;left:7.34375rem;height:2.51823125rem;text-align:center;text-align-last:center;display:block; }
#echxw3X9XzIlvRVsuXvpVLnO02oTzvto { color:#ffffff;display:block;width:61.125rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:121.75rem;left:8.25rem;height:1.70573125rem;text-align:left;text-align-last:left;display:block; }
#h3ogT6Kr5PZ8WbZzRhG4JOGT2FAWe9IT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.811875rem;width:60.3125rem;top:86.0625rem;left:8.5rem;display:block; }
#hNQF35cx9Ol2AEA3lSVqZl0d8ybhXOIu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.75rem;width:60.25rem;top:50.125rem;left:8.5rem;display:block; }
#glJriA0WcEsdn0K7WOMB2riR6SM5JLfz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.74925rem;width:60.2495625rem;top:14.291812300682rem;left:8.6574068069456rem;display:block; }
#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { background-color: transparent; background-image: none; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container > .video-iframe-container { display: none; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row > .video-iframe-container { display: none; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .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); }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { border-width: 0; border-radius: 0; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#eQ0KBus8mmIW7M2pBPl2rm6XdywKi2ex { 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:13.6875rem;width:9.0625rem;top:22.777503967285rem;left:3.24951171875rem;overflow:hidden;display:block; }
#a44rNOQ20k3dHx3MfWsf3xuX0oIKKaFk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#U6L9CGsJkTGEyGwiZV3uGUSieTbTFIhC { color:#ffffff;display:block;width:71.25rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlziT8xLKoPTegKIZPHoc3NhugnQBk1d { color:#ffffff;display:block;width:62.93625rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:4.125rem;height:2.51871875rem;text-align:center;text-align-last:center;display:block; }
#vmIT6qJhWxnWGaF0At1mG039wPu9Lz6R { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.7498125rem;width:32.3746875rem;top:13.248695373535rem;left:21.311847686767rem;display:block; }
#rRBGXHsg9oU7knCkVrxHFVvUwFCiCVCI { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:47.562661170959rem;left:21.311847686767rem;height:3.41145625rem;text-align:left;text-align-last:left;display:block; }
#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 { 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; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container { background-color: transparent; background-image: none; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container > .video-iframe-container { display: none; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row > .video-iframe-container { display: none; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .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); }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container { border-width: 0; border-radius: 0; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;position:relative;display:block; }#kXo4gwmHKVVZ3zDbGKR6n7D9zAAXwaek { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#rId2D73usoB75SE4A0iSaDg7egqnOGkk { color:#ffffff;display:block;width:73.8125rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:0rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fluBpFoGQkB8QTyqrxaBPy4C2oVPOJEr { color:#ffffff;display:block;width:49.749375rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0615234375rem;left:12.62451171875rem;height:5.03645625rem;text-align:center;text-align-last:center;display:block; }
#l1dblG0yFaa3i0rENGBQ6xD91UlxSvJw { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.339518547058rem;left:41.280925750733rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#D5Uu8iudNAc8PMeo26MNFxLtkkemHWwD { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.963052749634rem;left:0.77555465698244rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kmdNG3fHJQdyw92T5ax8w9ERRzOvg0QO { 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:44.5621875rem;width:35.5623125rem;top:22.583820343017rem;left:0rem;overflow:hidden;display:block; }
#w9aTJSaDeGvmzq2cINwNC8TBJqTBn3XW { 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:44.25rem;width:35.4375rem;top:22.644855499267rem;left:39.4384765625rem;overflow:hidden;display:block; }
#pXZgf2OaMry4Bst2egvneLvqdNB07m67 { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:68.688150405881rem;left:0.77555465698244rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#L891nWh7yqPCqW3ITKn2U3KqrKA84ZKk { color:#ffffff;display:block;width:31.8123125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:67.624836444856rem;left:41.311847686767rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container { background-color: transparent; background-image: none; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container > .video-iframe-container { display: none; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row > .video-iframe-container { display: none; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .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); }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container { border-width: 0; border-radius: 0; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;position:relative;display:block; }#VbpHB8EdCG78lUdwt16sUnWmKwOenGl2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:-0.12548828125rem;height:5.03645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6uAH9by5gpMagwMaeKyPQl0Z92rzygX { color:#ffffff;display:block;width:74.875rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.999357700348rem;left:0.093099594116213rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SaqWwOQSBTusTP2FrQgdKMpf3bPZHHOu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#uBS1sztsk8LG3RZ1vEz3MtabT32QdOhT { 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:34.6875rem;width:61.875rem;top:19.963388919831rem;left:6.5625rem;overflow:hidden;display:block; }
#LPlTXMJvufUuR0ZP0U21LcpsUenWLRQu { color:#ffffff;display:block;width:62.93625rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:55.83381652832rem;left:5.8430995941162rem;height:1.70605625rem;text-align:right;text-align-last:right;display:block; }
#DQkf6TXtFZAMgm13624cB1hqrriZz9h8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:61.459457397461rem;left:0rem;height:7.5546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { 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; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { background-color: transparent; background-image: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container > .video-iframe-container { display: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container { display: none; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .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); }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { border-width: 0; border-radius: 0; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#TouAoUeEU0lbUh4Gh65RQ6qGmR3abPIg { color:#ffffff;display:block;width:74.874375rem;position:absolute;font-family:gosha;font-size:4rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.60498046875rem;left:0.12532615661621rem;height:5.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 { 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; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container { background-color: transparent; background-image: none; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container > .video-iframe-container { display: none; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row > .video-iframe-container { display: none; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .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); }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container { border-width: 0; border-radius: 0; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container { font-size:0.875rem;font-family:raleway;height:38.5rem;width:75rem;position:relative;display:block; }#PLSAQBhA9OB5xh1FygOog0EVrKrmB0HE { 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; }
#C0vMZeU0TJvuuDuomNbOU6q129xA0VJH { 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; }#C0vMZeU0TJvuuDuomNbOU6q129xA0VJH.adaptive-delivery-prevent-bg, #C0vMZeU0TJvuuDuomNbOU6q129xA0VJH.lazyload, #C0vMZeU0TJvuuDuomNbOU6q129xA0VJH.lazyloading { background-image: none; }
#LSrJ86OODPvVWG5Ukexcsspfnk4SK8Eu { 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.34375rem;left:40rem;height:1.54369375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ICAvuyo9dlzpZpfDo4SxeEKrK9dNLRvd { 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:4.40625rem;left:40.0625rem;height:2.7986125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X9Xot77uyWv29icwl19qHHsXsfbITswB { 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.03125rem;left:37rem;display:block; }
#MsBHq7wSZdoDxi63hiCsr3ZfTK5EgRXT { color:#ffffff;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; }
#mpyqRpg6BkQavwkbqXrmlkoZvvrXhqlh { color:#ffffff;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:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N8XNCiBTHXUqnXOGUROkPWOFao1nGhiB { position:absolute;display:block;z-index:15002;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.3125rem;left:37rem;display:block; }
#z8z3oEgZnmegmFp9hbcUcwC83p4TQazX { color:#ffffff;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:5.597225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AlIfC6xa57qvD0wnpBZ1iu6eAGJCtbB4 { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17rem;left:40.0625rem;height:1.54369375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V7VWEeNIDZa82QhVrPzTwwqwTO8PfQWT { 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: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; }
#lvnCtxbkcNGX4yO75QtSs9spHpzFrfrg { color:#ffffff;display:block;width:30rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.999359130859rem;left:4.8125rem;height:1.54369375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ah83hDSDcLexNCivUwdamuFLDVyTVcho { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:28.4375rem;left:6.5rem;height:6.9965rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 { 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; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container { background-color: transparent; background-image: none; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container > .video-iframe-container { display: none; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row > .video-iframe-container { display: none; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .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); }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container { border-width: 0; border-radius: 0; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container { font-size:0.875rem;font-family:raleway;height:25.9375rem;width:75rem;position:relative;display:block; }#CUkDf10cv7qJvRPcBBVBfTpw8PQZP6Wc { 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.374675750733rem;display:block; }#CUkDf10cv7qJvRPcBBVBfTpw8PQZP6Wc.adaptive-delivery-prevent-bg, #CUkDf10cv7qJvRPcBBVBfTpw8PQZP6Wc.lazyload, #CUkDf10cv7qJvRPcBBVBfTpw8PQZP6Wc.lazyloading { background-image: none; }
#ho9OTfBQ4GiTrSL7R02uWtvGQfHkTCbB { 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:2.5308837890625rem;left:40rem;height:5.597225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNxGsvyIhsTE3kutbKxWUezCdWPXG88w { color:#ffffff;display:block;width:30.375rem;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.061847686767rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hmqhtDcnTSoOnr06WD9zXStkNuLdkDBq { 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:0.34375rem;left:37rem;display:block; }
#TsCEpbU6s4f6BI1JD81kqL979y8MFy4m { 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:8.40625rem;left:37rem;display:block; }
#dTMAwZDxUyfbNbB6cyTbmC1r8Zcp1TqQ { color:#ffffff;display:block;width:29.8125rem;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:5.375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SCurbfN86ED07Nw7IRBmCg6i4rfXDXHk { 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:10.71875rem;left:7.5rem;height:6.9965rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LUwsz3XPyWgMvT6BfF9ggb4y3tn6g2bT { 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:16.3125rem;left:36.99951171875rem;display:block; }
#RtCMn16zrJsgf71GznxfmzEWHHzduHUE { 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:18.3125rem;left:40.000001907349rem;height:8.3958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DE3bBFSltpF9aFTm29iJD1NopJXUQlKc { color:#ffffff;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:15.937347412109rem;left:40.061847686767rem;height:1.54361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 { 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; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container { background-color: transparent; background-image: none; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container > .video-iframe-container { display: none; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row > .video-iframe-container { display: none; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .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); }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container { border-width: 0; border-radius: 0; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container { font-size:0.875rem;font-family:raleway;height:26.375rem;width:75rem;position:relative;display:block; }#i3JApyEldgfTcU9RGFdz4Ex3HMsW6drU { 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; }#i3JApyEldgfTcU9RGFdz4Ex3HMsW6drU.adaptive-delivery-prevent-bg, #i3JApyEldgfTcU9RGFdz4Ex3HMsW6drU.lazyload, #i3JApyEldgfTcU9RGFdz4Ex3HMsW6drU.lazyloading { background-image: none; }
#HLONKcOdmrXR52zTqOrftKwcXFzqg5wX { 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:0rem;left:7.5rem;height:1.54361875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ihiv5pDBNKe8y8pHET9H0u8oRd0omZzq { 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:2.4375rem;left:7.5rem;height:8.3958125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f77Es6dZElDZzs6zAMeW9ZL2K51Lx11w { 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:0.25rem;left:37rem;display:block; }
#eqzsOWDmgTAEDV5B9StWDWSNmmnaGa1C { 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:9.75rem;left:37rem;display:block; }
#ofnWiDvPtZReEEIrPiLWroFUCHA4mygn { color:#ffffff;display:block;width:27.4373125rem;position:absolute;font-family:urbane;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.758483886719rem;left:40.060548782349rem;height:5.597225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7PM5EuNygu3iXTXN6B5T1qVQAlHy0An { 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:9.4375rem;left:40.0625rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xerTQ53z55IMvMqDVKiirK2U6IX6WTba { 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:18.25rem;left:37rem;display:block; }
#Kb2PQlyEOR3KBdF9Cg0ACn8ypQ3iGlSd { color:#ffffff;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:4.19791875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JkuN6LSnPhPHgapODhPXmachVIdR5GLl { color:#ffffff;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.54369375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i { 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; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { background-color: transparent; background-image: none; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container > .video-iframe-container { display: none; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row > .video-iframe-container { display: none; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .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); }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { border-width: 0; border-radius: 0; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#ZLekpoJ8ny95s1tO8VCeTKomgd4hVRnU { color:#f2f9ff;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1898412704467rem;left:2.935546875rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { 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; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { background-color: transparent; background-image: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { display: none; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .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); }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { border-width: 0; border-radius: 0; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { color:#ffffff;display:block;width:33.374rem;position:absolute;font-family:urbane;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:0.8837890625rem;left:40.3740234375rem;height:21.37149375rem;font-style:normal;display:block; }
#kDAXnuZnESOJFTuhJUf8Gtl27TlDM4Xg { box-sizing:content-box;color:#ffffff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:37.18701171875rem;left:40.061847686767rem;display:block; }
#VAhg18gh4oqIIQnyHuNed0IeIWVgcpFK { 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:40.125rem;width:26.6875rem;top:1.5712890625rem;left:3.6865234375rem;overflow:hidden;display:block; }
#vOCbUqoPDGQAspuukc2xvx1EL8Tl5fpt { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:37.312335014343rem;left:45.747066497802rem;display:block; }
#t4Hpb800WC03lAfeNkFB32TyqyBDmND4 { box-sizing:content-box;color:#ffffff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:43.3125rem;left:40.125rem;display:block; }
#NRLvmrLfcnwNwPXvHCLW1SDT44uxI2SP { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:43.5rem;left:45.8125rem;display:block; }
#W1Mr9WTdw1bSw0pulvuIMV05T8QJGpKk { 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:2.75rem;width:2.75rem;top:37.936632156372rem;left:51.861110687256rem;overflow:hidden;display:block; }
#ihaHyqcq09JmwTTyKlJ2ivxwVCdOtXTP { 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.75rem;width:2.75rem;top:44.0625rem;left:51.861110687256rem;overflow:hidden;display:block; }
#fgbIcq6GqrEBGhTVziRTOsUoT8wwbuzq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.6240234375rem;left:40.3740234375rem;height:1.625rem;font-style:normal;display:block; }
#aSGyhdax90HGZlbQpB4fGr1Gs4xodl2y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.6962890625rem;left:40.3740234375rem;height:1.625rem;font-style:normal;display:block; }
#pQnkgkrgU6RtqilSOcAPTK2L68muisQP { 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; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container { background-color: transparent; background-image: none; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container > .video-iframe-container { display: none; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row > .video-iframe-container { display: none; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .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); }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container { border-width: 0; border-radius: 0; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#wbG7Z1mE02gFCJOMopLb41NEk0vuF5am { color:#f2f9ff;display:block;width:69.124375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1898412704467rem;left:2.935546875rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nw6SoPBwZThTo5VaT1UQ7DxA6Ebxatza { 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:38.811875rem;width:51.9995rem;top:2.2517700195312rem;left:11.499835968017rem;overflow:hidden;display:block; }
#vcZiCEWTwr9bhprFdwhfxKe7XOrUNi3v { color:#ffffff;display:block;width:52rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.295083999634rem;left:11.424480438233rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container { background-color: transparent; background-image: none; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container > .video-iframe-container { display: none; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row > .video-iframe-container { display: none; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .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); }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container { border-width: 0; border-radius: 0; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container { font-size:0.875rem;font-family:arial;height:91.5rem;width:75rem;position:relative;display:block; }#k47iVdfHdXgFXz4mLZEVP2tAZRWvbNTU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#k4cWZCDkmbtHXvL39zL4aXUqyMysBdJ8 { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.999835968017rem;height:4.7124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tc0moMv1QVIJQGTSfrAXELt92uOaFiAl { 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:24.875rem;width:37.375rem;top:12.02392578125rem;left:0rem;overflow:hidden;display:block; }
#CKb2zaDlkAR4677ZWxoSyZGFs9EnXB88 { 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:24.875rem;width:37.375rem;top:12.023925185204rem;left:37.625rem;overflow:hidden;display:block; }
#eAQPl5MJBeOQadZ7sD7dLUVvzszZF3Js { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:37.375rem;top:37.273273468017rem;left:0rem;overflow:hidden;display:block; }
#lGaJ8umt0HeVoKTu70VTaBqTbW3fEZmU { 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:24.875rem;width:37.375rem;top:37.25rem;left:37.625rem;overflow:hidden;display:block; }
#nwBrg1PbI1mrJ3W2B7VGBJ8SB5dkXRzd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:37.375rem;top:62.4375rem;left:0rem;overflow:hidden;display:block; }
#t4mQGiuz9DnaafwpopMDGATF4oTm0REZ { 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:24.875rem;width:37.375rem;top:62.43750667572rem;left:37.624132156372rem;overflow:hidden;display:block; }
#JoWSFuldMLWLwZSEOV9ECDLrHgNU4u0i { color:#ffffff;display:block;width:75rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:88.504230499269rem;left:0rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { position:relative;display:block; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { background-color: transparent; background-image: none; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container > .video-iframe-container { display: none; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row > .video-iframe-container { display: none; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .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); }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { border-width: 0; border-radius: 0; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .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; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tREyLIM8BLWrBRyHSTIJ6BsiFTHgLSkr { color:#000000;display:block;width:65.625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.623291015625rem;left:2.4027786254883rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6JPW2iudNXpFMxvMZJg2wfpRusyrZvl { 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; }
#sQeto4wK7DFMeCTfqLPTXN2B2xaDHEr4 { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:urbane;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:2;letter-spacing:0;top:8.4375rem;left:18.09375rem;height:37rem;text-align:center;text-align-last:center;display:none; }
#F9nsalILvVIzAamE2HTuw6P0Z2mePmNA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:10.9375rem;top:12.562347412109rem;left:1.5934257507324rem;overflow:hidden;display:block; }
#BOT6vC5ZQznQnNBsslTOliDyB4KBkuD8 { color:#000000;display:block;width:30.434rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.051216125488rem;left:18.120660781861rem;height:6.82291875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VmKqMk9DTJ6lngwA45hW2NivriK9cmuh { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:urbane;font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:2;letter-spacing:0;top:8.4375rem;left:18.09375rem;height:37rem;text-align:center;text-align-last:center;display:none; }
#KyJTuRwzhkSTwAZUdsZZEAVeSitFzH9s { color:#000000;display:block;width:39.625rem;position:absolute;font-family:urbane;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:7.7413129806519rem;left:17.687501907349rem;height:18rem;text-align:left;text-align-last:left;display:block; }
#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 { 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; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container { background-color: transparent; background-image: none; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container > .video-iframe-container { display: none; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row > .video-iframe-container { display: none; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .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); }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container { border-width: 0; border-radius: 0; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#fIzOKXp6uyUDaRrLyJgWPcxfPakdmbZB { color:#ffffff;display:block;width:74.875rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nmfSpkZd4i1p1XTpDGZraTg539TAD16Q { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.4350583553313rem;left:15.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#atZru08QIlauoT6qmsZEDHsEmoCZv7aM { 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:39.125rem;width:66.875rem;top:11.648450851441rem;left:3.375rem;overflow:hidden;display:block; }
#JzAIHdVq7MCS0mx7kqWNZaCeoe9506p8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK { 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; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container { background-color: transparent; background-image: none; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container > .video-iframe-container { display: none; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row > .video-iframe-container { display: none; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .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); }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container { border-width: 0; border-radius: 0; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container { font-size:0.875rem;font-family:raleway;height:31.125rem;width:75rem;position:relative;display:block; }#eqTSkIEpSrizTGo5Aks12dzIpqoybGJy { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1875rem;left:7.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SczMzqRtL60ZBLziED98cnEeryk9WLXk { 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:16.125rem;left:7.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#buAgJhPMO0ai9TGgl3MSkit4M51pQ1tU { 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:24.9373125rem;width:35.1871875rem;top:3.0924491882324rem;left:33.124187469483rem;overflow:hidden;display:block; }
#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz { 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; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container { background-color: transparent; background-image: none; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container > .video-iframe-container { display: none; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row > .video-iframe-container { display: none; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .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); }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container { border-width: 0; border-radius: 0; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#QMHzyTskP2oG5n92JMX5rIf1cmqFuvGP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#B4hTCz9bkQu9etp9TNWeQnS2PFx8ZgIw { color:#ffffff;display:block;width:74.875rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.99951171875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cr1AqIP8cvt2r5Eha5rKkbMWRTrHUlyS { color:#ffffff;display:block;width:56.4371875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.4969062805175rem;left:9.2179374694825rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kxhpOKcqG9q3ko1tiClDIOT9BD5sBoup { 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:38rem;width:66.875rem;top:14.337565183639rem;left:3.5880546569824rem;overflow:hidden;display:block; }
#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container { background-color: transparent; background-image: none; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container > .video-iframe-container { display: none; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row > .video-iframe-container { display: none; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .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); }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container { border-width: 0; border-radius: 0; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container { font-size:0.875rem;font-family:arial;height:114.4375rem;width:75rem;position:relative;display:block; }#dzSqgmXP26OUr5f6Aiig11KTwB8V9y21 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#zeEy3uLsMm6DWtRRfifx7asUNvSwJd93 { position:absolute;display:block;z-index:15076;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:19.5625rem;top:22.4375rem;left:13.5625rem;display:block; }
#HA6soccv4AHPLO4R2QRA0gMfmlad3BFM { position:absolute;display:block;z-index:15078;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:16.875rem;left:13.5625rem;display:block; }
#an3XoTXH2H2BZCUDx9ueN4GqT3IeslZS { color:#000000;display:block;width:15.7489375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.4;letter-spacing:0;top:18.25rem;left:15.6875rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrA3I3r443MBw96gy9xq6Wdn4Gxfhe7A { color:#000000;display:block;width:19.375rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15084;line-height:1.4;letter-spacing:0;top:23.6875rem;left:13.9375rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5gTgKDnXGUWhwQVafkNsUwPXDuTnm3l { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15085;line-height:1.4;letter-spacing:0;top:29.727375686169rem;left:13.614093780517rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yifB7722GFoEkUb8JpPsJcW3701qUplT { 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:19.5625rem;height:5.375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:39.097202301026rem;left:13.618055343628rem;display:block; }
#vNZHB2iZ89INqb9J4FJCpEcFB0xE3fhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysrGAmKmwTzFTA1UhT14ZEEKqUTp7E8t { 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:19.6875rem;height:5.4375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:44.533894538879rem;left:44.7421875rem;display:block; }
#uU4ahGPz5mdfdIZuN1I2QZMDomG6AQKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CI1Z8IsFb61n7O7XOyzgZVofMzT8VnDb { position:absolute;display:block;z-index:15077;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.5rem;width:19.5625rem;top:28rem;left:13.5625rem;display:block; }
#Ha7arkCvWCPU8lhvTg5E6JhDJN4Cx4Dx { position:absolute;display:block;z-index:15082;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.5rem;width:19.6875rem;top:22.62451171875rem;left:44.687496185302rem;display:block; }
#AkQOTEhoQDyF6aNop0Ebp7DxhLw4EWI6 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15090;line-height:1.4;letter-spacing:0;top:23.87451171875rem;left:45.061847686767rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHTA5PJoaTNBKTPftErAMdW9MlITodLh { position:absolute;display:block;z-index:15083;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.1875rem;width:19.6875rem;top:28.1875rem;left:44.6875rem;display:block; }
#wpdVqiIne290hc2EUSB9eUZKobJpPmrr { position:absolute;display:block;z-index:15084;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.6875rem;top:17.062173843384rem;left:44.687496185302rem;display:block; }
#ZtczoP2av7XlFZbu8v9w4TJfAeThtc4T { color:#000000;display:block;width:19.561625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.4;letter-spacing:0;top:40.20920085907rem;left:44.803817749024rem;height:3.1493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BuR90tc786sVIRAFBkVdlnVuGb8RteJa { position:absolute;display:block;z-index:15079;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.875rem;width:19.625rem;top:33.624145507812rem;left:44.686630249024rem;display:block; }
#ioAhv8KHWqliObDRaAAk24KpEUFII1pa { 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:19.5625rem;height:4.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:44.596334457397rem;left:13.618055343628rem;display:block; }
#Zrni3KewPpUvzlzTCSELX4RtAJ2Ul0TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7k3RKN7rAJC7bPckmeJiWP3THG6tVk2 { 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:19.75rem;height:4.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:49.220485687256rem;left:44.7109375rem;display:block; }
#QnTRLXVkeA5rE7fIfHFHkmuEvlemowR5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMlwedBdEiP6tsGzgf880Z7Hfp15HrWc { position:absolute;display:block;z-index:15079;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.625rem;top:11.1875rem;left:13.5rem;display:block; }
#o8utDJlUU88wnqgmf6eG0xbIgUwz7OIa { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15081;line-height:1.4;letter-spacing:0;top:11.755208015442rem;left:15.024305343628rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niGZKnx3fETlXFmt0k18zuwom4EM8VUc { position:absolute;display:block;z-index:15080;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:19.6875rem;top:11.311847686767rem;left:44.687496185302rem;display:block; }
#ZCGZu9kpnne9oN61y9IpQ2qUmDE15TEf { color:#f2f9ff;display:block;width:17.5625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15082;line-height:1.4;letter-spacing:0;top:11.755208015442rem;left:45.8046875rem;height:3.14930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITQZOuT0bb2W3UvkmUeNgyn6UX4rvVvB { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.5625rem;left:14.624835968017rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fk22zsgHlUd2pWJlxyVloVctrtZpPlRL { 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.75rem;width:37.3125rem;top:56.892339706421rem;left:19.6875rem;display:block; }
#gspNbVPUbeMCPfyE2Nk89ZnlmczAV4rB { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.4;letter-spacing:0;top:57.985221862793rem;left:19.842014312744rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErFvthWLIJopIZBT7NwSFD1sirWarBPc { color:#000000;display:block;width:24.124125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.4;letter-spacing:0;top:68.560784339906rem;left:25.435764312744rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuKT3naEQCvDZktw9MnuiqNEvLKr1zHD { 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:37.3125rem;top:62.752603530881rem;left:19.6875rem;display:block; }
#XKLZR2r4xxgNeXXefbrTiuR187KTNKTJ { 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:37.3125rem;top:66.676215171813rem;left:19.6875rem;display:block; }
#EpEOttfw0OJBAgP96JlgJpoMspXMzSuR { 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:5rem;width:37.3125rem;top:71.599826812744rem;left:19.6875rem;display:block; }
#G5svRV6Lbkhp9Roq9K4KLBOzvXIx6O7c { 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:37.3125rem;top:76.710917472837rem;left:19.6875rem;display:block; }
#MoV5hZIQW1U67DJ532qDs2ikVzTa87yG { 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:5.6875rem;width:37.3125rem;top:81.821161270144rem;left:19.743057250976rem;display:block; }
#IIBHL6RG5GCO3BmyxwPqHistXRBgPKTI { color:#000000;display:block;width:33.624125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15079;line-height:1.4;letter-spacing:0;top:88.506946563719rem;left:21.5859375rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxhFNcO8Wq7bPkLan2P1lz572wuEsTRU { 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:20rem;height:5.625rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:92.543399810794rem;left:27.5rem;display:block; }
#lqtXQ01umWi5FDlXIAkFvn29ySVZNDIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdDDBwbrQaMQxU1pUnUIfbSvbLMRcdsT { 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:20.0625rem;height:5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:98.168359756469rem;left:27.46875rem;display:block; }
#FndZC5FMM7B6lBrXVHTCc0TMahdvTux2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mh8pdvgTQCrOlSoAInVkOdk1udnrnxen { color:#000000;display:block;width:15.7486875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15092;line-height:1.4;letter-spacing:0;top:18.477375686169rem;left:46.780597686767rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RH9aSeBriqQZk7Mr5yRQxX8HIzMB9i3q { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15086;line-height:1.4;letter-spacing:0;top:29.840656280517rem;left:44.624835968017rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IckPCVrSQdrpa10oR7rJ2fiLKMQ36zTZ { color:#000000;display:block;width:23.25rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15093;line-height:1.4;letter-spacing:0;top:63.927083015444rem;left:25.875rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3E7wo8A7WVt9RtRkmy48PorXGllJNXy { color:#000000;display:block;width:29.499125rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15087;line-height:1.4;letter-spacing:0;top:73.368055343625rem;left:22.904514312744rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5QqKaI1H5Bydc7CkLEHNGRaJ8ZWhgJa { color:#000000;display:block;width:24.936625rem;position:absolute;font-family:urbane;font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.4;letter-spacing:0;top:83.934028625487rem;left:25.9296875rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gO9NRwAEKSXRLIUkD1ZI964gvy3HtAeq { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:105.20915794373rem;left:16.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aGmaMIBJzFC4nF7kAG5pvRN8ZHtq4tnZ { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:110.18572044373rem;left:12.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLFXWgssuv9vQeuCIQ76TcPcQd3xM6vp { 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-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:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:104.3125rem;left:28.3125rem;display:none; }
#K9gHe5qX5e7XcX4LBNciFDeWSdBD8How { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3d43dlms9DQzE61CPEZch3Cpl518y2O { position:absolute;display:block;z-index:15078;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.5625rem;width:19.5625rem;top:34.35329914093rem;left:13.5625rem;display:block; }
#U9PQp69D03vHhFqTpqlauA9NJEWf9c4K { color:#000000;display:block;width:11.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:36.098958969116rem;left:17.586807250976rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fN4TT6pOiwdQEMrhyTho2SRhTfIPwdE1 { position:absolute;display:block;z-index:15084;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.1875rem;width:19.6875rem;top:38.22829914093rem;left:44.686630249024rem;display:block; }
#NT1qccBMqLRVVXI4dp8wiwi8TMyR5WCW { color:#000000;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15095;line-height:1.4;letter-spacing:0;top:35.902777671814rem;left:51.460941314698rem;height:1.57486875rem;font-style:normal;display:block; }
#kxRicpTNmUI3bfIirPCeESdlCHmFJTwl { 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.8125rem;width:37.3125rem;top:87.619794845581rem;left:19.842014312744rem;display:block; }
#qyFQhfBI9aq5bqwttdHgT7J6snEOvFtV { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15096;line-height:1.4;letter-spacing:0;top:78.391492843625rem;left:34.6875rem;height:1.75rem;font-style:normal;display:block; }
#ASF9NlDTGT8E8KHH53tzEab4pd2zCfwf { 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:37.3125rem;top:66.676215171813rem;left:19.6875rem;display:none; }
#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 { 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; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container { background-color: transparent; background-image: none; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container > .video-iframe-container { display: none; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row > .video-iframe-container { display: none; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .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); }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container { border-width: 0; border-radius: 0; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container { font-size:0.875rem;font-family:raleway;height:44.6875rem;width:75rem;position:relative;display:block; }#U64V7qMhm4pQMWMA5yGAksH2BssTeGDP { color:#000000;display:block;width:53.562rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;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; }
#NvPIWrSNch3rXloOzx4gmrWG54vetTQ3 { color:#000000;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:21.3115234375rem;left:11.437175750733rem;height:19.00348125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hJgTPzPJqUMGWuFodzIBEEIRVSyzCJvH { 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.4371875rem;width:18.6246875rem;top:11.871765136719rem;left:26.25rem;overflow:hidden;display:block; }
#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l { 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; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { background-color: transparent; background-image: none; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container > .video-iframe-container { display: none; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row > .video-iframe-container { display: none; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .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); }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { border-width: 0; border-radius: 0; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;position:relative;display:block; }#x8VXw8HLJqrySDITuxaXVuVlusq47MnX { 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;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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:5.99771875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:61.125484466552rem;left:24.18212890625rem;display:block; }
#HVrND7niA9XPmflh64c6y58T9uc8lAgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwEN9BX0I3lomT5JtZ1vboKgVPJXwDSQ { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:gosha;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:10.78125rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8cShVwDPE2rFPknCvTJIVgeVePDRuHr { color:#000000;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.8740234375rem;left:10.1220703125rem;height:6.822925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QgnFQO5KyOpOcwQe5X7v9MZ69Gkg6KO5 { color:#16d7da;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.623046875rem;left:10.1220703125rem;height:5.11719375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKc62dyqf7rdBZ7zMqVTkpkEaJsw3Br1 { color:#16d7da;display:block;width:60rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:36.7490234375rem;left:10.1220703125rem;height:5.11719375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZPcJH7oVHURNyuxsdPJ3Xzk2eqpB69bO { color:#16d7da;display:block;width:56.875rem;position:absolute;font-family:urbane;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:47.185766220093rem;left:10.119791030884rem;height:8.52865625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb { 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; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container { background-color: transparent; background-image: none; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container > .video-iframe-container { display: none; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row > .video-iframe-container { display: none; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .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); }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container { border-width: 0; border-radius: 0; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#k0bWH1QAZt5gUwMFpAiMmDXmq8EEl9M2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:9rem;top:54.9609375rem;left:63.123046875rem;overflow:hidden;display:none; }
#ZskAkhFbnATIlU2TWVFXRHiq0MbAUNnF { color:#ffffff;display:block;width:74.875rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4995114803314rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QtgFscqgAAvdrrLXuV3y0P193n1QiA1P { color:#ffffff;display:block;width:56.4371875rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9960935115813rem;left:9.2179374694825rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WeTPGGAb57zt8JT4KS51SkyxUkxdp8SV { 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:21.125rem;width:28.3125rem;top:14.00358068943rem;left:39.014484405517rem;overflow:hidden;display:block; }
#tbKokPMTQaAOyxCdTJe19TMN7GS6UTdP { 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:20.999375rem;width:20.999375rem;top:35.201006531716rem;left:39.047039031983rem;overflow:hidden;display:block; }
#vTs1eqVgFZuxRLOXEIsxatK7PdyoJHQC { 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:41.936875rem;width:31.624375rem;top:14.02506506443rem;left:7.4226894378663rem;overflow:hidden;display:block; }
#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC { 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; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container { background-color: transparent; background-image: none; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container > .video-iframe-container { display: none; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row > .video-iframe-container { display: none; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .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); }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container { border-width: 0; border-radius: 0; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container { font-size:0.875rem;font-family:raleway;height:75.9375rem;width:75rem;position:relative;display:block; }#wAlmMyc1NV3xkaPCZsTaEZRLgmVB551s { color:#000000;display:block;width:75rem;position:absolute;font-family:gosha;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.81201171875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rThng5Z1pTaaTifMxTiwIlKZrMA7w9TA { 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:14.7480625rem;width:14.7480625rem;top:19.05712890625rem;left:52.3125rem;overflow:hidden;display:block; }
#LMO2KkG1WnfOZ3G6sXiG13Sa0542Pf91 { position:absolute;display:block;z-index:15007;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:10.125rem;width:9.5625rem;top:11.0927734375rem;left:40.875rem;overflow:hidden;display:block; }
#GzcxCiuelysCDoVuPvMQVqEJW5DUS3wS { 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.9375rem;width:14.75rem;top:14.1865234375rem;left:23.3125rem;overflow:hidden;display:block; }
#AE93Q1cignK5WDiNQqElTe0uBs3GKOgR { 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:10.875rem;width:10.875rem;top:10.7177734375rem;left:10rem;overflow:hidden;display:block; }
#f0A82Qz3nE8T2SV72D45GuJh5RiX0Pkd { 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:7.875rem;width:11.25rem;top:64.68701171875rem;left:10.875rem;overflow:hidden;display:block; }
#s8UZAeBnbSmeWv8VvNQ7GqvK5Rm3Wyhl { 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:13.4375rem;width:13.4375rem;top:19.42919921875rem;left:8.875rem;overflow:hidden;display:block; }
#xCEv8DZGP1JgrfXgTf5MwPHkBqFErdSy { 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:7.9365rem;width:7.3125rem;top:22.14794921875rem;left:24.4375rem;overflow:hidden;display:block; }
#ZnBympQbDs7lrA9JvbDk0IQKQBMSnKtk { 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:14.5rem;top:13.21826171875rem;left:51.25rem;overflow:hidden;display:block; }
#EmhCWRSqvbTwndn316JrfJRd4mieUCxB { 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:7.812rem;width:8.625rem;top:39.90625rem;left:22.125rem;overflow:hidden;display:block; }
#WfQcEyZ3r7ZMkggVu1ho7SlLsint9omD { 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:5.874025rem;width:16.9365rem;top:22.9638671875rem;left:35.4375rem;overflow:hidden;display:block; }
#pDCNGhUeTG5t6CRO4gEOiqxSCExDZfMU { 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:5.8125rem;width:14.9375rem;top:31.5302734375rem;left:10.875rem;overflow:hidden;display:block; }
#L6andXXQqPZBZEDW1JWbo1bhPOa2DwAm { 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:4.3125rem;width:19.3125rem;top:32.7431640625rem;left:29.5625rem;overflow:hidden;display:block; }
#AZqe2gi4mDtumTbWMicZ7Jbk0RhcuxDU { 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:9.6855625rem;width:14.8125rem;top:46.966796875rem;left:50.3125rem;overflow:hidden;display:block; }
#OnpTatbHmFVmSKzIG6a4TWwRifFrJzkM { 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:7.5rem;width:14.3745rem;top:40.0615234375rem;left:34.25rem;overflow:hidden;display:block; }
#XMOWwT9SDR0bFX1VXOPwvzn69JdriDmf { 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:10.125rem;width:10.125rem;top:38.59375rem;left:10rem;overflow:hidden;display:block; }
#FVP20DJncze6QExLADnsg0BGAqiEtqtp { 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.5625rem;width:16.25rem;top:29.6552734375rem;left:49.625rem;overflow:hidden;display:block; }
#GJMqUBvc88z69LHkdZsGotyWvTTwg0G0 { 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:5.311525rem;width:14.3100625rem;top:57.56201171875rem;left:10.875rem;overflow:hidden;display:block; }
#t8eg9Iug77usGcqvykm5MMdxhVx7yVTu { 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.5rem;width:12.5rem;top:61.5625rem;left:25.5rem;overflow:hidden;display:block; }
#PHz2ERiKhtqPlAqVSrcILTT3dliRuIPo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1245125rem;width:22.6245rem;top:50.77978515625rem;left:26.125rem;overflow:hidden;display:block; }
#c7LkL1wIBzdfy8Dd198Lhfh09hwVhi6r { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.75rem;top:65.5rem;left:52rem;overflow:hidden;display:block; }
#X6TfxVmUSCiXM7H3cDXQpm5EOwdmyh35 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.25rem;top:50.77978515625rem;left:10.875rem;overflow:hidden;display:block; }
#e9Ti24F9pCrv5V0ZTyfEVZq38qWgKhTb { 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:5.75rem;width:12.75rem;top:40.93603515625rem;left:51.25rem;overflow:hidden;display:block; }
#VxAFZHWRoaZQHSX700E7ntgU5OeK8WF4 { 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:9.312rem;width:9.312rem;top:63.93701171875rem;left:39.4375rem;overflow:hidden;display:block; }
#BXZsMRtbflnyTvIlzUqwB5AcIiqiGwhs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.1875rem;top:57.1240234375rem;left:27rem;overflow:hidden;display:block; }
#P9DnpoZZ9y9y94W2b5oQVSM0NiMZVz5N { 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:10.125rem;width:10.125rem;top:55.12451171875rem;left:41.25rem;overflow:hidden;display:block; }
#KTlixSs5UW40pNk6T6EGJSIOWaMT8LtN { 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:9.375rem;width:9.375rem;top:55.4365234375rem;left:53.5rem;overflow:hidden;display:block; }
#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7842;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; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { background-color: transparent; background-image: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container > .video-iframe-container { display: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container { display: none; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .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); }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { border-width: 0; border-radius: 0; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:28.625rem;width:74.9375rem;top:1.75rem;left:0.0625rem;display:block; }
#HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { color:#ffffff;display:block;width:62.375rem;position:absolute;font-family:gosha;font-size:3.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4661254882812rem;left:6.3125rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { color:#45d9ff;display:block;width:35.1875rem;position:absolute;font-family:urbane;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.249633789062rem;left:19.843097686767rem;height:1.03125rem;display:block; }
#Tt4077pzuS30CCuHFHnlg5KQpgpySlpv { position:absolute;display:block;z-index:15007;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:10.3125rem;width:10.125rem;top:10.90625rem;left:43.6552734375rem;overflow:hidden;display:block; }
#Vduq2eGrK5R6lGu8CiTL8Kq0cowGW87E { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:urbane;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:10.906251907349rem;left:18.71875rem;height:6.75rem;display:block; }
#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { position:relative;display:block; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { background-color: transparent; background-image: none; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container > .video-iframe-container { display: none; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row > .video-iframe-container { display: none; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .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); }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { border-width: 0; border-radius: 0; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .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; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K38FloffNmArLu7ROCWC6sRQMCiaTEzL { color:#ffffff;display:block;width:25.1871875rem;position:absolute;font-family:urbane;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.499183654785rem;left:49.812824249267rem;height:7.03125rem;text-align:right;text-align-last:right;display:block; }
#VyBETCdngAq6IkqbzTwTMeoHmXigJ7CU { position:absolute;display:block;z-index:15007;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:7.9375rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { width:22.6875rem;height:5.125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block; }
 }@media only screen and (max-width: 763px) { #arRlJP5ZlkaLTduePDAEGNT40kp7ft14 { width:24rem;height:4.625rem;top:0.3125rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4yLxTTU5sif9IgmXVKNGblsUT5laiU { width:47.75rem;height:6.625rem;top:23.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnuGtteEvAPBzPPe4VAlpAuIaFfsv2h { width:22.6875rem;height:5.125rem;top:40.25rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1LT45Sy1B2gEsxb4aKr24PnogygwqQ { display:block; }
 }@media only screen and (max-width: 763px) { #F2M0pr3D6Ped7tipsRXhmiBgiU7co45t { width:47.75rem;height:3.574225rem;top:8.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq3vEna0geNCcJwxRWgyBXRQfx1bMa2W { width:35.9375rem;height:1.4619125rem;top:20.875rem;left:5.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msScCTpyNagH9tEOe7037aLOpfKFnC3R { width:2.625rem;height:2.625rem;top:32.4375rem;left:17.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5cZmOOte3BwZTk7MxKCfX1lJ3b4crgi { width:2.625rem;height:2.625rem;top:32.4375rem;left:20rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6xsqhBhE3fbraDxMwutWc6CKP1XOv9J { width:2.625rem;height:2.625rem;top:32.4375rem;left:22.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AurOQ9D9ZPBBTux77AuGO6ggFKTE2iJJ { width:2.625rem;height:2.625rem;top:32.4375rem;left:25.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnVeC0KeD9FKbR5Vg6U1xCTM07PpfSRT { width:2.625rem;height:2.625rem;top:32.4375rem;left:28.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpM37QFtJM9sJtoM3xP60iAsK2zWdN7V { width:47.75rem;height:1.1875rem;top:36.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsxRiBHNGaZWwqPyTbLLtgZWirGOriC8 { width:20rem;height:11.25rem;top:28.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOCy35497o1ZDqJEcxCTd4E36v6zKeQE { width:2.625rem;height:2.625rem;top:32.4375rem;left:17.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCFeZP1doz6GtG3bvNgQx9G78EgRHi22 { width:2.625rem;height:2.625rem;top:32.4375rem;left:17.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIxhSPPDkggAdKIsFyB5QtCyNKb2vmpv { width:2.625rem;height:2.625rem;top:32.4375rem;left:17.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDNTTtV3WHNWHvgRkyuNSyVVLeaKKvUU { width:2.625rem;height:2.625rem;top:32.4375rem;left:17.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW { display:block; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTf7oXPwf86f9cO4tFMtci3TtTbqX2TN { width:9rem;height:13.625rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGzdJ0mXP8WGQ6iOG7F00R5AuHhpdC1J { width:47.75rem;height:10.375rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32pDvelKg3cQB4ZzMCZcvlL2UHMQOh0 { width:47.75rem;height:27.854166666667rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEOTVs8GDfnIEHTqCFaI91yZ2TSBmPW { width:47.75rem;height:2.5rem;top:14.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VigNmIOIpzkfnJWEUTy7aX2C7Ft3U0OM { width:47.75rem;height:7.5rem;top:68.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv { display:block; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uU6JAMkDZuhWBlKXRUOHUTuUwwlcws3P { width:47.75rem;height:2.5rem;top:9.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG4ReRy6ZkswVJPNwsqbolv2LOcaMiMx { width:47.75rem;height:10.3984375rem;top:2.875rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfSTtglw8xbbdBaZXqD97TTQsvLgyxsk { width:32.3125rem;height:32.686904434406rem;top:14.5rem;left:7.6868476867675rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbp8AhBrQqKsg4INUx8otcMQRpRnzed { display:block; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyGFW551xLw7nIvbfhkWQzL3h5rZust0 { width:1.25rem;height:2rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiMAacEOd6J016DCIv01nPKD8XWJr6CU { width:47.75rem;height:5.1875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIPfm24mZkPuyzUo6GP3vt0M88pO8TRs { width:32.375rem;height:32.75rem;top:16.125rem;left:7.6868476867675rem;display:block; }
 }@media only screen and (max-width: 763px) { #cofzMzou9QC0K57tfp8TFkaQioFN38Ov { width:47.75rem;height:3.4121125rem;top:8.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkfT8vDe5PMb2zEw9lwb9VnppCo59IVq { width:30.8125rem;height:1.6875rem;top:50.75rem;left:7.6868476867675rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd { display:block; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w97213Mq2Rv6HJEBokOpik4M3otg7XRH { width:1.25rem;height:2rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FlsfEg7Bl7FWKeC0NSKoM1P4tWHFDl { width:47.75rem;height:5.1875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL4vBkrDRLrKi9E5OPhb7UV2l6u1dSkU { width:47.75rem;height:2.5rem;top:9.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #echxw3X9XzIlvRVsuXvpVLnO02oTzvto { width:47.75rem;height:1.6875rem;top:121.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ogT6Kr5PZ8WbZzRhG4JOGT2FAWe9IT { width:47.75rem;height:26.769230290947rem;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNQF35cx9Ol2AEA3lSVqZl0d8ybhXOIu { width:47.75rem;height:26.747525137631rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJriA0WcEsdn0K7WOMB2riR6SM5JLfz { width:47.75rem;height:26.747525137631rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n { display:block; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ0KBus8mmIW7M2pBPl2rm6XdywKi2ex { width:9.0625rem;height:13.6875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a44rNOQ20k3dHx3MfWsf3xuX0oIKKaFk { width:9rem;height:13.625rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6L9CGsJkTGEyGwiZV3uGUSieTbTFIhC { width:47.75rem;height:5.1875rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlziT8xLKoPTegKIZPHoc3NhugnQBk1d { width:47.75rem;height:2.5rem;top:8.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmIT6qJhWxnWGaF0At1mG039wPu9Lz6R { width:32.3125rem;height:32.686904434406rem;top:13.1875rem;left:7.6868476867675rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBGXHsg9oU7knCkVrxHFVvUwFCiCVCI { width:32.375rem;height:3.4375rem;top:47.5625rem;left:7.6868476867675rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 { display:block; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXo4gwmHKVVZ3zDbGKR6n7D9zAAXwaek { width:9rem;height:13.625rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rId2D73usoB75SE4A0iSaDg7egqnOGkk { width:47.75rem;height:5.1875rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fluBpFoGQkB8QTyqrxaBPy4C2oVPOJEr { width:47.75rem;height:3.4121125rem;top:8rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1dblG0yFaa3i0rENGBQ6xD91UlxSvJw { width:31.875rem;height:4.8125rem;top:16.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Uu8iudNAc8PMeo26MNFxLtkkemHWwD { width:19.6875rem;height:1.5625rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdNG3fHJQdyw92T5ax8w9ERRzOvg0QO { width:35.5rem;height:44.484105364352rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aTJSaDeGvmzq2cINwNC8TBJqTBn3XW { width:35.4375rem;height:44.25rem;top:22.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXZgf2OaMry4Bst2egvneLvqdNB07m67 { width:31.8125rem;height:1.625rem;top:68.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L891nWh7yqPCqW3ITKn2U3KqrKA84ZKk { width:31.75rem;height:3.1875rem;top:67.5625rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw { display:block; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbpHB8EdCG78lUdwt16sUnWmKwOenGl2 { width:47.75rem;height:5rem;top:3.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6uAH9by5gpMagwMaeKyPQl0Z92rzygX { width:47.75rem;height:1.70605625rem;top:10.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaqWwOQSBTusTP2FrQgdKMpf3bPZHHOu { width:9rem;height:13.625rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBS1sztsk8LG3RZ1vEz3MtabT32QdOhT { width:47.75rem;height:26.768939393939rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPlTXMJvufUuR0ZP0U21LcpsUenWLRQu { width:47.75rem;height:1.6875rem;top:55.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQkf6TXtFZAMgm13624cB1hqrriZz9h8 { width:47.75rem;height:7.5rem;top:61.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TouAoUeEU0lbUh4Gh65RQ6qGmR3abPIg { width:47.75rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 { display:block; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLSAQBhA9OB5xh1FygOog0EVrKrmB0HE { width:0.9375rem;height:0.9375rem;top:1.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vMZeU0TJvuuDuomNbOU6q129xA0VJH { width:0.5625rem;height:36.5625rem;top:1.625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ86OODPvVWG5Ukexcsspfnk4SK8Eu { width:27.4375rem;height:1.54296875rem;top:1.3125rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICAvuyo9dlzpZpfDo4SxeEKrK9dNLRvd { width:27.375rem;height:4.19824375rem;top:4.375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Xot77uyWv29icwl19qHHsXsfbITswB { width:0.9375rem;height:0.9375rem;top:9rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBHq7wSZdoDxi63hiCsr3ZfTK5EgRXT { width:27.4375rem;height:6.9375rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyqRpg6BkQavwkbqXrmlkoZvvrXhqlh { width:26.1875rem;height:1.5rem;top:8.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8XNCiBTHXUqnXOGUROkPWOFao1nGhiB { width:0.9375rem;height:0.9375rem;top:17.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8z3oEgZnmegmFp9hbcUcwC83p4TQazX { width:27.375rem;height:6.9970625rem;top:19.6875rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlIfC6xa57qvD0wnpBZ1iu6eAGJCtbB4 { width:28.125rem;height:1.54296875rem;top:16.9375rem;left:19.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7VWEeNIDZa82QhVrPzTwwqwTO8PfQWT { width:0.9375rem;height:0.9375rem;top:25.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnCtxbkcNGX4yO75QtSs9spHpzFrfrg { width:30rem;height:1.54296875rem;top:25.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah83hDSDcLexNCivUwdamuFLDVyTVcho { width:28.375rem;height:8.375rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 { display:block; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUkDf10cv7qJvRPcBBVBfTpw8PQZP6Wc { width:0.5625rem;height:25.9375rem;top:0rem;left:23.749675750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho9OTfBQ4GiTrSL7R02uWtvGQfHkTCbB { width:27.375rem;height:6.9970625rem;top:2.5rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxGsvyIhsTE3kutbKxWUezCdWPXG88w { width:30.375rem;height:1.5rem;top:0rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqhtDcnTSoOnr06WD9zXStkNuLdkDBq { width:0.9375rem;height:0.9375rem;top:0.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsCEpbU6s4f6BI1JD81kqL979y8MFy4m { width:0.9375rem;height:0.9375rem;top:8.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMAwZDxUyfbNbB6cyTbmC1r8Zcp1TqQ { width:29.8125rem;height:1.4619125rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCurbfN86ED07Nw7IRBmCg6i4rfXDXHk { width:27.375rem;height:8.3965rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUwsz3XPyWgMvT6BfF9ggb4y3tn6g2bT { width:0.9375rem;height:0.9375rem;top:16.3125rem;left:23.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtCMn16zrJsgf71GznxfmzEWHHzduHUE { width:27.4375rem;height:9.75rem;top:18.3125rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3bBFSltpF9aFTm29iJD1NopJXUQlKc { width:27.4375rem;height:1.5rem;top:15.875rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAPy02faxVW9ogMh231dHmmfGyOnfR1 { display:block; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3JApyEldgfTcU9RGFdz4Ex3HMsW6drU { width:0.5625rem;height:18.8125rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLONKcOdmrXR52zTqOrftKwcXFzqg5wX { width:27.4375rem;height:1.5rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihiv5pDBNKe8y8pHET9H0u8oRd0omZzq { width:27.4375rem;height:9.75rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77Es6dZElDZzs6zAMeW9ZL2K51Lx11w { width:0.9375rem;height:0.9375rem;top:0.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzsOWDmgTAEDV5B9StWDWSNmmnaGa1C { width:0.9375rem;height:0.9375rem;top:9.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofnWiDvPtZReEEIrPiLWroFUCHA4mygn { width:27.375rem;height:5.5625rem;top:11.75rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7PM5EuNygu3iXTXN6B5T1qVQAlHy0An { 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) { #xerTQ53z55IMvMqDVKiirK2U6IX6WTba { width:0.9375rem;height:0.9375rem;top:18.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb2PQlyEOR3KBdF9Cg0ACn8ypQ3iGlSd { width:27.375rem;height:4.19824375rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkuN6LSnPhPHgapODhPXmachVIdR5GLl { width:27.375rem;height:1.54296875rem;top:18.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i { display:block; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLekpoJ8ny95s1tO8VCeTKomgd4hVRnU { width:47.75rem;height:2.84375rem;top:3.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { display:block; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { width:33.3125rem;height:27.75rem;top:0.875rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDAXnuZnESOJFTuhJUf8Gtl27TlDM4Xg { width:4.125rem;height:4.25rem;top:37.125rem;left:23.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhg18gh4oqIIQnyHuNed0IeIWVgcpFK { width:26.6875rem;height:40.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCbUqoPDGQAspuukc2xvx1EL8Tl5fpt { width:4.0625rem;height:4.0625rem;top:37.25rem;left:25.309566497802rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Hpb800WC03lAfeNkFB32TyqyBDmND4 { width:4.0625rem;height:4.1859455883958rem;top:43.3125rem;left:23.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRLvmrLfcnwNwPXvHCLW1SDT44uxI2SP { width:4.0625rem;height:4.0625rem;top:43.5rem;left:25.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Mr9WTdw1bSw0pulvuIMV05T8QJGpKk { width:2.75rem;height:2.75rem;top:37.875rem;left:31.423610687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihaHyqcq09JmwTTyKlJ2ivxwVCdOtXTP { width:2.75rem;height:2.75rem;top:44.0625rem;left:31.423610687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgbIcq6GqrEBGhTVziRTOsUoT8wwbuzq { width:12.5rem;height:1.625rem;top:35.5625rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSGyhdax90HGZlbQpB4fGr1Gs4xodl2y { width:12.5rem;height:1.625rem;top:41.6875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQnkgkrgU6RtqilSOcAPTK2L68muisQP { display:block; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbG7Z1mE02gFCJOMopLb41NEk0vuF5am { width:47.75rem;height:2.84375rem;top:3.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6SoPBwZThTo5VaT1UQ7DxA6Ebxatza { width:47.75rem;height:35.640093294166rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZiCEWTwr9bhprFdwhfxKe7XOrUNi3v { width:47.75rem;height:1.6875rem;top:43.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FavABlTdMSVOHTaPdQlx4iShNxphNgd4 { display:block; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k47iVdfHdXgFXz4mLZEVP2tAZRWvbNTU { width:9rem;height:13.625rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4cWZCDkmbtHXvL39zL4aXUqyMysBdJ8 { width:47.75rem;height:4.6875rem;top:3.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0moMv1QVIJQGTSfrAXELt92uOaFiAl { width:37.375rem;height:24.875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKb2zaDlkAR4677ZWxoSyZGFs9EnXB88 { width:37.375rem;height:24.875rem;top:12rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQPl5MJBeOQadZ7sD7dLUVvzszZF3Js { width:37.375rem;height:24.875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGaJ8umt0HeVoKTu70VTaBqTbW3fEZmU { width:37.375rem;height:24.875rem;top:37.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBrg1PbI1mrJ3W2B7VGBJ8SB5dkXRzd { width:37.375rem;height:24.875rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mQGiuz9DnaafwpopMDGATF4oTm0REZ { width:37.375rem;height:24.875rem;top:62.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoWSFuldMLWLwZSEOV9ECDLrHgNU4u0i { width:47.75rem;height:1.6875rem;top:88.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { display:block; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tREyLIM8BLWrBRyHSTIJ6BsiFTHgLSkr { width:47.75rem;height:4.6875rem;top:1.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6JPW2iudNXpFMxvMZJg2wfpRusyrZvl { width:47.75rem;height:2.798825rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQeto4wK7DFMeCTfqLPTXN2B2xaDHEr4 { width:36.4375rem;height:37rem;top:8.4375rem;left:4.46875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9nsalILvVIzAamE2HTuw6P0Z2mePmNA { width:10.9375rem;height:16.624375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOT6vC5ZQznQnNBsslTOliDyB4KBkuD8 { width:30.375rem;height:6.8125rem;top:26rem;left:4.4956607818604rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmKqMk9DTJ6lngwA45hW2NivriK9cmuh { width:20rem;height:12.5rem;top:5.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyJTuRwzhkSTwAZUdsZZEAVeSitFzH9s { width:39.625rem;height:18rem;top:7.6875rem;left:4.0625019073486rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXS87LWfiVEIoOysgh2q38E92R4VwT1 { display:block; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIzOKXp6uyUDaRrLyJgWPcxfPakdmbZB { width:47.75rem;height:9.75rem;top:1.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfSpkZd4i1p1XTpDGZraTg539TAD16Q { width:44.375rem;height:1.625rem;top:8.375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atZru08QIlauoT6qmsZEDHsEmoCZv7aM { width:47.75rem;height:27.935981308411rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzAIHdVq7MCS0mx7kqWNZaCeoe9506p8 { width:9rem;height:13.5rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK { display:block; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqTSkIEpSrizTGo5Aks12dzIpqoybGJy { width:22.625rem;height:4.8125rem;top:10.1875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SczMzqRtL60ZBLziED98cnEeryk9WLXk { width:21.375rem;height:4.8125rem;top:16.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAgJhPMO0ai9TGgl3MSkit4M51pQ1tU { width:35.125rem;height:24.893239948845rem;top:3.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz { display:block; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMHzyTskP2oG5n92JMX5rIf1cmqFuvGP { width:9rem;height:13.5rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4hTCz9bkQu9etp9TNWeQnS2PFx8ZgIw { width:47.75rem;height:4.875rem;top:1.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr1AqIP8cvt2r5Eha5rKkbMWRTrHUlyS { width:47.75rem;height:4.875rem;top:8.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxhpOKcqG9q3ko1tiClDIOT9BD5sBoup { width:47.75rem;height:27.132710280374rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 { display:block; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzSqgmXP26OUr5f6Aiig11KTwB8V9y21 { width:9rem;height:13.625rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeEy3uLsMm6DWtRRfifx7asUNvSwJd93 { width:19.5rem;height:5.625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA6soccv4AHPLO4R2QRA0gMfmlad3BFM { width:19.5rem;height:5.625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #an3XoTXH2H2BZCUDx9ueN4GqT3IeslZS { width:15.6875rem;height:2.798825rem;top:18.1875rem;left:2.0618476867676rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrA3I3r443MBw96gy9xq6Wdn4Gxfhe7A { width:19.375rem;height:1.3994125rem;top:23.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5gTgKDnXGUWhwQVafkNsUwPXDuTnm3l { width:19.5rem;height:2.798825rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yifB7722GFoEkUb8JpPsJcW3701qUplT { width:19.5625rem;height:5.375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNZHB2iZ89INqb9J4FJCpEcFB0xE3fhI { display:block; }
 }@media only screen and (max-width: 763px) { #ysrGAmKmwTzFTA1UhT14ZEEKqUTp7E8t { width:19.6875rem;height:5.4375rem;top:44.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4ahGPz5mdfdIZuN1I2QZMDomG6AQKi { display:block; }
 }@media only screen and (max-width: 763px) { #CI1Z8IsFb61n7O7XOyzgZVofMzT8VnDb { width:19.5rem;height:6.4375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7arkCvWCPU8lhvTg5E6JhDJN4Cx4Dx { width:19.6875rem;height:5.4375rem;top:22.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQOTEhoQDyF6aNop0Ebp7DxhLw4EWI6 { width:19.1875rem;height:1.3994125rem;top:23.8125rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTA5PJoaTNBKTPftErAMdW9MlITodLh { width:19.6875rem;height:6.125rem;top:28.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpdVqiIne290hc2EUSB9eUZKobJpPmrr { width:19.6875rem;height:5.625rem;top:17rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtczoP2av7XlFZbu8v9w4TJfAeThtc4T { width:19.5rem;height:3.125rem;top:40.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuR90tc786sVIRAFBkVdlnVuGb8RteJa { width:19.625rem;height:4.875rem;top:33.5625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioAhv8KHWqliObDRaAAk24KpEUFII1pa { width:19.5625rem;height:4.625rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrni3KewPpUvzlzTCSELX4RtAJ2Ul0TJ { display:block; }
 }@media only screen and (max-width: 763px) { #f7k3RKN7rAJC7bPckmeJiWP3THG6tVk2 { width:19.75rem;height:4.875rem;top:49.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTRLXVkeA5rE7fIfHFHkmuEvlemowR5 { display:block; }
 }@media only screen and (max-width: 763px) { #EMlwedBdEiP6tsGzgf880Z7Hfp15HrWc { width:19.5625rem;height:5.6875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8utDJlUU88wnqgmf6eG0xbIgUwz7OIa { width:16.75rem;height:3.125rem;top:11.75rem;left:1.3993053436279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niGZKnx3fETlXFmt0k18zuwom4EM8VUc { width:19.6875rem;height:5.625rem;top:11.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCGZu9kpnne9oN61y9IpQ2qUmDE15TEf { width:17.5625rem;height:4.6875rem;top:11.75rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQZOuT0bb2W3UvkmUeNgyn6UX4rvVvB { width:46rem;height:4.6875rem;top:2.5rem;left:0.99983596801756rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk22zsgHlUd2pWJlxyVloVctrtZpPlRL { width:37.3125rem;height:5.75rem;top:56.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gspNbVPUbeMCPfyE2Nk89ZnlmczAV4rB { width:35.625rem;height:3.125rem;top:57.9375rem;left:6.2170143127441rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErFvthWLIJopIZBT7NwSFD1sirWarBPc { width:24.0625rem;height:1.5625rem;top:68.5rem;left:11.810764312744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuKT3naEQCvDZktw9MnuiqNEvLKr1zHD { width:37.3125rem;height:3.8125rem;top:62.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLZR2r4xxgNeXXefbrTiuR187KTNKTJ { width:37.3125rem;height:4.8125rem;top:66.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEOttfw0OJBAgP96JlgJpoMspXMzSuR { width:37.3125rem;height:5rem;top:71.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5svRV6Lbkhp9Roq9K4KLBOzvXIx6O7c { width:37.3125rem;height:5rem;top:76.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV5hZIQW1U67DJ532qDs2ikVzTa87yG { width:37.3125rem;height:5.6875rem;top:81.8125rem;left:6.1180572509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIBHL6RG5GCO3BmyxwPqHistXRBgPKTI { width:33.5625rem;height:3.125rem;top:88.5rem;left:7.9609375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxhFNcO8Wq7bPkLan2P1lz572wuEsTRU { width:20rem;height:5.625rem;top:92.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqtXQ01umWi5FDlXIAkFvn29ySVZNDIC { display:block; }
 }@media only screen and (max-width: 763px) { #gdDDBwbrQaMQxU1pUnUIfbSvbLMRcdsT { width:20.0625rem;height:5rem;top:98.125rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FndZC5FMM7B6lBrXVHTCc0TMahdvTux2 { display:block; }
 }@media only screen and (max-width: 763px) { #mh8pdvgTQCrOlSoAInVkOdk1udnrnxen { width:15.6875rem;height:2.798825rem;top:18.4375rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH9aSeBriqQZk7Mr5yRQxX8HIzMB9i3q { width:19.5rem;height:2.798825rem;top:29.8125rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IckPCVrSQdrpa10oR7rJ2fiLKMQ36zTZ { width:23.25rem;height:1.5625rem;top:63.875rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3E7wo8A7WVt9RtRkmy48PorXGllJNXy { width:29.4375rem;height:1.5625rem;top:73.3125rem;left:9.2795143127444rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5QqKaI1H5Bydc7CkLEHNGRaJ8ZWhgJa { width:24.875rem;height:1.5625rem;top:83.875rem;left:12.3046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9NRwAEKSXRLIUkD1ZI964gvy3HtAeq { width:41.625rem;height:3.625rem;top:105.1875rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGmaMIBJzFC4nF7kAG5pvRN8ZHtq4tnZ { width:47.75rem;height:2.4375rem;top:110.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLFXWgssuv9vQeuCIQ76TcPcQd3xM6vp { width:18.0625rem;height:3.4375rem;top:104.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9gHe5qX5e7XcX4LBNciFDeWSdBD8How { display:block; }
 }@media only screen and (max-width: 763px) { #c3d43dlms9DQzE61CPEZch3Cpl518y2O { width:19.5625rem;height:4.5625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9PQp69D03vHhFqTpqlauA9NJEWf9c4K { width:11.625rem;height:1.5625rem;top:36.0625rem;left:3.9618072509766rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4TT6pOiwdQEMrhyTho2SRhTfIPwdE1 { width:19.6875rem;height:6.1875rem;top:38.1875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1qccBMqLRVVXI4dp8wiwi8TMyR5WCW { width:6.25rem;height:1.5625rem;top:35.875rem;left:37.835941314698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRicpTNmUI3bfIirPCeESdlCHmFJTwl { width:37.3125rem;height:4.8125rem;top:87.5625rem;left:6.2170143127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyFQhfBI9aq5bqwttdHgT7J6snEOvFtV { width:5.625rem;height:1.75rem;top:78.375rem;left:21.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASF9NlDTGT8E8KHH53tzEab4pd2zCfwf { width:37.3125rem;height:4.8125rem;top:66.625rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 { display:block; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U64V7qMhm4pQMWMA5yGAksH2BssTeGDP { width:47.75rem;height:9.375rem;top:0.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvPIWrSNch3rXloOzx4gmrWG54vetTQ3 { width:47.75rem;height:20.375rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJgTPzPJqUMGWuFodzIBEEIRVSyzCJvH { width:18.5625rem;height:6.4156938455344rem;top:11.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l { display:block; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8VXw8HLJqrySDITuxaXVuVlusq47MnX { width:28.75rem;height:5.9375rem;top:61.125rem;left:10.55712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrND7niA9XPmflh64c6y58T9uc8lAgq { display:block; }
 }@media only screen and (max-width: 763px) { #CwEN9BX0I3lomT5JtZ1vboKgVPJXwDSQ { width:47.75rem;height:4.6875rem;top:2.8125rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8cShVwDPE2rFPknCvTJIVgeVePDRuHr { width:47.75rem;height:7.7988375rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgnFQO5KyOpOcwQe5X7v9MZ69Gkg6KO5 { width:47.75rem;height:5.199225rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKc62dyqf7rdBZ7zMqVTkpkEaJsw3Br1 { width:47.75rem;height:3.89941875rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPcJH7oVHURNyuxsdPJ3Xzk2eqpB69bO { width:47.75rem;height:6.49903125rem;top:47.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb { display:block; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0bWH1QAZt5gUwMFpAiMmDXmq8EEl9M2 { width:9rem;height:13.5rem;top:54.9375rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZskAkhFbnATIlU2TWVFXRHiq0MbAUNnF { width:47.75rem;height:9.75rem;top:2.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtgFscqgAAvdrrLXuV3y0P193n1QiA1P { width:47.75rem;height:3.25rem;top:8.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTPGGAb57zt8JT4KS51SkyxUkxdp8SV { width:28.3125rem;height:21.124920666895rem;top:14rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKokPMTQaAOyxCdTJe19TMN7GS6UTdP { width:20.9375rem;height:20.9375rem;top:35.1875rem;left:25.422039031983rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTs1eqVgFZuxRLOXEIsxatK7PdyoJHQC { width:31.5625rem;height:41.85482297081rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC { display:block; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAlmMyc1NV3xkaPCZsTaEZRLgmVB551s { width:47.75rem;height:4.8125rem;top:2.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThng5Z1pTaaTifMxTiwIlKZrMA7w9TA { width:14.6875rem;height:14.6875rem;top:19rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMO2KkG1WnfOZ3G6sXiG13Sa0542Pf91 { width:9.5625rem;height:10.125rem;top:11.0625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzcxCiuelysCDoVuPvMQVqEJW5DUS3wS { width:14.75rem;height:3.937633479101rem;top:14.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE93Q1cignK5WDiNQqElTe0uBs3GKOgR { width:10.875rem;height:10.875rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0A82Qz3nE8T2SV72D45GuJh5RiX0Pkd { width:11.25rem;height:7.875rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8UZAeBnbSmeWv8VvNQ7GqvK5Rm3Wyhl { width:13.4375rem;height:13.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCEv8DZGP1JgrfXgTf5MwPHkBqFErdSy { width:7.3125rem;height:7.9350625rem;top:22.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnBympQbDs7lrA9JvbDk0IQKQBMSnKtk { width:14.5rem;height:5.8744301331126rem;top:13.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhCWRSqvbTwndn316JrfJRd4mieUCxB { width:8.625rem;height:7.8105625rem;top:39.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfQcEyZ3r7ZMkggVu1ho7SlLsint9omD { width:16.875rem;height:5.8531919722764rem;top:22.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDCNGhUeTG5t6CRO4gEOiqxSCExDZfMU { width:14.9375rem;height:5.8126945671822rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6andXXQqPZBZEDW1JWbo1bhPOa2DwAm { width:19.3125rem;height:4.3125rem;top:32.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZqe2gi4mDtumTbWMicZ7Jbk0RhcuxDU { width:14.8125rem;height:9.6855625rem;top:46.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnpTatbHmFVmSKzIG6a4TWwRifFrJzkM { width:14.3125rem;height:7.4683979145013rem;top:40rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMOWwT9SDR0bFX1VXOPwvzn69JdriDmf { width:10.125rem;height:10.125rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVP20DJncze6QExLADnsg0BGAqiEtqtp { width:16.25rem;height:9.5627942398225rem;top:29.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJMqUBvc88z69LHkdZsGotyWvTTwg0G0 { width:14.25rem;height:5.2892313538114rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8eg9Iug77usGcqvykm5MMdxhVx7yVTu { width:14.0625rem;height:14.0625rem;top:61.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHz2ERiKhtqPlAqVSrcILTT3dliRuIPo { width:22.5625rem;height:3.1161481024618rem;top:50.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7LkL1wIBzdfy8Dd198Lhfh09hwVhi6r { width:12.75rem;height:6.1875rem;top:65.4375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6TfxVmUSCiXM7H3cDXQpm5EOwdmyh35 { width:11.25rem;height:3.1875rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Ti24F9pCrv5V0ZTyfEVZq38qWgKhTb { width:12.75rem;height:5.7495125rem;top:40.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxAFZHWRoaZQHSX700E7ntgU5OeK8WF4 { width:9.25rem;height:9.25rem;top:63.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXZsMRtbflnyTvIlzUqwB5AcIiqiGwhs { width:12.1875rem;height:6.312rem;top:57.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9DnpoZZ9y9y94W2b5oQVSM0NiMZVz5N { width:10.125rem;height:10.125rem;top:55.0625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlixSs5UW40pNk6T6EGJSIOWaMT8LtN { width:9.375rem;height:9.375rem;top:55.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { display:block; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { width:47.75rem;height:28.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { width:47.75rem;height:4.46875rem;top:4.4375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { width:35.125rem;height:2.0625rem;top:24.1875rem;left:6.2180976867676rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4077pzuS30CCuHFHnlg5KQpgpySlpv { width:10.125rem;height:10.3125rem;top:10.875rem;left:30.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vduq2eGrK5R6lGu8CiTL8Kq0cowGW87E { width:23.8125rem;height:6.75rem;top:10.875rem;left:5.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { display:block; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K38FloffNmArLu7ROCWC6sRQMCiaTEzL { width:25.125rem;height:7rem;top:7.4375rem;left:22.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBETCdngAq6IkqbzTwTMeoHmXigJ7CU { width:7.9375rem;height:2.75rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#611f94;background-image:url("https://images.assets-landingi.com/uc/e5ccc242-0109-40e1-84f9-9c813ce267f1/genAI_czyste_jpg.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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmA5TLPqTd8xD9boXm6UCB30bWXzklfX { width:17.5rem;height:4.43359375rem;top:24.8740234375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAVNICPCvx76Hu4IfQQDR73PKs3WK7Z { display:block; }
 }@media only screen and (max-width: 763px) { #arRlJP5ZlkaLTduePDAEGNT40kp7ft14 { width:20rem;height:3.09375rem;top:0.99934893846512rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vm4yLxTTU5sif9IgmXVKNGblsUT5laiU { width:20rem;height:3.29948125rem;top:17.34130859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grnuGtteEvAPBzPPe4VAlpAuIaFfsv2h { width:17.5rem;height:4.436525rem;top:31.25rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1LT45Sy1B2gEsxb4aKr24PnogygwqQ { display:block; }
 }@media only screen and (max-width: 763px) { #F2M0pr3D6Ped7tipsRXhmiBgiU7co45t { width:20rem;height:3.57465rem;top:6.0847978591919rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rq3vEna0geNCcJwxRWgyBXRQfx1bMa2W { width:20rem;height:1.23730625rem;top:14.6220703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #msScCTpyNagH9tEOe7037aLOpfKFnC3R { width:1.75rem;height:1.75rem;top:11.187501907349rem;left:4.0616862177849rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5cZmOOte3BwZTk7MxKCfX1lJ3b4crgi { width:2.625rem;height:2.625rem;top:36.0625rem;left:7.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6xsqhBhE3fbraDxMwutWc6CKP1XOv9J { width:2.625rem;height:2.625rem;top:39.9375rem;left:7.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AurOQ9D9ZPBBTux77AuGO6ggFKTE2iJJ { width:2.625rem;height:2.625rem;top:43.8125rem;left:7.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnVeC0KeD9FKbR5Vg6U1xCTM07PpfSRT { width:2.625rem;height:2.625rem;top:47.6875rem;left:7.4375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpM37QFtJM9sJtoM3xP60iAsK2zWdN7V { width:20rem;height:1.7986125rem;top:21.708984375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rsxRiBHNGaZWwqPyTbLLtgZWirGOriC8 { width:20rem;height:1.3125rem;top:37.1826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOCy35497o1ZDqJEcxCTd4E36v6zKeQE { width:1.749675rem;height:1.749675rem;top:11.1875rem;left:6.5869137644769rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rCFeZP1doz6GtG3bvNgQx9G78EgRHi22 { width:1.749675rem;height:1.749675rem;top:11.1875rem;left:14.274902045727rem;font-size:1.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sIxhSPPDkggAdKIsFyB5QtCyNKb2vmpv { width:1.749675rem;height:1.749675rem;top:11.1875rem;left:11.962890326977rem;font-size:1.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HDNTTtV3WHNWHvgRkyuNSyVVLeaKKvUU { width:1.749675rem;height:1.749675rem;top:11.1875rem;left:9.375162780285rem;font-size:1.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW { display:block; }#gUiHC74q3CQxfpxxX8F8pLhZrVEqe9EW > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTf7oXPwf86f9cO4tFMtci3TtTbqX2TN { width:3.9375rem;height:6.0625rem;top:16.875rem;left:8.03125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oGzdJ0mXP8WGQ6iOG7F00R5AuHhpdC1J { width:20rem;height:10.3993125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-family:gosha;display:block; }
 }@media only screen and (max-width: 763px) { #T32pDvelKg3cQB4ZzMCZcvlL2UHMQOh0 { width:20rem;height:11.666666666667rem;top:21.054689407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEOTVs8GDfnIEHTqCFaI91yZ2TSBmPW { width:20rem;height:5.1171875rem;top:13.687499046326rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VigNmIOIpzkfnJWEUTy7aX2C7Ft3U0OM { width:20rem;height:5.19791875rem;top:34.908855438233rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv { display:block; }#CIedQPEsNdzC2CVmtCZ0KfUDpAOPscTv > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uU6JAMkDZuhWBlKXRUOHUTuUwwlcws3P { width:19.875rem;height:5.1171875rem;top:9.313148498535rem;left:0.12499994039536rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wG4ReRy6ZkswVJPNwsqbolv2LOcaMiMx { width:20rem;height:4.3997375rem;top:2.359375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VfSTtglw8xbbdBaZXqD97TTQsvLgyxsk { height:25rem;width:20rem;top:16.5546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZbp8AhBrQqKsg4INUx8otcMQRpRnzed { display:block; }#bZbp8AhBrQqKsg4INUx8otcMQRpRnzed > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyGFW551xLw7nIvbfhkWQzL3h5rZust0 { width:2.875rem;height:2.5rem;top:1.25rem;left:8.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SiMAacEOd6J016DCIv01nPKD8XWJr6CU { width:20rem;height:2.6001rem;top:5.8743286132812rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-family:gosha;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rIPfm24mZkPuyzUo6GP3vt0M88pO8TRs { height:25rem;width:20rem;top:18.374816894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cofzMzou9QC0K57tfp8TFkaQioFN38Ov { width:20rem;height:6.8229375rem;top:10.186340332031rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkfT8vDe5PMb2zEw9lwb9VnppCo59IVq { width:20rem;height:2.59895625rem;top:44.560363769531rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd { display:block; }#ABVwJ3SpucKD9gDz6urgPo31q0XkGMPd > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w97213Mq2Rv6HJEBokOpik4M3otg7XRH { width:2.875rem;height:2.5rem;top:1.25rem;left:8.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n9FlsfEg7Bl7FWKeC0NSKoM1P4tWHFDl { width:20rem;height:5.19965rem;top:5.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-family:gosha;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dL4vBkrDRLrKi9E5OPhb7UV2l6u1dSkU { width:20rem;height:3.41145625rem;top:11.559900283814rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #echxw3X9XzIlvRVsuXvpVLnO02oTzvto { width:19.99925rem;height:3.8984375rem;top:55.682884216309rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h3ogT6Kr5PZ8WbZzRhG4JOGT2FAWe9IT { height:11.2101875rem;width:19.99925rem;top:42.726420402527rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNQF35cx9Ol2AEA3lSVqZl0d8ybhXOIu { height:11.203rem;width:19.99925rem;top:29.70486164093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJriA0WcEsdn0K7WOMB2riR6SM5JLfz { height:11.203151890107rem;width:20rem;top:16.578993797302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n { display:block; }#sXE1psQWR8tmKZiUo0iLZHcaidoZPB9n > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ0KBus8mmIW7M2pBPl2rm6XdywKi2ex { width:9.0625rem;height:13.6875rem;top:27.1465rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a44rNOQ20k3dHx3MfWsf3xuX0oIKKaFk { width:3.9375rem;height:6.0625rem;top:3.25rem;left:8.03125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #U6L9CGsJkTGEyGwiZV3uGUSieTbTFIhC { width:20rem;height:5.19965rem;top:11.185709714889rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-family:gosha;display:block; }
 }@media only screen and (max-width: 763px) { #MlziT8xLKoPTegKIZPHoc3NhugnQBk1d { width:20rem;height:3.41145625rem;top:17.66015625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmIT6qJhWxnWGaF0At1mG039wPu9Lz6R { height:25rem;width:20rem;top:23.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBGXHsg9oU7knCkVrxHFVvUwFCiCVCI { width:20rem;height:2.59895625rem;top:50.0703125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 { display:block; }#SnPTT3sSW4UDnsHK8thFwbJWVB88Dvw4 > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXo4gwmHKVVZ3zDbGKR6n7D9zAAXwaek { width:3.9375rem;height:6.0625rem;top:16.875rem;left:8.03125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rId2D73usoB75SE4A0iSaDg7egqnOGkk { width:20rem;height:7.7995rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-family:gosha;display:block; }
 }@media only screen and (max-width: 763px) { #fluBpFoGQkB8QTyqrxaBPy4C2oVPOJEr { width:20rem;height:6.8229375rem;top:11.31201171875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1dblG0yFaa3i0rENGBQ6xD91UlxSvJw { width:20rem;height:5.19791875rem;top:84.614242553713rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D5Uu8iudNAc8PMeo26MNFxLtkkemHWwD { width:19.6875rem;height:1.29980625rem;top:49.436157226562rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmdNG3fHJQdyw92T5ax8w9ERRzOvg0QO { width:20rem;height:25.061875rem;top:23.43603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aTJSaDeGvmzq2cINwNC8TBJqTBn3XW { width:20rem;height:25rem;top:57.811676025391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXZgf2OaMry4Bst2egvneLvqdNB07m67 { width:20rem;height:2.59895625rem;top:19.489242553711rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L891nWh7yqPCqW3ITKn2U3KqrKA84ZKk { width:20rem;height:2.59895625rem;top:53.685852050781rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw { display:block; }#QgRFTT8u2FKDGrnrIi7zu5uKuo0hpsMw > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbpHB8EdCG78lUdwt16sUnWmKwOenGl2 { width:20rem;height:8.528625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:urbane;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l6uAH9by5gpMagwMaeKyPQl0Z92rzygX { width:20rem;height:3.41145625rem;top:19.836263656616rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:urbane;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SaqWwOQSBTusTP2FrQgdKMpf3bPZHHOu { width:3.9375rem;height:6.0625rem;top:11.936197280884rem;left:8.0305983424188rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uBS1sztsk8LG3RZ1vEz3MtabT32QdOhT { width:20rem;height:11.212121212121rem;top:24.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPlTXMJvufUuR0ZP0U21LcpsUenWLRQu { width:20rem;height:0.97511875rem;top:36.6487625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DQkf6TXtFZAMgm13624cB1hqrriZz9h8 { width:20rem;height:11.940125rem;top:39.37190246582rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:urbane;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs { display:block; }#sQvrtaeqKHNCamzgU5IIVCiM98RG6FJs > .row .container { width:20rem;height:7.1345479980469rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TouAoUeEU0lbUh4Gh65RQ6qGmR3abPIg { width:20rem;height:5.19965rem;top:1.9360446929932rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;font-family:gosha;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 { display:block; }#tfCHtIDwIGxPDvrEHedl15gyBZqz5Tt7 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLSAQBhA9OB5xh1FygOog0EVrKrmB0HE { width:0.9375rem;height:0.9375rem;top:3.125rem;left:9.4995114207269rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vMZeU0TJvuuDuomNbOU6q129xA0VJH { width:0.125rem;height:11.75rem;top:48.56201171875rem;left:10.061848342419rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ86OODPvVWG5Ukexcsspfnk4SK8Eu { width:16.3125rem;height:1.349825rem;top:5.3125rem;left:1.8123371005058rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ICAvuyo9dlzpZpfDo4SxeEKrK9dNLRvd { width:18rem;height:4.89930625rem;top:7.3746337890625rem;left:0.99934893846512rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X9Xot77uyWv29icwl19qHHsXsfbITswB { width:0.9375rem;height:0.9375rem;top:13.374816894531rem;left:9.562174499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBHq7wSZdoDxi63hiCsr3ZfTK5EgRXT { width:17.7480625rem;height:8.5738125rem;top:20.686828613281rem;left:1.1246744990349rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mpyqRpg6BkQavwkbqXrmlkoZvvrXhqlh { width:17.8125rem;height:2.69965rem;top:15.562316894531rem;left:1.1246744990349rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N8XNCiBTHXUqnXOGUROkPWOFao1nGhiB { width:0.9375rem;height:0.9375rem;top:29.562133789062rem;left:9.5312497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8z3oEgZnmegmFp9hbcUcwC83p4TQazX { width:17.874rem;height:8.5738125rem;top:36.437133789062rem;left:1.0620116591454rem;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) { #AlIfC6xa57qvD0wnpBZ1iu6eAGJCtbB4 { width:15.999rem;height:2.69965rem;top:31.875rem;left:1.9986979365349rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V7VWEeNIDZa82QhVrPzTwwqwTO8PfQWT { width:0.9375rem;height:0.9375rem;top:47.687133789062rem;left:9.6248366236688rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnCtxbkcNGX4yO75QtSs9spHpzFrfrg { width:15.0615rem;height:4.04948125rem;top:49.81201171875rem;left:2.5927733778954rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ah83hDSDcLexNCivUwdamuFLDVyTVcho { width:17.937rem;height:9.798625rem;top:55.374328613281rem;left:1.0620116591454rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 { display:block; }#OV2nmhzVqCauExkHoAbLJG1EEZIv1Cv6 > .row .container { width:20rem;height:55.647552490234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUkDf10cv7qJvRPcBBVBfTpw8PQZP6Wc { width:0.125rem;height:0.125rem;top:22.687133789062rem;left:10.187174499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho9OTfBQ4GiTrSL7R02uWtvGQfHkTCbB { width:17.6875rem;height:8.5738125rem;top:8.9998168945312rem;left:1.0620116591454rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TNxGsvyIhsTE3kutbKxWUezCdWPXG88w { width:16.3125rem;height:2.69965rem;top:5.12451171875rem;left:1.8432616591454rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hmqhtDcnTSoOnr06WD9zXStkNuLdkDBq { width:0.9375rem;height:0.9375rem;top:2.8108520507812rem;left:9.530436217785rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsCEpbU6s4f6BI1JD81kqL979y8MFy4m { width:0.9375rem;height:0.9375rem;top:19.0625rem;left:9.5312497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMAwZDxUyfbNbB6cyTbmC1r8Zcp1TqQ { width:17.4365rem;height:2.69965rem;top:21.962890625rem;left:1.2809244990349rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SCurbfN86ED07Nw7IRBmCg6i4rfXDXHk { width:17.8125rem;height:9.798625rem;top:26.382629394531rem;left:1.0937499403954rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LUwsz3XPyWgMvT6BfF9ggb4y3tn6g2bT { width:0.9375rem;height:0.9375rem;top:37.874328613281rem;left:9.562174499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtCMn16zrJsgf71GznxfmzEWHHzduHUE { width:17.9365rem;height:11.0234375rem;top:44.624816894531rem;left:1.0620116591454rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DE3bBFSltpF9aFTm29iJD1NopJXUQlKc { width:15.249rem;height:2.69965rem;top:40.249816894531rem;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) { #FyAPy02faxVW9ogMh231dHmmfGyOnfR1 { display:block; }#FyAPy02faxVW9ogMh231dHmmfGyOnfR1 > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3JApyEldgfTcU9RGFdz4Ex3HMsW6drU { width:0.1875rem;height:0.125rem;top:23.687316894531rem;left:9.874674499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLONKcOdmrXR52zTqOrftKwcXFzqg5wX { width:17.25rem;height:2.69965rem;top:5.9375rem;left:1.3745116591454rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ihiv5pDBNKe8y8pHET9H0u8oRd0omZzq { width:17.8125rem;height:12.24825rem;top:10.498840332031rem;left:1.0937499403954rem;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) { #f77Es6dZElDZzs6zAMeW9ZL2K51Lx11w { width:0.9375rem;height:0.9375rem;top:3.6246337890625rem;left:9.5312497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzsOWDmgTAEDV5B9StWDWSNmmnaGa1C { width:0.9375rem;height:0.9375rem;top:23.4375rem;left:9.5312505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofnWiDvPtZReEEIrPiLWroFUCHA4mygn { width:17.8125rem;height:7.3489375rem;top:32.8125rem;left:1.0930989980698rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L7PM5EuNygu3iXTXN6B5T1qVQAlHy0An { width:15.124rem;height:2.69965rem;top:26.936157226562rem;left:2.4361978769303rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xerTQ53z55IMvMqDVKiirK2U6IX6WTba { width:1rem;height:1rem;top:41.62353515625rem;left:9.4995114207269rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb2PQlyEOR3KBdF9Cg0ACn8ypQ3iGlSd { width:17.124rem;height:6.12413125rem;top:48.87451171875rem;left:1.3110350966454rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JkuN6LSnPhPHgapODhPXmachVIdR5GLl { width:16.4375rem;height:2.69965rem;top:44.3115234375rem;left:1.7805988192558rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i { display:block; }#HpSkuy5XtZopZRuqkZWU7Vefo5KRUO1i > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLekpoJ8ny95s1tO8VCeTKomgd4hVRnU { width:18.1875rem;height:5.19965rem;top:1.25rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl { display:block; }#BAJyIQ4CqAQZcJGs4JxRWvybQ02IdIsl > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVfTwL7JhGrRJlMXRCbn4OtzfSEqL11x { width:17.9375rem;height:28.796875rem;top:26.8125rem;left:1.0625000298023rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDAXnuZnESOJFTuhJUf8Gtl27TlDM4Xg { width:4.1870125rem;height:4.1870125rem;top:58.465167999267rem;left:3.1860350966454rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhg18gh4oqIIQnyHuNed0IeIWVgcpFK { width:16.1875rem;height:24.3125rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCbUqoPDGQAspuukc2xvx1EL8Tl5fpt { width:4.0625rem;height:4.0625rem;top:58.527019500733rem;left:7.9687497019769rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Hpb800WC03lAfeNkFB32TyqyBDmND4 { width:4.0625rem;height:4.18213125rem;top:66.152667999269rem;left:3.2478839755058rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRLvmrLfcnwNwPXvHCLW1SDT44uxI2SP { width:4.0625rem;height:4.0625rem;top:66.2128868103rem;left:7.9687497019769rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Mr9WTdw1bSw0pulvuIMV05T8QJGpKk { width:2.7498375rem;height:2.7498375rem;top:59.183757781983rem;left:13.551432311535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihaHyqcq09JmwTTyKlJ2ivxwVCdOtXTP { width:2.7498375rem;height:2.7498375rem;top:66.868816375731rem;left:13.551432311535rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgbIcq6GqrEBGhTVziRTOsUoT8wwbuzq { width:12.5rem;height:1.625rem;top:63.528972625731rem;left:3.7499997019767rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSGyhdax90HGZlbQpB4fGr1Gs4xodl2y { width:12.5rem;height:1.625rem;top:71.0869102478rem;left:3.7499997019767rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQnkgkrgU6RtqilSOcAPTK2L68muisQP { display:block; }#pQnkgkrgU6RtqilSOcAPTK2L68muisQP > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbG7Z1mE02gFCJOMopLb41NEk0vuF5am { width:18.1875rem;height:2.6001rem;top:1.25rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw6SoPBwZThTo5VaT1UQ7DxA6Ebxatza { width:20rem;height:14.9275625rem;top:1.97509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZiCEWTwr9bhprFdwhfxKe7XOrUNi3v { width:20rem;height:2.9236125rem;top:19.40185546875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FavABlTdMSVOHTaPdQlx4iShNxphNgd4 { display:block; }#FavABlTdMSVOHTaPdQlx4iShNxphNgd4 > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k47iVdfHdXgFXz4mLZEVP2tAZRWvbNTU { width:3.9375rem;height:6.0625rem;top:2.9375rem;left:8.03125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #k4cWZCDkmbtHXvL39zL4aXUqyMysBdJ8 { width:20rem;height:5.19965rem;top:11.3740234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0moMv1QVIJQGTSfrAXELt92uOaFiAl { width:20rem;height:13.310980861044rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKb2zaDlkAR4677ZWxoSyZGFs9EnXB88 { width:20rem;height:13.310980861044rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQPl5MJBeOQadZ7sD7dLUVvzszZF3Js { width:20rem;height:13.310980861044rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGaJ8umt0HeVoKTu70VTaBqTbW3fEZmU { width:20rem;height:13.310980861044rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBrg1PbI1mrJ3W2B7VGBJ8SB5dkXRzd { width:20rem;height:13.310980861044rem;top:77.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mQGiuz9DnaafwpopMDGATF4oTm0REZ { width:20rem;height:13.310980861044rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoWSFuldMLWLwZSEOV9ECDLrHgNU4u0i { width:20rem;height:4.38541875rem;top:106.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CEvhSTV6TZfywVOUsG4QhCp05LMURe1i { display:block; }#CEvhSTV6TZfywVOUsG4QhCp05LMURe1i > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tREyLIM8BLWrBRyHSTIJ6BsiFTHgLSkr { width:20rem;height:2.51871875rem;top:1.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6JPW2iudNXpFMxvMZJg2wfpRusyrZvl { 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) { #sQeto4wK7DFMeCTfqLPTXN2B2xaDHEr4 { width:19.186625rem;height:0;top:25.934895515442rem;left:0.40538191795349rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F9nsalILvVIzAamE2HTuw6P0Z2mePmNA { width:10.9375rem;height:16.625rem;top:5.7239990234375rem;left:4.5000001490116rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOT6vC5ZQznQnNBsslTOliDyB4KBkuD8 { width:19.43575rem;height:8.7708375rem;top:18.689235895872rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #VmKqMk9DTJ6lngwA45hW2NivriK9cmuh { width:20rem;height:12.5rem;top:5.2517767623067rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KyJTuRwzhkSTwAZUdsZZEAVeSitFzH9s { width:20rem;height:0;top:31.83247175293rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtXS87LWfiVEIoOysgh2q38E92R4VwT1 { display:block; }#TtXS87LWfiVEIoOysgh2q38E92R4VwT1 > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIzOKXp6uyUDaRrLyJgWPcxfPakdmbZB { width:20rem;height:7.7995rem;top:9.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:gosha;display:block; }
 }@media only screen and (max-width: 763px) { #nmfSpkZd4i1p1XTpDGZraTg539TAD16Q { width:20rem;height:4.875rem;top:19.81201171875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #atZru08QIlauoT6qmsZEDHsEmoCZv7aM { width:20rem;height:11.700747663551rem;top:27.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzAIHdVq7MCS0mx7kqWNZaCeoe9506p8 { width:3.9375rem;height:5.9375rem;top:1.875rem;left:8.0305983424188rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK { display:block; }#Cz9BtUKklbF0UJIauVQCKIFtSnFX4eIK > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqTSkIEpSrizTGo5Aks12dzIpqoybGJy { width:20rem;height:3.00636875rem;top:1.5625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SczMzqRtL60ZBLziED98cnEeryk9WLXk { width:20rem;height:4.6308625rem;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) { #buAgJhPMO0ai9TGgl3MSkit4M51pQ1tU { width:19.8125rem;height:14.125rem;top:12.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz { display:block; }#mtPtwBHehyTOb8QCdnVGsIv52T4VmAiz > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMHzyTskP2oG5n92JMX5rIf1cmqFuvGP { width:3.9375rem;height:5.9375rem;top:1.7493515014649rem;left:8.0305983424188rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B4hTCz9bkQu9etp9TNWeQnS2PFx8ZgIw { width:20rem;height:5.19965rem;top:9.436809539795rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:gosha;display:block; }
 }@media only screen and (max-width: 763px) { #cr1AqIP8cvt2r5Eha5rKkbMWRTrHUlyS { width:20rem;height:9.75rem;top:17.56184387207rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxhpOKcqG9q3ko1tiClDIOT9BD5sBoup { width:20rem;height:11.3639375rem;top:30.68684387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 { display:block; }#q4KWdi0zyccahUyof1QRP9vPVXzcTtK0 > .row .container { width:20rem;height:161.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzSqgmXP26OUr5f6Aiig11KTwB8V9y21 { width:3.9375rem;height:6.0625rem;top:2.8125rem;left:8.03125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zeEy3uLsMm6DWtRRfifx7asUNvSwJd93 { width:19.5rem;height:3.75rem;top:29.761383056641rem;left:0.18717449903488rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #HA6soccv4AHPLO4R2QRA0gMfmlad3BFM { width:19.5rem;height:5.625rem;top:24.0234375rem;left:0.1875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #an3XoTXH2H2BZCUDx9ueN4GqT3IeslZS { width:15.686875rem;height:2.7986125rem;top:25.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #KrA3I3r443MBw96gy9xq6Wdn4Gxfhe7A { width:19.375rem;height:1.3997375rem;top:31rem;left:0.49967449903488rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #V5gTgKDnXGUWhwQVafkNsUwPXDuTnm3l { width:19.4995rem;height:2.7986125rem;top:35.5rem;left:0.24934893846512rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #yifB7722GFoEkUb8JpPsJcW3701qUplT { width:19.451388875rem;height:5.513888875rem;top:44.477430343628rem;left:0.27256941795349rem;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) { #vNZHB2iZ89INqb9J4FJCpEcFB0xE3fhI { display:block; }
 }@media only screen and (max-width: 763px) { #ysrGAmKmwTzFTA1UhT14ZEEKqUTp7E8t { width:19.6875rem;height:5.5rem;top:88.297744750975rem;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) { #uU4ahGPz5mdfdIZuN1I2QZMDomG6AQKi { display:block; }
 }@media only screen and (max-width: 763px) { #CI1Z8IsFb61n7O7XOyzgZVofMzT8VnDb { width:19.5rem;height:6.4375rem;top:33.616851806641rem;left:0.1875rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7arkCvWCPU8lhvTg5E6JhDJN4Cx4Dx { width:19.6875rem;height:3.8125rem;top:69.361978530881rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #AkQOTEhoQDyF6aNop0Ebp7DxhLw4EWI6 { width:19.186625rem;height:1.3997375rem;top:70.624132156375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #SHTA5PJoaTNBKTPftErAMdW9MlITodLh { width:19.6875rem;height:6.125rem;top:73.285631179812rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #wpdVqiIne290hc2EUSB9eUZKobJpPmrr { width:19.6875rem;height:5.625rem;top:63.997396469119rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ZtczoP2av7XlFZbu8v9w4TJfAeThtc4T { width:19.499125rem;height:2.799475rem;top:84.30468940735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #BuR90tc786sVIRAFBkVdlnVuGb8RteJa { width:19.6875rem;height:5.3125rem;top:82.92968940735rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #ioAhv8KHWqliObDRaAAk24KpEUFII1pa { width:19.5625rem;height:4.625rem;top:49.991319656372rem;left:0rem;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) { #Zrni3KewPpUvzlzTCSELX4RtAJ2Ul0TJ { display:block; }
 }@media only screen and (max-width: 763px) { #f7k3RKN7rAJC7bPckmeJiWP3THG6tVk2 { width:19.75rem;height:4.875rem;top:94.6796875rem;left:0rem;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) { #QnTRLXVkeA5rE7fIfHFHkmuEvlemowR5 { display:block; }
 }@media only screen and (max-width: 763px) { #EMlwedBdEiP6tsGzgf880Z7Hfp15HrWc { width:19.5625rem;height:5.6875rem;top:18.249359130859rem;left:0.18717449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8utDJlUU88wnqgmf6eG0xbIgUwz7OIa { width:16.7496875rem;height:3.1497375rem;top:19.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #niGZKnx3fETlXFmt0k18zuwom4EM8VUc { width:19.6875rem;height:5.625rem;top:58.261288642883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCGZu9kpnne9oN61y9IpQ2qUmDE15TEf { width:17.5rem;height:4.7246125rem;top:59.5546875rem;left:1.4678819179535rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #ITQZOuT0bb2W3UvkmUeNgyn6UX4rvVvB { width:20rem;height:2.35611875rem;top:12.24853515625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk22zsgHlUd2pWJlxyVloVctrtZpPlRL { width:19.875rem;height:5.6875rem;top:103.15017414093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gspNbVPUbeMCPfyE2Nk89ZnlmczAV4rB { width:20rem;height:3.1497375rem;top:104.47482681274rem;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) { #ErFvthWLIJopIZBT7NwSFD1sirWarBPc { width:20rem;height:1.3997375rem;top:114.4296913147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #OuKT3naEQCvDZktw9MnuiqNEvLKr1zHD { width:19.875rem;height:3.75rem;top:108.89323234558rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #XKLZR2r4xxgNeXXefbrTiuR187KTNKTJ { width:19.875rem;height:4.75rem;top:117.50434303284rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEOttfw0OJBAgP96JlgJpoMspXMzSuR { width:19.875rem;height:5rem;top:122.30990028381rem;left:0.013888895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5svRV6Lbkhp9Roq9K4KLBOzvXIx6O7c { width:19.875rem;height:5rem;top:127.36545562744rem;left:0.013888895511628rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #MoV5hZIQW1U67DJ532qDs2ikVzTa87yG { width:19.875rem;height:5.625rem;top:132.42103004456rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #IIBHL6RG5GCO3BmyxwPqHistXRBgPKTI { width:20rem;height:2.7986125rem;top:133.88975715637rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #uxhFNcO8Wq7bPkLan2P1lz572wuEsTRU { width:19.888888875rem;height:5.513888875rem;top:138.1015663147rem;left:0.11111110448837rem;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) { #lqtXQ01umWi5FDlXIAkFvn29ySVZNDIC { display:block; }
 }@media only screen and (max-width: 763px) { #gdDDBwbrQaMQxU1pUnUIfbSvbLMRcdsT { width:20rem;height:5rem;top:143.56075286865rem;left:0rem;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) { #FndZC5FMM7B6lBrXVHTCc0TMahdvTux2 { display:block; }
 }@media only screen and (max-width: 763px) { #mh8pdvgTQCrOlSoAInVkOdk1udnrnxen { width:15.686625rem;height:2.7986125rem;top:65.466146469119rem;left:2.1553819179535rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #RH9aSeBriqQZk7Mr5yRQxX8HIzMB9i3q { width:19.499125rem;height:2.7986125rem;top:75.004343032837rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #IckPCVrSQdrpa10oR7rJ2fiLKMQ36zTZ { width:20rem;height:1.3997375rem;top:110.12413501739rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #F3E7wo8A7WVt9RtRkmy48PorXGllJNXy { width:20rem;height:2.7986125rem;top:118.62326240539rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #W5QqKaI1H5Bydc7CkLEHNGRaJ8ZWhgJa { width:20rem;height:2.7986125rem;top:127.55293273926rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:urbane;display:block; }
 }@media only screen and (max-width: 763px) { #gO9NRwAEKSXRLIUkD1ZI964gvy3HtAeq { width:20rem;height:5.277775rem;top:150.64238166809rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGmaMIBJzFC4nF7kAG5pvRN8ZHtq4tnZ { width:20rem;height:3.16666875rem;top:157.05121421814rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLFXWgssuv9vQeuCIQ76TcPcQd3xM6vp { width:18.0623125rem;height:3.4375rem;top:152.12401580811rem;left:0.96761065721512rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9gHe5qX5e7XcX4LBNciFDeWSdBD8How { display:block; }
 }@media only screen and (max-width: 763px) { #c3d43dlms9DQzE61CPEZch3Cpl518y2O { width:19.5625rem;height:4.5625rem;top:39.803819656372rem;left:0.16232639551163rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #U9PQp69D03vHhFqTpqlauA9NJEWf9c4K { width:11.625rem;height:1.57486875rem;top:41.353302001953rem;left:5.2500002384186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4TT6pOiwdQEMrhyTho2SRhTfIPwdE1 { width:3.6875rem;height:6.3125rem;top:162.0902762413rem;left:0rem;z-index:14982;display:none; }
 }@media only screen and (max-width: 763px) { #NT1qccBMqLRVVXI4dp8wiwi8TMyR5WCW { width:6.25rem;height:1.57486875rem;top:124.07808303833rem;left:6.5998265743256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRicpTNmUI3bfIirPCeESdlCHmFJTwl { width:19.625rem;height:3.75rem;top:79.248226165769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyFQhfBI9aq5bqwttdHgT7J6snEOvFtV { width:5.625rem;height:1.75rem;top:80.301216125487rem;left:7.1875002384187rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASF9NlDTGT8E8KHH53tzEab4pd2zCfwf { width:19.875rem;height:4.75rem;top:112.69878864288rem;left:0rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 { display:block; }#BG9RXrrIPx0SLd5ErlIwURaMKEZonDV2 > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U64V7qMhm4pQMWMA5yGAksH2BssTeGDP { width:20rem;height:14.625rem;top:1.9368486404419rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvPIWrSNch3rXloOzx4gmrWG54vetTQ3 { width:20rem;height:32.48695rem;top:24.685057957947rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJgTPzPJqUMGWuFodzIBEEIRVSyzCJvH { width:12.937rem;height:4.43685rem;top:17.486165364564rem;left:3.5302731394767rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l { display:block; }#VHw5KmTFCPsTTPhcLUddNxZVhhItGl6l > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8VXw8HLJqrySDITuxaXVuVlusq47MnX { width:20rem;height:4.4375rem;top:57.36653137207rem;left:0.062499940395355rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrND7niA9XPmflh64c6y58T9uc8lAgq { display:block; }
 }@media only screen and (max-width: 763px) { #CwEN9BX0I3lomT5JtZ1vboKgVPJXwDSQ { width:20rem;height:2.19986875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J8cShVwDPE2rFPknCvTJIVgeVePDRuHr { width:18.75rem;height:11.69531875rem;top:5.9375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgnFQO5KyOpOcwQe5X7v9MZ69Gkg6KO5 { width:18.1875rem;height:10.3958375rem;top:18.62434387207rem;left:0.74951165914537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKc62dyqf7rdBZ7zMqVTkpkEaJsw3Br1 { width:18.0625rem;height:7.796875rem;top:31.07160949707rem;left:0.87483721971512rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZPcJH7oVHURNyuxsdPJ3Xzk2eqpB69bO { width:17.875rem;height:12.99479375rem;top:41.181640625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb { display:block; }#V9xUKSlv6VCt8POrGR8eDsgD2QTTRtsb > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0bWH1QAZt5gUwMFpAiMmDXmq8EEl9M2 { width:3.9375rem;height:5.9375rem;top:2.5rem;left:8.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZskAkhFbnATIlU2TWVFXRHiq0MbAUNnF { width:20rem;height:5.19965rem;top:9.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:gosha;display:block; }
 }@media only screen and (max-width: 763px) { #QtgFscqgAAvdrrLXuV3y0P193n1QiA1P { width:20rem;height:4.875rem;top:16.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeTPGGAb57zt8JT4KS51SkyxUkxdp8SV { width:20rem;height:15rem;top:49.936521530151rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKokPMTQaAOyxCdTJe19TMN7GS6UTdP { width:20rem;height:20rem;top:65.311563491819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTs1eqVgFZuxRLOXEIsxatK7PdyoJHQC { width:19.9375rem;height:26.4375rem;top:22.996417999267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC { display:block; }#CpQuGSvQScMaFSHrNpaIkAOPQZg5MSmC > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAlmMyc1NV3xkaPCZsTaEZRLgmVB551s { width:19.5600625rem;height:7.3125rem;top:2.27197265625rem;left:0.21826171875rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rThng5Z1pTaaTifMxTiwIlKZrMA7w9TA { width:9.75rem;height:9.75rem;top:48.03759765625rem;left:0.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMO2KkG1WnfOZ3G6sXiG13Sa0542Pf91 { width:6.9375rem;height:7.374rem;top:23.88671875rem;left:10.49560546875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GzcxCiuelysCDoVuPvMQVqEJW5DUS3wS { width:9.9375rem;height:2.4375rem;top:14.39599609375rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE93Q1cignK5WDiNQqElTe0uBs3GKOgR { width:6.312rem;height:6.312rem;top:12.45947265625rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0A82Qz3nE8T2SV72D45GuJh5RiX0Pkd { width:8.499rem;height:5.874025rem;top:86.92333984375rem;left:10.46630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8UZAeBnbSmeWv8VvNQ7GqvK5Rm3Wyhl { width:9rem;height:9rem;top:16.30029296875rem;left:10.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCEv8DZGP1JgrfXgTf5MwPHkBqFErdSy { width:5.7495125rem;height:6.249025rem;top:24.44775390625rem;left:2.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnBympQbDs7lrA9JvbDk0IQKQBMSnKtk { width:10.2495rem;height:4.0620125rem;top:18.77001953125rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhCWRSqvbTwndn316JrfJRd4mieUCxB { width:6.249025rem;height:5.625rem;top:50.10009765625rem;left:11.150390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfQcEyZ3r7ZMkggVu1ho7SlLsint9omD { width:16.875rem;height:5.85205rem;top:32.2216796875rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDCNGhUeTG5t6CRO4gEOiqxSCExDZfMU { width:8.499rem;height:3.1245125rem;top:44.6640625rem;left:10.8076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6andXXQqPZBZEDW1JWbo1bhPOa2DwAm { width:17.124rem;height:3.6870125rem;top:38.88671875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZqe2gi4mDtumTbWMicZ7Jbk0RhcuxDU { width:12.4365rem;height:8.0625rem;top:56.38134765625rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnpTatbHmFVmSKzIG6a4TWwRifFrJzkM { width:14.3115rem;height:7.46775rem;top:75.560546875rem;left:2.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMOWwT9SDR0bFX1VXOPwvzn69JdriDmf { width:8.625rem;height:8.625rem;top:55.72509765625rem;left:1.27880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVP20DJncze6QExLADnsg0BGAqiEtqtp { width:11.25rem;height:6.5rem;top:42.97802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJMqUBvc88z69LHkdZsGotyWvTTwg0G0 { width:9.4995rem;height:3.436525rem;top:88.14208984375rem;left:0.83935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8eg9Iug77usGcqvykm5MMdxhVx7yVTu { width:10.3125rem;height:10.3125rem;top:89.57763671875rem;left:9.68701171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PHz2ERiKhtqPlAqVSrcILTT3dliRuIPo { width:19.9995rem;height:2.76123125rem;top:83.02685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7LkL1wIBzdfy8Dd198Lhfh09hwVhi6r { width:7.9995rem;height:3.811525rem;top:103.6533203125rem;left:10.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6TfxVmUSCiXM7H3cDXQpm5EOwdmyh35 { width:14.0625rem;height:3.811525rem;top:65.06201171875rem;left:2.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Ti24F9pCrv5V0ZTyfEVZq38qWgKhTb { width:12.75rem;height:5.7495125rem;top:70.591796875rem;left:3.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxAFZHWRoaZQHSX700E7ntgU5OeK8WF4 { width:8.4375rem;height:8.4375rem;top:95.2158203125rem;left:1.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXZsMRtbflnyTvIlzUqwB5AcIiqiGwhs { width:7.812rem;height:3.8745125rem;top:92.79736328125rem;left:1.6845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9DnpoZZ9y9y94W2b5oQVSM0NiMZVz5N { width:7.374rem;height:7.374rem;top:95.74755859375rem;left:10.46630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlixSs5UW40pNk6T6EGJSIOWaMT8LtN { width:8.4375rem;height:8.4375rem;top:100.45263671875rem;left:1.37255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl { display:block; }#TIMW3hRIN51Eh5UGuGIQqFDOuDBK42xl > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTn82JFaTTvGgOH42gxNdfG3ROaaIZHC { width:18.875rem;height:29.0625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMe1xrpGoeXWltfOSm1pLX9Ohy61qFE { width:20rem;height:2.4375rem;top:4.529296875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4k4MXJVsIkmp9wUxmyiMF80lp7JiQET { width:15.3125rem;height:4.125rem;top:23.7490234375rem;left:4.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt4077pzuS30CCuHFHnlg5KQpgpySlpv { width:6.25rem;height:6.375rem;top:8.40625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vduq2eGrK5R6lGu8CiTL8Kq0cowGW87E { width:20rem;height:6.75rem;top:15.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U { display:block; }#uRZG0H60yiQuxoTsCqDtHuPBaUA9Xy9U > .row .container { width:20rem;height:13.4609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K38FloffNmArLu7ROCWC6sRQMCiaTEzL { width:20rem;height:7.3125rem;top:6.1484375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyBETCdngAq6IkqbzTwTMeoHmXigJ7CU { width:9.0625rem;height:3.125rem;top:1.8125rem;left:5.46875rem;overflow:hidden;display:block; }
 }