.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:#192434;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI { background-color:#0a17f7;background-image:url("https://images.assets-landingi.com/uc/c7791037-9359-41e4-9f00-0f2a33acfa8b/RUCHdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI.adaptive-delivery-prevent-bg, #qO1QqfivPcMfXwnq5TkymvC46OlrIuwI.lazyload, #qO1QqfivPcMfXwnq5TkymvC46OlrIuwI.lazyloading { background-image: none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container { border-width: 0; border-radius: 0; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;overflow:visible;position:relative;display:none; }#pCnEERwWz76TSuGx07wEhTFkzTKkFryf { 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:7.5rem;width:13.125rem;top:3.875rem;left:1.25rem;overflow:hidden;display:block; }
#LgHMBia3w3aEcReO2qBdm5Xq0ywTxiRX { display:block;width:36.9375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:1.25rem;height:3.0874rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#er5NSA7uhix1Rw7dhdF3tfJFTGJel2PA { 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:3.4375rem;width:32.8125rem;top:18.4375rem;left:1.125rem;overflow:hidden;display:block; }
#TlnfshXT5Tg5PfoILQR2FnZ8517qh2bc { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:24rem;left:1.25rem;height:5.39941875rem;display:block; }
#hTo4zAnLlByGflVHEWLzKeoHL22FZa4S { background-color:#ffaa00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.625rem;left:1.25rem;display:block; }
#mlybiElmNS6gAE210UJErgv9RqMlNBmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTnV5ruuFCAOde5d6BU5UZnRwvAM9oTE { background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,170,0,0.35);border-left:0.0625rem solid rgba(255,170,0,0.35);border-right:0.0625rem solid rgba(255,170,0,0.35);border-bottom:0.0625rem solid rgba(255,170,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.625rem;left:15.75rem;display:block; }
#KVtKkL9decSvStl5tEbnvcKuTIwN3dK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZziNAxdDDJRJwfgXaacB90BOwFWEPTfz { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:36.3125rem;left:1.25rem;height:1.5rem;display:block; }
#oLqI7QroMUiey6zBfovTxKWeNeQFsw8H { 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.3125rem;width:13.8125rem;top:31.71875rem;left:59.46875rem;overflow:hidden;display:block; }
#A5t7NkSgv1lKQ3WKTC4ZXCgXnaCpGaL5 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#MOFbceoWk6yMxZ9HvB0tpDQL09EzEZhq { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#XGGv9RTV1OrVU5tGQBTrtQexP1iNMFu5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#EdsyKTvATEn2iMENVssTZ4cLoxip0Hve { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#fvE8QV4pSZC4dzKsiSRXaA65B1zNPCAT { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#mu75Jnml8ORw1oUqqRWE2nZzIAk8fdA1 { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.5625rem;left:15.6875rem;display:none; }
#QUv3Q3oXEJ6qOHJhgcNTT47hrMlmATvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBfvG6UsQkAnhGUAxmu3OamyN4Xku5Bg { background-color:#ffaa00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.5625rem;left:0rem;display:none; }
#GmZGCt7SHdz7kWqS7V6artF3xilqNE0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0a17f7;background-image:url("https://images.assets-landingi.com/uc/ec8829a0-8516-45cc-8df5-4947cfa3e4d6/desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#nRPydm5qsKEsS1JOt4yLigSeC2p6dkdd { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:23.6875rem;left:0rem;height:6.372075rem;display:block; }
#xcMNAHEyZcAdVRZZlAM8VwSP7Vc7LdAB { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:37.4375rem;left:1.25rem;height:0;display:none; }
#e4Iv57aM2VZmOTPiCNfGxDt5m8HCm94C { 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:7.9375rem;width:13.8125rem;top:4rem;left:0.625rem;overflow:hidden;display:none; }
#AvrR83amqhWexGVfk3N5RPpDH01I4rEv { 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:2.75rem;width:11.5rem;top:5.3125rem;left:0.625rem;overflow:hidden;display:none; }
#eOlrzgaLZ0tEVqOITWEs3DP6d6rI4hFh { display:block;width:33.0625rem;position:absolute;font-family:ttsupermolotneue-demibold;font-size:3.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0.625rem;height:4.7124rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XdrztezuqRw1rrt93b3FmUNM5V6sJXvF { 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:1.25rem;width:13.4375rem;top:8.0625rem;left:1.625rem;overflow:hidden;display:none; }
#iht6oZMTrs7T4yzcVc6BI3ricTVw0Qhp { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#xNANeZVoHlKOtS74b7eyoIJL9MWXWFVG { background-color:#ffaa00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62.6875rem;left:22.75rem;display:none; }
#CbsV2AV6hIbUlR3BZfTTiN0w6urhbdTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#auTeUvQ34nxoEyzyvsiEK90c9AaUVmnF { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.6875rem;left:38.4375rem;display:none; }
#IdP6h43TBKJDPxctypswx1hS8vi5XI5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESxecAuWsmEbTEL6mLSQcdVJl0MmFps2 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#XrtqnCkRPTme4DS5EMUgetQRmDTCAHnQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#k1zZrABiWdd7BznytZSl6IO2BBfdbZU8 { 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:12.5rem;width:31.25rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
#VJPO6kvSwKRqTzM2nDa5JwCJr6T6d7kg { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:33.3125rem;left:0rem;height:1.59375rem;display:block; }
#ZfFvA29fqK1IJsAJnzPbF5RBVR0mGfTc { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.125rem;left:15.3125rem;display:block; }
#hRpTcXGdgSZ113pbhvtMWq4MC6K9GD28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxOeTa0caZ7sfLIf9zrORHMCwmDSkXWd { background-color:#ffaa00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.125rem;left:0rem;display:block; }
#VmZtQpPKUfTpTPFN95ZvWet7G5tul5U2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192434;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; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { background-color: transparent; background-image: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { display: none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .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); }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#eOTs87niixUS1RAgTeWI5xDReggvwCNe { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.5625rem;left:8.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#THiqrOIC2lPUuWlCH6RGy4zzgzats7rf { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.5625rem;left:19.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#Gz78TpR95HaNuAR9wsTAwtzFMei1PhRp { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.5625rem;left:32.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#FcKxlS8U8fOH6874e7KXvhOkEkkeWsiD { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:45.40625rem;height:0;text-align:center;text-align-last:center;display:none; }
#dRvnC9gpC219RLdNghdi2CenoTk8IDg3 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.5625rem;left:56.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#slxZn2GVqxbLg33vQXy7wKpaMwuO7tEe { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:"tt supermolot mobile";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#L2dMd4pLnw5z9aCbzwVBKMsBtTzldmgr { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.25rem;left:11.25rem;overflow:hidden;display:none; }
#GKQJQKwUXZAWL5lTG0MvpPd82W45eI5x { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.25rem;left:23.6875rem;overflow:hidden;display:none; }
#sASwIz2961oV3Iz5Fy47H2TkkVZh67TP { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.25rem;left:36rem;overflow:hidden;display:none; }
#dyH2uT8UUZX7JbTChghArskNC565PVnr { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.25rem;left:48.53125rem;overflow:hidden;display:none; }
#IGCo4Um6tBz8vxxL0ETaxkyAnCRsMv6H { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.25rem;left:60.9375rem;overflow:hidden;display:none; }
#gKNuoiy1gAVfNU7TNANXZAoeTdqGyEWQ { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:20.625rem;left:11.25rem;overflow:hidden;display:none; }
#y2J5ZeSD6WEVhVHrQudT5XFIRa6Tk9rx { 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:3rem;width:3rem;top:20.625rem;left:23.6875rem;overflow:hidden;display:none; }
#HKUmDdGpdBrTuTiWdMpcAbRb3abuq4BA { position:absolute;display:block;z-index:15055;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:3.1875rem;top:20.53125rem;left:35.90625rem;overflow:hidden;display:none; }
#pkT9EfZuMSGKS5AZMztap7xAszSQFsyh { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:20.25rem;left:48.15625rem;overflow:hidden;display:none; }
#Xq55rlmcvG1fKSOoHQ1ExJzQ3nFtklb0 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:20.25rem;left:60.5625rem;overflow:hidden;display:none; }
#CTBX3muK3PT1XhPeEltlyHf5KIkvTrAW { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:25.9375rem;left:56.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#Amb4wFogzTpInWnbAsJIc44TJTTiklpW { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.9375rem;left:45.4375rem;height:0;text-align:center;text-align-last:center;display:none; }
#TOSNI1vIbZpzh7EBd055GuuCn60UoFPL { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:25.9375rem;left:32.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#hOPNgCimJ0MQvcV4RqbgHUHUkw0n3eXJ { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:25.9375rem;left:19.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#fVTxu2NDJ1yCBIkrWmOlVAPJ3qqhUoDF { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.9375rem;left:8.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#yMUn8MlzSQbepDFdXK7Erho72TPbdVo7 { position:absolute;display:block;z-index:15072;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.25rem;width:2.125rem;top:47.1875rem;left:11.1875rem;overflow:hidden;display:none; }
#eFoyX4qUoIQpw1oMLEP6tvFhRo8zLnOi { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:52.6875rem;left:7.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#rwozqbMoTfQJX4g7mPW2trbPsrZceUif { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:52.6875rem;left:18.8125rem;height:0;text-align:center;text-align-last:center;display:none; }
#Q492CUwP9M0D708rNy2hrCfm9P8wEz4X { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:46.9375rem;left:22.8125rem;overflow:hidden;display:none; }
#TiEDTk4bf6TJWFTHnbAJotwoiAzTA7bq { position:absolute;display:block;z-index:15051;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.875rem;width:3rem;top:47.375rem;left:35.5rem;overflow:hidden;display:none; }
#FBRfXQJCFfxptTX4TFSPFVILWD7f5pZN { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:52.6875rem;left:32.375rem;height:0;text-align:center;text-align-last:center;display:none; }
#VWQR6AATzE5V6aO78DGirffnO343XLIF { background-color:rgba(255,255,255,0.08);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#fbf8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.3125rem;left:46.75rem;display:none; }
#t9ASD53oEwQoHi2yNKes4TeTtPwdz6qL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8JxgT1nlbAuLcT6oBrhNCczhoo3gH00 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#d3aLgud25RCs4iska0gmPodsUdJXBnGA { position:absolute;display:block;z-index:15040;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.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#tgedzhgEHLxfdrALgr8mpQTMezc0T82w { 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:3rem;width:3rem;top:38.4375rem;left:23.6875rem;overflow:hidden;display:none; }
#ABfrRzNCVp559FvQH6HLP4PpILBC270P { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#L5LiEVi9hOHUEaIPOX5UZC2QysgM25L6 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:19.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#mSmb1LLXxdf5kcKd84G1kGKyeG4wtCrb { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#Km3CvrywK6HS009taB9TITAluxmpqVTp { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.8125rem;left:60.5625rem;overflow:hidden;display:none; }
#R7gQxdW0ANalwpnnUuAr1TevidLKqI2t { position:absolute;display:block;z-index:15072;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.25rem;width:2.125rem;top:33.4375rem;left:11.6875rem;overflow:hidden;display:none; }
#UPKiNRdpHX4dHE2itUKn7PIqAETATye1 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:38.9375rem;left:8.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#QRcUf7h1yVSgBGfKz3rMzEFie9G4eIOT { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#TqgDH58FRpZ9Vgig1fOHkoaVxKaGnMu1 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:38.9375rem;left:19.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#PL2MRaBKQuTFqmrzltlrtaZ1p0WfOmAO { position:absolute;display:block;z-index:15051;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.875rem;width:3rem;top:33.625rem;left:36rem;overflow:hidden;display:none; }
#pRmSohsMhKyokhl4Wz4ECNKimVN9sKUi { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:38.9375rem;left:32.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#y3HidiyCWsf9yWRBqf3AzuSkZTgZfrSp { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.8125rem;left:60.5625rem;overflow:hidden;display:none; }
#ZVOGsNTq0Evu2uV3srpdL5fDK2qrWm1c { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:19.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#v48FkIXNeSdCbTqNwUuHGnfnS5eevv10 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#x1HXMpHByhsOehNulftEwJKGtsnkcMFl { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#LUaOXydxTDiGRHMNtEqLzZ5wLRvRnxXS { position:absolute;display:block;z-index:15059;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:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#EIAvfUBzGdcpVMqirUatv0caiFBcm7Q6 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#O1Q1U8AWUMfBZVtn85QuJNP24MN8qaQ3 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#fJTgZB0i464DP2yfpmAx7nl1xT9359JV { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:19.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#NgPkhVT9kScQ2AvP8VKhqADIi7y7Sfzr { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#iGSA7xexsASH2n52XR6bT4tnRVL4Q5Gr { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#ZR8UUkpDkB81EezbfGD0mFBvJUK7MrvE { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#uEMbTzebycdlstyHZwbhKgD4tru9ATdK { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2rem;top:26.84375rem;left:42.09375rem;overflow:hidden;display:none; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#192434;padding-top:0.860625rem;padding-right:0.785rem;padding-bottom:0.860625rem;padding-left:0.785rem;display:block;align-items:center;width:4.706875rem;min-width:4.706875rem;height:4.62375rem;position:relative;font-family:inter;font-size:3.441875rem;font-weight:700;line-height:73.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.53875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.276875rem;height:1.826875rem;position:relative;font-family:inter;font-size:1.291875rem;font-weight:400;line-height:29.23px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#192434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:29.125rem;height:8.710625rem;padding-top:1.07625rem;padding-right:1.12rem;padding-bottom:1.07625rem;padding-left:1.12rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.70751953125rem;left:39.9375rem;z-index:15011; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #od63GoushIFuLIXnwLRuVNbbgD7T8fH8 { display:flex;position:relative;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #TvHnaRc6VLxkP4KFwOOuDRRcKhR7vcPh { width:auto; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Qm9Xf1ZeJmAvb8xb4t2iSmIZEhDrm0T3 {  }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Pgnr8DLsVxZPGDNZa3bksJcTHStX4tu4 { display:flex;position:relative;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #ZELtSNoKsQrXk6xVgPTPLqy8b1B91St4 {  }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #QEbfNILXE7vOnBhSpmWNUf9h99yB9GWQ {  }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #fl4e9MV1rrJiTgePIKQiz0k3OQAhTg3M { display:flex;position:relative;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #ADlBC5iWqTpNyffTQChRdVZNWTuFhIzz {  }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #wWbs7reoWSAVJNHONdsSItbzDRhPv8DJ {  }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #eVHiFU2H8MkJTrDBnEdfTWudpV7gVfh0 { display:flex;position:relative;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #EcpfGzHCTk0uAA8KTAcieorB8nFOVqTZ {  }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Twt7Qf74lOotoNKRBfrTBOPW1ZqxWEeS {  }
#LAhySP2zFOcnxVMFifRhr5JvTyw3y712 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:31.25rem;top:3.875rem;left:4rem;overflow:hidden;display:block; }
#MbpdQgCGCvyh3CyzOSus0r7lWalhwbaK { display:block;width:30.8125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:4.125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a17f7;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; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { background-color: transparent; background-image: none; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container > .video-iframe-container { display: none; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row > .video-iframe-container { display: none; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .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); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { border-width: 0; border-radius: 0; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#slm98obUDweLOOEV3XEf8hvIGDc7ZAip { color:#fdfeff;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:37.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GsPiAcFoWWXJzKATyTwaGvybcQHNaf2S { 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:42.4375rem;width:24.875rem;top:7.9375rem;left:10.21875rem;overflow:hidden;display:none; }
#G0VFAH1pnCCMg4oOKRd7FaQTPzvkOFxT { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.08);background-image:none;top:18.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#SVpXvHeXP2qc2OEaTu1vSTS2R3rtW6mz { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.08);background-image:none;top:30.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#zzJcZJt5hHZoq9Tu7ibRw7Z0MVTaBfpm { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.08);background-image:none;top:36.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#eQyUa0P2PT8a0U5KxeAqotcP1KwThVcD { color:#fdfeff;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZIAGtbeLmvlaCkXXqDlRJGUFNZaVhUTS { color:#fdfeff;display:block;width:13.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#O7mTSAx73kubbeCokxS9P5a2A7TGMf3M { color:#fdfeff;display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.625rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pNft0BTunGQo9XsG7wR7PDsJpgQcHuXN { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#PwKHlRoS0BpSFlQMTeTOMhPyT4e5bSly { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.3125rem;left:40.625rem;display:none; }
#lUQreZeUMPiBFSTvDQZk5Rz0JxvHJTNa { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.08);background-image:none;top:24.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#ZdoAxOqTEiSN0h5eqmuxAucm9OB6CWTS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.3125rem;left:40.625rem;display:none; }
#UBnR9XGS781fbhfZc6doJaTOwLbXTaX4 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#iElMMhOqfP6UTptVIhRzOkahZm3Oyr5b { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:54.9375rem;left:25.90625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#h4yzqaU1FPu8hQ70nnQykhT7PnmOrEJv { color:#fdfeff;display:block;width:27.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:79.8125rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#m7VGmG6wUCfzSXKs9lJJ5iwlMO53A8Ki { color:#fdfeff;display:block;width:36.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:73.875rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A8BxlCsHTgGHz89LeHfr6lHP3zRKgkA7 { color:#fdfeff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:67.75rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wT4FNuCvgew3L1EqiUP5Zwf9ZgPORTvH { color:#fdfeff;display:block;width:32.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:61.25rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lr8rkCSOCmEqLPMocySvXyxKb0DgcqBV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:79.5625rem;left:17.90625rem;display:none; }
#HO0uK8H2a1s6TpDSua9eQdTgdUec3kBi { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.875rem;top:73.75rem;left:18.0625rem;overflow:hidden;display:none; }
#a6oZica8LFbapMm2W6IFZnpT7OeJPRWc { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.5rem;top:67.65625rem;left:18.28125rem;overflow:hidden;display:none; }
#m14DtX5rGxnehAPLSfTmVWWUPSrdaEKW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:61.1875rem;left:18.03125rem;display:none; }
#AQP4OFp6QiFaiEoTtVwsw0XavqXFfxh0 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:6.5625rem;top:51.4375rem;left:49.5625rem;overflow:hidden;display:none; }
#KiGyiQTT88OezD2dht0PyuR3Rpc7Z8y6 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:79.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#ITMbQIoKcNvQMhoxrb8QewFhvNwreqEv { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#qmCAcJaxOvvDqwXrTodVSPVNx7w9p1Z8 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.08);background-image:none;top:67.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#rtsqDJtdaMonzpLRu1hVEzNXqsKx9DdQ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.08);background-image:none;top:73.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#wDtfhAMIsmM6sMTR7uNh98EFxkNFMTMN { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#xluVFCdChRG0Gq6u0u1Ty2OorX1dWkZU { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#rNi5On10QUrOoUcCdcBLfTrcPyVS5SBT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:0.5rem;display:none; }
#RtLTGvs4h7bRxZBmXQTLt75tv6UJ5ZHe { position:absolute;display:block;z-index:15055;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:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#DLV3lmLyKxRMTuozOHiWTJ3BTiZO6Pva { position:absolute;display:block;z-index:15055;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.4375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#EaxqTVrG7SuC0SDIXuG8ggQZeVlXwvOv { color:#fdfeff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Txg7uVzrgRSTk04ZGh1G20b39fcTqrZN { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:-0.03125rem;height:4.87426875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RrQzu0RRHboAKXVHImwrbx2QCBOiUy3O { box-sizing:content-box;height:16.25rem;width:23.75rem;position:absolute;display:block;z-index:1;background-color:rgba(0,0,0,0.2);background-image:none;top:10.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#PRvbEgPF54D66i5fdO6FyTzX3Zkgnf1M { box-sizing:content-box;height:16.25rem;width:23.75rem;position:absolute;display:block;z-index:1;background-color:rgba(0,0,0,0.2);background-image:none;top:10.25rem;left:25.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#xTV3shyU9Kafo5wewGmXr33rMy0zil4Q { box-sizing:content-box;height:16.25rem;width:23.75rem;position:absolute;display:block;z-index:1;background-color:rgba(0,0,0,0.2);background-image:none;top:10.25rem;left:51.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JVXh6tKfcwT6e4UxoxMuPsJrOmv4o5cJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:1;background-color:#1631fa;background-image:none;top:12rem;left:1.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#J9vdhdILBUnGEx6K6U0NkNcSvmP2leon { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:1;background-color:#1631fa;background-image:none;top:11.9375rem;left:27.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#buxT873RezHbLWyhRXew6vbttF7DUhUU { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:1;background-color:#1631fa;background-image:none;top:12rem;left:53rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#odRBOUm4x3q81mtuPAv3w053DNSbQZKW { display:block;width:3.375rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.44970703125rem;left:1.6875rem;height:2.6rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pVK8uEuTReRT3bCXkTVgA5tTxQzPv0VO { display:block;width:3.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:27.3125rem;height:2.5996125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#guC6lz6mUWgqml12kl8gmhRozL3kt9VS { display:block;width:3.5rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.52490234375rem;left:52.9375rem;height:2.5996125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WfSSl3zmL2Cm47UxiSCyEz8FB8KmnUUC { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:16.5rem;left:1.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFfIghV9pAlrtKM89wwGqr15XbqDJoP2 { color:rgba(253,254,255,0.84);display:block;width:5.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:19.75rem;left:1.6875rem;height:1.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SlSJT9Z5UXzB4TpQQG1X5Ox4U4UdMQfX { color:#ffffff;display:block;width:16rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.75rem;left:27.3125rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTalbcWm1Aw6ylbEX8m8WJTIH04Dohek { color:rgba(253,254,255,0.84);display:block;width:16.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:19.75rem;left:27.375rem;height:2.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGzeEXzV1iy6tmdipzemeFSEaDAHrpM8 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:16.5625rem;left:52.875rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZW3MTdkcOntJeznz9NHyfBTIkqFxti6 { color:rgba(253,254,255,0.84);display:block;width:16.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:19.75rem;left:52.9375rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFSgcDrbtlXSmJfrKcRC3TKzCGecz0Ug { display:block;width:11rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.57470703125rem;left:5.25rem;height:;color:rgba(255,255,255,0.84);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X1SFD4951xGW9vAFuuEfJAutmhS2TrWB { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:29.4375rem;left:0rem;height:2.99805rem;text-align:center;text-align-last:center;display:block; }
#p1DgeKDfdnLHpDOAMdlTPKNQbRKdTaAC { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#qD6DsOkURge4fThkTvEompGoXkaTuHFT { 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:1.25rem;width:8.125rem;top:8.0625rem;left:55.3125rem;overflow:hidden;display:none; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #uFguxf8LUzNF79hsSw6nOMDrTTqUtumX { display:flex;position:relative;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #QRE1TqDqdG0oNHi3aRGqtwVFQAc3aG6w { width:auto; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #zsuOHhQdDtxTFMlAG6sixLpBuK9q3V7K {  }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #Gg2f4sPHmpPs5R3EmtIMb6dyZvR3wI9n { display:flex;position:relative;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #PFmwDEewZg35TLNu5dVJv56RqdWy8wWp {  }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #yJE6bBKfla8Sl0Xd4IETICCMTAK1HbuO {  }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #QtMtUiDHdeCytPgaB48XZWiskADFUvAe { display:flex;position:relative;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #pbs9GASHOapBoiFArL6ulDH86TtT1HeV {  }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #lCg2Gn4HeWHHEFPm1AlWrTfzBQI1daSl {  }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #Ks6fKpMGlKo09GmMvdz7RF6bmCTPvIOJ { display:flex;position:relative;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #ItIMc80Xdtuq8iVVFZAPkAMCJAvvCPET {  }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #upVTWt6Q3BLNV3qqeyzKIARiB0R3Tg7l {  }
#nEFEPRZzXbxXglTCMDwPFntmo78D3URo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192434;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; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { background-color: transparent; background-image: none; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container > .video-iframe-container { display: none; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row > .video-iframe-container { display: none; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .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); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { border-width: 0; border-radius: 0; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#FM5ER8gNNAfRUg2TDzRM51hHKOImxAuP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#VS1SDEzwiuoP0rtu5G8iDfVhSbT9dH2V { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#slyul7B6FFIQEtxFwiuHsBcRydfc9LXD { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#eFZ7lHqgwRTyQnoWT9oKad3D6MNNeTp7 { position:absolute;display:block;z-index:15055;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:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#qxFJpAlxURe7PLTeUUqBXBCDuHc2ITho { position:absolute;display:block;z-index:15055;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.4375rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#lUkpooxm9a1b0r65i6ZJdKTIHIf799kb { box-sizing:content-box;height:20rem;width:66.875rem;position:absolute;display:block;z-index:1;background-color:rgba(0,0,0,0.2);background-image:none;top:3rem;left:4.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#wScvPJT7fmUW1HNVDgPhAyoyrQNTTuXV { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:-0.03125rem;height:4.87426875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vh9UmbETrcWTF0T8kaGhqO3BQfUnaZrp { color:#fdfeff;display:block;width:14.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.875rem;left:21.125rem;height:2.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVcXnDsMEKL0MC0oDmBcZJSpTJVbwhl7 { color:#fdfeff;display:block;width:14.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17rem;left:39.125rem;height:2.99805rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnLMEBuWt6ABkW3UsNeGU5ZkibRND3Da { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.9375rem;left:27.3125rem;overflow:hidden;display:block; }
#Pg8cA8cVDHT2PVV4I0dnqaTUpQadTPx4 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13rem;left:45.3125rem;overflow:hidden;display:block; }
#TsvGWBPx01Bb9kLZx43f93I8ElyHTaa6 { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uCtw9Bd9bBAyQLKFL92zIe3vTfTt7ilJ { position:absolute;display:block;z-index:15007;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#fgMCGOviyTKXKyhKCQ9JTc1hn9aSQk1N { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h3mAiJVOwWTGPBqnTlyFNM3kSHpsEfdS { color:rgba(253,254,255,0.84);display:block;width:16.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.4375rem;left:1.8125rem;height:5.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DVsncrWcsU1aDkahF4JNR5Mkqm26s91v { color:rgba(253,254,255,0.84);display:block;width:16.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.4375rem;left:1.8125rem;height:5.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kICqSAvSOCC4vcn7TDMXViVm8oWd9PP9 { position:absolute;display:block;z-index:15009;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:53.75rem;display:none; }
#tV5EDesqzUOuT83oGCxXzobDenAxT4zM { color:rgba(253,254,255,0.84);display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:11.9375rem;left:28.4375rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o262fpHSheWd6aA92mnRmIBhzxHPEd0d { color:rgba(253,254,255,0.84);display:block;width:16rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:14.25rem;left:28.4375rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aaIMyQbztb7vg0m9BNLoTWz2eoBXWJEw { position:absolute;display:block;z-index:15009;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:53.75rem;display:none; }
#vI8BzCGqr732GrnPmKrspVdIbInFXUnk { color:rgba(253,254,255,0.84);display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:11.875rem;left:55.3125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kvm0STKRaGOG0K5kFCRpqdqARE6XariQ { position:absolute;display:block;z-index:15007;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#bKiKJugJVamgN7WlNhd1ioRPxeh8hnOD { position:absolute;display:block;z-index:15007;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#JpTsKdEeoH8MlEmg63d4f1mzaQJtb8dm { position:absolute;display:block;z-index:15007;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#kTV8gO7k87n5UAQTI9kVEMPVbCAn1LM5 { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ie0vhFQrf5Hu0bbUQDknaINfrGowb5an { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aaSbADQwA4ULVQcOJKLktbTUekaeGFSK { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dcOTMJ0ZGtq5F56bI87tThpv8ViyNvox { color:rgba(253,254,255,0.84);display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TSS3FwlxEub9AXteurMveIaNx3yCEDpJ { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a17f7;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; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { background-color: transparent; background-image: none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container > .video-iframe-container { display: none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row > .video-iframe-container { display: none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .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); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { border-width: 0; border-radius: 0; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:75rem;position:relative;display:block; }#QoH3zX9LRJWxlSq6sBsxX9tip2HhdZ7i { color:rgba(255,255,255,0.67);display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:26.9375rem;height:0;text-align:center;text-align-last:center;display:none; }
#dGefLpw22fhJPri9elC4fpcaoQIDf2HT { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:4.87426875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kieipNo6VKmFisArVyTwMOeR3qlcPmqZ { color:#fdfeff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.3125rem;left:0rem;height:4.497075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TztpTwPH7dRfhASBmc2n6tzadcNUUMCU { position:absolute;display:block;z-index:15007;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#bAJZvF53X2z3CPTa0yXCeca4yx4OplVV { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mxrdlAEb5MoUVKd0XB4ZhEf5MJnGls01 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#TNshAfGHFTc7KdoMVz6XQZmZufRGlbEV { 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:8.0625rem;left:55.3125rem;overflow:hidden;display:none; }
#dBADT7oUhZ3UrDGun61CEJnADJGlpZcQ { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#Z5TkXivq39DnqIqPVJWPsUX05h62Eow5 { 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:8.0625rem;left:55.3125rem;overflow:hidden;display:none; }
#WzDOKnBMB17tL4HNGLI9vOCM6HeLQTd3 { color:rgba(255,255,255,0.6);display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:67.5625rem;left:0rem;height:1.30005rem;text-align:center;text-align-last:center;display:block; }
#PLKym7XfND69BuIfK4B6CngEcWSnJPnX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:65rem;left:0rem;height:1.30005rem;text-align:center;text-align-last:center;display:block; }
#VSIgqHZ6tadT9LrJCsLv34AiKloM6kXg { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.40625rem;left:0.0625rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dURZMd2zE99Jf8zyclxbcV1ifHD8nETO { color:#fdfeff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:26.125rem;left:14.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g9T0Otxa255c7vkIWcNXhTErTQHqlyMD { color:#fdfeff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:26.125rem;left:49.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:35.4375rem;left:4.125rem;height:6.308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s li:before{  }
#twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:42.0625rem;left:4.125rem;height:7.807625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 li:before{  }
#yHeHMOFLkIUyGKbE131Z8CwDDfdBcyUA { 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:25.25rem;width:29.6875rem;top:30.3125rem;left:41.25rem;overflow:hidden;display:block; }
#oawxrwJXmTq8hRU3i2yZcICzRRWuNVeX { box-sizing:content-box;height:3.0625rem;width:48.8125rem;position:absolute;display:block;z-index:2;background-color:rgba(0,0,0,0.2);background-image:none;top:25.3125rem;left:13.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Wx1XIot7mV0ZBIv1xKNSRm9HEeORoiK4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:63.75rem;left:0rem;height:1.30005rem;text-align:center;text-align-last:center;display:block; }
#Pwr6fuGxdl7feTyzxbRccH63SVeotZ8K { color:#fdfeff;display:block;width:25.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:26.125rem;left:23.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OhV8A1VfSfTtbpGUgpXgh6eq1olMUQow { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:60.0625rem;left:38.25rem;display:block; }
#csKyhQAuQ9J0qC2D9DzCpxldJhSsiMBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUpghbFS4KTUOWdXymyNLC0PT7JgRos2 { background-color:#ffaa00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:60.0625rem;left:22.9375rem;display:block; }
#p3WfkHZx68hVTCAsQT195JNQUfsxmuQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk { position:relative;display:none; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk { border-width: 0; border-radius: 0; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .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; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:67.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Wmz4FVWCGu4Ko9BmiFTedazgJblzT3OH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.1875rem;width:18.75rem;display:none; }
#eOeJVF2dBd6AL8qE6e43HntD8wGSbJE7 { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#ygmhyCtB8OnqPofREZIdG59AJTTT6t5K { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#Z2eLtUDxWliM3K9XGeiS4OJQkfkhGFmR { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#KOzWzsNgbe66KxxRI0a6qhrdJgnEhczH { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#X7obKm3nevyFW084TCMnSm7AZiTlcUgD { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#AMs6wgLZKbNiihE60cZWlMSJDBHq3AM1 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#E7GkkeVLD4ZbIsLqv5Ksp9TfwZAoN5m4 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#DTAJT2TW65upyMwnN2DAI8ey7tzeTrmX { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#L9fUaT8WlnNbZRNLgJMVeF8a67BdSfQC { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#lmexrAzeJJkwmd5hOyOFO3E6zlwZBgi7 { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#qZMsRP1430ogt4hGnLFDWRBwymuZNdtF { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#TaTySEn6q9XMIo7fJl6xAJWeXwedu9eD { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#tRtuTCKhTsoqqDzUewvWWi7JekgXxZ8m { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#gaT8EdqyChWvp3Ww27PNlXSQaoqQmVIB { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#Dsiyhekl66LWc52Q5Cq64uemb46Ptusm { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#hnEycRqboNSMEIS3emDuHmNPtJBwC7TH { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#qcyhcSMscl2z7ZHNLwti1EdQD4iUwcDf { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#GnRp0JOrxWiq8ktsiw6lSLcL3tguvGQc { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#uvsVPtKT8XZk2ZsfpdKTL1c23MLgo1qq { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#O8dhdA3cZCuOmlEWJWxCy4zAIAriaUQg { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Xwyg9HTZsPV44MebWPUAw17XX4tz6bmD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#lta5hvRl4WH1SF7eAAPtuc27EEvcmJ47 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#tUkCssfnEaLK64gpwKTn3T69mANV5VT5 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#QCqpPwsobZalMGTTlJBpJ8Skb7k3ILUL { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#ST3PirHFKSbRgCllNfxFcVoXRW31TxVD { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#v1gDiuM8qt486lU5WiCBVCae32L4pXAf { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#HTTIrl9JewXdRXyRxDbXplcaAdLek4c4 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#OMyyPFGpzHGMoTcUPAEHnrDW7OxduS9c { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#dC0wDCMzSAVrFstZvG0UTcP0WZnErk9o { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#VvIKehIT5M8wFuOHD7VhNyooumKalRrX { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Hs1UkPaF0VioaSVUe3rABDkXtkGbrXpv { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#AgG1O0QTmnNmuVI4BEEK8BpfMay7hztT { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#A254gMAEqyu8TALmdosCJMp0J3QXQEnI { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#JGRPXbkMxVVddCXMTI1Qx6TxppgPcmws { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#ua7aSdGw3wWkEcE5NBJ0Piv5SN1AiXrK { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#K71FHXTEcn9VLNIoRepO3bqk7kuuduyq { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#Mtcq3L9l6z5RTJE7W3Frqe5HiE9ylPye { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#co7tGurrqwuJawLIIeyFBA3RZLzVDxUS { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#Iyrz7d1fiMgwbT0MBvoho3cKgJBP1pLP { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#ZWREwV3Rb4gaCymfiGIXEusNvN9Qgzb4 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#SBaefb6T9wM4fBQn5Cfqpk2nDgmNidOF { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#wM12VtWserBBiP4rClCHxA1TrN5MRRyl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#efaUhm5s8TS5Qr4GvXT2tepxd8WCAGMK { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#v9EuvpR6HRdmZnRyi6uk2rMTfyUezbX5 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#g4QTxHsKdow6cwxGbQnZIl9OG9donDTh { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#zWULkC3ROKRHlUuT9RSTrikwIainePPW { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#forWHi0rghza419zk11WT9h9LbCmr8F1 { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#yT1xPWxkE50xRwuMrhu3wiPSb3cyopqH { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#knUEX9zngIF0fBRT6OyUTGnGhtOFkuVl { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#zI3TyldXTESEPEAPSaPQSW7BE5pTpmvT { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#pyVoEL0VcCBTkS5H1LUA3zHE836aAJd4 { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#cEPdCW8s8WJVc0AaWHMcM8gu1Vp731Od { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#QvxV946DmHmzKkyobHlMi60vE2JNdrMw { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#idwTn6ApmKK9Rtp1oEWtJ9sOTGoyvoPJ { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#i0weh05zxVl1NuNb8zhlAcxu8xV7vIRT { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#EAdulrlF7Hx3CEAM2V0KttHThQTt1h37 { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#PsrGXBNpdWmgN9RuyDFORecO0ycDxECm { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#vF372TXieSIGomSAznBTy9bUNaBaTRsy { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#VdRpRhWRJzZPpPM0D42qiTrOSLAM1glQ { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#qnkxzsXZ85FwJQz4Wol4hkN5hQ9LSAyq { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#hxDkVh5dN3dhV4swnqTd5nx65nvbwV42 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#W2GWZRSUZyeHLT5Try2C1QTFDcIfyOod { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#pBoXaavyqXxEzkVkNys0dppoIc4mtzKX { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#AMVKFJPiuGrE2HMV79RuHlkhhJwHwa7N { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#V4Qi266IbTNWLCFmHs6WuBs2JnnM2L98 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#c6DbyNapXcWFsWQrQR3XKo3bPQ4I8VQ2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#VTmVdJIXTZXqBG1er2n1l0J0aF0I5GBC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#OTevA9bUwKTx0H6TB6MsNCX3pETuoAHD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#RUgfJ7gqng5IlpVEJtsgDrCu9v7O458Z { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#lpTS2hsz0dCafS4WqnhlvibnpmGQitoU { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#d26SZvGPxaQvXmLLbLJfaqv2Kk1EGOwK { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#edHJNkWmTIgS8nz3tMKkDPVi0eCNGVSz { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#J0A27g2Im2t8GGaDepadaoqW3JnC9kyI { position:absolute;display:block;z-index:15040;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.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#dRPNBHfRipwAWRsmD06tnISbJsERxqMs { position:absolute;display:block;z-index:15040;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.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#r4O1bLCrB5JDNSDEtNThSOAFepDonBRr { position:absolute;display:block;z-index:15040;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.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#mirEG8yPIl9PIhkRMN60ShMaSzmKT5Bt { position:absolute;display:block;z-index:15044;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.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#G64oabMwVwylbQ3zTrH0I720sfQrnslD { position:absolute;display:block;z-index:15044;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.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#JmnQFqtqTq4TpJUZLnFVznTt8vBkTO8h { position:absolute;display:block;z-index:15071;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:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#DliTpbn4sRfXUBrh0GTvagduCUWmUaSh { position:absolute;display:block;z-index:15071;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:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#i3UVNQRHr3WaAxqeE9DFTw4dudEryBRm { position:absolute;display:block;z-index:15052;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.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#zzf2dlEfr0NQhBZTt4uEWnNEOTcwCODD { position:absolute;display:block;z-index:15052;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.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#wBnk9TbGmPiznmW0meTTvfOnvbkUB2SQ { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#J8nUw0pNT1dXELFLPgdk8Tx1Hk97BMDH { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#QwmgXWsvwsSQ3gfwdnFDKLt4Ac5V7Tk5 { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#NzknEHVbeMdNxOypmbG6Rw3vD7p0w3P0 { 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:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#BxBN3UThhMlzNrk6G7pF5vblVetwD2VE { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#Sf6TPrxnmnexAT7k1iZuKC1ZOZtIHVmu { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#P5PUXTGdcL8s4hwDxvqmWv1vgcegZ7tX { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#HU5vc92l4Wtz6hLlFLQaiAXmgWq2p48H { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#z1VwrAnfciNhdIQy7H4FiVWsuoFixTMl { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#bU8bEnDp1SL6gSh73iqzIrrHBokSZJq9 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#OGDm88LtOhsITBnSmSydCplkDz3ZkFtW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FU6FaZIKm1c0KPpAV1MAENqXUm7Xw7KV { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UnDpsQMso1H3UuCdLEB55giau3ivSTlI { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#JzOiDLDZPhkW6gB0174R5LenWMl38iJt { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:10.53125rem;left:39.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#JkWUR4kSuXCWahryADvdoVaxpR5a3T4m { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#nWwnWUKnAf1wAa5rH7IGaSDRwGSW4Uak { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bAkJUh2sOEkdSUbAZWAevWUXUVwm7d0Z { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.08);background-image:none;top:43.9375rem;left:3.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#aWmC5dPFzWp4yMJ4AIUHUBvfOOK1zObS { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.08);background-image:none;top:43.9375rem;left:35.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#EsaT4rx3qWbMsnap1ToN0EzbOE3INS9y { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:43.9375rem;left:58.84375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ct1xGU4dEyyLWOvcTTHVGWTdib7tS9nB { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.03125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzDllSHPmfzWp9xu3ICTbkHbcbK4UPMn { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:16.34375rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1clmxh10SQTC3JFwIOG2AV267lb1PM4 { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.4375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ze214P0ikihAXtH2IF6UHrqMP6GEHTPK { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cypfyyTnyql8rTMu8v9dp9fZrehOkHgy { color:#fdfeff;display:block;width:27.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:33rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LoZlBJOZNi5KUxKDhdT2aqec69HbLt3w { color:#fdfeff;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:35.6875rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVNocakk5tH13BiJMH2wKRhZG9l39lBq { color:#fdfeff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.0625rem;left:39.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4LtaTxXkeWz9ZqLiX1imQSR5fH2zAuW { color:#fdfeff;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R5fI46ieDabLNKSwHPXP5i5FT5MImB0D { color:#fdfeff;display:block;width:29.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:49.5625rem;left:3.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VfuTJPeIcia68fa1E1vtLJCKxFpnlCcn { color:#fdfeff;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:52.25rem;left:3.5rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1kkndeLNC6DsoqGiFdJUcSmBWGl2x6n { color:#fdfeff;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:49.6875rem;left:35.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGegT0iGzprhzF9yKQ4ebAQCDzs9Vhxz { color:#fdfeff;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOvi8xQf7p83pAkSvnTHUlbrE5qe2fPA { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:49.5625rem;left:58.75rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaGWbVPrciU5S4hDvBuzTMpkilHTHgdi { color:#fdfeff;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:52.25rem;left:58.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMM6AP1QTF9UdKgNSUEFJVysF8nETUEF { position:absolute;display:block;z-index:15058;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.375rem;width:2.625rem;top:11.3125rem;left:4.25rem;overflow:hidden;display:block; }
#hzNWQCC5fPeRiMSzpxRlZ9IpQwm6U7U5 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.0625rem;top:11.34375rem;left:39.90625rem;overflow:hidden;display:block; }
#kxlwRmTma4HOzI7hQs72uhTBefeoGk4f { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:27.90625rem;left:40.3125rem;overflow:hidden;display:block; }
#PMWDKcP61zCAu1tghizm4m6alyaJfAfH { position:absolute;display:block;z-index:15061;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.8125rem;width:1.6875rem;top:27.71875rem;left:4.65625rem;overflow:hidden;display:block; }
#rWuTzg9iH9LDgm1SI6Bd9Q8aoyTPBNSO { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:45rem;left:35.71875rem;overflow:hidden;display:block; }
#WJLUXkuQg34Wrpkucdg1MDJLw1BT4y0q { position:absolute;display:block;z-index:15063;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.3125rem;width:2.6875rem;top:44.71875rem;left:59.375rem;overflow:hidden;display:block; }
#a9Nh1O99fxvasfRaTtC5dcBAn6yyfDRN { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:44.46875rem;left:4.09375rem; }
#t7aimSLUeXTz3wV0xzmvTVx7MpDo7mxE { position:absolute;display:block;z-index:14994;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.375rem;width:34.0625rem;top:9.1875rem;left:38.25rem;overflow:hidden;display:block; }
#wcVMfF4bzgiVDUI4QGVObWhuq9spFePx { position:absolute;display:block;z-index:14995;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.375rem;width:34.0625rem;top:9.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#USWnwdiFIT7B1QrHf0IcsTANiri9lIK3 { position:absolute;display:block;z-index:14993;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.375rem;width:34.0625rem;top:25.875rem;left:2.25rem;overflow:hidden;display:block; }
#bnlD6S9AXy8dmqn1adeinhaTxgfEadOS { position:absolute;display:block;z-index:14994;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.375rem;width:34.0625rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:block; }
#sC6us3ef0Lm4iQWRnrOqfaaDuHnQfiiR { position:absolute;display:block;z-index:14994;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.375rem;width:69.8125rem;top:42.5654296875rem;left:2.4375rem;overflow:hidden;display:block; }
#py6QmZbxuoG0znDxVFKfhysuExqPTJtb { position:absolute;display:block;z-index:15055;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.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#JJcm9b1spc1X2XTP1saIwv95zvoUzt3h { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#KnAw3azsAAwTdyN76o9MWmGTef0dhfPl { position:absolute;display:block;z-index:15055;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.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#JaRz7IWI76Mt0EwruqCOcHAX4uK5eRVM { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#sd1dPKz5GcI3X8TSt0MTx8TeasrdD4we { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#le4wPTEga1g54Z07wsNNQEfSgXXnkxcn { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#xcPGw6XcuQcRqdzTvlt4BIWMhS57AASS { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#uqKxvVApwfZZ80mE17xbNzRGbfv147nX { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#l7NLRZZGWM4aT2KvlA8oDmLqghTWMDCf { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#GVPWL70743U2TowKcG9qiPKegg4TAL7L { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#iNKCWNIDcfb6NrkLgKxo1uaqooiU1x5e { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#TKvMFQ1S7GaTuMzufz1X4DcQG6HVOol6 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#af0xQRQRVIH8QLD53wcJkJWluefZAKFr { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#b90F8FMnTJV9oWi0MIVzltOwfW2NWcDh { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#OESg7WcGo5TfJsPJbqWKNw5Ul8sMgBVv { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zw1y8lBANzcdia2HdsP6Zh0PSQDbB8aX { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#KUZGThFbONuf1MND0Eg8txHpdgcC8gc7 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#smT9lnTFPBQP4avZJphIQwf46FPVoQ7O { color:rgba(253,254,255,0.84);display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u1T1f6TfAOzmJc1bsJbDUNucVuxHGmdh { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#sCAtsbSVNphdTV4XaEEQDILCqNsxK1wV { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#WgpSroKJBTXLkAKX1eM2RJBDOfdPM1MW { position:absolute;display:block;z-index:15007;background-color:rgba(50,65,87,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:33.625rem;left:16.875rem;height:9.9375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ li:before{  }
#GQrTJOCxMO9xPuUzxkn9B0hTGixNC7aU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:6.875rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#RCnQCgGT8RJepPq9hTBrf2FUI81T4GQm { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#Te3IZ44GqTgbITT13UUJzwqQQxnz9AxC { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.4375rem;left:0.625rem;height:3.5996125rem;display:none; }
#fl04BBMOQNpLHDTAvEEu7NBbumXBVMaw { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,165,0,0.35);border-left:0.0625rem solid rgba(255,165,0,0.35);border-right:0.0625rem solid rgba(255,165,0,0.35);border-bottom:0.0625rem solid rgba(255,165,0,0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.5625rem;left:15.6875rem;display:none; }
#EJL7mPSLGyxqTRURI9oedvDwkElCrATT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KG2dv6ubB0Bpl4O7ZuklhySlG98TnrFx { background-color:#ffaa00;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.5625rem;left:0rem;display:none; }
#T2bN36hEObDEmUzC8amlCtB6ylJXLXib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { position:relative;display:none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { border-width: 0; border-radius: 0; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .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; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.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:none; }#b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { color:rgba(255,255,255,0.67);display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:26.9375rem;height:0;text-align:center;text-align-last:center;display:none; }
#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row .container { border-width: 0; border-radius: 0; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:none; }#HoWzsOLbVSUhWAdTcS5FmV7io9TbB4Zn { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#VVftBHAQrQTsmfVlkHSx4QKvMVhlvdHv { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#hDmsZhGXv1Ozd5W33wvxeb1lV93ocmIX { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:0.5rem;display:none; }
#SoltEyEqbQOR57TTXeVIPktin6tpUU3W { position:absolute;display:block;z-index:15055;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:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#pXA6AudHe1vchbZ0IriWqzlrLBdbAhsT { position:absolute;display:block;z-index:15055;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.4375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#nm6QlDIPxB8ZyFFQ3s5mW8TFQXuKE9Ke { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#B2MNTUyQhdILnLbZ02KiW3FSvKGxsToZ { color:#fdfeff;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zQL8HUcyWTNHdVmXDnIGuVSwR6lqV6nX { color:#fdfeff;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ID4XJgbIIIdadWJb1NwTuNvS3eockQQb { color:#fdfeff;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cNlLGcbT0gOTc7HmFaA7KCAmfBFgxPTn { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#fh9fCKBTcTqm0HnJNrcGSGnWcbeXRyuL { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#qAPwhC0MOLTdTTwJo3NKdBHHXMWbWDxT { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#vtrrrVyNSJzaEoknHwMURf5vloU1a7mT { position:absolute;display:block;z-index:15055;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.3125rem;width:2.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#en59vJNs7LPS954ROUJMGePkg21SInTQ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#L8B4przc1mhXfaAnnGCNASEdQW4nrOaA { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#GztezVhH2IwKw536TK9VSauWKRAyLr1S { position:absolute;display:block;z-index:15055;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:2.3125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#mRh3pTHgSG4HJwp7Zb0d7Duz09kHKWXq { color:#fdfeff;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qktqdUmst5bxaGFt3508sIMlVVMl7Pqk { position:absolute;display:block;z-index:15055;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.3125rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#AtAHETlIJnQhhrQy5JQlr4nXcHKkTvuQ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.875rem;top:15.75rem;left:11.53125rem;overflow:hidden;display:block; }
#O7ETBCPOJ3Xz5yv3TDGDq728EwAvFm0a { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.6875rem;left:8.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#NZUN4rPPu6Eu8Imem6TwAQqXmx15SBgO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5rem;left:-0.03125rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g2Zuq9bG9Hd8pEFwazXqhfGoC39nWPXZ { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(227,227,227,0.3);background-image:none;top:14.78125rem;left:11.03125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#eMXiTShJDG069lKFDDLh97Vu1ilwExUX { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.3);background-image:none;top:14.78125rem;left:27.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#lUnwn9sUk6UrDt6bz3e4TmcCJTsnBigA { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.3);background-image:none;top:14.78125rem;left:43.90625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#lknAeSOZQwMGgP0N2lnfzW4F9i3fhNpr { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.3);background-image:none;top:14.78125rem;left:60.09375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#yR88ma6hb4UkmSHb9HQEpCF4bdyDu8hb { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.6875rem;left:39.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#F4PmpoUI3sg5BUxzBO0xdqocLbZMKIqI { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.6875rem;left:22.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fWPEOkTLlshTwfQfpOJ2WHlXyQOsZlio { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:20.6875rem;left:55.3125rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#xO2FWrFMsL1wy857CSFQetAiX6SKLhvb { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.875rem;top:15.15625rem;left:28.25rem;overflow:hidden;display:block; }
#FWH0lH55OS9PsemlzIQrTz3rTHDElWbg { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.875rem;top:15.4375rem;left:44.40625rem;overflow:hidden;display:block; }
#vqDbipp7KFyOSKeOpCiuIrZVuor5Pl5Q { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.46875rem;left:60.78125rem;overflow:hidden;display:block; }
#MXuLwrW3byBpCGTQ90eBzTSC3i6yheUP { color:#fdfeff;display:block;width:8rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:38.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qO1QqfivPcMfXwnq5TkymvC46OlrIuwI { display:none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pCnEERwWz76TSuGx07wEhTFkzTKkFryf { top:3.875rem;left:0rem;width:13.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgHMBia3w3aEcReO2qBdm5Xq0ywTxiRX { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5NSA7uhix1Rw7dhdF3tfJFTGJel2PA { top:18.4375rem;left:0rem;width:32.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlnfshXT5Tg5PfoILQR2FnZ8517qh2bc { top:24rem;left:0rem;width:34.9375rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTo4zAnLlByGflVHEWLzKeoHL22FZa4S { width:13.5rem;height:3.5rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlybiElmNS6gAE210UJErgv9RqMlNBmI { display:block; }
 }@media only screen and (max-width: 763px) { #MTnV5ruuFCAOde5d6BU5UZnRwvAM9oTE { width:13.5rem;height:3.5rem;top:31.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVtKkL9decSvStl5tEbnvcKuTIwN3dK7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZziNAxdDDJRJwfgXaacB90BOwFWEPTfz { top:36.3125rem;left:0rem;width:34.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqI7QroMUiey6zBfovTxKWeNeQFsw8H { top:31.6875rem;left:33.9375rem;width:13.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5t7NkSgv1lKQ3WKTC4ZXCgXnaCpGaL5 { top:28.75rem;left:0rem;width:20rem;height:8.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOFbceoWk6yMxZ9HvB0tpDQL09EzEZhq { top:11rem;left:0rem;width:16.4375rem;height:3.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGGv9RTV1OrVU5tGQBTrtQexP1iNMFu5 { top:4.3125rem;left:0rem;width:6.875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdsyKTvATEn2iMENVssTZ4cLoxip0Hve { top:4.3125rem;left:0rem;width:6.875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvE8QV4pSZC4dzKsiSRXaA65B1zNPCAT { top:37.9375rem;left:0rem;width:20rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu75Jnml8ORw1oUqqRWE2nZzIAk8fdA1 { width:13.8125rem;height:3.5rem;top:40.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUv3Q3oXEJ6qOHJhgcNTT47hrMlmATvO { display:block; }
 }@media only screen and (max-width: 763px) { #GBfvG6UsQkAnhGUAxmu3OamyN4Xku5Bg { width:13.75rem;height:3.5rem;top:40.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmZGCt7SHdz7kWqS7V6artF3xilqNE0i { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRPydm5qsKEsS1JOt4yLigSeC2p6dkdd { top:23.6875rem;left:0rem;width:40.9375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcMNAHEyZcAdVRZZlAM8VwSP7Vc7LdAB { top:37.4375rem;left:0rem;width:34.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Iv57aM2VZmOTPiCNfGxDt5m8HCm94C { top:4rem;left:0rem;width:13.8125rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvrR83amqhWexGVfk3N5RPpDH01I4rEv { top:5.3125rem;left:0rem;width:11.5rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOlrzgaLZ0tEVqOITWEs3DP6d6rI4hFh { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdrztezuqRw1rrt93b3FmUNM5V6sJXvF { top:8.0625rem;left:0rem;width:13.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iht6oZMTrs7T4yzcVc6BI3ricTVw0Qhp { top:32.3125rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNANeZVoHlKOtS74b7eyoIJL9MWXWFVG { width:13.75rem;height:3.5rem;top:62.6875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbsV2AV6hIbUlR3BZfTTiN0w6urhbdTT { display:block; }
 }@media only screen and (max-width: 763px) { #auTeUvQ34nxoEyzyvsiEK90c9AaUVmnF { width:13.8125rem;height:3.5rem;top:62.6875rem;left:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdP6h43TBKJDPxctypswx1hS8vi5XI5d { display:block; }
 }@media only screen and (max-width: 763px) { #ESxecAuWsmEbTEL6mLSQcdVJl0MmFps2 { top:11rem;left:0rem;width:16.4375rem;height:3.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrtqnCkRPTme4DS5EMUgetQRmDTCAHnQ { top:2.875rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1zZrABiWdd7BznytZSl6IO2BBfdbZU8 { top:12.5625rem;left:0rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJPO6kvSwKRqTzM2nDa5JwCJr6T6d7kg { top:33.3125rem;left:0rem;width:19.875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfFvA29fqK1IJsAJnzPbF5RBVR0mGfTc { width:13.8125rem;height:2.875rem;top:36.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRpTcXGdgSZ113pbhvtMWq4MC6K9GD28 { display:block; }
 }@media only screen and (max-width: 763px) { #mxOeTa0caZ7sfLIf9zrORHMCwmDSkXWd { width:14.375rem;height:2.875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmZtQpPKUfTpTPFN95ZvWet7G5tul5U2 { display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { display:block; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOTs87niixUS1RAgTeWI5xDReggvwCNe { top:13.5625rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiqrOIC2lPUuWlCH6RGy4zzgzats7rf { top:13.5625rem;left:5.6875rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz78TpR95HaNuAR9wsTAwtzFMei1PhRp { top:13.5625rem;left:19.25rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcKxlS8U8fOH6874e7KXvhOkEkkeWsiD { top:13.5625rem;left:31.78125rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRvnC9gpC219RLdNghdi2CenoTk8IDg3 { top:13.5625rem;left:36.125rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slxZn2GVqxbLg33vQXy7wKpaMwuO7tEe { top:1.0625rem;left:6.625rem;width:34.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dMd4pLnw5z9aCbzwVBKMsBtTzldmgr { top:8.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQJQKwUXZAWL5lTG0MvpPd82W45eI5x { top:8.25rem;left:10.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sASwIz2961oV3Iz5Fy47H2TkkVZh67TP { top:8.25rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyH2uT8UUZX7JbTChghArskNC565PVnr { top:8.25rem;left:34.90625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGCo4Um6tBz8vxxL0ETaxkyAnCRsMv6H { top:8.25rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKNuoiy1gAVfNU7TNANXZAoeTdqGyEWQ { top:20.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2J5ZeSD6WEVhVHrQudT5XFIRa6Tk9rx { top:20.625rem;left:10.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKUmDdGpdBrTuTiWdMpcAbRb3abuq4BA { top:20.5rem;left:22.28125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkT9EfZuMSGKS5AZMztap7xAszSQFsyh { top:20.25rem;left:34.53125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq55rlmcvG1fKSOoHQ1ExJzQ3nFtklb0 { top:20.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBX3muK3PT1XhPeEltlyHf5KIkvTrAW { top:25.9375rem;left:36.125rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amb4wFogzTpInWnbAsJIc44TJTTiklpW { top:25.9375rem;left:31.8125rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOSNI1vIbZpzh7EBd055GuuCn60UoFPL { top:25.9375rem;left:19.25rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOPNgCimJ0MQvcV4RqbgHUHUkw0n3eXJ { top:25.9375rem;left:5.6875rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVTxu2NDJ1yCBIkrWmOlVAPJ3qqhUoDF { top:25.9375rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUn8MlzSQbepDFdXK7Erho72TPbdVo7 { top:47.1875rem;left:0rem;width:2.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFoyX4qUoIQpw1oMLEP6tvFhRo8zLnOi { top:52.6875rem;left:0rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwozqbMoTfQJX4g7mPW2trbPsrZceUif { top:52.6875rem;left:5.1875rem;width:11.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q492CUwP9M0D708rNy2hrCfm9P8wEz4X { top:46.9375rem;left:9.1875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEDTk4bf6TJWFTHnbAJotwoiAzTA7bq { top:47.375rem;left:21.875rem;width:3rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBRfXQJCFfxptTX4TFSPFVILWD7f5pZN { top:52.6875rem;left:18.75rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWQR6AATzE5V6aO78DGirffnO343XLIF { width:16.625rem;height:3.5rem;top:47.3125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ASD53oEwQoHi2yNKes4TeTtPwdz6qL { display:block; }
 }@media only screen and (max-width: 763px) { #Z8JxgT1nlbAuLcT6oBrhNCczhoo3gH00 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3aLgud25RCs4iska0gmPodsUdJXBnGA { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgedzhgEHLxfdrALgr8mpQTMezc0T82w { top:38.4375rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABfrRzNCVp559FvQH6HLP4PpILBC270P { top:33.5625rem;left:0rem;width:2.6875rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5LiEVi9hOHUEaIPOX5UZC2QysgM25L6 { top:34.5rem;left:0rem;width:5rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSmb1LLXxdf5kcKd84G1kGKyeG4wtCrb { top:37rem;left:0rem;width:4rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Km3CvrywK6HS009taB9TITAluxmpqVTp { top:21.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7gQxdW0ANalwpnnUuAr1TevidLKqI2t { top:33.4375rem;left:0rem;width:2.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPKiNRdpHX4dHE2itUKn7PIqAETATye1 { top:38.9375rem;left:0rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRcUf7h1yVSgBGfKz3rMzEFie9G4eIOT { top:33.5625rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqgDH58FRpZ9Vgig1fOHkoaVxKaGnMu1 { top:38.9375rem;left:5.6875rem;width:11.75rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL2MRaBKQuTFqmrzltlrtaZ1p0WfOmAO { top:33.625rem;left:22.375rem;width:3rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRmSohsMhKyokhl4Wz4ECNKimVN9sKUi { top:38.9375rem;left:19.25rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3HidiyCWsf9yWRBqf3AzuSkZTgZfrSp { top:21.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVOGsNTq0Evu2uV3srpdL5fDK2qrWm1c { top:25.9375rem;left:0rem;width:3.5rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v48FkIXNeSdCbTqNwUuHGnfnS5eevv10 { top:25.9375rem;left:0rem;width:4.625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1HXMpHByhsOehNulftEwJKGtsnkcMFl { top:25.9375rem;left:0.25rem;width:5.0625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUaOXydxTDiGRHMNtEqLzZ5wLRvRnxXS { top:33.5625rem;left:10.0625rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIAvfUBzGdcpVMqirUatv0caiFBcm7Q6 { top:33.5625rem;left:10.0625rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1Q1U8AWUMfBZVtn85QuJNP24MN8qaQ3 { top:27.375rem;left:0rem;width:3.8125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJTgZB0i464DP2yfpmAx7nl1xT9359JV { top:27.375rem;left:0.28125rem;width:3.875rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgPkhVT9kScQ2AvP8VKhqADIi7y7Sfzr { top:33.0625rem;left:0rem;width:4.4375rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGSA7xexsASH2n52XR6bT4tnRVL4Q5Gr { top:33.5625rem;left:10.0625rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR8UUkpDkB81EezbfGD0mFBvJUK7MrvE { top:27.375rem;left:0rem;width:4.1875rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEMbTzebycdlstyHZwbhKgD4tru9ATdK { top:26.8125rem;left:28.46875rem;width:2rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT { display:flex;width:18rem;height:5.0625rem;top:5.6875rem;left:4.28125rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #od63GoushIFuLIXnwLRuVNbbgD7T8fH8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #TvHnaRc6VLxkP4KFwOOuDRRcKhR7vcPh {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Qm9Xf1ZeJmAvb8xb4t2iSmIZEhDrm0T3 {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Pgnr8DLsVxZPGDNZa3bksJcTHStX4tu4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #ZELtSNoKsQrXk6xVgPTPLqy8b1B91St4 {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #QEbfNILXE7vOnBhSpmWNUf9h99yB9GWQ {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #fl4e9MV1rrJiTgePIKQiz0k3OQAhTg3M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #ADlBC5iWqTpNyffTQChRdVZNWTuFhIzz {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #wWbs7reoWSAVJNHONdsSItbzDRhPv8DJ {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #eVHiFU2H8MkJTrDBnEdfTWudpV7gVfh0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #EcpfGzHCTk0uAA8KTAcieorB8nFOVqTZ {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Twt7Qf74lOotoNKRBfrTBOPW1ZqxWEeS {  }
 }@media only screen and (max-width: 763px) { #LAhySP2zFOcnxVMFifRhr5JvTyw3y712 { top:3.875rem;left:0rem;width:31.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbpdQgCGCvyh3CyzOSus0r7lWalhwbaK { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI { display:block; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slm98obUDweLOOEV3XEf8hvIGDc7ZAip { top:37.3125rem;left:32.4375rem;width:5.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsPiAcFoWWXJzKATyTwaGvybcQHNaf2S { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0VFAH1pnCCMg4oOKRd7FaQTPzvkOFxT { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVpXvHeXP2qc2OEaTu1vSTS2R3rtW6mz { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJcZJt5hHZoq9Tu7ibRw7Z0MVTaBfpm { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQyUa0P2PT8a0U5KxeAqotcP1KwThVcD { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIAGtbeLmvlaCkXXqDlRJGUFNZaVhUTS { top:25.3125rem;left:32.4375rem;width:13.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mTSAx73kubbeCokxS9P5a2A7TGMf3M { top:18.625rem;left:30.5rem;width:17.25rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNft0BTunGQo9XsG7wR7PDsJpgQcHuXN { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwKHlRoS0BpSFlQMTeTOMhPyT4e5bSly { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQreZeUMPiBFSTvDQZk5Rz0JxvHJTNa { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdoAxOqTEiSN0h5eqmuxAucm9OB6CWTS { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBnR9XGS781fbhfZc6doJaTOwLbXTaX4 { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElMMhOqfP6UTptVIhRzOkahZm3Oyr5b { top:54.9375rem;left:12.28125rem;width:26.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4yzqaU1FPu8hQ70nnQykhT7PnmOrEJv { top:79.8125rem;left:8.375rem;width:27.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7VGmG6wUCfzSXKs9lJJ5iwlMO53A8Ki { top:73.875rem;left:8.375rem;width:36.1875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8BxlCsHTgGHz89LeHfr6lHP3zRKgkA7 { top:67.75rem;left:8.4375rem;width:31.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4FNuCvgew3L1EqiUP5Zwf9ZgPORTvH { top:61.25rem;left:8.4375rem;width:32.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8rkCSOCmEqLPMocySvXyxKb0DgcqBV { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0uK8H2a1s6TpDSua9eQdTgdUec3kBi { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6oZica8LFbapMm2W6IFZnpT7OeJPRWc { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m14DtX5rGxnehAPLSfTmVWWUPSrdaEKW { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQP4OFp6QiFaiEoTtVwsw0XavqXFfxh0 { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiGyiQTT88OezD2dht0PyuR3Rpc7Z8y6 { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMbQIoKcNvQMhoxrb8QewFhvNwreqEv { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmCAcJaxOvvDqwXrTodVSPVNx7w9p1Z8 { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtsqDJtdaMonzpLRu1hVEzNXqsKx9DdQ { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtfhAMIsmM6sMTR7uNh98EFxkNFMTMN { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xluVFCdChRG0Gq6u0u1Ty2OorX1dWkZU { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNi5On10QUrOoUcCdcBLfTrcPyVS5SBT { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtLTGvs4h7bRxZBmXQTLt75tv6UJ5ZHe { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLV3lmLyKxRMTuozOHiWTJ3BTiZO6Pva { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaxqTVrG7SuC0SDIXuG8ggQZeVlXwvOv { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Txg7uVzrgRSTk04ZGh1G20b39fcTqrZN { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQzu0RRHboAKXVHImwrbx2QCBOiUy3O { top:10.25rem;left:0rem;width:23.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvbEgPF54D66i5fdO6FyTzX3Zkgnf1M { top:10.25rem;left:12rem;width:23.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTV3shyU9Kafo5wewGmXr33rMy0zil4Q { top:10.25rem;left:24rem;width:23.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVXh6tKfcwT6e4UxoxMuPsJrOmv4o5cJ { top:12rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vdhdILBUnGEx6K6U0NkNcSvmP2leon { top:11.9375rem;left:13.75rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buxT873RezHbLWyhRXew6vbttF7DUhUU { top:12rem;left:39.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRBOUm4x3q81mtuPAv3w053DNSbQZKW { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVK8uEuTReRT3bCXkTVgA5tTxQzPv0VO { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guC6lz6mUWgqml12kl8gmhRozL3kt9VS { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfSSl3zmL2Cm47UxiSCyEz8FB8KmnUUC { top:16.5rem;left:0rem;width:17.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfIghV9pAlrtKM89wwGqr15XbqDJoP2 { top:19.75rem;left:0rem;width:5.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlSJT9Z5UXzB4TpQQG1X5Ox4U4UdMQfX { top:16.75rem;left:13.6875rem;width:16rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTalbcWm1Aw6ylbEX8m8WJTIH04Dohek { top:19.75rem;left:13.75rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGzeEXzV1iy6tmdipzemeFSEaDAHrpM8 { top:16.5625rem;left:30.375rem;width:17.375rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZW3MTdkcOntJeznz9NHyfBTIkqFxti6 { top:19.75rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFSgcDrbtlXSmJfrKcRC3TKzCGecz0Ug { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1SFD4951xGW9vAFuuEfJAutmhS2TrWB { top:29.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1DgeKDfdnLHpDOAMdlTPKNQbRKdTaAC { top:13rem;left:0rem;width:20rem;height:1.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD6DsOkURge4fThkTvEompGoXkaTuHFT { top:8.0625rem;left:41.6875rem;width:8.125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #uFguxf8LUzNF79hsSw6nOMDrTTqUtumX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #QRE1TqDqdG0oNHi3aRGqtwVFQAc3aG6w {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #zsuOHhQdDtxTFMlAG6sixLpBuK9q3V7K {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #Gg2f4sPHmpPs5R3EmtIMb6dyZvR3wI9n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #PFmwDEewZg35TLNu5dVJv56RqdWy8wWp {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #yJE6bBKfla8Sl0Xd4IETICCMTAK1HbuO {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #QtMtUiDHdeCytPgaB48XZWiskADFUvAe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #pbs9GASHOapBoiFArL6ulDH86TtT1HeV {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #lCg2Gn4HeWHHEFPm1AlWrTfzBQI1daSl {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #Ks6fKpMGlKo09GmMvdz7RF6bmCTPvIOJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #ItIMc80Xdtuq8iVVFZAPkAMCJAvvCPET {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #upVTWt6Q3BLNV3qqeyzKIARiB0R3Tg7l {  }
 }@media only screen and (max-width: 763px) { #nEFEPRZzXbxXglTCMDwPFntmo78D3URo { display:block; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM5ER8gNNAfRUg2TDzRM51hHKOImxAuP { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VS1SDEzwiuoP0rtu5G8iDfVhSbT9dH2V { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #slyul7B6FFIQEtxFwiuHsBcRydfc9LXD { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFZ7lHqgwRTyQnoWT9oKad3D6MNNeTp7 { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxFJpAlxURe7PLTeUUqBXBCDuHc2ITho { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUkpooxm9a1b0r65i6ZJdKTIHIf799kb { top:3rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wScvPJT7fmUW1HNVDgPhAyoyrQNTTuXV { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh9UmbETrcWTF0T8kaGhqO3BQfUnaZrp { top:16.875rem;left:7.5rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVcXnDsMEKL0MC0oDmBcZJSpTJVbwhl7 { top:17rem;left:25.5rem;width:14.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnLMEBuWt6ABkW3UsNeGU5ZkibRND3Da { top:12.9375rem;left:13.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg8cA8cVDHT2PVV4I0dnqaTUpQadTPx4 { top:13rem;left:31.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsvGWBPx01Bb9kLZx43f93I8ElyHTaa6 { top:2.4375rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCtw9Bd9bBAyQLKFL92zIe3vTfTt7ilJ { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgMCGOviyTKXKyhKCQ9JTc1hn9aSQk1N { top:14.1875rem;left:0rem;width:16.9375rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3mAiJVOwWTGPBqnTlyFNM3kSHpsEfdS { top:16.875rem;left:0rem;width:8.625rem;height:1.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVsncrWcsU1aDkahF4JNR5Mkqm26s91v { top:15.6875rem;left:0rem;width:16.3125rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kICqSAvSOCC4vcn7TDMXViVm8oWd9PP9 { top:6.5rem;left:26.5rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tV5EDesqzUOuT83oGCxXzobDenAxT4zM { top:28.5rem;left:0rem;width:17.4375rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o262fpHSheWd6aA92mnRmIBhzxHPEd0d { top:32.6875rem;left:0rem;width:16rem;height:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaIMyQbztb7vg0m9BNLoTWz2eoBXWJEw { top:6.5rem;left:26.5rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vI8BzCGqr732GrnPmKrspVdIbInFXUnk { top:46.25rem;left:0rem;width:17.125rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvm0STKRaGOG0K5kFCRpqdqARE6XariQ { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKiKJugJVamgN7WlNhd1ioRPxeh8hnOD { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpTsKdEeoH8MlEmg63d4f1mzaQJtb8dm { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTV8gO7k87n5UAQTI9kVEMPVbCAn1LM5 { top:23rem;left:0rem;width:2.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ie0vhFQrf5Hu0bbUQDknaINfrGowb5an { top:24.5625rem;left:0rem;width:2.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaSbADQwA4ULVQcOJKLktbTUekaeGFSK { top:9.1875rem;left:0rem;width:16.9375rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcOTMJ0ZGtq5F56bI87tThpv8ViyNvox { top:49.3125rem;left:0rem;width:16rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSS3FwlxEub9AXteurMveIaNx3yCEDpJ { top:68.625rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N { display:none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QoH3zX9LRJWxlSq6sBsxX9tip2HhdZ7i { top:2.375rem;left:13.3125rem;width:21.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGefLpw22fhJPri9elC4fpcaoQIDf2HT { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kieipNo6VKmFisArVyTwMOeR3qlcPmqZ { top:9.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TztpTwPH7dRfhASBmc2n6tzadcNUUMCU { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAJZvF53X2z3CPTa0yXCeca4yx4OplVV { top:4.9375rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxrdlAEb5MoUVKd0XB4ZhEf5MJnGls01 { top:13.1875rem;left:0rem;width:16.5rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNshAfGHFTc7KdoMVz6XQZmZufRGlbEV { top:8.0625rem;left:41.6875rem;width:2.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBADT7oUhZ3UrDGun61CEJnADJGlpZcQ { top:18.625rem;left:0rem;width:16.625rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5TkXivq39DnqIqPVJWPsUX05h62Eow5 { top:8.0625rem;left:41.6875rem;width:2.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzDOKnBMB17tL4HNGLI9vOCM6HeLQTd3 { top:67.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLKym7XfND69BuIfK4B6CngEcWSnJPnX { top:65rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIgqHZ6tadT9LrJCsLv34AiKloM6kXg { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dURZMd2zE99Jf8zyclxbcV1ifHD8nETO { top:26.125rem;left:0.8125rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9T0Otxa255c7vkIWcNXhTErTQHqlyMD { top:26.125rem;left:36rem;width:11.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s { top:35.4375rem;left:0rem;width:31.75rem;height:6.3125rem;font-size:1rem;display:block; }#dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s li:before{  }
 }@media only screen and (max-width: 763px) { #twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 { top:42.0625rem;left:0rem;width:31.875rem;height:7.8125rem;font-size:1rem;display:block; }#twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 li:before{  }
 }@media only screen and (max-width: 763px) { #yHeHMOFLkIUyGKbE131Z8CwDDfdBcyUA { top:30.3125rem;left:18.0625rem;width:29.6875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oawxrwJXmTq8hRU3i2yZcICzRRWuNVeX { top:25.3125rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1XIot7mV0ZBIv1xKNSRm9HEeORoiK4 { top:63.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwr6fuGxdl7feTyzxbRccH63SVeotZ8K { top:26.125rem;left:9.625rem;width:25.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhV8A1VfSfTtbpGUgpXgh6eq1olMUQow { width:13.8125rem;height:2.875rem;top:60.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKyhQAuQ9J0qC2D9DzCpxldJhSsiMBP { display:block; }
 }@media only screen and (max-width: 763px) { #HUpghbFS4KTUOWdXymyNLC0PT7JgRos2 { width:14.375rem;height:2.875rem;top:60.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WfkHZx68hVTCAsQT195JNQUfsxmuQZ { display:block; }
 }@media only screen and (max-width: 763px) { #g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk { display:block; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wmz4FVWCGu4Ko9BmiFTedazgJblzT3OH { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOeJVF2dBd6AL8qE6e43HntD8wGSbJE7 { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygmhyCtB8OnqPofREZIdG59AJTTT6t5K { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2eLtUDxWliM3K9XGeiS4OJQkfkhGFmR { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOzWzsNgbe66KxxRI0a6qhrdJgnEhczH { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7obKm3nevyFW084TCMnSm7AZiTlcUgD { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMs6wgLZKbNiihE60cZWlMSJDBHq3AM1 { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7GkkeVLD4ZbIsLqv5Ksp9TfwZAoN5m4 { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAJT2TW65upyMwnN2DAI8ey7tzeTrmX { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9fUaT8WlnNbZRNLgJMVeF8a67BdSfQC { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmexrAzeJJkwmd5hOyOFO3E6zlwZBgi7 { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZMsRP1430ogt4hGnLFDWRBwymuZNdtF { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTySEn6q9XMIo7fJl6xAJWeXwedu9eD { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRtuTCKhTsoqqDzUewvWWi7JekgXxZ8m { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaT8EdqyChWvp3Ww27PNlXSQaoqQmVIB { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsiyhekl66LWc52Q5Cq64uemb46Ptusm { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnEycRqboNSMEIS3emDuHmNPtJBwC7TH { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcyhcSMscl2z7ZHNLwti1EdQD4iUwcDf { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnRp0JOrxWiq8ktsiw6lSLcL3tguvGQc { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvsVPtKT8XZk2ZsfpdKTL1c23MLgo1qq { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dhdA3cZCuOmlEWJWxCy4zAIAriaUQg { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwyg9HTZsPV44MebWPUAw17XX4tz6bmD { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lta5hvRl4WH1SF7eAAPtuc27EEvcmJ47 { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUkCssfnEaLK64gpwKTn3T69mANV5VT5 { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCqpPwsobZalMGTTlJBpJ8Skb7k3ILUL { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST3PirHFKSbRgCllNfxFcVoXRW31TxVD { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1gDiuM8qt486lU5WiCBVCae32L4pXAf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTTIrl9JewXdRXyRxDbXplcaAdLek4c4 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMyyPFGpzHGMoTcUPAEHnrDW7OxduS9c { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC0wDCMzSAVrFstZvG0UTcP0WZnErk9o { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvIKehIT5M8wFuOHD7VhNyooumKalRrX { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs1UkPaF0VioaSVUe3rABDkXtkGbrXpv { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgG1O0QTmnNmuVI4BEEK8BpfMay7hztT { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A254gMAEqyu8TALmdosCJMp0J3QXQEnI { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGRPXbkMxVVddCXMTI1Qx6TxppgPcmws { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua7aSdGw3wWkEcE5NBJ0Piv5SN1AiXrK { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K71FHXTEcn9VLNIoRepO3bqk7kuuduyq { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mtcq3L9l6z5RTJE7W3Frqe5HiE9ylPye { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #co7tGurrqwuJawLIIeyFBA3RZLzVDxUS { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iyrz7d1fiMgwbT0MBvoho3cKgJBP1pLP { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWREwV3Rb4gaCymfiGIXEusNvN9Qgzb4 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBaefb6T9wM4fBQn5Cfqpk2nDgmNidOF { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wM12VtWserBBiP4rClCHxA1TrN5MRRyl { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #efaUhm5s8TS5Qr4GvXT2tepxd8WCAGMK { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9EuvpR6HRdmZnRyi6uk2rMTfyUezbX5 { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4QTxHsKdow6cwxGbQnZIl9OG9donDTh { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWULkC3ROKRHlUuT9RSTrikwIainePPW { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #forWHi0rghza419zk11WT9h9LbCmr8F1 { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT1xPWxkE50xRwuMrhu3wiPSb3cyopqH { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knUEX9zngIF0fBRT6OyUTGnGhtOFkuVl { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI3TyldXTESEPEAPSaPQSW7BE5pTpmvT { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyVoEL0VcCBTkS5H1LUA3zHE836aAJd4 { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEPdCW8s8WJVc0AaWHMcM8gu1Vp731Od { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvxV946DmHmzKkyobHlMi60vE2JNdrMw { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idwTn6ApmKK9Rtp1oEWtJ9sOTGoyvoPJ { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0weh05zxVl1NuNb8zhlAcxu8xV7vIRT { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAdulrlF7Hx3CEAM2V0KttHThQTt1h37 { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsrGXBNpdWmgN9RuyDFORecO0ycDxECm { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF372TXieSIGomSAznBTy9bUNaBaTRsy { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdRpRhWRJzZPpPM0D42qiTrOSLAM1glQ { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnkxzsXZ85FwJQz4Wol4hkN5hQ9LSAyq { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxDkVh5dN3dhV4swnqTd5nx65nvbwV42 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2GWZRSUZyeHLT5Try2C1QTFDcIfyOod { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBoXaavyqXxEzkVkNys0dppoIc4mtzKX { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMVKFJPiuGrE2HMV79RuHlkhhJwHwa7N { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Qi266IbTNWLCFmHs6WuBs2JnnM2L98 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6DbyNapXcWFsWQrQR3XKo3bPQ4I8VQ2 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTmVdJIXTZXqBG1er2n1l0J0aF0I5GBC { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTevA9bUwKTx0H6TB6MsNCX3pETuoAHD { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUgfJ7gqng5IlpVEJtsgDrCu9v7O458Z { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpTS2hsz0dCafS4WqnhlvibnpmGQitoU { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d26SZvGPxaQvXmLLbLJfaqv2Kk1EGOwK { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #edHJNkWmTIgS8nz3tMKkDPVi0eCNGVSz { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0A27g2Im2t8GGaDepadaoqW3JnC9kyI { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRPNBHfRipwAWRsmD06tnISbJsERxqMs { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4O1bLCrB5JDNSDEtNThSOAFepDonBRr { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mirEG8yPIl9PIhkRMN60ShMaSzmKT5Bt { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G64oabMwVwylbQ3zTrH0I720sfQrnslD { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmnQFqtqTq4TpJUZLnFVznTt8vBkTO8h { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DliTpbn4sRfXUBrh0GTvagduCUWmUaSh { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3UVNQRHr3WaAxqeE9DFTw4dudEryBRm { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzf2dlEfr0NQhBZTt4uEWnNEOTcwCODD { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBnk9TbGmPiznmW0meTTvfOnvbkUB2SQ { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8nUw0pNT1dXELFLPgdk8Tx1Hk97BMDH { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwmgXWsvwsSQ3gfwdnFDKLt4Ac5V7Tk5 { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzknEHVbeMdNxOypmbG6Rw3vD7p0w3P0 { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxBN3UThhMlzNrk6G7pF5vblVetwD2VE { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf6TPrxnmnexAT7k1iZuKC1ZOZtIHVmu { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5PUXTGdcL8s4hwDxvqmWv1vgcegZ7tX { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HU5vc92l4Wtz6hLlFLQaiAXmgWq2p48H { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1VwrAnfciNhdIQy7H4FiVWsuoFixTMl { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bU8bEnDp1SL6gSh73iqzIrrHBokSZJq9 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGDm88LtOhsITBnSmSydCplkDz3ZkFtW { display:none; }
 }@media only screen and (max-width: 763px) { #FU6FaZIKm1c0KPpAV1MAENqXUm7Xw7KV { top:3.25rem;left:8.21875rem;width:31.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnDpsQMso1H3UuCdLEB55giau3ivSTlI { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzOiDLDZPhkW6gB0174R5LenWMl38iJt { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkWUR4kSuXCWahryADvdoVaxpR5a3T4m { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWwnWUKnAf1wAa5rH7IGaSDRwGSW4Uak { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAkJUh2sOEkdSUbAZWAevWUXUVwm7d0Z { top:43.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWmC5dPFzWp4yMJ4AIUHUBvfOOK1zObS { top:43.9375rem;left:21.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaT4rx3qWbMsnap1ToN0EzbOE3INS9y { top:43.9375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1xGU4dEyyLWOvcTTHVGWTdib7tS9nB { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzDllSHPmfzWp9xu3ICTbkHbcbK4UPMn { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1clmxh10SQTC3JFwIOG2AV267lb1PM4 { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze214P0ikihAXtH2IF6UHrqMP6GEHTPK { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cypfyyTnyql8rTMu8v9dp9fZrehOkHgy { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZlBJOZNi5KUxKDhdT2aqec69HbLt3w { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVNocakk5tH13BiJMH2wKRhZG9l39lBq { top:33.0625rem;left:25.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4LtaTxXkeWz9ZqLiX1imQSR5fH2zAuW { top:35.75rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5fI46ieDabLNKSwHPXP5i5FT5MImB0D { top:49.5625rem;left:0rem;width:29.625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfuTJPeIcia68fa1E1vtLJCKxFpnlCcn { top:52.25rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1kkndeLNC6DsoqGiFdJUcSmBWGl2x6n { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGegT0iGzprhzF9yKQ4ebAQCDzs9Vhxz { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOvi8xQf7p83pAkSvnTHUlbrE5qe2fPA { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaGWbVPrciU5S4hDvBuzTMpkilHTHgdi { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMM6AP1QTF9UdKgNSUEFJVysF8nETUEF { top:11.3125rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzNWQCC5fPeRiMSzpxRlZ9IpQwm6U7U5 { top:11.3125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxlwRmTma4HOzI7hQs72uhTBefeoGk4f { top:27.875rem;left:26.6875rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMWDKcP61zCAu1tghizm4m6alyaJfAfH { top:27.6875rem;left:0rem;width:1.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWuTzg9iH9LDgm1SI6Bd9Q8aoyTPBNSO { top:45rem;left:22.09375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLUXkuQg34Wrpkucdg1MDJLw1BT4y0q { top:44.6875rem;left:45.0625rem;width:2.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9Nh1O99fxvasfRaTtC5dcBAn6yyfDRN { top:44.4375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7aimSLUeXTz3wV0xzmvTVx7MpDo7mxE { top:9.1875rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVMfF4bzgiVDUI4QGVObWhuq9spFePx { top:9.1875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USWnwdiFIT7B1QrHf0IcsTANiri9lIK3 { top:25.875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnlD6S9AXy8dmqn1adeinhaTxgfEadOS { top:25.8125rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC6us3ef0Lm4iQWRnrOqfaaDuHnQfiiR { top:42.5625rem;left:0rem;width:47.75rem;height:9.8321396598031rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6QmZbxuoG0znDxVFKfhysuExqPTJtb { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJcm9b1spc1X2XTP1saIwv95zvoUzt3h { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnAw3azsAAwTdyN76o9MWmGTef0dhfPl { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaRz7IWI76Mt0EwruqCOcHAX4uK5eRVM { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sd1dPKz5GcI3X8TSt0MTx8TeasrdD4we { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #le4wPTEga1g54Z07wsNNQEfSgXXnkxcn { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcPGw6XcuQcRqdzTvlt4BIWMhS57AASS { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqKxvVApwfZZ80mE17xbNzRGbfv147nX { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7NLRZZGWM4aT2KvlA8oDmLqghTWMDCf { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVPWL70743U2TowKcG9qiPKegg4TAL7L { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNKCWNIDcfb6NrkLgKxo1uaqooiU1x5e { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKvMFQ1S7GaTuMzufz1X4DcQG6HVOol6 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #af0xQRQRVIH8QLD53wcJkJWluefZAKFr { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b90F8FMnTJV9oWi0MIVzltOwfW2NWcDh { top:48.0625rem;left:0rem;width:20rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OESg7WcGo5TfJsPJbqWKNw5Ul8sMgBVv { top:3.625rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zw1y8lBANzcdia2HdsP6Zh0PSQDbB8aX { top:10.3125rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUZGThFbONuf1MND0Eg8txHpdgcC8gc7 { top:101.5625rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #smT9lnTFPBQP4avZJphIQwf46FPVoQ7O { top:26.875rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1T1f6TfAOzmJc1bsJbDUNucVuxHGmdh { top:56.8125rem;left:0rem;width:20rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCAtsbSVNphdTV4XaEEQDILCqNsxK1wV { top:63.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgpSroKJBTXLkAKX1eM2RJBDOfdPM1MW { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ { top:52.1875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ li:before{  }
 }@media only screen and (max-width: 763px) { #GQrTJOCxMO9xPuUzxkn9B0hTGixNC7aU { top:4.3125rem;left:0rem;width:6.875rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCnQCgGT8RJepPq9hTBrf2FUI81T4GQm { top:103.875rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te3IZ44GqTgbITT13UUJzwqQQxnz9AxC { top:60.3125rem;left:0rem;width:20rem;height:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fl04BBMOQNpLHDTAvEEu7NBbumXBVMaw { width:13.8125rem;height:3.5rem;top:40.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJL7mPSLGyxqTRURI9oedvDwkElCrATT { display:block; }
 }@media only screen and (max-width: 763px) { #KG2dv6ubB0Bpl4O7ZuklhySlG98TnrFx { width:13.75rem;height:3.5rem;top:40.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2bN36hEObDEmUzC8amlCtB6ylJXLXib { display:block; }
 }@media only screen and (max-width: 763px) { #kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { display:block; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { top:2.375rem;left:13.3125rem;width:21.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB87WrpTs75fkUeSO4ItbowSZBlEPlkT { display:none; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoWzsOLbVSUhWAdTcS5FmV7io9TbB4Zn { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVftBHAQrQTsmfVlkHSx4QKvMVhlvdHv { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDmsZhGXv1Ozd5W33wvxeb1lV93ocmIX { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoltEyEqbQOR57TTXeVIPktin6tpUU3W { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXA6AudHe1vchbZ0IriWqzlrLBdbAhsT { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm6QlDIPxB8ZyFFQ3s5mW8TFQXuKE9Ke { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2MNTUyQhdILnLbZ02KiW3FSvKGxsToZ { top:11.875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQL8HUcyWTNHdVmXDnIGuVSwR6lqV6nX { top:21.375rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ID4XJgbIIIdadWJb1NwTuNvS3eockQQb { top:31.25rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNlLGcbT0gOTc7HmFaA7KCAmfBFgxPTn { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh9fCKBTcTqm0HnJNrcGSGnWcbeXRyuL { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAPwhC0MOLTdTTwJo3NKdBHHXMWbWDxT { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtrrrVyNSJzaEoknHwMURf5vloU1a7mT { top:22.0625rem;left:22.28125rem;width:2.4375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #en59vJNs7LPS954ROUJMGePkg21SInTQ { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8B4przc1mhXfaAnnGCNASEdQW4nrOaA { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GztezVhH2IwKw536TK9VSauWKRAyLr1S { top:22.0625rem;left:22.28125rem;width:2.3125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRh3pTHgSG4HJwp7Zb0d7Duz09kHKWXq { top:41.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qktqdUmst5bxaGFt3508sIMlVVMl7Pqk { top:22.0625rem;left:22.28125rem;width:1.375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtAHETlIJnQhhrQy5JQlr4nXcHKkTvuQ { top:15.75rem;left:0rem;width:2.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ETBCPOJ3Xz5yv3TDGDq728EwAvFm0a { top:20.6875rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZUN4rPPu6Eu8Imem6TwAQqXmx15SBgO { top:5.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Zuq9bG9Hd8pEFwazXqhfGoC39nWPXZ { top:14.75rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMXiTShJDG069lKFDDLh97Vu1ilwExUX { top:14.75rem;left:13.625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUnwn9sUk6UrDt6bz3e4TmcCJTsnBigA { top:14.75rem;left:30.28125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknAeSOZQwMGgP0N2lnfzW4F9i3fhNpr { top:14.75rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR88ma6hb4UkmSHb9HQEpCF4bdyDu8hb { top:20.6875rem;left:25.78125rem;width:12.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4PmpoUI3sg5BUxzBO0xdqocLbZMKIqI { top:20.6875rem;left:8.71875rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWPEOkTLlshTwfQfpOJ2WHlXyQOsZlio { top:20.6875rem;left:34.3125rem;width:13.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2FWrFMsL1wy857CSFQetAiX6SKLhvb { top:15.125rem;left:14.625rem;width:1.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWH0lH55OS9PsemlzIQrTz3rTHDElWbg { top:15.4375rem;left:30.78125rem;width:2.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqDbipp7KFyOSKeOpCiuIrZVuor5Pl5Q { top:15.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXuLwrW3byBpCGTQ90eBzTSC3i6yheUP { top:45.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #qO1QqfivPcMfXwnq5TkymvC46OlrIuwI { background-color:#0a17f7;background-image:url("https://images.assets-landingi.com/uc/7dc5a0a7-2f46-45b8-8845-1bac98ea5176/mobile.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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;z-index:auto;display:block; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI.adaptive-delivery-prevent-bg, #qO1QqfivPcMfXwnq5TkymvC46OlrIuwI.lazyload, #qO1QqfivPcMfXwnq5TkymvC46OlrIuwI.lazyloading { background-image: none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container { background-color: transparent; background-image: none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container > .video-iframe-container { display: none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row > .video-iframe-container { display: none; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .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); }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container { border-width: 0; border-radius: 0; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qO1QqfivPcMfXwnq5TkymvC46OlrIuwI > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCnEERwWz76TSuGx07wEhTFkzTKkFryf { width:13.8125rem;height:7.9375rem;top:1.25rem;left:3.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LgHMBia3w3aEcReO2qBdm5Xq0ywTxiRX { width:20rem;height:0;top:15.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #er5NSA7uhix1Rw7dhdF3tfJFTGJel2PA { width:20rem;height:2.0952380952381rem;top:18.4375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TlnfshXT5Tg5PfoILQR2FnZ8517qh2bc { width:20rem;height:auto;top:24rem;left:0rem;font-size:1rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hTo4zAnLlByGflVHEWLzKeoHL22FZa4S { width:13.5rem;height:3.5rem;top:31.625rem;left:3.25rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlybiElmNS6gAE210UJErgv9RqMlNBmI { display:block; }
 }@media only screen and (max-width: 763px) { #MTnV5ruuFCAOde5d6BU5UZnRwvAM9oTE { width:13.5rem;height:3.5rem;top:31.625rem;left:3.25rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVtKkL9decSvStl5tEbnvcKuTIwN3dK7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZziNAxdDDJRJwfgXaacB90BOwFWEPTfz { width:20rem;height:auto;top:36.3125rem;left:0rem;font-size:0.9375rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oLqI7QroMUiey6zBfovTxKWeNeQFsw8H { width:13.8125rem;height:3.3125rem;top:31.6875rem;left:3.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #A5t7NkSgv1lKQ3WKTC4ZXCgXnaCpGaL5 { width:20rem;height:8.4375rem;top:28.75rem;left:0rem;font-size:0.9375rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15009;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MOFbceoWk6yMxZ9HvB0tpDQL09EzEZhq { width:20rem;height:0;top:48.78125rem;left:0rem;font-size:0.8125rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15014;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XGGv9RTV1OrVU5tGQBTrtQexP1iNMFu5 { width:4.75rem;height:4.75rem;top:1.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EdsyKTvATEn2iMENVssTZ4cLoxip0Hve { width:20rem;height:5.75rem;top:22.5rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fvE8QV4pSZC4dzKsiSRXaA65B1zNPCAT { width:20rem;height:1.40625rem;top:39.625rem;left:0rem;font-size:0.9375rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mu75Jnml8ORw1oUqqRWE2nZzIAk8fdA1 { width:9.375rem;height:2.875rem;top:41.6875rem;left:10.625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QUv3Q3oXEJ6qOHJhgcNTT47hrMlmATvO { display:block; }
 }@media only screen and (max-width: 763px) { #GBfvG6UsQkAnhGUAxmu3OamyN4Xku5Bg { width:9.375rem;height:2.8125rem;top:41.6875rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #GmZGCt7SHdz7kWqS7V6artF3xilqNE0i { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#003ea4;background-image:url("https://images.assets-landingi.com/uc/9eb9b76b-34de-4294-9c81-10902b7a4e8d/WIDZEW.jpg");background-position:center right !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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:69.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nRPydm5qsKEsS1JOt4yLigSeC2p6dkdd { width:20rem;height:auto;top:23.6875rem;left:0rem;font-size:1.0625rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xcMNAHEyZcAdVRZZlAM8VwSP7Vc7LdAB { width:20rem;height:auto;top:37.4375rem;left:0rem;font-size:0.9375rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #e4Iv57aM2VZmOTPiCNfGxDt5m8HCm94C { width:8.375rem;height:4.9375rem;top:3.25rem;left:0.78125rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AvrR83amqhWexGVfk3N5RPpDH01I4rEv { width:11.25rem;height:2.4375rem;top:20.625rem;left:4.375rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eOlrzgaLZ0tEVqOITWEs3DP6d6rI4hFh { width:20rem;height:1.8681625rem;top:25.1005859375rem;left:0rem;font-size:1.4375rem;z-index:15005;font-family:"tt supermolot mobile";font-weight:400;font-style:normal;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XdrztezuqRw1rrt93b3FmUNM5V6sJXvF { width:20rem;height:2.375rem;top:27.0625rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iht6oZMTrs7T4yzcVc6BI3ricTVw0Qhp { width:20rem;height:6.39844375rem;top:31.0625rem;left:0rem;font-size:1rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xNANeZVoHlKOtS74b7eyoIJL9MWXWFVG { width:13.75rem;height:3.5rem;top:39.25rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CbsV2AV6hIbUlR3BZfTTiN0w6urhbdTT { display:block; }
 }@media only screen and (max-width: 763px) { #auTeUvQ34nxoEyzyvsiEK90c9AaUVmnF { width:13.8125rem;height:3.5rem;top:43.4375rem;left:3.125rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IdP6h43TBKJDPxctypswx1hS8vi5XI5d { display:block; }
 }@media only screen and (max-width: 763px) { #ESxecAuWsmEbTEL6mLSQcdVJl0MmFps2 { width:20rem;height:2.5996125rem;top:48.09375rem;left:0rem;font-size:0.8125rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrtqnCkRPTme4DS5EMUgetQRmDTCAHnQ { width:6.875rem;height:6.875rem;top:51.9433625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1zZrABiWdd7BznytZSl6IO2BBfdbZU8 { width:6.5rem;height:1.25rem;top:60.0683625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJPO6kvSwKRqTzM2nDa5JwCJr6T6d7kg { width:19.875rem;height:auto;top:33.3125rem;left:0.0625rem;font-size:1.0625rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZfFvA29fqK1IJsAJnzPbF5RBVR0mGfTc { width:13.8125rem;height:2.875rem;top:36.125rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRpTcXGdgSZ113pbhvtMWq4MC6K9GD28 { display:block; }
 }@media only screen and (max-width: 763px) { #mxOeTa0caZ7sfLIf9zrORHMCwmDSkXWd { width:14.375rem;height:2.875rem;top:36.125rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmZtQpPKUfTpTPFN95ZvWet7G5tul5U2 { display:block; }
 }@media only screen and (max-width: 763px) { #QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { border-width: 0; border-radius: 0; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwyBwKn7fqiaxENLJxLV8f3vLZHQovUL > .row .container { width:20rem;height:51.32324375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eOTs87niixUS1RAgTeWI5xDReggvwCNe { width:2.6875rem;height:0;top:10.9560546875rem;left:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #THiqrOIC2lPUuWlCH6RGy4zzgzats7rf { width:2.5625rem;height:0;top:10.9560546875rem;left:8.59375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz78TpR95HaNuAR9wsTAwtzFMei1PhRp { width:4rem;height:0;top:10.9560546875rem;left:14.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcKxlS8U8fOH6874e7KXvhOkEkkeWsiD { width:6rem;height:0;top:43.6875rem;left:10.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRvnC9gpC219RLdNghdi2CenoTk8IDg3 { width:11.625rem;height:0;top:42.0625rem;left:4.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #slxZn2GVqxbLg33vQXy7wKpaMwuO7tEe { width:20rem;height:0;top:0.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L2dMd4pLnw5z9aCbzwVBKMsBtTzldmgr { width:3rem;height:3rem;top:8.25rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKQJQKwUXZAWL5lTG0MvpPd82W45eI5x { width:2.5rem;height:2.5rem;top:7.59375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sASwIz2961oV3Iz5Fy47H2TkkVZh67TP { width:2.5rem;height:2.5rem;top:7.59375rem;left:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyH2uT8UUZX7JbTChghArskNC565PVnr { width:2.5rem;height:2.5rem;top:16.3310546875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGCo4Um6tBz8vxxL0ETaxkyAnCRsMv6H { width:3rem;height:3rem;top:8.25rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKNuoiy1gAVfNU7TNANXZAoeTdqGyEWQ { width:3rem;height:3rem;top:20.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2J5ZeSD6WEVhVHrQudT5XFIRa6Tk9rx { width:2.5rem;height:2.5rem;top:25.06201171875rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKUmDdGpdBrTuTiWdMpcAbRb3abuq4BA { width:2.6875rem;height:2.6875rem;top:24.99951171875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkT9EfZuMSGKS5AZMztap7xAszSQFsyh { width:2.9375rem;height:2.9375rem;top:24.81201171875rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq55rlmcvG1fKSOoHQ1ExJzQ3nFtklb0 { width:3.75rem;height:3.75rem;top:20.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTBX3muK3PT1XhPeEltlyHf5KIkvTrAW { width:11.625rem;height:0;top:43.6875rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Amb4wFogzTpInWnbAsJIc44TJTTiklpW { width:9.25rem;height:0;top:41.75rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOSNI1vIbZpzh7EBd055GuuCn60UoFPL { width:9.25rem;height:0;top:41.75rem;left:6.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOPNgCimJ0MQvcV4RqbgHUHUkw0n3eXJ { width:11.75rem;height:0;top:43.75rem;left:5.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVTxu2NDJ1yCBIkrWmOlVAPJ3qqhUoDF { width:9.25rem;height:0;top:42.6875rem;left:4.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMUn8MlzSQbepDFdXK7Erho72TPbdVo7 { width:2.125rem;height:3.25rem;top:47.1875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFoyX4qUoIQpw1oMLEP6tvFhRo8zLnOi { width:9.25rem;height:0;top:42.25rem;left:7.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwozqbMoTfQJX4g7mPW2trbPsrZceUif { width:11.75rem;height:0;top:43.1875rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q492CUwP9M0D708rNy2hrCfm9P8wEz4X { width:2.875rem;height:2.875rem;top:33.65576171875rem;left:1.65625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TiEDTk4bf6TJWFTHnbAJotwoiAzTA7bq { width:2.875rem;height:2.8125rem;top:43.6875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBRfXQJCFfxptTX4TFSPFVILWD7f5pZN { width:9.25rem;height:0;top:42.75rem;left:8.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWQR6AATzE5V6aO78DGirffnO343XLIF { width:11.8125rem;height:3.5rem;top:50.349609375rem;left:6.8125rem;background-color:rgba(255,255,255,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9ASD53oEwQoHi2yNKes4TeTtPwdz6qL { display:block; }
 }@media only screen and (max-width: 763px) { #Z8JxgT1nlbAuLcT6oBrhNCczhoo3gH00 { width:2.5rem;height:2.5rem;top:7.59375rem;left:1.875rem;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #d3aLgud25RCs4iska0gmPodsUdJXBnGA { width:2.5rem;height:2.5rem;top:16.3310546875rem;left:8.625rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #tgedzhgEHLxfdrALgr8mpQTMezc0T82w { width:2.5rem;height:2.5rem;top:16.3310546875rem;left:15.5625rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ABfrRzNCVp559FvQH6HLP4PpILBC270P { width:1.8125rem;height:0;top:19.71240234375rem;left:2.25rem;font-size:0.75rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #L5LiEVi9hOHUEaIPOX5UZC2QysgM25L6 { width:3.5rem;height:0;top:19.71240234375rem;left:8.25rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #mSmb1LLXxdf5kcKd84G1kGKyeG4wtCrb { width:3.5625rem;height:0;top:19.71240234375rem;left:15.03125rem;font-size:0.75rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #Km3CvrywK6HS009taB9TITAluxmpqVTp { width:3.75rem;height:3.75rem;top:32.25rem;left:7.28125rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #R7gQxdW0ANalwpnnUuAr1TevidLKqI2t { width:2.125rem;height:3.25rem;top:43.875rem;left:-41.59375rem;z-index:15080;display:none; }
 }@media only screen and (max-width: 763px) { #UPKiNRdpHX4dHE2itUKn7PIqAETATye1 { width:9.25rem;height:1.94921875rem;top:49.375rem;left:-45.15625rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #QRcUf7h1yVSgBGfKz3rMzEFie9G4eIOT { width:4.875rem;height:4.875rem;top:44rem;left:-29.59375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TqgDH58FRpZ9Vgig1fOHkoaVxKaGnMu1 { width:11.75rem;height:1.949225rem;top:49.375rem;left:-33.96875rem;font-size:0.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #PL2MRaBKQuTFqmrzltlrtaZ1p0WfOmAO { width:4.875rem;height:4.75rem;top:44.0625rem;left:-17.28125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #pRmSohsMhKyokhl4Wz4ECNKimVN9sKUi { width:9.25rem;height:0.97485625rem;top:49.375rem;left:-20.40625rem;font-size:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #y3HidiyCWsf9yWRBqf3AzuSkZTgZfrSp { width:3.75rem;height:3.75rem;top:31.15625rem;left:9.03125rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #ZVOGsNTq0Evu2uV3srpdL5fDK2qrWm1c { width:1.8125rem;height:0;top:28.49365234375rem;left:8.96875rem;font-size:0.75rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #v48FkIXNeSdCbTqNwUuHGnfnS5eevv10 { width:3.8125rem;height:0;top:28.43115234375rem;left:1.125rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #x1HXMpHByhsOehNulftEwJKGtsnkcMFl { width:4.1875rem;height:0;top:28.49365234375rem;left:14.8125rem;font-size:0.75rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #LUaOXydxTDiGRHMNtEqLzZ5wLRvRnxXS { width:1.6875rem;height:2.4375rem;top:33.87451171875rem;left:8.96875rem;overflow:hidden;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #EIAvfUBzGdcpVMqirUatv0caiFBcm7Q6 { width:2.5rem;height:2.5rem;top:33.84326171875rem;left:15.625rem;overflow:hidden;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #O1Q1U8AWUMfBZVtn85QuJNP24MN8qaQ3 { width:1.6875rem;height:0;top:37.21240234375rem;left:2.3125rem;font-size:0.75rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #fJTgZB0i464DP2yfpmAx7nl1xT9359JV { width:5.1875rem;height:0;top:37.21240234375rem;left:14.21875rem;font-size:0.75rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #NgPkhVT9kScQ2AvP8VKhqADIi7y7Sfzr { width:4.5rem;height:0;top:50.349609375rem;left:2.375rem;font-size:0.75rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #iGSA7xexsASH2n52XR6bT4tnRVL4Q5Gr { width:2.5rem;height:2.5rem;top:50.349609375rem;left:0.78125rem;overflow:hidden;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #ZR8UUkpDkB81EezbfGD0mFBvJUK7MrvE { width:4.4375rem;height:0;top:37.21240234375rem;left:7.53125rem;font-size:0.75rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #uEMbTzebycdlstyHZwbhKgD4tru9ATdK { width:2.25rem;height:2rem;top:13.875rem;left:8.875rem;z-index:15060;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT { display:flex;width:18rem;height:5.0625rem;top:2.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #od63GoushIFuLIXnwLRuVNbbgD7T8fH8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #TvHnaRc6VLxkP4KFwOOuDRRcKhR7vcPh {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Qm9Xf1ZeJmAvb8xb4t2iSmIZEhDrm0T3 {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Pgnr8DLsVxZPGDNZa3bksJcTHStX4tu4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #ZELtSNoKsQrXk6xVgPTPLqy8b1B91St4 {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #QEbfNILXE7vOnBhSpmWNUf9h99yB9GWQ {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #fl4e9MV1rrJiTgePIKQiz0k3OQAhTg3M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #ADlBC5iWqTpNyffTQChRdVZNWTuFhIzz {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #wWbs7reoWSAVJNHONdsSItbzDRhPv8DJ {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #eVHiFU2H8MkJTrDBnEdfTWudpV7gVfh0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #EcpfGzHCTk0uAA8KTAcieorB8nFOVqTZ {  }
 }@media only screen and (max-width: 763px) { #ScUzgddhgZtrGb1q7hGO3Sfrp3W6A3dT #Twt7Qf74lOotoNKRBfrTBOPW1ZqxWEeS {  }
 }@media only screen and (max-width: 763px) { #LAhySP2zFOcnxVMFifRhr5JvTyw3y712 { width:20rem;height:3.16rem;top:3.875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MbpdQgCGCvyh3CyzOSus0r7lWalhwbaK { width:20rem;height:auto;top:10.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { background-color: transparent; background-image: none; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container > .video-iframe-container { display: none; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row > .video-iframe-container { display: none; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .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); }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { border-width: 0; border-radius: 0; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onU1U4x6Fx39oOsTpDnB0iKw3scyBiDI > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slm98obUDweLOOEV3XEf8hvIGDc7ZAip { width:3.4375rem;height:0;top:51.9375rem;left:12.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GsPiAcFoWWXJzKATyTwaGvybcQHNaf2S { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0VFAH1pnCCMg4oOKRd7FaQTPzvkOFxT { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVpXvHeXP2qc2OEaTu1vSTS2R3rtW6mz { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzJcZJt5hHZoq9Tu7ibRw7Z0MVTaBfpm { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQyUa0P2PT8a0U5KxeAqotcP1KwThVcD { width:5.8125rem;height:0;top:51.9375rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZIAGtbeLmvlaCkXXqDlRJGUFNZaVhUTS { width:5rem;height:0;top:42.0625rem;left:12.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #O7mTSAx73kubbeCokxS9P5a2A7TGMf3M { width:11.4375rem;height:0;top:42.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #pNft0BTunGQo9XsG7wR7PDsJpgQcHuXN { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwKHlRoS0BpSFlQMTeTOMhPyT4e5bSly { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUQreZeUMPiBFSTvDQZk5Rz0JxvHJTNa { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdoAxOqTEiSN0h5eqmuxAucm9OB6CWTS { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBnR9XGS781fbhfZc6doJaTOwLbXTaX4 { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iElMMhOqfP6UTptVIhRzOkahZm3Oyr5b { width:13.125rem;height:0;top:56.912109375rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h4yzqaU1FPu8hQ70nnQykhT7PnmOrEJv { width:15.1875rem;height:0;top:95.5rem;left:2.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #m7VGmG6wUCfzSXKs9lJJ5iwlMO53A8Ki { width:20rem;height:0;top:84.8125rem;left:-0.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A8BxlCsHTgGHz89LeHfr6lHP3zRKgkA7 { width:18rem;height:0;top:141.5rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #wT4FNuCvgew3L1EqiUP5Zwf9ZgPORTvH { width:18.4375rem;height:0;top:68.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #lr8rkCSOCmEqLPMocySvXyxKb0DgcqBV { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO0uK8H2a1s6TpDSua9eQdTgdUec3kBi { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6oZica8LFbapMm2W6IFZnpT7OeJPRWc { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m14DtX5rGxnehAPLSfTmVWWUPSrdaEKW { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQP4OFp6QiFaiEoTtVwsw0XavqXFfxh0 { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiGyiQTT88OezD2dht0PyuR3Rpc7Z8y6 { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITMbQIoKcNvQMhoxrb8QewFhvNwreqEv { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmCAcJaxOvvDqwXrTodVSPVNx7w9p1Z8 { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtsqDJtdaMonzpLRu1hVEzNXqsKx9DdQ { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDtfhAMIsmM6sMTR7uNh98EFxkNFMTMN { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #xluVFCdChRG0Gq6u0u1Ty2OorX1dWkZU { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rNi5On10QUrOoUcCdcBLfTrcPyVS5SBT { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RtLTGvs4h7bRxZBmXQTLt75tv6UJ5ZHe { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DLV3lmLyKxRMTuozOHiWTJ3BTiZO6Pva { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EaxqTVrG7SuC0SDIXuG8ggQZeVlXwvOv { width:20rem;height:0;top:5.224609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Txg7uVzrgRSTk04ZGh1G20b39fcTqrZN { width:20rem;height:0;top:2.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrQzu0RRHboAKXVHImwrbx2QCBOiUy3O { width:20rem;height:16.25rem;top:10.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRvbEgPF54D66i5fdO6FyTzX3Zkgnf1M { width:20rem;height:16.25rem;top:10.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTV3shyU9Kafo5wewGmXr33rMy0zil4Q { width:20rem;height:16.25rem;top:10.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVXh6tKfcwT6e4UxoxMuPsJrOmv4o5cJ { width:3.5rem;height:3.5rem;top:12rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9vdhdILBUnGEx6K6U0NkNcSvmP2leon { width:3.5rem;height:3.5rem;top:11.9375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #buxT873RezHbLWyhRXew6vbttF7DUhUU { width:3.5rem;height:3.5rem;top:12rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #odRBOUm4x3q81mtuPAv3w053DNSbQZKW { width:3.375rem;height:0;top:12.5rem;left:8.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVK8uEuTReRT3bCXkTVgA5tTxQzPv0VO { width:3.5rem;height:0;top:12.4375rem;left:8.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #guC6lz6mUWgqml12kl8gmhRozL3kt9VS { width:3.5rem;height:0;top:12.5rem;left:8.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfSSl3zmL2Cm47UxiSCyEz8FB8KmnUUC { width:17.375rem;height:auto;top:16.5rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KFfIghV9pAlrtKM89wwGqr15XbqDJoP2 { width:5.1875rem;height:auto;top:19.75rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SlSJT9Z5UXzB4TpQQG1X5Ox4U4UdMQfX { width:16rem;height:auto;top:16.75rem;left:2rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VTalbcWm1Aw6ylbEX8m8WJTIH04Dohek { width:16.125rem;height:auto;top:19.75rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uGzeEXzV1iy6tmdipzemeFSEaDAHrpM8 { width:17.375rem;height:auto;top:16.5625rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FZW3MTdkcOntJeznz9NHyfBTIkqFxti6 { width:16.5625rem;height:auto;top:19.75rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PFSgcDrbtlXSmJfrKcRC3TKzCGecz0Ug { width:11rem;height:auto;top:19.5625rem;left:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1SFD4951xGW9vAFuuEfJAutmhS2TrWB { width:20rem;height:auto;top:29.4375rem;left:0rem;font-size:1rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #p1DgeKDfdnLHpDOAMdlTPKNQbRKdTaAC { width:20rem;height:1.8999rem;top:13rem;left:0rem;font-size:1.1875rem;color:#fbf8f8;font-weight:400;font-style:normal;z-index:15013;text-align:center;text-align-last:center;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #qD6DsOkURge4fThkTvEompGoXkaTuHFT { width:18.75rem;height:3rem;top:9.6875rem;left:0.625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-text.counter-number { padding-top:0.511875rem;padding-right:0.45875rem;padding-bottom:0.511875rem;padding-left:0.45875rem;width:2.753125rem;min-width:2.753125rem;height:2.751875rem;font-size:2.048125rem;line-height:44.03px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;color:#192434;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:inter; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.670625rem;height:1.088125rem;font-size:0.768125rem;line-height:17.41px;top:0rem;left:0rem;color:#ffffff;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cxEk0VmXh7Xox4WmDzhOsskksk5VudQa { display:flex;top:1.99951171875rem;left:0rem;width:18.6875rem;height:5.18375rem;z-index:15026;background-color:#192434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:0.64rem;padding-right:0.655625rem;padding-bottom:0.64rem;padding-left:0.655625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #uFguxf8LUzNF79hsSw6nOMDrTTqUtumX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #QRE1TqDqdG0oNHi3aRGqtwVFQAc3aG6w {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #zsuOHhQdDtxTFMlAG6sixLpBuK9q3V7K {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #Gg2f4sPHmpPs5R3EmtIMb6dyZvR3wI9n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #PFmwDEewZg35TLNu5dVJv56RqdWy8wWp {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #yJE6bBKfla8Sl0Xd4IETICCMTAK1HbuO {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #QtMtUiDHdeCytPgaB48XZWiskADFUvAe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #pbs9GASHOapBoiFArL6ulDH86TtT1HeV {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #lCg2Gn4HeWHHEFPm1AlWrTfzBQI1daSl {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #Ks6fKpMGlKo09GmMvdz7RF6bmCTPvIOJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #ItIMc80Xdtuq8iVVFZAPkAMCJAvvCPET {  }
 }@media only screen and (max-width: 763px) { #cxEk0VmXh7Xox4WmDzhOsskksk5VudQa #upVTWt6Q3BLNV3qqeyzKIARiB0R3Tg7l {  }
 }@media only screen and (max-width: 763px) { #nEFEPRZzXbxXglTCMDwPFntmo78D3URo { background-color:#0a17f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { background-color: transparent; background-image: none; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container > .video-iframe-container { display: none; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row > .video-iframe-container { display: none; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .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); }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { border-width: 0; border-radius: 0; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEFEPRZzXbxXglTCMDwPFntmo78D3URo > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM5ER8gNNAfRUg2TDzRM51hHKOImxAuP { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #VS1SDEzwiuoP0rtu5G8iDfVhSbT9dH2V { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #slyul7B6FFIQEtxFwiuHsBcRydfc9LXD { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eFZ7lHqgwRTyQnoWT9oKad3D6MNNeTp7 { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qxFJpAlxURe7PLTeUUqBXBCDuHc2ITho { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lUkpooxm9a1b0r65i6ZJdKTIHIf799kb { width:20rem;height:20rem;top:3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wScvPJT7fmUW1HNVDgPhAyoyrQNTTuXV { width:20rem;height:0;top:4.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh9UmbETrcWTF0T8kaGhqO3BQfUnaZrp { width:14.875rem;height:auto;top:16.875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HVcXnDsMEKL0MC0oDmBcZJSpTJVbwhl7 { width:14.875rem;height:auto;top:17rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BnLMEBuWt6ABkW3UsNeGU5ZkibRND3Da { width:2.5rem;height:2.5rem;top:12.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pg8cA8cVDHT2PVV4I0dnqaTUpQadTPx4 { width:2.5rem;height:2.5rem;top:13rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsvGWBPx01Bb9kLZx43f93I8ElyHTaa6 { width:20rem;height:5.84716875rem;top:1.8125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:15023;color:#ffffff;font-family:"tt supermolot mobile";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uCtw9Bd9bBAyQLKFL92zIe3vTfTt7ilJ { width:19.125rem;height:12.5rem;top:8.8125rem;left:0.4375rem;z-index:14995;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fgMCGOviyTKXKyhKCQ9JTc1hn9aSQk1N { width:16.9375rem;height:;top:14.1875rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15028;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #h3mAiJVOwWTGPBqnTlyFNM3kSHpsEfdS { width:8.625rem;height:1.375rem;top:16.88671875rem;left:6.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15030;color:rgba(255,255,255,0.84);line-height:1;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DVsncrWcsU1aDkahF4JNR5Mkqm26s91v { width:5.3125rem;height:1.3999rem;top:17rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:rgba(253,254,255,0.84);display:block; }
 }@media only screen and (max-width: 763px) { #kICqSAvSOCC4vcn7TDMXViVm8oWd9PP9 { width:19.125rem;height:15rem;top:22.8125rem;left:0.4375rem;z-index:14991;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tV5EDesqzUOuT83oGCxXzobDenAxT4zM { width:17.4375rem;height:1.6499rem;top:28.5625rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15023;color:#fdfeff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o262fpHSheWd6aA92mnRmIBhzxHPEd0d { width:16rem;height:2.99805rem;top:31.0625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;color:rgba(253,254,255,0.84);line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aaIMyQbztb7vg0m9BNLoTWz2eoBXWJEw { width:19.125rem;height:12.5rem;top:39.3125rem;left:0.4375rem;z-index:14992;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vI8BzCGqr732GrnPmKrspVdIbInFXUnk { width:17.125rem;height:2.3374rem;top:44.6875rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15024;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #kvm0STKRaGOG0K5kFCRpqdqARE6XariQ { width:3rem;height:3rem;top:10.3125rem;left:1.9375rem;z-index:14996;background-color:#1631fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bKiKJugJVamgN7WlNhd1ioRPxeh8hnOD { width:3rem;height:3rem;top:24.3125rem;left:1.9375rem;z-index:14997;background-color:#1631fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JpTsKdEeoH8MlEmg63d4f1mzaQJtb8dm { width:3rem;height:3rem;top:40.8125rem;left:1.9375rem;z-index:14998;background-color:#1631fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kTV8gO7k87n5UAQTI9kVEMPVbCAn1LM5 { width:2.875rem;height:2.76220625rem;top:24.4375rem;left:2rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ie0vhFQrf5Hu0bbUQDknaINfrGowb5an { width:2.875rem;height:2.76220625rem;top:40.9375rem;left:2rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aaSbADQwA4ULVQcOJKLktbTUekaeGFSK { width:2.875rem;height:2.76220625rem;top:10.5rem;left:1.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dcOTMJ0ZGtq5F56bI87tThpv8ViyNvox { width:16rem;height:1.3999rem;top:47.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15025;color:rgba(253,254,255,0.84);display:block; }
 }@media only screen and (max-width: 763px) { #TSS3FwlxEub9AXteurMveIaNx3yCEDpJ { width:20rem;height:5.99609375rem;top:54.75rem;left:0rem;font-size:1rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { background-color: transparent; background-image: none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container > .video-iframe-container { display: none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row > .video-iframe-container { display: none; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .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); }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { border-width: 0; border-radius: 0; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSVJVPUdS9bRQrKm17hqzEQ0mXRE3P0N > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoH3zX9LRJWxlSq6sBsxX9tip2HhdZ7i { width:15.5625rem;height:0;top:1.25rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dGefLpw22fhJPri9elC4fpcaoQIDf2HT { width:20rem;height:0;top:2.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieipNo6VKmFisArVyTwMOeR3qlcPmqZ { width:20rem;height:auto;top:9.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TztpTwPH7dRfhASBmc2n6tzadcNUUMCU { width:19.125rem;height:21.875rem;top:2.4375rem;left:0.4375rem;z-index:14988;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bAJZvF53X2z3CPTa0yXCeca4yx4OplVV { width:20rem;height:;top:4.9375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:14990;color:#ffffff;font-family:"tt supermolot mobile";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mxrdlAEb5MoUVKd0XB4ZhEf5MJnGls01 { width:16.5rem;height:2.99805rem;top:13.1875rem;left:3.4375rem;font-size:1rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15011;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TNshAfGHFTc7KdoMVz6XQZmZufRGlbEV { width:1.5rem;height:1.5rem;top:13.25rem;left:1.375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dBADT7oUhZ3UrDGun61CEJnADJGlpZcQ { width:16.625rem;height:2.99805rem;top:18.0625rem;left:3.3125rem;font-size:1rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15012;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z5TkXivq39DnqIqPVJWPsUX05h62Eow5 { width:1.5rem;height:1.5rem;top:18.0625rem;left:1.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WzDOKnBMB17tL4HNGLI9vOCM6HeLQTd3 { width:20rem;height:auto;top:67.5625rem;left:0rem;font-size:0.8125rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PLKym7XfND69BuIfK4B6CngEcWSnJPnX { width:20rem;height:auto;top:65rem;left:0rem;font-size:0.8125rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VSIgqHZ6tadT9LrJCsLv34AiKloM6kXg { width:20rem;height:auto;top:18.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dURZMd2zE99Jf8zyclxbcV1ifHD8nETO { width:12.5rem;height:auto;top:26.125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #g9T0Otxa255c7vkIWcNXhTErTQHqlyMD { width:11.625rem;height:auto;top:26.125rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s { width:20rem;height:0;top:25.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#dm4pVGuU5Z40OlXLsuL5VkLSXKA22s3s li:before{  }
 }@media only screen and (max-width: 763px) { #twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 { width:20rem;height:auto;top:42.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#twTRgqnWUqgxyBQ6HJF8gk9wIneOBW95 li:before{  }
 }@media only screen and (max-width: 763px) { #yHeHMOFLkIUyGKbE131Z8CwDDfdBcyUA { width:20rem;height:17.010526315789rem;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oawxrwJXmTq8hRU3i2yZcICzRRWuNVeX { width:20rem;height:3.0625rem;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wx1XIot7mV0ZBIv1xKNSRm9HEeORoiK4 { width:20rem;height:auto;top:63.75rem;left:0rem;font-size:0.8125rem;color:#e1e1e1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Pwr6fuGxdl7feTyzxbRccH63SVeotZ8K { width:20rem;height:auto;top:26.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OhV8A1VfSfTtbpGUgpXgh6eq1olMUQow { width:13.8125rem;height:2.875rem;top:60.0625rem;left:3.0625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #csKyhQAuQ9J0qC2D9DzCpxldJhSsiMBP { display:block; }
 }@media only screen and (max-width: 763px) { #HUpghbFS4KTUOWdXymyNLC0PT7JgRos2 { width:14.375rem;height:2.875rem;top:60.0625rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3WfkHZx68hVTCAsQT195JNQUfsxmuQZ { display:block; }
 }@media only screen and (max-width: 763px) { #g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk { background-color:#0a17f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container { background-color: transparent; background-image: none; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container > .video-iframe-container { display: none; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row > .video-iframe-container { display: none; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .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); }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container { border-width: 0; border-radius: 0; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2W5mwy47sv5PhC5Z1WFr5LXrp9PUnlk > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wmz4FVWCGu4Ko9BmiFTedazgJblzT3OH { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eOeJVF2dBd6AL8qE6e43HntD8wGSbJE7 { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygmhyCtB8OnqPofREZIdG59AJTTT6t5K { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #Z2eLtUDxWliM3K9XGeiS4OJQkfkhGFmR { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOzWzsNgbe66KxxRI0a6qhrdJgnEhczH { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7obKm3nevyFW084TCMnSm7AZiTlcUgD { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMs6wgLZKbNiihE60cZWlMSJDBHq3AM1 { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7GkkeVLD4ZbIsLqv5Ksp9TfwZAoN5m4 { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTAJT2TW65upyMwnN2DAI8ey7tzeTrmX { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9fUaT8WlnNbZRNLgJMVeF8a67BdSfQC { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmexrAzeJJkwmd5hOyOFO3E6zlwZBgi7 { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZMsRP1430ogt4hGnLFDWRBwymuZNdtF { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaTySEn6q9XMIo7fJl6xAJWeXwedu9eD { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRtuTCKhTsoqqDzUewvWWi7JekgXxZ8m { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaT8EdqyChWvp3Ww27PNlXSQaoqQmVIB { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dsiyhekl66LWc52Q5Cq64uemb46Ptusm { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnEycRqboNSMEIS3emDuHmNPtJBwC7TH { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcyhcSMscl2z7ZHNLwti1EdQD4iUwcDf { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnRp0JOrxWiq8ktsiw6lSLcL3tguvGQc { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvsVPtKT8XZk2ZsfpdKTL1c23MLgo1qq { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8dhdA3cZCuOmlEWJWxCy4zAIAriaUQg { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xwyg9HTZsPV44MebWPUAw17XX4tz6bmD { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #lta5hvRl4WH1SF7eAAPtuc27EEvcmJ47 { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUkCssfnEaLK64gpwKTn3T69mANV5VT5 { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCqpPwsobZalMGTTlJBpJ8Skb7k3ILUL { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST3PirHFKSbRgCllNfxFcVoXRW31TxVD { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1gDiuM8qt486lU5WiCBVCae32L4pXAf { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #HTTIrl9JewXdRXyRxDbXplcaAdLek4c4 { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #OMyyPFGpzHGMoTcUPAEHnrDW7OxduS9c { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #dC0wDCMzSAVrFstZvG0UTcP0WZnErk9o { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VvIKehIT5M8wFuOHD7VhNyooumKalRrX { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Hs1UkPaF0VioaSVUe3rABDkXtkGbrXpv { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #AgG1O0QTmnNmuVI4BEEK8BpfMay7hztT { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #A254gMAEqyu8TALmdosCJMp0J3QXQEnI { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #JGRPXbkMxVVddCXMTI1Qx6TxppgPcmws { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ua7aSdGw3wWkEcE5NBJ0Piv5SN1AiXrK { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #K71FHXTEcn9VLNIoRepO3bqk7kuuduyq { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Mtcq3L9l6z5RTJE7W3Frqe5HiE9ylPye { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #co7tGurrqwuJawLIIeyFBA3RZLzVDxUS { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Iyrz7d1fiMgwbT0MBvoho3cKgJBP1pLP { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #ZWREwV3Rb4gaCymfiGIXEusNvN9Qgzb4 { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #SBaefb6T9wM4fBQn5Cfqpk2nDgmNidOF { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #wM12VtWserBBiP4rClCHxA1TrN5MRRyl { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #efaUhm5s8TS5Qr4GvXT2tepxd8WCAGMK { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9EuvpR6HRdmZnRyi6uk2rMTfyUezbX5 { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4QTxHsKdow6cwxGbQnZIl9OG9donDTh { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWULkC3ROKRHlUuT9RSTrikwIainePPW { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #forWHi0rghza419zk11WT9h9LbCmr8F1 { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT1xPWxkE50xRwuMrhu3wiPSb3cyopqH { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #knUEX9zngIF0fBRT6OyUTGnGhtOFkuVl { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zI3TyldXTESEPEAPSaPQSW7BE5pTpmvT { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyVoEL0VcCBTkS5H1LUA3zHE836aAJd4 { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEPdCW8s8WJVc0AaWHMcM8gu1Vp731Od { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvxV946DmHmzKkyobHlMi60vE2JNdrMw { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #idwTn6ApmKK9Rtp1oEWtJ9sOTGoyvoPJ { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0weh05zxVl1NuNb8zhlAcxu8xV7vIRT { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAdulrlF7Hx3CEAM2V0KttHThQTt1h37 { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsrGXBNpdWmgN9RuyDFORecO0ycDxECm { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vF372TXieSIGomSAznBTy9bUNaBaTRsy { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdRpRhWRJzZPpPM0D42qiTrOSLAM1glQ { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #qnkxzsXZ85FwJQz4Wol4hkN5hQ9LSAyq { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #hxDkVh5dN3dhV4swnqTd5nx65nvbwV42 { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #W2GWZRSUZyeHLT5Try2C1QTFDcIfyOod { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #pBoXaavyqXxEzkVkNys0dppoIc4mtzKX { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #AMVKFJPiuGrE2HMV79RuHlkhhJwHwa7N { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #V4Qi266IbTNWLCFmHs6WuBs2JnnM2L98 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #c6DbyNapXcWFsWQrQR3XKo3bPQ4I8VQ2 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #VTmVdJIXTZXqBG1er2n1l0J0aF0I5GBC { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #OTevA9bUwKTx0H6TB6MsNCX3pETuoAHD { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #RUgfJ7gqng5IlpVEJtsgDrCu9v7O458Z { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #lpTS2hsz0dCafS4WqnhlvibnpmGQitoU { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #d26SZvGPxaQvXmLLbLJfaqv2Kk1EGOwK { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #edHJNkWmTIgS8nz3tMKkDPVi0eCNGVSz { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #J0A27g2Im2t8GGaDepadaoqW3JnC9kyI { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #dRPNBHfRipwAWRsmD06tnISbJsERxqMs { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #r4O1bLCrB5JDNSDEtNThSOAFepDonBRr { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #mirEG8yPIl9PIhkRMN60ShMaSzmKT5Bt { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #G64oabMwVwylbQ3zTrH0I720sfQrnslD { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #JmnQFqtqTq4TpJUZLnFVznTt8vBkTO8h { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #DliTpbn4sRfXUBrh0GTvagduCUWmUaSh { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #i3UVNQRHr3WaAxqeE9DFTw4dudEryBRm { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #zzf2dlEfr0NQhBZTt4uEWnNEOTcwCODD { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #wBnk9TbGmPiznmW0meTTvfOnvbkUB2SQ { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #J8nUw0pNT1dXELFLPgdk8Tx1Hk97BMDH { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #QwmgXWsvwsSQ3gfwdnFDKLt4Ac5V7Tk5 { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #NzknEHVbeMdNxOypmbG6Rw3vD7p0w3P0 { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxBN3UThhMlzNrk6G7pF5vblVetwD2VE { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #Sf6TPrxnmnexAT7k1iZuKC1ZOZtIHVmu { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #P5PUXTGdcL8s4hwDxvqmWv1vgcegZ7tX { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #HU5vc92l4Wtz6hLlFLQaiAXmgWq2p48H { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #z1VwrAnfciNhdIQy7H4FiVWsuoFixTMl { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #bU8bEnDp1SL6gSh73iqzIrrHBokSZJq9 { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #OGDm88LtOhsITBnSmSydCplkDz3ZkFtW { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #FU6FaZIKm1c0KPpAV1MAENqXUm7Xw7KV { width:12.625rem;height:0;top:1.26904296875rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #UnDpsQMso1H3UuCdLEB55giau3ivSTlI { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzOiDLDZPhkW6gB0174R5LenWMl38iJt { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkWUR4kSuXCWahryADvdoVaxpR5a3T4m { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWwnWUKnAf1wAa5rH7IGaSDRwGSW4Uak { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAkJUh2sOEkdSUbAZWAevWUXUVwm7d0Z { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWmC5dPFzWp4yMJ4AIUHUBvfOOK1zObS { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsaT4rx3qWbMsnap1ToN0EzbOE3INS9y { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ct1xGU4dEyyLWOvcTTHVGWTdib7tS9nB { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lzDllSHPmfzWp9xu3ICTbkHbcbK4UPMn { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #d1clmxh10SQTC3JFwIOG2AV267lb1PM4 { width:18.9375rem;height:0;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ze214P0ikihAXtH2IF6UHrqMP6GEHTPK { width:15.125rem;height:0;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #cypfyyTnyql8rTMu8v9dp9fZrehOkHgy { width:14.875rem;height:0;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LoZlBJOZNi5KUxKDhdT2aqec69HbLt3w { width:11.3125rem;height:0;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bVNocakk5tH13BiJMH2wKRhZG9l39lBq { width:11.5rem;height:0;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #i4LtaTxXkeWz9ZqLiX1imQSR5fH2zAuW { width:14rem;height:0;top:44.25rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #R5fI46ieDabLNKSwHPXP5i5FT5MImB0D { width:16.0625rem;height:0;top:12.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VfuTJPeIcia68fa1E1vtLJCKxFpnlCcn { width:12rem;height:0;top:14.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #n1kkndeLNC6DsoqGiFdJUcSmBWGl2x6n { width:14.25rem;height:0;top:23.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mGegT0iGzprhzF9yKQ4ebAQCDzs9Vhxz { width:11rem;height:0;top:24.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xOvi8xQf7p83pAkSvnTHUlbrE5qe2fPA { width:12.8125rem;height:0;top:8.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vaGWbVPrciU5S4hDvBuzTMpkilHTHgdi { width:12.8125rem;height:0;top:10rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AMM6AP1QTF9UdKgNSUEFJVysF8nETUEF { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzNWQCC5fPeRiMSzpxRlZ9IpQwm6U7U5 { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxlwRmTma4HOzI7hQs72uhTBefeoGk4f { width:2.3125rem;height:2.5rem;top:300.83448125rem;left:2.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMWDKcP61zCAu1tghizm4m6alyaJfAfH { width:1.6875rem;height:2.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWuTzg9iH9LDgm1SI6Bd9Q8aoyTPBNSO { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJLUXkuQg34Wrpkucdg1MDJLw1BT4y0q { width:2.6875rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9Nh1O99fxvasfRaTtC5dcBAn6yyfDRN { display:flex;width:2.75rem;height:2.75rem;top:89.6875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7aimSLUeXTz3wV0xzmvTVx7MpDo7mxE { width:20rem;height:8.4403669724769rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcVMfF4bzgiVDUI4QGVObWhuq9spFePx { width:20rem;height:8.4403669724769rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USWnwdiFIT7B1QrHf0IcsTANiri9lIK3 { width:20rem;height:8.4403669724769rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnlD6S9AXy8dmqn1adeinhaTxgfEadOS { width:20rem;height:8.4403669724769rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC6us3ef0Lm4iQWRnrOqfaaDuHnQfiiR { width:20rem;height:4.1181736794987rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #py6QmZbxuoG0znDxVFKfhysuExqPTJtb { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JJcm9b1spc1X2XTP1saIwv95zvoUzt3h { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KnAw3azsAAwTdyN76o9MWmGTef0dhfPl { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JaRz7IWI76Mt0EwruqCOcHAX4uK5eRVM { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sd1dPKz5GcI3X8TSt0MTx8TeasrdD4we { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #le4wPTEga1g54Z07wsNNQEfSgXXnkxcn { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xcPGw6XcuQcRqdzTvlt4BIWMhS57AASS { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uqKxvVApwfZZ80mE17xbNzRGbfv147nX { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #l7NLRZZGWM4aT2KvlA8oDmLqghTWMDCf { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GVPWL70743U2TowKcG9qiPKegg4TAL7L { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #iNKCWNIDcfb6NrkLgKxo1uaqooiU1x5e { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKvMFQ1S7GaTuMzufz1X4DcQG6HVOol6 { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #af0xQRQRVIH8QLD53wcJkJWluefZAKFr { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #b90F8FMnTJV9oWi0MIVzltOwfW2NWcDh { width:20rem;height:3.59619375rem;top:100.625rem;left:0rem;font-size:0.75rem;color:rgba(255,255,255,0.6);font-weight:400;font-style:normal;z-index:15020;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OESg7WcGo5TfJsPJbqWKNw5Ul8sMgBVv { width:20rem;height:5.84716875rem;top:2.5625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:14991;color:#ffffff;font-family:"tt supermolot mobile";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zw1y8lBANzcdia2HdsP6Zh0PSQDbB8aX { width:20rem;height:13.4912125rem;top:10.3125rem;left:0rem;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;z-index:1;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KUZGThFbONuf1MND0Eg8txHpdgcC8gc7 { width:20rem;height:1.19970625rem;top:96.875rem;left:0rem;font-size:0.75rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15021;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #smT9lnTFPBQP4avZJphIQwf46FPVoQ7O { width:20rem;height:;top:26.875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:14992;color:#ffffff;font-family:"tt supermolot mobile";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u1T1f6TfAOzmJc1bsJbDUNucVuxHGmdh { width:20rem;height:1.59375rem;top:56.8125rem;left:0rem;font-size:1.0625rem;color:#ffffff;font-weight:400;font-style:normal;z-index:2;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sCAtsbSVNphdTV4XaEEQDILCqNsxK1wV { width:20rem;height:1.59375rem;top:63.125rem;left:0rem;font-size:1.0625rem;color:#ffffff;font-weight:400;font-style:normal;z-index:3;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WgpSroKJBTXLkAKX1eM2RJBDOfdPM1MW { width:19.125rem;height:10.25rem;top:55.625rem;left:0.4375rem;z-index:1;background-color:rgba(0,0,0,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ { width:20rem;height:20.4248125rem;top:68.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;line-height:1.5;display:block; }#q5WhZh6uMzORcc4F3N5n4MRAVJFNnUEZ li:before{  }
 }@media only screen and (max-width: 763px) { #GQrTJOCxMO9xPuUzxkn9B0hTGixNC7aU { width:20rem;height:17rem;top:36.8125rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RCnQCgGT8RJepPq9hTBrf2FUI81T4GQm { width:20rem;height:1.19970625rem;top:98.25rem;left:0rem;font-size:0.75rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15022;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Te3IZ44GqTgbITT13UUJzwqQQxnz9AxC { width:20rem;height:3.1860375rem;top:59.15625rem;left:0rem;font-size:1.0625rem;color:#ffffff;font-weight:400;font-style:normal;z-index:4;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fl04BBMOQNpLHDTAvEEu7NBbumXBVMaw { width:9.375rem;height:2.875rem;top:92.4375rem;left:10.625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EJL7mPSLGyxqTRURI9oedvDwkElCrATT { display:block; }
 }@media only screen and (max-width: 763px) { #KG2dv6ubB0Bpl4O7ZuklhySlG98TnrFx { width:9.375rem;height:2.8125rem;top:92.4375rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T2bN36hEObDEmUzC8amlCtB6ylJXLXib { display:block; }
 }@media only screen and (max-width: 763px) { #kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { border-width: 0; border-radius: 0; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { width:15.5625rem;height:0;top:1.25rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MB87WrpTs75fkUeSO4ItbowSZBlEPlkT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row .container { border-width: 0; border-radius: 0; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#MB87WrpTs75fkUeSO4ItbowSZBlEPlkT > .row .container { width:20rem;height:49.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoWzsOLbVSUhWAdTcS5FmV7io9TbB4Zn { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #VVftBHAQrQTsmfVlkHSx4QKvMVhlvdHv { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hDmsZhGXv1Ozd5W33wvxeb1lV93ocmIX { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SoltEyEqbQOR57TTXeVIPktin6tpUU3W { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pXA6AudHe1vchbZ0IriWqzlrLBdbAhsT { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nm6QlDIPxB8ZyFFQ3s5mW8TFQXuKE9Ke { width:20rem;height:1.7871125rem;top:3.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#fbf8f8;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #B2MNTUyQhdILnLbZ02KiW3FSvKGxsToZ { width:20rem;height:2.5996125rem;top:11.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zQL8HUcyWTNHdVmXDnIGuVSwR6lqV6nX { width:20rem;height:3rem;top:21.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ID4XJgbIIIdadWJb1NwTuNvS3eockQQb { width:20rem;height:2.5996125rem;top:31.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cNlLGcbT0gOTc7HmFaA7KCAmfBFgxPTn { width:3rem;height:3rem;top:8.1875rem;left:8.5rem;z-index:15009;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fh9fCKBTcTqm0HnJNrcGSGnWcbeXRyuL { width:2.25rem;height:1.5625rem;top:8.90625rem;left:8.875rem;z-index:15060;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qAPwhC0MOLTdTTwJo3NKdBHHXMWbWDxT { width:3rem;height:3rem;top:27.625rem;left:8.5rem;z-index:15011;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vtrrrVyNSJzaEoknHwMURf5vloU1a7mT { width:2.25rem;height:2.125rem;top:28.0625rem;left:8.9245689655175rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #en59vJNs7LPS954ROUJMGePkg21SInTQ { width:3rem;height:3rem;top:17.875rem;left:8.5rem;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L8B4przc1mhXfaAnnGCNASEdQW4nrOaA { width:3rem;height:3rem;top:37.25rem;left:8.5rem;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GztezVhH2IwKw536TK9VSauWKRAyLr1S { width:2.25rem;height:1.9375rem;top:37.78125rem;left:8.875rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mRh3pTHgSG4HJwp7Zb0d7Duz09kHKWXq { width:20rem;height:2.5996125rem;top:41.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qktqdUmst5bxaGFt3508sIMlVVMl7Pqk { width:1.4375rem;height:2.4375rem;top:18.15625rem;left:9.28125rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AtAHETlIJnQhhrQy5JQlr4nXcHKkTvuQ { width:2.875rem;height:2rem;top:43.6875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7ETBCPOJ3Xz5yv3TDGDq728EwAvFm0a { width:9.25rem;height:0;top:42.25rem;left:7.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZUN4rPPu6Eu8Imem6TwAQqXmx15SBgO { width:20rem;height:auto;top:5.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g2Zuq9bG9Hd8pEFwazXqhfGoC39nWPXZ { width:3.875rem;height:3.875rem;top:14.75rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMXiTShJDG069lKFDDLh97Vu1ilwExUX { width:3.875rem;height:3.875rem;top:14.75rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUnwn9sUk6UrDt6bz3e4TmcCJTsnBigA { width:3.875rem;height:3.875rem;top:14.75rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lknAeSOZQwMGgP0N2lnfzW4F9i3fhNpr { width:3.875rem;height:3.875rem;top:14.75rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yR88ma6hb4UkmSHb9HQEpCF4bdyDu8hb { width:12.875rem;height:auto;top:20.6875rem;left:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4PmpoUI3sg5BUxzBO0xdqocLbZMKIqI { width:13.6875rem;height:auto;top:20.6875rem;left:3.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWPEOkTLlshTwfQfpOJ2WHlXyQOsZlio { width:13.4375rem;height:auto;top:20.6875rem;left:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO2FWrFMsL1wy857CSFQetAiX6SKLhvb { width:1.875rem;height:3.125rem;top:15.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWH0lH55OS9PsemlzIQrTz3rTHDElWbg { width:2.875rem;height:2.5625rem;top:15.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqDbipp7KFyOSKeOpCiuIrZVuor5Pl5Q { width:2.5rem;height:2.5rem;top:15.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXuLwrW3byBpCGTQ90eBzTSC3i6yheUP { width:20rem;height:1.875rem;top:46.59375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15016;font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .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); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }