.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:0,112,225;--color-primary-1:47,87,160;--color-primary-2:0,62,164;--color-primary-3:50,65,87;--color-primary-4:0,10,76;--color-secondary-0:255,238,204;--color-secondary-1:255,204,102;--color-secondary-2:255,170,0;--color-secondary-3:255,165,0;--color-secondary-4:51,34,0;--color-tertiary-0:253,254,255;--color-tertiary-1:255,255,255;--color-tertiary-2:251,248,248;--color-tertiary-3:151,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:rgba(var(--color-primary-4),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/f1adbeed-4cf9-4e1c-a1b8-b3b26af79fa9/CLUBMUNDIALdesktop.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:51.25rem;width:75rem;overflow:visible;position:relative;display:block; }#eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:38.8125rem;left:0rem;display:block; }
#zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { background-color:rgba(var(--color-secondary-3),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(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),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:rgba(var(--color-secondary-2),1);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:15012;text-align:center;text-align-last:center;top:38.8125rem;left:15.375rem;display:block; }
#KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfk7TyczWdZimakbQuUBGvJEqRNTTcf2 { 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:5rem;width:20.0625rem;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#MeAh1KdVgqLDad37aN13BULPmQOQgSx6 { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#kK9NhgVzbUpd09bUb4DE8idDTy7uNHvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFoS2dmyWMZ45JLgezvHse3AAxWi4ES9 { background-color:rgba(var(--color-secondary-3),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(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),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:rgba(var(--color-secondary-2),1);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:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#FQbZ64FTL3a9wwA5u8O7nB9XmntStrop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r83OEDhvpvkv3IHXB92kIxwT8oBNLnkJ { 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:8.125rem;width:30.1875rem;top:19.8125rem;left:0rem;overflow:hidden;display:block; }
#HAzmqcqwiLdRRVLZikPeX4SleMTOOCTx { 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:5rem;width:20.0625rem;top:9.8125rem;left:4.65625rem;overflow:hidden;display:none; }
#wxK6QAhcZxrpWUob8KV6sFDke2U0FPI3 { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.9375rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#KOhTPCV02MWMBI0Jx33fUMrVQsH1GlU3 { 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:5.125rem;width:18.75rem;top:19.75rem;left:0rem;overflow:hidden;display:none; }
#ueEIxubpd9D7FTbihArM3vzUauf1KPMu { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:31.75rem;left:1.34375rem;height:3.5rem;display:none; }
#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;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; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { background-color: transparent; background-image: none; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container > .video-iframe-container { display: none; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row > .video-iframe-container { display: none; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .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); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { border-width: 0; border-radius: 0; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#wN5LcOQeXywi8K2Xr27ZpvgV59TAbOo8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.65625rem;left:0rem;height:3.75rem;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; }
#T9QJx009mG6X2pflhV0hRXdu2QV4TBho { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:13.1875rem;left:0rem;height:3.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:center;text-align-last:center;display:block; }
#sphTVO8IhvuPEu5sg0nmT7pZHxSiGdzJ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:6.25rem;top:20.5rem;left:23.125rem;overflow:hidden;display:block; }
#pfzXExaf0agaU7Gynk3UUybJhyVkoOtk { 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:6.0625rem;width:6.25rem;top:20.625rem;left:30.6875rem;overflow:hidden;display:block; }
#GfnRUdpK1DXLpDLlThSx2ytx3kWGAM1O { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.25rem;top:20.625rem;left:38.375rem;overflow:hidden;display:block; }
#Xci3OqTTqGwf7NCKCyTb5oDEXDxEoQf7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:32.75rem;left:0rem;height:2.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:center;text-align-last:center;display:block; }
#e0Wzes6KmeZzQruLTlWB8PQ9f1AeTLmF { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#L6oVEODo3TXdNdhO0Ana9Wbsd6z29JAB { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#iiRNVB4XWcBCaGqGdzzDpF8Rezc7Eu0l { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#rmscyPo6BiPNTcZD6JbSAmeTGp21SNZN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:27.84375rem;left:0rem;height:1.8rem;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; }
#Vsy3kJQRJGk6hs2pMeTDwQkNNWHRvBit { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:2;background-color:#ffffff;background-image:none;top:36.4375rem;left:29.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#OqK9RyeTgkux27S0Xy4KBJTcEpoEk69C { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:36.4375rem;left:46.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;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ec4cxHbdBhlNNWXE7Zg6COrTUL351p55 { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:36.4375rem;left:13.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;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#bHwTU59UxhwS6ilbJP7dUBNuP3TLMIBx { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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:8.5rem;top:38.5625rem;left:16.6875rem;overflow:hidden;display:block; }
#HwxvpiUIMiCARhTw9uRP4Rd0NX7opVZm { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:27.9375rem;left:0rem;height:5.39941875rem;display:none; }
#JkWRGXha5fdrDm7QSa4AZn2TC5rvTp2n { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#r4u5UBgOlFB8TE9O9wT3L7AAXvWPzGfM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#nURt352oNMLggKrxb2FMCHcdM1xtL8OC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#Mf1lqdDXFxoIAdZK5AUbTAxKq3rKHg4W { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;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:10.625rem;top:38.625rem;left:32.1875rem;overflow:hidden;display:block; }
#nGNy3Fs7CnV5HT8v6A8AC2T2tyVEM7K2 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;top:38.6875rem;left:47.8125rem;overflow:hidden;display:block; }
#r2CpzsAU0MONnoZNreolh8Eoy8vdWVMt { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:6rem;top:20.75rem;left:45.875rem;overflow:hidden;display:block; }
#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { background-color: transparent; background-image: none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container > .video-iframe-container { display: none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row > .video-iframe-container { display: none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .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); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { border-width: 0; border-radius: 0; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { font-size:0.875rem;font-family:arial;height:121.25rem;width:75rem;position:relative;display:block; }#uxz4Mzk5vqxRSNWtD1XodArifMzU7bvE { 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; }
#V170gUe5f3tSzdBgVSdnyPs9aTQiPSNa { 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; }
#OPRo8mpaLZWQ0goxSsJB6BMdhKU0LHsA { color:rgba(var(--color-tertiary-4),1);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; }
#wrLfrtP8StT9L9vZnE8HEhbJAQ60a8aP { 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; }
#VVqf6KaDThIt9oPXSm1FDmvcORcaWLI6 { 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; }
#lTV4ayVVEgQ18eqBTyCVUk7pFeTTmTcH { color:rgba(var(--color-tertiary-1),1);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:none; }
#KfP0hwCpKAyTuv7xH07iu5QzHsuiXv9T { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#PJHWLcwu7TTiTTEu45pFl4F9ybNVzd9M { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#TkbxmGmsW9WwhuWVMinM2Z8bQgEaw3C1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#yAFc6imo2lEhVSewhTu1ct15Ege6h7tp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#BJ0yiTtQTJgFIq4yD8E6koOZ2S015d29 { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#W7bITeaXCRlMCKGS5fZmBMt2QVPJUToM { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#DZiueWimwC8E7mDbRxLdnxUD4ppBx43N { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#d2kr85yOWtRgdy2lLVgRIqz7Pb7dCkI4 { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#Ewtyt6dRC0EvTlzL3bg7GTHnLyJ4XGVS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#sNTdxPx6vSUzGudAfP6DAJlzIWl9zg9m { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#IGQu6TgA1mLTZmIFNSPRWVcdSco2gTOv { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#gKRoNId1sm9c3d0DKWcrbSIWQKhqzhen { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#huJIr8GVk7p6u8Adb5hJcMHqDUW26fMf { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.40625rem;left:0rem;height:4.7124rem;color:#192434;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; }
#ISrTRxGTGP2mNPILcbr7aGw4JwsySgPQ { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.625rem;left:29.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#p5Q87mOqExFc9oDzcJ9AVPRLAK0IOhia { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:4;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.625rem;left:9.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#hlBTBrfGaN9usp97XW1DnKiPUztW1PQB { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.125rem;left:48.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#NQfTiVUCGPBRwqQa9zal6OBuawbeTg7O { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:4;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.375rem;left:9.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#eMq7TK1ywietVx6nJpBkdTelzBd5fXTX { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:5;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.375rem;left:29.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#fRgvaRCxlrMfs1ofHrRyaAXxNtza7vr5 { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:6;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.375rem;left:48.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#EwsMPV2iTvFUkICm10V5IR5b8uu4VLSZ { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:27.9375rem;left:9.875rem;height:3rem;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; }
#AdVJW0xAi31NLPDy9drzk6p9pPTalTLR { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:27.9375rem;left:29.4375rem;height:3rem;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; }
#JLaTUcGTUPqBqvdsoLrQxUVgf34MVuPS { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:27.9375rem;left:48.96875rem;height:3rem;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; }
#foXGKhyFbmgeiAwGeaRGSPfAPUgFviLD { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:51.75rem;left:9.875rem;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:center;text-align-last:center;display:block; }
#InrKq7ssGpecMUKPi9K4Iae6N0oOd2FC { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:51.75rem;left:29.375rem;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:center;text-align-last:center;display:block; }
#CLaZKM4GqURglInxLz3aylmSVdgDq4fV { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:51.75rem;left:48.9375rem;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:center;text-align-last:center;display:block; }
#yxHzPbCzK8nNISb1W2B7XJHJ5IQmx7ea { 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:10.9375rem;width:10.9375rem;top:14.90625rem;left:12.375rem;overflow:hidden;display:block; }
#ofI3cOvTKC6W89qUrkm7szVpUOU5Dxd2 { 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:43.75rem;width:43.75rem;display:none; }
#TMfxZ9tQlpTtHJnDcCUXwiiTQa83Mazu { color:rgba(25,36,52,0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:111.0625rem;left:0rem;height:2.7998rem;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; }
#nxMBvTXMCW0NsigbHExM8ZqExZ8hlmBM { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#W7kEBZ0qGT9gZicLT7zHzLxzAKb33sTA { background-color:rgba(var(--color-secondary-2),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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:115.375rem;left:30rem;display:block; }
#Iiz2wC9rpy0nS4ryRAL3tUSdfbS7lqR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agPGkuLI4WyRFeAZSWZ2k8suNwWCHNLr { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:none; }
#qeSDU8TreogBi5coIvQsZqFgmAKaqWlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvSizaApcoI3ZFQKM4syQ7IxyCXIDcrL { 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:10.9375rem;width:10.9375rem;top:14.90625rem;left:31.875rem;overflow:hidden;display:block; }
#U56Jz5X39eZkUInEH1C6ipQXetETmBpN { 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:10.9375rem;width:10.9375rem;top:14.90625rem;left:51.5rem;overflow:hidden;display:block; }
#v0QAtkWqzgzOqXi1rb0WbHVdcFWBAJRt { 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:10.9375rem;width:10.9375rem;top:39.3125rem;left:12.53125rem;overflow:hidden;display:block; }
#QpWNGVDxbvCfvVeULPpOoatayvIkzSpU { 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:10.9375rem;width:10.9375rem;top:39.3125rem;left:32.03125rem;overflow:hidden;display:block; }
#ybeCGZksmOlfHUMcTeR3dfxEkFigfC0s { 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:10.9375rem;width:10.9375rem;top:39.3125rem;left:51.65625rem;overflow:hidden;display:block; }
#bfkaAVaEoTopTazvJaEdPyfpqw876WkT { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:7;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:60.875rem;left:9.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#yc5sodqFiOEBaaz12s86ScklIIXu4FTT { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:76.25rem;left:9.9375rem;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:center;text-align-last:center;display:block; }
#mpfghvLTlEEQMwKao7gIN7shafOT0K57 { 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:10.9375rem;width:10.9375rem;top:63.8125rem;left:12.625rem;overflow:hidden;display:block; }
#HgX0ZGhI3Q7RLE9uwOGaw9HzANoTLe4s { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:10;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:60.9375rem;left:29.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#VXvCkd79LyfNJWIyxoHz1145GhhR5bCW { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:76.3125rem;left:29.375rem;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:center;text-align-last:center;display:block; }
#LorBWa0wFM0Tznr2pUVhDMSOJMt7nJf7 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:63.875rem;left:32.0625rem;overflow:hidden;display:block; }
#Aunwazw5yTb7oBbdfE4rbHxtGVF69HeD { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:13;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:60.9375rem;left:48.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#JwXAJckHqeWT2WxFrMpTzvZaW4w4bn6T { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:76.3125rem;left:49rem;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:center;text-align-last:center;display:block; }
#DB24zhD6ODmAURIxsP4ReKc7yrLTTTcG { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:63.875rem;left:51.6875rem;overflow:hidden;display:block; }
#dWiA2H6ZQk3rVrPt5D4yLHznzz2S4bK1 { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:10;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:85.6875rem;left:9.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#z1VTsrnsKbAPNrwhvwtXMMv5PA1roRGq { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:101.0625rem;left:9.875rem;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:center;text-align-last:center;display:block; }
#uzEpnpdPOGmmn4dKwEFXsGbmxdu9z7xi { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:88.625rem;left:12.5625rem;overflow:hidden;display:block; }
#r2LicmIVnz6FTUnmyaMvwwINutNcUx0q { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:13;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:85.75rem;left:29.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#AJB1wVgIMxZ52EJV1Ob2UKOcBoOgUpT4 { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:101.125rem;left:29.375rem;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:center;text-align-last:center;display:block; }
#qM5RSDeGBo29veeC0262J7vCT1k6hi6G { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:88.6875rem;left:32.0625rem;overflow:hidden;display:block; }
#ms3NQ5keNOOOfX34LD7KN4JLyB02QvW3 { 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:43.75rem;width:43.75rem;display:none; }
#JdZ7D5ZIyDO2G1WCCaq9ufFUbL2VHFia { 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:43.75rem;width:43.75rem;display:none; }
#hNJs86lwHH6LZTyDRihwOexDsW7bEtxJ { 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:43.75rem;width:43.75rem;display:none; }
#UbWGuU4LbR4UrfySUSdWXTMRgBLCLClS { 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:43.75rem;width:43.75rem;display:none; }
#EVdW2omtOc8bAODxQbcTwyXp6A85kv8y { 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:43.75rem;width:43.75rem;display:none; }
#TBn0c4i9eWskiKvqtvCulyhMBxgR6EpN { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#HBoDZl9beNfeF8BSyJAvChwSdKV6KTwT { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#pNNgKQH2hO3pSwhTu0RUgwVntPRNS7xy { 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:43.75rem;width:43.75rem;display:none; }
#kUJAV6yLIt5uupmNaIvEuwFd2KGuXTJf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#rxiDMM1vvI548WfJ4CTXyxw4RXAe19Dw { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#wUfcxXstKuq53bgpN2AvButRHg87RT9F { 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:43.75rem;width:43.75rem;display:none; }
#bIhS0cnz0vWLMa3r31V5nU5aVZdHFlXb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#AcR0xbRkiBITS0bTCfzkM93zbB1CTi4Z { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#V7Q45oTwU5AezWtecq14R3EE7CI880FB { 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:43.75rem;width:43.75rem;display:none; }
#EZlXGegV2RRbm1XO9KINLEa4AEF8J7DI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#mWD5Lp2rkamFOUdSAWSfe8qKiKoBrr5f { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#x2xFaeG3p1HrIr1WGD1w5mBmRKeEZQze { 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:43.75rem;width:43.75rem;display:none; }
#JJQ7qpLt37TowhbFD3TOaSNbgANZ35gX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#Uq7nAOwTWTvZOWKVXXmrEwWeKpGAU31q { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#Ap8QmiVCVcUfeTDrMTyqEPIQ6XzsD7y4 { 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:43.75rem;width:43.75rem;display:none; }
#vaAixILNx2MZQcFKhvsmrqGyZEKqlSJl { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { background-color: transparent; background-image: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .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); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { border-width: 0; border-radius: 0; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { 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; }
#O07n1teop8oSUCAEIPNhNbfShyuDWWQL { 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; }
#MyByTMoT1KkbZvaotFifTykJFtRaqu0H { 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; }
#WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { 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; }
#z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tbg491AxT35TycqVILn3dPl3MMbb83ep { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { 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; }
#sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { 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; }
#OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { 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; }
#wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { 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; }
#R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { 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; }
#wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { color:rgba(var(--color-tertiary-1),1);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; }
#yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { 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; }
#S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { 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; }
#RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { 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; }
#CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { 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; }
#yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { 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; }
#sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { 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; }
#oSKJPKG95b8S18WghuctnVpqgPTMSSAe { 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; }
#FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { 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; }
#RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { 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; }
#Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { 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; }
#spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { 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; }
#zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { color:rgba(var(--color-tertiary-4),1);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; }
#DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { 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; }
#La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { 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; }
#wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#B6357eG8sCioLgwck3EvGg00p8sz7PAn { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.7124rem;color:#192434;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; }
#bAtIqZEFb0Q0F8SNCiy20qJQT4ce3c2o { box-sizing:content-box;height:11.25rem;width:22.5rem;position:absolute;display:block;z-index:1;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:10.5625rem;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;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#RmZihMgTPqwzy0QC7tL7So3JfilIu8Lu { color:#192434;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:12.537109375rem;left:0rem;height:3.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:center;text-align-last:center;display:block; }
#HceRZQ4PbcpvSXg8kpFoyXSqTdJglP48 { color:rgba(var(--color-tertiary-1),1);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:none; }
#Bd5Mx0pyOUGB0rirkae1WsdzFx43i2bF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#MTrbTLC0kWdrqsxdTNkbfk22rRC3N4NH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#MRzd23dQTTyNwtJnt7CaGy2vG023pDAN { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#xeOyrf9eqLyGtyJg2mIkfUDUe8m5TQHN { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#HAGB73HUISawT6my0tts3atql70RVBJd { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#c6g5IwZxBGV397KFFns6E4TQns6v8d9F { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#IyBqi9IqVeVAKC6I3OTpLLumezmiMxT8 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#cTXXLvPLEF3E3IrsvJ9HM8dxXW8JMTLL { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#fSPtkSOP1fJn2wlfTUTQDfzhuW670HdX { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#WzEFnTzJBSH3TS0GtnvARZymEe56Bwcq { box-sizing:content-box;height:11.25rem;width:22.5rem;position:absolute;display:block;z-index:2;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:10.625rem;left:26.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#a9UAo1lJ7kRWEu0i4fzcEaolU6R1QClX { box-sizing:content-box;height:11.25rem;width:22.5rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:10.5625rem;left:52.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#L3F4pbiwKuXL1aSl0oSTdye45mWMiyaJ { color:rgba(25,36,52,0.65);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:17.21875rem;left:0rem;height:2.7998rem;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; }
#dQlThbDd02S7NIyQMI0AqAUxVXQptkdC { color:#192434;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:12.625rem;left:26.25rem;height:3.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:center;text-align-last:center;display:block; }
#yM4vdSvnRZFpuNFseulPxbhgDGlTZymq { color:#192434;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:12.53662109375rem;left:52.5rem;height:3.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:center;text-align-last:center;display:block; }
#TJvnVHHvEOkVCHBwFUKmSS3flpTpAulx { color:rgba(25,36,52,0.65);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.25rem;left:26.1875rem;height:2.7998rem;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; }
#UAiSrp4yFqGiTanvgGAaTiWq5gGm5LqD { color:rgba(25,36,52,0.65);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.21826171875rem;left:52.375rem;height:2.7998rem;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; }
#ttP944LL6pfcg2NP8rRRGXBBmED9QSXW { 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:3.5rem;width:3.5rem;top:5.1875rem;left:17.1875rem;overflow:hidden;display:block; }
#xsCc6rZoVbU8VEU10XZc0W28Q1FQE4cp { background-color:rgba(var(--color-secondary-2),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-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:15013;text-align:center;text-align-last:center;top:25.5625rem;left:30.625rem;display:block; }
#ITRKcGKP7d54XIvCdP8OqcZIKUe6oMmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tor4fmOGaZcWFZzAlsqFcO4EB5q7wySd { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:none; }
#l3KPusbTUAvT2ScwXkQG3ahDV2fTlGtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { background-color: transparent; background-image: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .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); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { border-width: 0; border-radius: 0; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:75rem;position:relative;display:block; }#OvEx0Z5eJJIHZtHXZM0ccGrlIwMquvPD { 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; }
#QVMvlfEqZQQN8s3urZ7ZTLL3WmC9dvd1 { 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; }
#gOCFNJ7fmmeW5oZuJe2frwFBu7QFhy65 { color:rgba(var(--color-tertiary-4),1);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; }
#IaLNRHvw8xzmGBEo8g4UCqEbXT1HMKpG { 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; }
#VCgeXl4TCkdpasIKboctPp61Zl6rQ1yZ { 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; }
#u7vWhOap3yWWmaenA7mHezsOctWt6Dub { color:rgba(var(--color-tertiary-1),1);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:none; }
#qXU291MdaA4wNb5OAuHJdVRo1JUJqfFk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#AC8Kw82Hwca2UkclRgC376EDX96cOBVo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#sw66FlhATEdEWC7S2D3tMvFR0o9QUbFv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#ZhqTGmeolIamwxLZDOBlaE7yb6cCxaNC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#sePUeGcN0XMD4IIfmwbBIgNkbToqqZaf { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#Um4SXcTxe4TZyV81J8tw65NV7V6qMu6Z { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#mm0bIsuan4BXRThJZ3fTNnH3KdovULIF { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#Vg381Wo8w3KgqhZVcglW6Lyu64Q1PWqF { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#MUiFaM9N7FCakhWqsCbAB5HNbkupp23V { 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.25rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#xk23GUixVkf4KmzGuWn5llTBzTAh4PAy { 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.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#TOWkEhcJUz3TovgrvEtWU3k5KUhPGATy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#NfIx9xL6tDqMgwhRLRRRsF8noLlLKtTw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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; }
#Fxt8U2Qnpeyl41sJMIcSeVuhHS93hnU3 { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#F66ImIdp0psCTSnRh7tQpWbmZAqX0yEx { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#qJC2T9paaKJKFbr2MVxK16vJHhJoxzbT { 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.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#gF3eySKGgidEnHpsHInu3rTJ8FSnqIFy { 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.75rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#kkCzI6v2ZhBq5tGsJvDDvoZQKq2Qqz5z { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.40625rem;left:0rem;height:4.7124rem;color:#192434;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; }
#UaSQJfwqctR6P8tym8VLlsz1lsZaUO7C { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.625rem;left:29.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#T3bB0ultCGZUraNJ8ARo0DZzCMd2L8yM { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:4;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.625rem;left:9.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#PXMWAIJNMuxXTISTnnDTsl4k6Ga6rvvl { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.125rem;left:48.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#zlXtCI0BJaaa18ng2hJTwRz1KJuMp9qe { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:4;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.375rem;left:9.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#qPLqn38TSIEw8ky4hOwUb5RxMmtATBmI { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:5;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.375rem;left:29.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#iKVfdpUoLJpFcQRT1MSI0iHL19yp2Szs { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:6;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.375rem;left:48.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#S9SgERXwn90U9zvFJ7LZ9B5vqSs1tdbM { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:27.9375rem;left:9.875rem;height:1.80013125rem;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; }
#AvpavEqHJs2Em4bk5mFGl4qB1kst9s0U { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:27.9375rem;left:29.4375rem;height:1.80013125rem;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; }
#HI4ZGCzMU3177ppqAsAxMBymJeqtr5x7 { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:27.375rem;left:48.9375rem;height:1.80013125rem;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; }
#LL6Av8cauMx08IOAbfaB9Kv3MqKsGmfV { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:51.75rem;left:9.875rem;height:3.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:center;text-align-last:center;display:block; }
#XHmuSZvDh51I3SOEzl2qvBAX1dD0dVgh { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:51.75rem;left:29.375rem;height:3.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:center;text-align-last:center;display:block; }
#iTREq0vXcfPWmlcSqANb5ze82Ir75dx1 { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:51.75rem;left:48.9375rem;height:3.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:center;text-align-last:center;display:block; }
#itmKRW6fPckgUB2JrXvEyt4TMlw7PlAy { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:13.8125rem;left:30.9375rem;overflow:hidden;display:block; }
#UJMfknaQF7pS6SegTLdUydFsG6ddywND { 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:11.875rem;width:11.875rem;top:38.625rem;left:12.125rem;overflow:hidden;display:block; }
#EUctplMJP19SGKtaOgGPwLXrT9IXnIgi { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.875rem;top:38.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#yRgeuJRrmKfL5rJMkITSV1wZ4m5No1JT { 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:9.75rem;width:12.5rem;top:39.75rem;left:50.8125rem;overflow:hidden;display:block; }
#lz9o5MtDytPqTpzc48gar5rIAywtWiHW { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:4.375rem;top:5.53125rem;left:59rem;overflow:hidden;display:block; }
#BDxcJ9lIFbTfl1eeIKdw6kdm7sMxtpdI { 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:9.875rem;width:13.125rem;top:15.5rem;left:12rem;overflow:hidden;display:block; }
#NCZlbE1D1MVzggAT57hpQztN4fx8vspq { 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:56.5rem;width:75rem;display:none; }
#TTd8vKhkLZHBBQ50AFfSagT3TlLILwZ4 { 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:12.375rem;width:9.375rem;top:13.1875rem;left:52.3125rem;overflow:hidden;display:block; }
#VWVGFqXmlgdW0n2Ob6sPzxQLhAkZsNGJ { 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:99.5rem;width:75rem;display:none; }
#mTTQME16ZGXuQav1zUSnKC4lZzEeTrDk { color:rgba(25,36,52,0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:60.75rem;left:0rem;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:center;text-align-last:center;display:block; }
#T29MgXA1myM5dQdEBi3lrUSMDKqVHqkD { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#CPOgQgyG2In5ewqa1Rup9FUSQr26rXbA { background-color:rgba(var(--color-secondary-2),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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:63.5625rem;left:30rem;display:block; }
#lv0J2Lf4oOICw2QCBTFpgMR3F7h3dWh8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaNbBHz8VA2y7TzdK0mkmGS7kzgm651L { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:none; }
#qP89O0WaTu3bnTAhacI17rkuSkpzJXFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/a404df24-e0f7-4c78-9d80-68c0f843e35c/desktopbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.adaptive-delivery-prevent-bg, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyload, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyloading { background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { background-color: transparent; background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .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); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { border-width: 0; border-radius: 0; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#UtQEfIywB4xicAQK7S545lbo4HAV8HSl { 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; }
#BfMSTszbG5MQSphl639lt11NOUeRoP1W { 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; }
#k1uJOMU3OfOQnNvK4VFddRSA2sdNKuBn { color:rgba(var(--color-tertiary-4),1);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; }
#L44kKCslTSbkZXL2S6XCqzJ9UakUdz7e { 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; }
#vTx5cO0oZnyAZKhVpQgMPQDZdtboJ0UQ { 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; }
#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/4602beeb-57d1-45a1-b634-6d80ee17a156/desktopbgstadion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.adaptive-delivery-prevent-bg, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyload, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyloading { background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { background-color: transparent; background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .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); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { border-width: 0; border-radius: 0; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#N51ByOAbW2I9FDwbPKzQyGt6z6tbaQT9 { 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; }
#JPpmk8gMyrm3ML6vbw2aeuhXEVIDI7gT { 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; }
#Eo2LzROQ7uwQZsPODAzCUkSrxWsbMT1O { color:rgba(var(--color-tertiary-4),1);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; }
#n4bc0nBo0XRyTQdeBFHMzuUOSNCqAgk8 { 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; }
#nacoJwiUT0VwsnTSvHfFbCTTtmM4qzEh { 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; }
#RcATd5e9MBLdCO9ztfMUrs2cJA1tt5GW { 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.625rem;width:53.1875rem;display:none; }
#wAIwm9Oy8t3vC4MzVKbBucT6DkghoeRD { color:rgba(var(--color-tertiary-1),1);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:none; }
#ZCTbxV8cZovySlkxJUBi8AumTI0EL3n7 { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:none; }
#kaitPm39CrCHNMtXFaiGMXEKRFdQ6yhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4IxVSQgQmOGEiKSTU6cUeToorJaoIUI { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#zrZAAGVVx1g4dPK8yaCibpaoelPkZZ2s { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tPXrUeCgNuTXiu00Tt2o6BUuT5xyPhby { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Qaycf8TvqLZkthw9CRRy6gS7OidAUwdb { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#CAxpEXBsbvVtBppFiQJIthlTebGEJ47o { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#StuRqByw1f4eKGGbIvaX2yztmpqCI7DK { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#mCGUIHHN1tx8zTByezUCUAJ3AxH9mVOD { 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:36.9375rem;width:22.125rem;top:12.125rem;left:42.125rem;overflow:hidden;display:block; }
#hBiRi8xmn1IqNyRXPa9qnlCbZpGt2n64 { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.375rem;left:8.9375rem;height:1.94986875rem;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; }
#DGB0fQ4Nt12GfqgkJXTszQInJ4d8e4Rp { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:34rem;left:8.9375rem;height:1.94986875rem;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; }
#Nky6QuyefzawsSu1xG93rLhAeo7Lgv8k { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:26.6875rem;left:8.875rem;height:2.9746125rem;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; }
#aZx9JfGalOX7q9e7Q6ZF56sKkhHmCQco { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:36.3125rem;left:8.875rem;height:2.9746125rem;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; }
#GP1eUpuLfcMcP0y7clQhuRKN0UtZ12uW { background-color:rgba(var(--color-secondary-2),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-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:15012;text-align:center;text-align-last:center;top:42.625rem;left:13.3125rem;display:block; }
#XcZ2epc2gfxomn6q4gvST6mnlMya3C3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4mccqKSMDXgCskIK94LRgl168WFQMDx { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:8.875rem;height:2.9746125rem;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; }
#k50009KL3TRe9Vg0Knmvlue64CHGOTGl { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:15.0625rem;left:8.9375rem;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:center;text-align-last:center;display:block; }
#qnCcBMVrPeV8Fs8TQkTsUFRRwIywdMCX { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.7124rem;color:rgba(var(--color-tertiary-1),1);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; }
#OO6vCNxtyqzIbPKgGqPkKpgyQtpIT3nM { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#c7G96lQgglS2GIPxW2LnKr3XluzIX9u3 { color:rgba(251,248,248,0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:52.33740234375rem;left:0rem;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:center;text-align-last:center;display:block; }
#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:none; }#zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { 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; }
#ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { 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; }
#mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { 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; }
#apZT739xm0TxNng4ByxAffDSFF4wQqn2 { 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; }
#zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { 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; }
#nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { 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; }
#bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { 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; }
#nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { 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; }
#Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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; }
#M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { 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; }
#B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { 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; }
#haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),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; }
#S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),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; }
#HPcL44lePaX69GyoEDfpR4wrc6F1Toza { 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; }
#aTTerPbB86eTzsA57mXSmIAVeNoAVRln { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),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; }
#DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { 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; }
#EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { 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; }
#GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { 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; }
#AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { 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; }
#ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { 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; }
#ld567APL9IwPUb4d4NpO8BURxskqGTG5 { 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; }
#DKJR2457iu9pEQTqepyN5gdxpzaulvvT { 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; }
#ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { 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; }
#TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { 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; }
#aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { 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; }
#Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { 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; }
#PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { 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; }
#gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { 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; }
#JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { 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; }
#neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { 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; }
#VzqSedhgrioTAZm5GVLsqlmMekCEle4N { 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; }
#RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { 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; }
#v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { 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; }
#h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { 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; }
#iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { 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; }
#iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { 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; }
#kXMh4rBCngz72e4xSrzedh8TqxBSspHW { 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; }
#v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { 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; }
#lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { 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; }
#TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { 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; }
#clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { 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; }
#xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { 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; }
#lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { 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; }
#vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { 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; }
#glfhhTITTEQ72q9KxChtJTnE1Gonamrv { 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; }
#dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { 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; }
#USZIT659mfT03zGfEMss6QyunHiKTuZP { 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; }
#dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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; }
#WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),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; }
#As155WmTG9nI81vN4XGMPL7A2XmsBIDX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),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; }
#c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),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; }
#AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),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; }
#mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),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; }
#R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),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; }
#hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),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; }
#OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),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; }
#afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),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; }
#T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),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; }
#thDFubQx6wmznFsGCi832S6lH2JMbLa5 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),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; }
#On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { 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; }
#FEdGmctNev7PdydkTTd0KRnPd7sUXpah { 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; }
#gApfoBdi81E0518qoKfFxGZlNiiXwaNa { 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; }
#uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { 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; }
#H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { 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; }
#WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { 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; }
#cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { 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; }
#AKyEk6mNus6v959KMJtny1t5e9B7zR7z { 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; }
#A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { 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; }
#yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { 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; }
#mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { 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; }
#ekvov0croctB5nqmTt6AaBmGyTpDoiUk { 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; }
#pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { 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; }
#VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { 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; }
#PiImFOWb5cLgv1upEgBbdDbapGO1te28 { 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; }
#y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { 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; }
#Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { 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; }
#VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { 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; }
#BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { 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; }
#eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { 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; }
#Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { 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; }
#HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { 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; }
#TabphnShGdpgSdzDHMTry159Ary0eLiW { 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; }
#XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { 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; }
#cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { 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; }
#fXvGS95cbeXFZySlTU7J273d9zcTda8Q { 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; }
#HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { color:rgba(var(--color-tertiary-1),1);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; }
#uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ScP16UISHn1est8FqL05IfBiXLiaFHMs { 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; }
#PccTueg6ZmFeT67oVVpoW5smmMvOck3X { 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; }
#s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:4rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:5.1470585rem;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; }
#iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:12.40625rem;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:none; }
#T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { 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:14.59375rem;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; }
#WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { 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:31.3125rem;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; }
#kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { 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:31.375rem;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; }
#LAHZweZVsO6N85FZN5TwBWtHamETuhht { 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:48rem;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; }
#ZGTulC0S613ifnI1p2PJgloar6c2BVLF { 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:48rem;left:32.9375rem;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; }
#PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { 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:48rem;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; }
#Smce5gML30ThcGvVpg84V2wO9E41Wd2u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;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; }
#nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;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; }
#dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:20.375rem;left:39.4375rem;height:1.83823525rem;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; }
#bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.0625rem;left:39.4375rem;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:block; }
#pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:37.0625rem;left:3.5rem;height:1.83823525rem;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; }
#HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:39.75rem;left:3.5rem;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:block; }
#CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:37rem;left:39.5625rem;height:1.83823525rem;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; }
#H0A5dqPRLoM6zWr2ScHhSnz314hVLfvv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:39.75rem;left:39.5625rem;height:2.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; }
#iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:53.625rem;left:3.5rem;height:1.83823525rem;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; }
#GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.6);top:56.3125rem;left:3.5rem;height:2.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; }
#POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:53.75rem;left:32.8125rem;height:1.83823525rem;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; }
#HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:56.4375rem;left:32.8125rem;height:2.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; }
#GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:53.625rem;left:58.75rem;height:1.83823525rem;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; }
#nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:56.3125rem;left:58.75rem;height:2.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; }
#vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { 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:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { 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:15.40625rem;left:39.90625rem;overflow:hidden;display:block; }
#svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { 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.6875rem;width:2.5rem;top:31.78125rem;left:4.1875rem;overflow:hidden;display:block; }
#u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { 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:49.0625rem;left:33.46875rem;overflow:hidden;display:block; }
#DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { 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.5625rem;top:48.71875rem;left:59.4375rem;overflow:hidden;display:block; }
#SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { 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:13.25rem;left:38.25rem;overflow:hidden;display:block; }
#rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { 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:29.9375rem;left:2.25rem;overflow:hidden;display:block; }
#QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { 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:27.4375rem;top:46.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { 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; }
#Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { 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; }
#s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { 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; }
#kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { 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; }
#WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { 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; }
#qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { 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; }
#qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { 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; }
#CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { 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; }
#XW6focT560rvRPRz6eOiVpqQmLzIxfqr { 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; }
#bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { 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; }
#xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { 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; }
#d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { 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; }
#mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { 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; }
#mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { color:rgba(var(--color-tertiary-1),1);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:none; }
#cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { 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:none; }
#s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { 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; }
#qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:none; }
#BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:none; }
#sMo8M6QSxTu9791QhEHqbruaKWXV68oN { 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:9.1875rem;left:38.25rem;overflow:hidden;display:none; }
#VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { 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:none; }
#y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { 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; }
#B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { 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:7.9375rem;width:18.75rem;top:25.875rem;left:2.25rem;overflow:hidden;display:none; }
#KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { 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:none; }
#THTU73DztCMmulnrTVRHy3uWpyHlAq8X { 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.375rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:none; }
#VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:none; }
#e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { 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; }
#e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#VbGOqA3oDDu2MqoGfKU4zDDc5Sul3Gk1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { 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; }
#KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { 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; }
#zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { 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:4.5625rem;width:10.875rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { 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; }
#yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:none; }
#cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { 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; }
#e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { 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; }
#AnxymG81QsLQCiq7miHMBL9qgahTOtko { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { 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; }
#ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { 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.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }
#KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { 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:40.5625rem;top:46.5625rem;left:31.625rem;overflow:hidden;display:block; }
#vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { 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; }
#O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { 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:15019;opacity:1;top:48.5rem;left:4.0625rem; }
#t79pK576IpIwhr80RTtnml0ibdCGTkXt { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;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:29.9375rem;left:38.25rem;overflow:hidden;display:block; }
#k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { 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:14.625rem;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; }
#b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:20.375rem;left:3.625rem;height:1.83823525rem;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; }
#McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.07470703125rem;left:3.625rem;height:2.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; }
#ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:33.875rem;top:13.25rem;left:2.28125rem;overflow:hidden;display:block; }
#xG4uFuonbAQa7XZzoAquV08497hSZco0 { 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:7.9375rem;width:18.75rem;top:9.0625rem;left:2.09375rem;overflow:hidden;display:none; }
#HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { 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:0rem;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; }
#STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:0rem;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; }
#WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:0rem;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:none; }
#rN8bcOa8nc71ev1cNQXKDv2dGCA0q67D { 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.5rem;width:2.3125rem;top:31.90625rem;left:40.28125rem;overflow:hidden;display:block; }
#s8ySbw5NLsfyAEtfCUIiTg15uQJzu9X1 { 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:28.375rem;overflow:hidden;display:none; }
#LZFoPrab2mQh1VtpoWhIutLoU7px3EPK { 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:28.375rem;overflow:hidden;display:none; }
#ALcfXtWh6yChJfAcHdhA9KmytnHwinA7 { 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.375rem;width:2.625rem;top:15.28125rem;left:4.1875rem;overflow:hidden;display:block; }
#tH3BMNwCsMZuAPPnO9UMeC2KhtrIiDdz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:56.637500762939rem;left:70.724999427794rem;height:0;text-align:center;text-align-last:center;display:none; }
#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { background-color: transparent; background-image: none; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container > .video-iframe-container { display: none; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row > .video-iframe-container { display: none; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .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); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { border-width: 0; border-radius: 0; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { font-size:0.875rem;font-family:arial;height:93.25rem;width:75rem;position:relative;display:block; }#z7TR8qLPbhbT1SPtwx5dXW8b0TpvEami { 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; }
#zuvvTyhEHCu7BCoAIRIiMVvv1EmeTA9R { 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; }
#TlGny9bh8PtVQUVOQx9ZiueG4tIVKMed { color:rgba(var(--color-tertiary-4),1);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; }
#w5dKHNAJDzfBtXkXBC8zbMpWvVQT0dWe { 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; }
#gF1KQyFWCnPTtqw0uoMs3ANBrpHsc6Oy { 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; }
#nlm64VBZHBlTmEhpOVdTFR4VGhllwD2g { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#qVmfDna3dwctKTxX6vQm1NswCflMqKna { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#FHkMTcrBUZBQAFGJCBzmteqIwVPVdzA8 { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#WyHflA1twCbvoO4r9UPxOr81NVdAlsvV { 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; }
#t0dTmGKT2b1ED3mLdqc3dhsCPEsqSnrO { 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; }
#Cwol9T7AWxZWUfbXBgzAP3VOONoBnmKT { 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; }
#b5LZK8nfmWp3fhKdcRym8Lvwx5zGi1da { 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; }
#mhKsNxaw4EyS6OUxQ5yrkd4MzBXQB7yL { 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; }
#TLa5PoLEHSAssxzJOROBsS1ioQ3OavhM { 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; }
#mK5Koae4oOmdw4N2oJU4PdlNTG2euufB { 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; }
#vlUxxXRHLlpF2swJnNzzkKzMxKnJOMdV { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#i8Qx24lBO6yWoaVLOCfWDgsSCOGCNkkN { 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; }
#fVh45ONLaNWHtpX1eLGUdc1mxInMPT83 { color:rgba(var(--color-tertiary-1),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-trigger.adaptive-delivery-prevent-bg, #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-trigger.lazyload, #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-trigger.lazyloading { background-image: none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.75rem;left:-0.0625rem;display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Ru2eorn1S3VbAzfGcSNyyF3eOaUiKLKI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yI8S4HhCt0c7QMweEzHHeLysfsTomI3v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BZZtMelRFysBxQdwnMdZLUmDkJDsuRsz { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tu0D7uQMGreEvK59uTq1FTuv95XmILP6 {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BdKTQRkK81UZ564bvk6m0GVMO6m2qSW6 { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZCnvQH21ealk5cNTBvQhxRDbTlaGh4bf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #o4W3cT8XkFsXHfTcWA07STSL4PmkyV8o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TnfR8Oy27TzAH6XXIcBZWHqM3SkTBfk4 { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZCpgT3a9N0DeTXBxsQn2eZCsbSnIpdEe {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #uRwgD2StFzuAgGeTXBNKpzNW4B1OmJOR { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VsFJR7gSNMJvtU43d9ukzKLhZmy0O7Ch { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Gqh9O1sPyOnZoHyTImoJITLUogNHA3Ct { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sV1TKg6Iz04dF26CuClIbgyqeUJKis0G { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #voQASkkltmU0PU6Ty8JkmA8Iy9wPwb03 {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #q6tPBNKHPbRwsnnR8Tv62hEFnCwWA8FH { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sVPbTzg9hvMUTIRIKRvJ77diL12XvoCp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #lPTsMiCCq5tqfE0H0EyncOduTNot2aeu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #RQi1ATmDC2MtedECA6W33sWCHTKOKTJ2 { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #n4TrGiBDNU54PTTNel1Pa1lT7yWWskPq {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VSGAXLQ50ythTZfVUwe19ba8akGuwLMi { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #nrb7mE7wwTGNWyTPopyncJMSULgmHDRk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #aRpDzXAwqwkcy3G5Ug8pXBOFuwJNKhVH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #eMSCmbngggUL1qGc1UHW4Q5DWE23olpw { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ydPiOHowvSxTa2cVeDWnoMK4ZrhmkoMV {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oJEQQdCASyK91e7LMX7XPCxD1ZrKuhen { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yXbTplmbKwvHQON1TvhqMNR14aLJetyi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ycQwr8y5GQeTAzFHMQHhuveWV3yyfGZB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TT0WeFyOr2FMyXKpwvWzwXVcRbdREiwM { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Xhiu94tu9VRgmbxcSGMQxkwExhkhOI6v {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #kvVGpSI4Heva7li2wLyTkzr3ml5hXz3s { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #enInHoDg2OFVF93vUOyaQ4ktuDtRa675 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #bTZe4S1nuNlfQ5vTt5Dh23DGsSG0ZfPT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Z7dJFLE5GTLx3CXUQzPlxVBDpbfvN2G4 { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #D7qnvhxNxLOSlecxlz3qlRqb68SkfM3t {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #iozHPNW2f7xRUPCC6W1DEZIkTEcKTWxH { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #svCXvhJzLaNk8Dvm2JaCWBF6Gmsr3WDQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sGNakzQTTDVEvJMICpeM1PqH4Ox9XIxm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TcvGOw9A9tkFc2ENSRuf6k766ysCvQLc { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Oe0pBPZDeZvuOpe00DDGuIZd9WXKMAwV {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #q2o1zbEPmGyPzrJnMHr7ltTrUDSOHBqW { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rC5NOW5NLIgJxiryOoqxHIHgXsG7TTkQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #r7CWVHUW9OOiFXC8RllpmuFGIZmkqMeH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZvNpkWXDvfqTBhQpUVLvrlBoUEyPQqSb { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #X3ikUsaq08ZVI4Te5zhvuxOswA33H6pA {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #LMqnoZ99f8OTTdQWxHwnWN8pN5CoKpSx { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #SyZ4kdnzJ4qHJPBhO2De82olT0ux0toy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #fqcvpW4apWIXFmDJ65Jx4WimTy1xPygJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #kcF5qV5b68ELZtE3wyTWh8lZ2zdhoJ5R { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #zLPcXMlFBqM3mKe0QcrrPOLCS3Hfse04 {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #CPDggTedAWmN31CJFKDKVPEmwBovIHCI { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #mSyh7AFTsJiZLZEIgOISgazVoD0VVKXG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #K9f9VTycgQRpWuZzJiMhPToCxJPQw3L2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yin47ekRzFzTTJVtMFJ8X75RNLHTUSkF { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oBkFGmz9ahqEwZDl1Mo04fcFxLtF60J6 {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oXET2TSyBnX4TzQTbZ5WdsTkI9OLnbed { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #QoToJwyTxLfSlqE6hqp5hWNlOCcyISM9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #fVP5I5LZNdgDtDXZr36rsvstqGwF5rFx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #LBJ9vHGaXWID5qVaWmsMxWwsxprKGFay { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ILxyJ44MG6RXdiaRzTIcfRd8flbHxihh {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ya2wNmXiAzDslp0FJXGEBCA5CJAq5XtI { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BiZDD2J4ftVyT99SJJ5K88vFo2J38poA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VyJlXAwRfaPJTBUEqfwIiN6TylKTN2em { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #WPhkN3EP0HUeFcf4WFT8tU2RzAOKKib8 { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gPKJcXLgCviLtMqkSB51VFMsqlcOe61C {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #SJg1d0JPV0KHxwSn4ZBnV3rkq02q6543 { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #XrVTHgtwrTpNeGpgVKkUFxLrOwTS4dm9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VN7fFW6uiz4yxra2L6Ur8TS8cPTLEtSn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #JdFsTUdyFzBKfrlkp1USe91xm3TQE8ld { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gO7gFbbHfLFkQJHPSygZq1gT7u7EhlOm {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #PakQMfGftBWGtTePl4Z7xc8BL53dfm7a { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tK4pwUg8WRrKETwUNtR78R9w9mh5BHQz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tuTum5FqrNMQW6EaJkyarKgebdZ8iyWG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #hu5TovUpqOUffHGyXCOKy5wix7tP3E9h { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Gv60vwQF84Zt76QqammZtI0xTksD6pr1 {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rdTPMDyZG6T7DzJvGdTMKHyUclN3AaB0 { display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #PS39w6xorJOrLTq6NP8C9IrUGRcoSFwl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #K7UkNiTrvhTx10i5bZkiIdQKM9ROzk7d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #NVtlVLdqK73w0kB3D57kKptot2UmLeoN { display:block;position:relative; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rxxZPKrRZNaVRqO5ooHLllBHdxMVmVBA {  }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #v2SFJ5Cx5yeEP2E7pOFFex046eC7qThU { display:none; }
#BhUp0WtGO6rxmb8dXyN0AOR9AT6Jieah { background-color:rgba(var(--color-secondary-2),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-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:15013;text-align:center;text-align-last:center;top:87.9375rem;left:22.9375rem;display:block; }
#xgbyaCMyU4PZwJpuTq5aJhpD3PlPNxlU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8CgxRpVIanh0QDHafttBzpRgnxBahvV { background-color:rgba(var(--color-secondary-3),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(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),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:rgba(var(--color-secondary-2),1);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:15014;text-align:center;text-align-last:center;top:87.9375rem;left:38.3125rem;display:block; }
#HT2g5kPD08SNHqI6K0t3N8U7pJAMGh7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1zdT3INfU8GG0KfwsixLA6aSuR4QTex { background-color:rgba(var(--color-secondary-3),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(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),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:rgba(var(--color-secondary-2),1);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:15012;text-align:center;text-align-last:center;top:36.4375rem;left:15.375rem;display:none; }
#E5eMd7H0tOFN3RQyokIpLVk7Kp7wcNfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfMvA6Bp8r7DtWPSgJHhSPSHfzTTphCW { background-color:rgba(var(--color-secondary-2),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-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:15011;text-align:center;text-align-last:center;top:36.4375rem;left:0rem;display:none; }
#RTW3u6c0yfC98XIbcgyUM8STsfPP65mA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-trigger.adaptive-delivery-prevent-bg, #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-trigger.lazyload, #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-trigger.lazyloading { background-image: none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.90324401855469rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #H1q8JfqXf79O0TmskHqH7dV7COdAg8bT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #r9wNu6EdQpURLCRILlaIL6kCf5RZB15D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ZfEk755eq5w5mzNOkGaQtz14pLT15cI9 { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RPZ3DWFrtpLnZGLJy55WRiNZC0TndpJz {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #u6P8IPWJRDFx1Mt9eSNh7HVGEaBQRCEm {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TM49PmzxwPV39KVtwaTcEApl17STSBDM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #VBQL3RWSRvMcyLQkG354ewSoxld30k3b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #AHEtTWmr5uUzVxAT2NXbAnkqvW9tb9qC { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TdXoXmyHMeERQfIwpFxDWEkakrd6Rgrv {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TL6kUPI5k7qRo6hqo6taAANbcxTcxOtb { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Tt2zhbAM2XSzDD7gJIP4O0GM47rVdS4g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #l5t0PDUEGAnXZJJ0dnqvkxxmJC5mwLgA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #AyHdMNG6b8EgVWUG21qpKnoa7GdxJZUm { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #v73Pv4c4UQE3feEiTxgbi2dNDdkLSyIf {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #xTWBphWTSn3TDrVuSEndR67krl04TmZD { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #goOh2861Dhbp0v5brnag710UmZSUOg5F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #JkXZ5KgzVRCkAgigTHqdtXeKihtsPopJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #HTaT9TaycdIcT9HbTETrPab1KQae7ik2 { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Qe3lscTbeBU97JBegJcqi0hWRz230fyE {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #MEsRyycWPSHQdqmmITT9tifZJ0TrC3Tr { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #XtGTToaSyBsQXEN4pDhhphhznUfZ1wMS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kf0Mryy0DqTVedc70klog1GdT20M5zyw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #DuR8r6Ds0Kx4F3TfAKJqPJAO9W5GCV9Q { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #gsvTwtiG91Xnrmmm1Du4IOULbP4zFBX8 {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #zAMU5XQsEbpWKnIaMJnbiwGBaTXACPDc { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #yPctAVPxi32BWvDTyrshpcZaNwqGG1uh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #V1mZZDWo8bVmIw6MTdNLh4LsFHBVWMiy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kv6spVn1vK2egX9r90uLTzHzWmTEJEKZ { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tX4Wb4ByC8T1lkM3ZZ7ilek8iqu5uVxl {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tFGR2xE8z1P7GicLzdTgprZA39dt5SG4 { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #GqaabZQKv4gx16u2TK6RucCdehrVx5sh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RBwQCrBQdAcSrmIRMNVd5StBylOOQSb5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #UCirmyPfslD9zQeBRW0lffaTTeQtnAFk { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TCny9AwtgIDNKz2THVyoq6BEAI7658DI {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Zamd4tkl91327htJERcmErTx2nPbRtZm { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #et5ItfaZfVk1wMMaWkAWEJmgZGGa4Pmn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Xid5yWv9BCvoUphckrk4yi0B2hLsAzH5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Wa3OzHIIRMJ9ETHKWfm6ihWaodORf5zw { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #lwc2yiEZI983C0pxkFFsWVTHB8nfi1fO {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ewna7gxbp0Lri8sR4TazFf1cMDqZMcgm { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LAlqDCoEzlA9e7gkuMJvFx43Wc3ybfk5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #wNyCWRhBu7mZNcQp57Rf7EMvIu6bsDDA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #WkTaxf7pXDTtz0OHJBZpVxl2yEXSKvtk { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #iwRrUgakhR90oQGrEuNpESUbXDd58Msl {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #A1B9TwPfRIUPkmRt9et5g4RlBUMdB3ZF { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #q7FJVA0SPMZTTl7v7QMKiVMXAxW1Uiey { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #u1F81UZaCyaaHiCZD8VMe3tzI9EdhygG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #VGxANQQExNR2JHm3UtDBkAmdOxUpngdf { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #cmAf3JnVeauLl8TiUlTyfDhVcCspJOwh {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #athuiDSJuOk4OxQOQ0NO39t0u0tHTFB8 { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #sDCtz8ethd9ci64fM9V3uJq1b9sTTqcB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #uflCf6hMNkmTwz1g6II674271JDwt8S3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tcyzbIaCXGZrVNs2d0ylneGDIF3cbGZV { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LDNrzDHhHLWeMRJTRd1tEgLk2PNicAIT {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #GFf0LozN67wO6aw8VoQFKBroKhUKVnqd { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Qt8PVJaOw6XIhi7fNLNEbrV0ymlXwOKT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #E2urbGgkeo6p9FVxTbK2X6tTnB0bvIOo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #A7B2s9IdKwBwR8FIdmHHbdhtOXqh6zNW { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #KcnEE5askbkPU6UuZb0tUpcTNggsn8LV {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #G7LhLrOTzG3GLPADvFSVeIapo3ZNWGMp { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Uqs8shzKwXLaqctU0TDOZy68ENNlE8lC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #zq7AgBA1scDzC49csvg8TL4rWuhGHoqB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #gBJaddSAGz7MFvByy7iXWgW6gneEdvBq { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RDPoqFeKus4NpSRK6t0sRRMJSUGbumLc {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ONlCA36RpR26CqipUZm1VxcU9KJBNreg { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ECUOtGAnWklCpcmZwCxfD6hhMKBFKOOR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #B0kvDKgmQXeVX9JH0ZSl06gDTK1F0xzX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #qxlZU2hCA6g2Ml4iGmBPmLoNRThHBfA6 { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LesaCAh28s0MdPcTR2blk1hnD3o0UMql {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RSxZSmCPsXNOrGggEgTBmthmXdy2brlp { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #QADlcCwabxeG1xu5PG6CDCIR1XI2d85q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #W6BLZz4h28OHMwMivEiIdxBo5xUaF1Fw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #z6dWVvGWsbUlkZydHUzFxa4H9zQXOSSO { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TrxSVsxkhSbC4HoEuWGlmtVQuVmlDs0z {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TWqlggDLP7WmXrNaGZukJWkAXtbe4d3H { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #l2zq7BMDVMaFxU3DJZzfFvraXwn2Oiwk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kTGlTcHMgGHW7CSdWucAuhyhb1ykZMfl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #pcr0g4kv2vsu3JLPNsn8OcO1oIX92HAS { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #krNZKDMoDIJrXO79B6LgTpbAwsPQQGKx {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #MzvqOxkcWbf0iRFDDoSDh83k9PsDtXhP { display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #yO5u7Tk9I7H9EDsXiumPIClKDHJQCVJG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #SzmfMvXb8LgcHcRKCBWiGQiueivplX9d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #sqe7exsAGeu8NznHZ4r4MtwDm6cIGzhF { display:block;position:relative; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #dKfvAoky6GZELkq8f1zzgfNzl4qZshmU {  }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #OIPT8c6tU8ahVH8szI5VHRiQNpsqdHTl { 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:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3671875rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#nvGOsfvki6wcg7ZtVgSWaITGT7OgJXRT { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1171875rem;left:0.1875rem;height:2.1123rem;text-align:center;text-align-last:center;display:none; }
#wcT36uiMM6SIGvAKPdTkBG6HTnNRC3su { color:rgba(var(--color-tertiary-1),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:34.8876953125rem;left:26.9375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:none; }
#y2VtNvDbST61MSp6N3nq4dDm3Az2MbJO { color:rgba(var(--color-tertiary-1),0.67);display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.8125rem;left:26.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { width:13.75rem;height:3.5rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block; }
 }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:13.8125rem;height:3.5rem;top:38.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #yfk7TyczWdZimakbQuUBGvJEqRNTTcf2 { top:6.875rem;left:0rem;width:20.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeAh1KdVgqLDad37aN13BULPmQOQgSx6 { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kK9NhgVzbUpd09bUb4DE8idDTy7uNHvZ { display:block; }
 }@media only screen and (max-width: 763px) { #QFoS2dmyWMZ45JLgezvHse3AAxWi4ES9 { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQbZ64FTL3a9wwA5u8O7nB9XmntStrop { display:block; }
 }@media only screen and (max-width: 763px) { #r83OEDhvpvkv3IHXB92kIxwT8oBNLnkJ { top:19.8125rem;left:0rem;width:30.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzmqcqwiLdRRVLZikPeX4SleMTOOCTx { top:9.8125rem;left:0rem;width:20.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxK6QAhcZxrpWUob8KV6sFDke2U0FPI3 { top:28.9375rem;left:0rem;width:29.5625rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOhTPCV02MWMBI0Jx33fUMrVQsH1GlU3 { top:19.75rem;left:0rem;width:18.75rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueEIxubpd9D7FTbihArM3vzUauf1KPMu { top:43.5625rem;left:0rem;width:20rem;height:5.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcObl6XvQFTx22WokH3FPCqVtEKxRm0V { display:block; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN5LcOQeXywi8K2Xr27ZpvgV59TAbOo8 { top:5.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QJx009mG6X2pflhV0hRXdu2QV4TBho { top:13.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sphTVO8IhvuPEu5sg0nmT7pZHxSiGdzJ { top:20.5rem;left:9.5rem;width:6.25rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfzXExaf0agaU7Gynk3UUybJhyVkoOtk { top:20.625rem;left:17.0625rem;width:6.25rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfnRUdpK1DXLpDLlThSx2ytx3kWGAM1O { top:20.625rem;left:24.75rem;width:6.25rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xci3OqTTqGwf7NCKCyTb5oDEXDxEoQf7 { top:32.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Wzes6KmeZzQruLTlWB8PQ9f1AeTLmF { top:2.8125rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6oVEODo3TXdNdhO0Ana9Wbsd6z29JAB { top:10.125rem;left:0rem;width:20rem;height:5.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiRNVB4XWcBCaGqGdzzDpF8Rezc7Eu0l { top:34.4375rem;left:0rem;width:20rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmscyPo6BiPNTcZD6JbSAmeTGp21SNZN { top:27.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsy3kJQRJGk6hs2pMeTDwQkNNWHRvBit { top:36.4375rem;left:16.0625rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqK9RyeTgkux27S0Xy4KBJTcEpoEk69C { top:36.4375rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec4cxHbdBhlNNWXE7Zg6COrTUL351p55 { top:36.4375rem;left:0rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHwTU59UxhwS6ilbJP7dUBNuP3TLMIBx { top:38.5625rem;left:3.0625rem;width:8.5rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwxvpiUIMiCARhTw9uRP4Rd0NX7opVZm { top:26.8125rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkWRGXha5fdrDm7QSa4AZn2TC5rvTp2n { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4u5UBgOlFB8TE9O9wT3L7AAXvWPzGfM { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nURt352oNMLggKrxb2FMCHcdM1xtL8OC { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf1lqdDXFxoIAdZK5AUbTAxKq3rKHg4W { top:38.625rem;left:18.5625rem;width:10.625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGNy3Fs7CnV5HT8v6A8AC2T2tyVEM7K2 { top:38.6875rem;left:34.1875rem;width:12.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2CpzsAU0MONnoZNreolh8Eoy8vdWVMt { top:20.75rem;left:32.25rem;width:6rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR { display:none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uxz4Mzk5vqxRSNWtD1XodArifMzU7bvE { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V170gUe5f3tSzdBgVSdnyPs9aTQiPSNa { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPRo8mpaLZWQ0goxSsJB6BMdhKU0LHsA { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrLfrtP8StT9L9vZnE8HEhbJAQ60a8aP { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVqf6KaDThIt9oPXSm1FDmvcORcaWLI6 { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTV4ayVVEgQ18eqBTyCVUk7pFeTTmTcH { top:1.25rem;left:0rem;width:20rem;height:8.3125rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfP0hwCpKAyTuv7xH07iu5QzHsuiXv9T { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJHWLcwu7TTiTTEu45pFl4F9ybNVzd9M { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkbxmGmsW9WwhuWVMinM2Z8bQgEaw3C1 { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAFc6imo2lEhVSewhTu1ct15Ege6h7tp { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJ0yiTtQTJgFIq4yD8E6koOZ2S015d29 { top:21.3125rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7bITeaXCRlMCKGS5fZmBMt2QVPJUToM { top:21.3125rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZiueWimwC8E7mDbRxLdnxUD4ppBx43N { top:48.6875rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2kr85yOWtRgdy2lLVgRIqz7Pb7dCkI4 { top:34.5rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ewtyt6dRC0EvTlzL3bg7GTHnLyJ4XGVS { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNTdxPx6vSUzGudAfP6DAJlzIWl9zg9m { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGQu6TgA1mLTZmIFNSPRWVcdSco2gTOv { top:48.6875rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKRoNId1sm9c3d0DKWcrbSIWQKhqzhen { top:35.25rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #huJIr8GVk7p6u8Adb5hJcMHqDUW26fMf { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISrTRxGTGP2mNPILcbr7aGw4JwsySgPQ { top:11.625rem;left:15.75rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Q87mOqExFc9oDzcJ9AVPRLAK0IOhia { top:11.625rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBTBrfGaN9usp97XW1DnKiPUztW1PQB { top:11.125rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQfTiVUCGPBRwqQa9zal6OBuawbeTg7O { top:36.375rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMq7TK1ywietVx6nJpBkdTelzBd5fXTX { top:36.375rem;left:15.6875rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRgvaRCxlrMfs1ofHrRyaAXxNtza7vr5 { top:36.375rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwsMPV2iTvFUkICm10V5IR5b8uu4VLSZ { top:27.9375rem;left:0rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdVJW0xAi31NLPDy9drzk6p9pPTalTLR { top:27.9375rem;left:15.8125rem;width:16.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLaTUcGTUPqBqvdsoLrQxUVgf34MVuPS { top:27.9375rem;left:31.4375rem;width:16.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXGKhyFbmgeiAwGeaRGSPfAPUgFviLD { top:51.75rem;left:0rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InrKq7ssGpecMUKPi9K4Iae6N0oOd2FC { top:51.75rem;left:15.75rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLaZKM4GqURglInxLz3aylmSVdgDq4fV { top:51.75rem;left:31.4375rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHzPbCzK8nNISb1W2B7XJHJ5IQmx7ea { top:14.875rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofI3cOvTKC6W89qUrkm7szVpUOU5Dxd2 { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMfxZ9tQlpTtHJnDcCUXwiiTQa83Mazu { top:111.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMBvTXMCW0NsigbHExM8ZqExZ8hlmBM { top:51.8125rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7kEBZ0qGT9gZicLT7zHzLxzAKb33sTA { width:15rem;height:3.5rem;top:115.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiz2wC9rpy0nS4ryRAL3tUSdfbS7lqR9 { display:block; }
 }@media only screen and (max-width: 763px) { #agPGkuLI4WyRFeAZSWZ2k8suNwWCHNLr { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeSDU8TreogBi5coIvQsZqFgmAKaqWlT { display:block; }
 }@media only screen and (max-width: 763px) { #rvSizaApcoI3ZFQKM4syQ7IxyCXIDcrL { top:14.875rem;left:18.25rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56Jz5X39eZkUInEH1C6ipQXetETmBpN { top:14.875rem;left:36.5rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0QAtkWqzgzOqXi1rb0WbHVdcFWBAJRt { top:39.3125rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpWNGVDxbvCfvVeULPpOoatayvIkzSpU { top:39.3125rem;left:18.40625rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybeCGZksmOlfHUMcTeR3dfxEkFigfC0s { top:39.3125rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfkaAVaEoTopTazvJaEdPyfpqw876WkT { top:60.875rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc5sodqFiOEBaaz12s86ScklIIXu4FTT { top:76.25rem;left:0rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpfghvLTlEEQMwKao7gIN7shafOT0K57 { top:63.8125rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgX0ZGhI3Q7RLE9uwOGaw9HzANoTLe4s { top:60.9375rem;left:15.6875rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvCkd79LyfNJWIyxoHz1145GhhR5bCW { top:76.3125rem;left:15.75rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LorBWa0wFM0Tznr2pUVhDMSOJMt7nJf7 { top:63.875rem;left:18.4375rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aunwazw5yTb7oBbdfE4rbHxtGVF69HeD { top:60.9375rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXAJckHqeWT2WxFrMpTzvZaW4w4bn6T { top:76.3125rem;left:31.4375rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB24zhD6ODmAURIxsP4ReKc7yrLTTTcG { top:63.875rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWiA2H6ZQk3rVrPt5D4yLHznzz2S4bK1 { top:85.6875rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1VTsrnsKbAPNrwhvwtXMMv5PA1roRGq { top:101.0625rem;left:0rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzEpnpdPOGmmn4dKwEFXsGbmxdu9z7xi { top:88.625rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LicmIVnz6FTUnmyaMvwwINutNcUx0q { top:85.75rem;left:15.6875rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJB1wVgIMxZ52EJV1Ob2UKOcBoOgUpT4 { top:101.125rem;left:15.75rem;width:16.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5RSDeGBo29veeC0262J7vCT1k6hi6G { top:88.6875rem;left:18.4375rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms3NQ5keNOOOfX34LD7KN4JLyB02QvW3 { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdZ7D5ZIyDO2G1WCCaq9ufFUbL2VHFia { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNJs86lwHH6LZTyDRihwOexDsW7bEtxJ { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbWGuU4LbR4UrfySUSdWXTMRgBLCLClS { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVdW2omtOc8bAODxQbcTwyXp6A85kv8y { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBn0c4i9eWskiKvqtvCulyhMBxgR6EpN { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBoDZl9beNfeF8BSyJAvChwSdKV6KTwT { top:62.75rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNNgKQH2hO3pSwhTu0RUgwVntPRNS7xy { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUJAV6yLIt5uupmNaIvEuwFd2KGuXTJf { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxiDMM1vvI548WfJ4CTXyxw4RXAe19Dw { top:62.6875rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUfcxXstKuq53bgpN2AvButRHg87RT9F { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIhS0cnz0vWLMa3r31V5nU5aVZdHFlXb { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcR0xbRkiBITS0bTCfzkM93zbB1CTi4Z { top:76.875rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7Q45oTwU5AezWtecq14R3EE7CI880FB { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZlXGegV2RRbm1XO9KINLEa4AEF8J7DI { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWD5Lp2rkamFOUdSAWSfe8qKiKoBrr5f { top:76.875rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2xFaeG3p1HrIr1WGD1w5mBmRKeEZQze { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJQ7qpLt37TowhbFD3TOaSNbgANZ35gX { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq7nAOwTWTvZOWKVXXmrEwWeKpGAU31q { top:90.8125rem;left:0rem;width:9rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ap8QmiVCVcUfeTDrMTyqEPIQ6XzsD7y4 { width:35.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaAixILNx2MZQcFKhvsmrqGyZEKqlSJl { top:100.0625rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { display:none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { 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) { #fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07n1teop8oSUCAEIPNhNbfShyuDWWQL { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyByTMoT1KkbZvaotFifTykJFtRaqu0H { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbg491AxT35TycqVILn3dPl3MMbb83ep { 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) { #JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { 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) { #IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { 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) { #yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { 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) { #kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { 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) { #q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { 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) { #X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { 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) { #QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSKJPKG95b8S18WghuctnVpqgPTMSSAe { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6357eG8sCioLgwck3EvGg00p8sz7PAn { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAtIqZEFb0Q0F8SNCiy20qJQT4ce3c2o { top:10.5625rem;left:0rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZihMgTPqwzy0QC7tL7So3JfilIu8Lu { top:12.5rem;left:0rem;width:22.5rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HceRZQ4PbcpvSXg8kpFoyXSqTdJglP48 { top:2.375rem;left:0rem;width:20rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd5Mx0pyOUGB0rirkae1WsdzFx43i2bF { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTrbTLC0kWdrqsxdTNkbfk22rRC3N4NH { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRzd23dQTTyNwtJnt7CaGy2vG023pDAN { top:16.25rem;left:0rem;width:15.5rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeOyrf9eqLyGtyJg2mIkfUDUe8m5TQHN { top:20.6875rem;left:0rem;width:16rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAGB73HUISawT6my0tts3atql70RVBJd { top:16.125rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6g5IwZxBGV397KFFns6E4TQns6v8d9F { top:20rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyBqi9IqVeVAKC6I3OTpLLumezmiMxT8 { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTXXLvPLEF3E3IrsvJ9HM8dxXW8JMTLL { top:24.9375rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSPtkSOP1fJn2wlfTUTQDfzhuW670HdX { top:29.5625rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzEFnTzJBSH3TS0GtnvARZymEe56Bwcq { top:10.625rem;left:12.5625rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9UAo1lJ7kRWEu0i4fzcEaolU6R1QClX { top:10.5625rem;left:25.125rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3F4pbiwKuXL1aSl0oSTdye45mWMiyaJ { top:17.1875rem;left:0rem;width:22.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQlThbDd02S7NIyQMI0AqAUxVXQptkdC { top:12.625rem;left:12.625rem;width:22.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM4vdSvnRZFpuNFseulPxbhgDGlTZymq { top:12.5rem;left:25.25rem;width:22.5rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJvnVHHvEOkVCHBwFUKmSS3flpTpAulx { top:17.25rem;left:12.5625rem;width:22.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAiSrp4yFqGiTanvgGAaTiWq5gGm5LqD { top:17.1875rem;left:25.125rem;width:22.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttP944LL6pfcg2NP8rRRGXBBmED9QSXW { top:5.1875rem;left:3.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsCc6rZoVbU8VEU10XZc0W28Q1FQE4cp { width:13.75rem;height:3.5rem;top:25.5625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRKcGKP7d54XIvCdP8OqcZIKUe6oMmI { display:block; }
 }@media only screen and (max-width: 763px) { #tor4fmOGaZcWFZzAlsqFcO4EB5q7wySd { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3KPusbTUAvT2ScwXkQG3ahDV2fTlGtN { display:block; }
 }@media only screen and (max-width: 763px) { #Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re { display:none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OvEx0Z5eJJIHZtHXZM0ccGrlIwMquvPD { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVMvlfEqZQQN8s3urZ7ZTLL3WmC9dvd1 { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOCFNJ7fmmeW5oZuJe2frwFBu7QFhy65 { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaLNRHvw8xzmGBEo8g4UCqEbXT1HMKpG { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCgeXl4TCkdpasIKboctPp61Zl6rQ1yZ { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7vWhOap3yWWmaenA7mHezsOctWt6Dub { top:1.625rem;left:0rem;width:20rem;height:5.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXU291MdaA4wNb5OAuHJdVRo1JUJqfFk { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC8Kw82Hwca2UkclRgC376EDX96cOBVo { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw66FlhATEdEWC7S2D3tMvFR0o9QUbFv { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhqTGmeolIamwxLZDOBlaE7yb6cCxaNC { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sePUeGcN0XMD4IIfmwbBIgNkbToqqZaf { top:28.75rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Um4SXcTxe4TZyV81J8tw65NV7V6qMu6Z { top:30.9375rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm0bIsuan4BXRThJZ3fTNnH3KdovULIF { top:58.3125rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vg381Wo8w3KgqhZVcglW6Lyu64Q1PWqF { top:43.4375rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUiFaM9N7FCakhWqsCbAB5HNbkupp23V { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xk23GUixVkf4KmzGuWn5llTBzTAh4PAy { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOWkEhcJUz3TovgrvEtWU3k5KUhPGATy { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfIx9xL6tDqMgwhRLRRRsF8noLlLKtTw { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fxt8U2Qnpeyl41sJMIcSeVuhHS93hnU3 { top:57.8125rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F66ImIdp0psCTSnRh7tQpWbmZAqX0yEx { top:44.875rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJC2T9paaKJKFbr2MVxK16vJHhJoxzbT { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gF3eySKGgidEnHpsHInu3rTJ8FSnqIFy { top:22.0625rem;left:22.25rem;width:3.125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkCzI6v2ZhBq5tGsJvDDvoZQKq2Qqz5z { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaSQJfwqctR6P8tym8VLlsz1lsZaUO7C { top:11.625rem;left:15.75rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bB0ultCGZUraNJ8ARo0DZzCMd2L8yM { top:11.625rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMWAIJNMuxXTISTnnDTsl4k6Ga6rvvl { top:11.125rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXtCI0BJaaa18ng2hJTwRz1KJuMp9qe { top:36.375rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLqn38TSIEw8ky4hOwUb5RxMmtATBmI { top:36.375rem;left:15.6875rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKVfdpUoLJpFcQRT1MSI0iHL19yp2Szs { top:36.375rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9SgERXwn90U9zvFJ7LZ9B5vqSs1tdbM { top:27.9375rem;left:0rem;width:16.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpavEqHJs2Em4bk5mFGl4qB1kst9s0U { top:27.9375rem;left:15.8125rem;width:16.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI4ZGCzMU3177ppqAsAxMBymJeqtr5x7 { top:27.375rem;left:31.4375rem;width:16.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6Av8cauMx08IOAbfaB9Kv3MqKsGmfV { top:51.75rem;left:0rem;width:16.3125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHmuSZvDh51I3SOEzl2qvBAX1dD0dVgh { top:51.75rem;left:15.75rem;width:16.3125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTREq0vXcfPWmlcSqANb5ze82Ir75dx1 { top:51.75rem;left:31.4375rem;width:16.3125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itmKRW6fPckgUB2JrXvEyt4TMlw7PlAy { top:13.8125rem;left:17.3125rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJMfknaQF7pS6SegTLdUydFsG6ddywND { top:38.625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUctplMJP19SGKtaOgGPwLXrT9IXnIgi { top:38.5625rem;left:18.0625rem;width:11.875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRgeuJRrmKfL5rJMkITSV1wZ4m5No1JT { top:39.75rem;left:35.25rem;width:12.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9o5MtDytPqTpzc48gar5rIAywtWiHW { top:5.5rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDxcJ9lIFbTfl1eeIKdw6kdm7sMxtpdI { top:15.5rem;left:0rem;width:13.125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZlbE1D1MVzggAT57hpQztN4fx8vspq { width:47.75rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTd8vKhkLZHBBQ50AFfSagT3TlLILwZ4 { top:13.1875rem;left:38.375rem;width:9.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVGFqXmlgdW0n2Ob6sPzxQLhAkZsNGJ { width:47.75rem;height:63.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTTQME16ZGXuQav1zUSnKC4lZzEeTrDk { top:60.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29MgXA1myM5dQdEBi3lrUSMDKqVHqkD { top:51.8125rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPOgQgyG2In5ewqa1Rup9FUSQr26rXbA { width:15rem;height:3.5rem;top:63.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv0J2Lf4oOICw2QCBTFpgMR3F7h3dWh8 { display:block; }
 }@media only screen and (max-width: 763px) { #qaNbBHz8VA2y7TzdK0mkmGS7kzgm651L { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qP89O0WaTu3bnTAhacI17rkuSkpzJXFe { display:block; }
 }@media only screen and (max-width: 763px) { #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf { display:none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtQEfIywB4xicAQK7S545lbo4HAV8HSl { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfMSTszbG5MQSphl639lt11NOUeRoP1W { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1uJOMU3OfOQnNvK4VFddRSA2sdNKuBn { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L44kKCslTSbkZXL2S6XCqzJ9UakUdz7e { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTx5cO0oZnyAZKhVpQgMPQDZdtboJ0UQ { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ { display:none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N51ByOAbW2I9FDwbPKzQyGt6z6tbaQT9 { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPpmk8gMyrm3ML6vbw2aeuhXEVIDI7gT { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eo2LzROQ7uwQZsPODAzCUkSrxWsbMT1O { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4bc0nBo0XRyTQdeBFHMzuUOSNCqAgk8 { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #nacoJwiUT0VwsnTSvHfFbCTTtmM4qzEh { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcATd5e9MBLdCO9ztfMUrs2cJA1tt5GW { width:47.6875rem;height:79.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAIwm9Oy8t3vC4MzVKbBucT6DkghoeRD { top:5.0625rem;left:0rem;width:20rem;height:6rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCTbxV8cZovySlkxJUBi8AumTI0EL3n7 { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaitPm39CrCHNMtXFaiGMXEKRFdQ6yhA { display:block; }
 }@media only screen and (max-width: 763px) { #a4IxVSQgQmOGEiKSTU6cUeToorJaoIUI { top:54.8125rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrZAAGVVx1g4dPK8yaCibpaoelPkZZ2s { top:71.625rem;left:0rem;width:19.5625rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPXrUeCgNuTXiu00Tt2o6BUuT5xyPhby { top:43.3125rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qaycf8TvqLZkthw9CRRy6gS7OidAUwdb { top:62.875rem;left:0rem;width:19.5625rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAxpEXBsbvVtBppFiQJIthlTebGEJ47o { top:37.0625rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #StuRqByw1f4eKGGbIvaX2yztmpqCI7DK { top:33.3125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCGUIHHN1tx8zTByezUCUAJ3AxH9mVOD { top:12.125rem;left:25.625rem;width:22.125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBiRi8xmn1IqNyRXPa9qnlCbZpGt2n64 { top:24.375rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGB0fQ4Nt12GfqgkJXTszQInJ4d8e4Rp { top:34rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nky6QuyefzawsSu1xG93rLhAeo7Lgv8k { top:26.6875rem;left:0rem;width:22.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZx9JfGalOX7q9e7Q6ZF56sKkhHmCQco { top:36.3125rem;left:0rem;width:22.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1eUpuLfcMcP0y7clQhuRKN0UtZ12uW { width:13.75rem;height:3.5rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcZ2epc2gfxomn6q4gvST6mnlMya3C3y { display:block; }
 }@media only screen and (max-width: 763px) { #e4mccqKSMDXgCskIK94LRgl168WFQMDx { top:17.375rem;left:0rem;width:22.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k50009KL3TRe9Vg0Knmvlue64CHGOTGl { top:15.0625rem;left:0rem;width:22.5rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnCcBMVrPeV8Fs8TQkTsUFRRwIywdMCX { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO6vCNxtyqzIbPKgGqPkKpgyQtpIT3nM { top:63.375rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7G96lQgglS2GIPxW2LnKr3XluzIX9u3 { top:52.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { display:block; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { 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) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { 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) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { display:none; }
 }@media only screen and (max-width: 763px) { #s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { top:4.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { top:14.5625rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { top:31.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { top:31.375rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHZweZVsO6N85FZN5TwBWtHamETuhht { top:48rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTulC0S613ifnI1p2PJgloar6c2BVLF { top:48rem;left:19.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { top:48rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { top:20.375rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { top:23.0625rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { top:37.0625rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { top:39.75rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { top:37rem;left:25.9375rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0A5dqPRLoM6zWr2ScHhSnz314hVLfvv { top:39.75rem;left:25.9375rem;width:20.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { top:53.625rem;left:0rem;width:26rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { top:56.3125rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { top:53.75rem;left:19.1875rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { top:56.4375rem;left:19.1875rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { top:53.625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { top:56.3125rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { top:15.375rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { top:31.75rem;left:0rem;width:2.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { top:49.0625rem;left:19.84375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { top:48.6875rem;left:45.1875rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { top:13.25rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { top:29.9375rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { top:46.5625rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { top:3.8125rem;left:0rem;width:20rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMo8M6QSxTu9791QhEHqbruaKWXV68oN { top:9.1875rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { top:25.875rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #THTU73DztCMmulnrTVRHy3uWpyHlAq8X { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { top:43.125rem;left:0rem;width:10.6875rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbGOqA3oDDu2MqoGfKU4zDDc5Sul3Gk1 { top:44.125rem;left:0rem;width:12.3125rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { top:25.8125rem;left:13.6875rem;width:10.875rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { top:53.3125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { top:55.0625rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnxymG81QsLQCiq7miHMBL9qgahTOtko { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { top:22.0625rem;left:22.28125rem;width:1.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { top:46.5625rem;left:7.1875rem;width:40.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { top:48.5rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79pK576IpIwhr80RTtnml0ibdCGTkXt { top:29.9375rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { top:14.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { top:20.375rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { top:23.0625rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { top:13.25rem;left:0rem;width:33.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4uFuonbAQa7XZzoAquV08497hSZco0 { top:9.0625rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { top:12.75rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { top:14.25rem;left:0rem;width:13.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rN8bcOa8nc71ev1cNQXKDv2dGCA0q67D { top:31.875rem;left:26.65625rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ySbw5NLsfyAEtfCUIiTg15uQJzu9X1 { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.4425rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZFoPrab2mQh1VtpoWhIutLoU7px3EPK { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.8168604651163rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALcfXtWh6yChJfAcHdhA9KmytnHwinA7 { top:15.25rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BMNwCsMZuAPPnO9UMeC2KhtrIiDdz { top:57.25rem;left:38.5625rem;width:9.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV { display:block; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7TR8qLPbhbT1SPtwx5dXW8b0TpvEami { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuvvTyhEHCu7BCoAIRIiMVvv1EmeTA9R { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlGny9bh8PtVQUVOQx9ZiueG4tIVKMed { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5dKHNAJDzfBtXkXBC8zbMpWvVQT0dWe { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gF1KQyFWCnPTtqw0uoMs3ANBrpHsc6Oy { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlm64VBZHBlTmEhpOVdTFR4VGhllwD2g { top:11.875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVmfDna3dwctKTxX6vQm1NswCflMqKna { top:21.375rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHkMTcrBUZBQAFGJCBzmteqIwVPVdzA8 { top:31.25rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyHflA1twCbvoO4r9UPxOr81NVdAlsvV { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0dTmGKT2b1ED3mLdqc3dhsCPEsqSnrO { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cwol9T7AWxZWUfbXBgzAP3VOONoBnmKT { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5LZK8nfmWp3fhKdcRym8Lvwx5zGi1da { top:22.0625rem;left:22.28125rem;width:2.4375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhKsNxaw4EyS6OUxQ5yrkd4MzBXQB7yL { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLa5PoLEHSAssxzJOROBsS1ioQ3OavhM { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #mK5Koae4oOmdw4N2oJU4PdlNTG2euufB { top:22.0625rem;left:22.28125rem;width:2.3125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlUxxXRHLlpF2swJnNzzkKzMxKnJOMdV { top:41.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8Qx24lBO6yWoaVLOCfWDgsSCOGCNkkN { top:22.0625rem;left:22.28125rem;width:1.375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVh45ONLaNWHtpX1eLGUdc1mxInMPT83 { top:45.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem;display:none; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Ru2eorn1S3VbAzfGcSNyyF3eOaUiKLKI {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yI8S4HhCt0c7QMweEzHHeLysfsTomI3v {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BZZtMelRFysBxQdwnMdZLUmDkJDsuRsz {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tu0D7uQMGreEvK59uTq1FTuv95XmILP6 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BdKTQRkK81UZ564bvk6m0GVMO6m2qSW6 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZCnvQH21ealk5cNTBvQhxRDbTlaGh4bf {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #o4W3cT8XkFsXHfTcWA07STSL4PmkyV8o {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TnfR8Oy27TzAH6XXIcBZWHqM3SkTBfk4 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZCpgT3a9N0DeTXBxsQn2eZCsbSnIpdEe {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #uRwgD2StFzuAgGeTXBNKpzNW4B1OmJOR {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VsFJR7gSNMJvtU43d9ukzKLhZmy0O7Ch {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Gqh9O1sPyOnZoHyTImoJITLUogNHA3Ct {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sV1TKg6Iz04dF26CuClIbgyqeUJKis0G {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #voQASkkltmU0PU6Ty8JkmA8Iy9wPwb03 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #q6tPBNKHPbRwsnnR8Tv62hEFnCwWA8FH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sVPbTzg9hvMUTIRIKRvJ77diL12XvoCp {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #lPTsMiCCq5tqfE0H0EyncOduTNot2aeu {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #RQi1ATmDC2MtedECA6W33sWCHTKOKTJ2 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #n4TrGiBDNU54PTTNel1Pa1lT7yWWskPq {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VSGAXLQ50ythTZfVUwe19ba8akGuwLMi {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #nrb7mE7wwTGNWyTPopyncJMSULgmHDRk {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #aRpDzXAwqwkcy3G5Ug8pXBOFuwJNKhVH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #eMSCmbngggUL1qGc1UHW4Q5DWE23olpw {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ydPiOHowvSxTa2cVeDWnoMK4ZrhmkoMV {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oJEQQdCASyK91e7LMX7XPCxD1ZrKuhen {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yXbTplmbKwvHQON1TvhqMNR14aLJetyi {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ycQwr8y5GQeTAzFHMQHhuveWV3yyfGZB {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TT0WeFyOr2FMyXKpwvWzwXVcRbdREiwM {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Xhiu94tu9VRgmbxcSGMQxkwExhkhOI6v {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #kvVGpSI4Heva7li2wLyTkzr3ml5hXz3s {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #enInHoDg2OFVF93vUOyaQ4ktuDtRa675 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #bTZe4S1nuNlfQ5vTt5Dh23DGsSG0ZfPT {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Z7dJFLE5GTLx3CXUQzPlxVBDpbfvN2G4 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #D7qnvhxNxLOSlecxlz3qlRqb68SkfM3t {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #iozHPNW2f7xRUPCC6W1DEZIkTEcKTWxH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #svCXvhJzLaNk8Dvm2JaCWBF6Gmsr3WDQ {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sGNakzQTTDVEvJMICpeM1PqH4Ox9XIxm {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TcvGOw9A9tkFc2ENSRuf6k766ysCvQLc {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Oe0pBPZDeZvuOpe00DDGuIZd9WXKMAwV {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #q2o1zbEPmGyPzrJnMHr7ltTrUDSOHBqW {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rC5NOW5NLIgJxiryOoqxHIHgXsG7TTkQ {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #r7CWVHUW9OOiFXC8RllpmuFGIZmkqMeH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZvNpkWXDvfqTBhQpUVLvrlBoUEyPQqSb {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #X3ikUsaq08ZVI4Te5zhvuxOswA33H6pA {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #LMqnoZ99f8OTTdQWxHwnWN8pN5CoKpSx {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #SyZ4kdnzJ4qHJPBhO2De82olT0ux0toy {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #fqcvpW4apWIXFmDJ65Jx4WimTy1xPygJ {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #kcF5qV5b68ELZtE3wyTWh8lZ2zdhoJ5R {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #zLPcXMlFBqM3mKe0QcrrPOLCS3Hfse04 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #CPDggTedAWmN31CJFKDKVPEmwBovIHCI {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #mSyh7AFTsJiZLZEIgOISgazVoD0VVKXG {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #K9f9VTycgQRpWuZzJiMhPToCxJPQw3L2 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yin47ekRzFzTTJVtMFJ8X75RNLHTUSkF {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oBkFGmz9ahqEwZDl1Mo04fcFxLtF60J6 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oXET2TSyBnX4TzQTbZ5WdsTkI9OLnbed {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #QoToJwyTxLfSlqE6hqp5hWNlOCcyISM9 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #fVP5I5LZNdgDtDXZr36rsvstqGwF5rFx {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #LBJ9vHGaXWID5qVaWmsMxWwsxprKGFay {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ILxyJ44MG6RXdiaRzTIcfRd8flbHxihh {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ya2wNmXiAzDslp0FJXGEBCA5CJAq5XtI {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BiZDD2J4ftVyT99SJJ5K88vFo2J38poA {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VyJlXAwRfaPJTBUEqfwIiN6TylKTN2em {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #WPhkN3EP0HUeFcf4WFT8tU2RzAOKKib8 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gPKJcXLgCviLtMqkSB51VFMsqlcOe61C {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #SJg1d0JPV0KHxwSn4ZBnV3rkq02q6543 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #XrVTHgtwrTpNeGpgVKkUFxLrOwTS4dm9 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VN7fFW6uiz4yxra2L6Ur8TS8cPTLEtSn {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #JdFsTUdyFzBKfrlkp1USe91xm3TQE8ld {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gO7gFbbHfLFkQJHPSygZq1gT7u7EhlOm {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #PakQMfGftBWGtTePl4Z7xc8BL53dfm7a {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tK4pwUg8WRrKETwUNtR78R9w9mh5BHQz {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tuTum5FqrNMQW6EaJkyarKgebdZ8iyWG {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #hu5TovUpqOUffHGyXCOKy5wix7tP3E9h {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Gv60vwQF84Zt76QqammZtI0xTksD6pr1 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rdTPMDyZG6T7DzJvGdTMKHyUclN3AaB0 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #PS39w6xorJOrLTq6NP8C9IrUGRcoSFwl {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #K7UkNiTrvhTx10i5bZkiIdQKM9ROzk7d {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #NVtlVLdqK73w0kB3D57kKptot2UmLeoN {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rxxZPKrRZNaVRqO5ooHLllBHdxMVmVBA {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #v2SFJ5Cx5yeEP2E7pOFFex046eC7qThU {  }
 }@media only screen and (max-width: 763px) { #BhUp0WtGO6rxmb8dXyN0AOR9AT6Jieah { width:13.75rem;height:3.4375rem;top:87.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbyaCMyU4PZwJpuTq5aJhpD3PlPNxlU { display:block; }
 }@media only screen and (max-width: 763px) { #X8CgxRpVIanh0QDHafttBzpRgnxBahvV { width:13.75rem;height:3.4375rem;top:87.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2g5kPD08SNHqI6K0t3N8U7pJAMGh7N { display:block; }
 }@media only screen and (max-width: 763px) { #d1zdT3INfU8GG0KfwsixLA6aSuR4QTex { width:13.8125rem;height:3.5rem;top:36.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5eMd7H0tOFN3RQyokIpLVk7Kp7wcNfU { display:block; }
 }@media only screen and (max-width: 763px) { #wfMvA6Bp8r7DtWPSgJHhSPSHfzTTphCW { width:13.75rem;height:3.5rem;top:36.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTW3u6c0yfC98XIbcgyUM8STsfPP65mA { display:block; }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #H1q8JfqXf79O0TmskHqH7dV7COdAg8bT {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #r9wNu6EdQpURLCRILlaIL6kCf5RZB15D {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ZfEk755eq5w5mzNOkGaQtz14pLT15cI9 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RPZ3DWFrtpLnZGLJy55WRiNZC0TndpJz {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #u6P8IPWJRDFx1Mt9eSNh7HVGEaBQRCEm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TM49PmzxwPV39KVtwaTcEApl17STSBDM {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #VBQL3RWSRvMcyLQkG354ewSoxld30k3b {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #AHEtTWmr5uUzVxAT2NXbAnkqvW9tb9qC {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TdXoXmyHMeERQfIwpFxDWEkakrd6Rgrv {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TL6kUPI5k7qRo6hqo6taAANbcxTcxOtb {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Tt2zhbAM2XSzDD7gJIP4O0GM47rVdS4g {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #l5t0PDUEGAnXZJJ0dnqvkxxmJC5mwLgA {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #AyHdMNG6b8EgVWUG21qpKnoa7GdxJZUm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #v73Pv4c4UQE3feEiTxgbi2dNDdkLSyIf {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #xTWBphWTSn3TDrVuSEndR67krl04TmZD {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #goOh2861Dhbp0v5brnag710UmZSUOg5F {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #JkXZ5KgzVRCkAgigTHqdtXeKihtsPopJ {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #HTaT9TaycdIcT9HbTETrPab1KQae7ik2 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Qe3lscTbeBU97JBegJcqi0hWRz230fyE {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #MEsRyycWPSHQdqmmITT9tifZJ0TrC3Tr {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #XtGTToaSyBsQXEN4pDhhphhznUfZ1wMS {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kf0Mryy0DqTVedc70klog1GdT20M5zyw {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #DuR8r6Ds0Kx4F3TfAKJqPJAO9W5GCV9Q {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #gsvTwtiG91Xnrmmm1Du4IOULbP4zFBX8 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #zAMU5XQsEbpWKnIaMJnbiwGBaTXACPDc {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #yPctAVPxi32BWvDTyrshpcZaNwqGG1uh {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #V1mZZDWo8bVmIw6MTdNLh4LsFHBVWMiy {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kv6spVn1vK2egX9r90uLTzHzWmTEJEKZ {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tX4Wb4ByC8T1lkM3ZZ7ilek8iqu5uVxl {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tFGR2xE8z1P7GicLzdTgprZA39dt5SG4 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #GqaabZQKv4gx16u2TK6RucCdehrVx5sh {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RBwQCrBQdAcSrmIRMNVd5StBylOOQSb5 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #UCirmyPfslD9zQeBRW0lffaTTeQtnAFk {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TCny9AwtgIDNKz2THVyoq6BEAI7658DI {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Zamd4tkl91327htJERcmErTx2nPbRtZm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #et5ItfaZfVk1wMMaWkAWEJmgZGGa4Pmn {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Xid5yWv9BCvoUphckrk4yi0B2hLsAzH5 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Wa3OzHIIRMJ9ETHKWfm6ihWaodORf5zw {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #lwc2yiEZI983C0pxkFFsWVTHB8nfi1fO {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ewna7gxbp0Lri8sR4TazFf1cMDqZMcgm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LAlqDCoEzlA9e7gkuMJvFx43Wc3ybfk5 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #wNyCWRhBu7mZNcQp57Rf7EMvIu6bsDDA {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #WkTaxf7pXDTtz0OHJBZpVxl2yEXSKvtk {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #iwRrUgakhR90oQGrEuNpESUbXDd58Msl {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #A1B9TwPfRIUPkmRt9et5g4RlBUMdB3ZF {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #q7FJVA0SPMZTTl7v7QMKiVMXAxW1Uiey {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #u1F81UZaCyaaHiCZD8VMe3tzI9EdhygG {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #VGxANQQExNR2JHm3UtDBkAmdOxUpngdf {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #cmAf3JnVeauLl8TiUlTyfDhVcCspJOwh {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #athuiDSJuOk4OxQOQ0NO39t0u0tHTFB8 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #sDCtz8ethd9ci64fM9V3uJq1b9sTTqcB {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #uflCf6hMNkmTwz1g6II674271JDwt8S3 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tcyzbIaCXGZrVNs2d0ylneGDIF3cbGZV {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LDNrzDHhHLWeMRJTRd1tEgLk2PNicAIT {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #GFf0LozN67wO6aw8VoQFKBroKhUKVnqd {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Qt8PVJaOw6XIhi7fNLNEbrV0ymlXwOKT {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #E2urbGgkeo6p9FVxTbK2X6tTnB0bvIOo {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #A7B2s9IdKwBwR8FIdmHHbdhtOXqh6zNW {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #KcnEE5askbkPU6UuZb0tUpcTNggsn8LV {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #G7LhLrOTzG3GLPADvFSVeIapo3ZNWGMp {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Uqs8shzKwXLaqctU0TDOZy68ENNlE8lC {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #zq7AgBA1scDzC49csvg8TL4rWuhGHoqB {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #gBJaddSAGz7MFvByy7iXWgW6gneEdvBq {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RDPoqFeKus4NpSRK6t0sRRMJSUGbumLc {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ONlCA36RpR26CqipUZm1VxcU9KJBNreg {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ECUOtGAnWklCpcmZwCxfD6hhMKBFKOOR {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #B0kvDKgmQXeVX9JH0ZSl06gDTK1F0xzX {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #qxlZU2hCA6g2Ml4iGmBPmLoNRThHBfA6 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LesaCAh28s0MdPcTR2blk1hnD3o0UMql {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RSxZSmCPsXNOrGggEgTBmthmXdy2brlp {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #QADlcCwabxeG1xu5PG6CDCIR1XI2d85q {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #W6BLZz4h28OHMwMivEiIdxBo5xUaF1Fw {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #z6dWVvGWsbUlkZydHUzFxa4H9zQXOSSO {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TrxSVsxkhSbC4HoEuWGlmtVQuVmlDs0z {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TWqlggDLP7WmXrNaGZukJWkAXtbe4d3H {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #l2zq7BMDVMaFxU3DJZzfFvraXwn2Oiwk {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kTGlTcHMgGHW7CSdWucAuhyhb1ykZMfl {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #pcr0g4kv2vsu3JLPNsn8OcO1oIX92HAS {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #krNZKDMoDIJrXO79B6LgTpbAwsPQQGKx {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #MzvqOxkcWbf0iRFDDoSDh83k9PsDtXhP {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #yO5u7Tk9I7H9EDsXiumPIClKDHJQCVJG {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #SzmfMvXb8LgcHcRKCBWiGQiueivplX9d {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #sqe7exsAGeu8NznHZ4r4MtwDm6cIGzhF {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #dKfvAoky6GZELkq8f1zzgfNzl4qZshmU {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #OIPT8c6tU8ahVH8szI5VHRiQNpsqdHTl {  }
 }@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) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { top:5.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvGOsfvki6wcg7ZtVgSWaITGT7OgJXRT { top:4.5625rem;left:0rem;width:20rem;height:8.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcT36uiMM6SIGvAKPdTkBG6HTnNRC3su { top:0.5625rem;left:0rem;width:20rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2VtNvDbST61MSp6N3nq4dDm3Az2MbJO { top:1.75rem;left:13.312040328979rem;width:21.0625rem;height:2.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1631fa;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/ca39c23f-cc4d-45f5-8713-d7880dc14016/CLUBMUNDIALmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMl5h2UvHgdRg5lPXSKTtrnwLetxth8a { width:16.25rem;height:3.25rem;top:34.5rem;left:1.9375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #zWeIPaDCKLOms3aqzShBGFz9D3qwVgbi { display:block; }
 }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:16.25rem;height:3.25rem;top:38.5625rem;left:1.875rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #yfk7TyczWdZimakbQuUBGvJEqRNTTcf2 { width:12.875rem;height:4.0625rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeAh1KdVgqLDad37aN13BULPmQOQgSx6 { width:16.25rem;height:3.25rem;top:50.125rem;left:1.875rem;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:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kK9NhgVzbUpd09bUb4DE8idDTy7uNHvZ { display:block; }
 }@media only screen and (max-width: 763px) { #QFoS2dmyWMZ45JLgezvHse3AAxWi4ES9 { width:16.25rem;height:3.25rem;top:54.1875rem;left:1.875rem;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:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FQbZ64FTL3a9wwA5u8O7nB9XmntStrop { display:block; }
 }@media only screen and (max-width: 763px) { #r83OEDhvpvkv3IHXB92kIxwT8oBNLnkJ { width:20rem;height:5.3830227743271rem;top:48.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAzmqcqwiLdRRVLZikPeX4SleMTOOCTx { width:12.3125rem;height:2.9375rem;top:2.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxK6QAhcZxrpWUob8KV6sFDke2U0FPI3 { width:20rem;height:0;top:54.8828125rem;left:0rem;font-size:1.125rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15010;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #KOhTPCV02MWMBI0Jx33fUMrVQsH1GlU3 { width:20rem;height:5.375rem;top:37.3125rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ueEIxubpd9D7FTbihArM3vzUauf1KPMu { width:20rem;height:5.3994125rem;top:43.5625rem;left:0rem;font-size:1.5rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15011;text-align:center;text-align-last:center;line-height:1.2;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #mcObl6XvQFTx22WokH3FPCqVtEKxRm0V { background-color:#1631fa;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; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { background-color: transparent; background-image: none; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container > .video-iframe-container { display: none; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row > .video-iframe-container { display: none; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .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); }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { border-width: 0; border-radius: 0; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcObl6XvQFTx22WokH3FPCqVtEKxRm0V > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN5LcOQeXywi8K2Xr27ZpvgV59TAbOo8 { width:20rem;height:auto;top:5.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T9QJx009mG6X2pflhV0hRXdu2QV4TBho { width:20rem;height:auto;top:13.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sphTVO8IhvuPEu5sg0nmT7pZHxSiGdzJ { width:4.375rem;height:4.25rem;top:18.68017578125rem;left:0.1875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pfzXExaf0agaU7Gynk3UUybJhyVkoOtk { width:4.375rem;height:4.1875rem;top:18.71142578125rem;left:5.1875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GfnRUdpK1DXLpDLlThSx2ytx3kWGAM1O { width:4.375rem;height:4.125rem;top:18.74267578125rem;left:10.4375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xci3OqTTqGwf7NCKCyTb5oDEXDxEoQf7 { width:20rem;height:auto;top:32.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #e0Wzes6KmeZzQruLTlWB8PQ9f1AeTLmF { width:20rem;height:4.9619125rem;top:2.84375rem;left:0rem;font-size:1.75rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #L6oVEODo3TXdNdhO0Ana9Wbsd6z29JAB { width:20rem;height:5.25rem;top:10.16796875rem;left:-0.09375rem;font-size:0.9375rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #iiRNVB4XWcBCaGqGdzzDpF8Rezc7Eu0l { width:20rem;height:3.324225rem;top:27.8125rem;left:0rem;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15019;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #rmscyPo6BiPNTcZD6JbSAmeTGp21SNZN { width:20rem;height:auto;top:27.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Vsy3kJQRJGk6hs2pMeTDwQkNNWHRvBit { width:15.625rem;height:6.25rem;top:36.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqK9RyeTgkux27S0Xy4KBJTcEpoEk69C { width:15.625rem;height:6.25rem;top:36.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec4cxHbdBhlNNWXE7Zg6COrTUL351p55 { width:15.625rem;height:6.25rem;top:36.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHwTU59UxhwS6ilbJP7dUBNuP3TLMIBx { width:8.75rem;height:1.9375rem;top:34.5rem;left:5.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HwxvpiUIMiCARhTw9uRP4Rd0NX7opVZm { width:18.6875rem;height:1.3125rem;top:23.74267578125rem;left:0.65625rem;font-size:0.9375rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15018;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #JkWRGXha5fdrDm7QSa4AZn2TC5rvTp2n { width:13.75rem;height:5rem;top:32.9375rem;left:3.1875rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #r4u5UBgOlFB8TE9O9wT3L7AAXvWPzGfM { width:13.75rem;height:5rem;top:39.1875rem;left:3.1875rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nURt352oNMLggKrxb2FMCHcdM1xtL8OC { width:13.75rem;height:5rem;top:45.375rem;left:3.25rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1lqdDXFxoIAdZK5AUbTAxKq3rKHg4W { width:10.75rem;height:1.875rem;top:40.75rem;left:4.6875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nGNy3Fs7CnV5HT8v6A8AC2T2tyVEM7K2 { width:11.8125rem;height:1.75rem;top:46.9375rem;left:4.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r2CpzsAU0MONnoZNreolh8Eoy8vdWVMt { width:4.375rem;height:4.25rem;top:18.68017578125rem;left:15.375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR { 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; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { background-color: transparent; background-image: none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container > .video-iframe-container { display: none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row > .video-iframe-container { display: none; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .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); }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { border-width: 0; border-radius: 0; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiXavQx8AJ98iET4JOEIVUs6y8ElzdmR > .row .container { width:20rem;height:110.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxz4Mzk5vqxRSNWtD1XodArifMzU7bvE { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #V170gUe5f3tSzdBgVSdnyPs9aTQiPSNa { 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) { #OPRo8mpaLZWQ0goxSsJB6BMdhKU0LHsA { 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) { #wrLfrtP8StT9L9vZnE8HEhbJAQ60a8aP { 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) { #VVqf6KaDThIt9oPXSm1FDmvcORcaWLI6 { 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) { #lTV4ayVVEgQ18eqBTyCVUk7pFeTTmTcH { width:20rem;height:8.099125rem;top:2.53125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:#192434;z-index:15016;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KfP0hwCpKAyTuv7xH07iu5QzHsuiXv9T { width:9rem;height:13.125rem;top:12.3125rem;left:0.5625rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #PJHWLcwu7TTiTTEu45pFl4F9ybNVzd9M { width:9rem;height:13.125rem;top:12.3125rem;left:10.375rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #TkbxmGmsW9WwhuWVMinM2Z8bQgEaw3C1 { width:9rem;height:13.125rem;top:26.375rem;left:0.5625rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #yAFc6imo2lEhVSewhTu1ct15Ege6h7tp { width:9rem;height:13.125rem;top:26.375rem;left:10.375rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #BJ0yiTtQTJgFIq4yD8E6koOZ2S015d29 { width:9rem;height:2.0996125rem;top:22.3125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15034;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W7bITeaXCRlMCKGS5fZmBMt2QVPJUToM { width:9rem;height:2.0996125rem;top:22.3125rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DZiueWimwC8E7mDbRxLdnxUD4ppBx43N { width:9rem;height:2.0996125rem;top:50.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d2kr85yOWtRgdy2lLVgRIqz7Pb7dCkI4 { width:9rem;height:2.0996125rem;top:36.4375rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ewtyt6dRC0EvTlzL3bg7GTHnLyJ4XGVS { width:9rem;height:13.125rem;top:40.5rem;left:0.5625rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #sNTdxPx6vSUzGudAfP6DAJlzIWl9zg9m { width:9rem;height:13.125rem;top:40.5rem;left:10.375rem;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #IGQu6TgA1mLTZmIFNSPRWVcdSco2gTOv { width:9rem;height:2.0996125rem;top:50.1875rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gKRoNId1sm9c3d0DKWcrbSIWQKhqzhen { width:9rem;height:2.0996125rem;top:36.4375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #huJIr8GVk7p6u8Adb5hJcMHqDUW26fMf { width:20rem;height:auto;top:3.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISrTRxGTGP2mNPILcbr7aGw4JwsySgPQ { width:16.25rem;height:21.875rem;top:11.625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5Q87mOqExFc9oDzcJ9AVPRLAK0IOhia { width:16.25rem;height:21.875rem;top:11.625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlBTBrfGaN9usp97XW1DnKiPUztW1PQB { width:16.25rem;height:21.875rem;top:11.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQfTiVUCGPBRwqQa9zal6OBuawbeTg7O { width:16.25rem;height:21.875rem;top:36.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMq7TK1ywietVx6nJpBkdTelzBd5fXTX { width:16.25rem;height:21.875rem;top:36.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRgvaRCxlrMfs1ofHrRyaAXxNtza7vr5 { width:16.25rem;height:21.875rem;top:36.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwsMPV2iTvFUkICm10V5IR5b8uu4VLSZ { width:16.3125rem;height:auto;top:27.9375rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AdVJW0xAi31NLPDy9drzk6p9pPTalTLR { width:16.3125rem;height:auto;top:27.9375rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JLaTUcGTUPqBqvdsoLrQxUVgf34MVuPS { width:16.3125rem;height:auto;top:27.9375rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #foXGKhyFbmgeiAwGeaRGSPfAPUgFviLD { width:16.3125rem;height:auto;top:51.75rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #InrKq7ssGpecMUKPi9K4Iae6N0oOd2FC { width:16.3125rem;height:auto;top:51.75rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CLaZKM4GqURglInxLz3aylmSVdgDq4fV { width:16.3125rem;height:auto;top:51.75rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yxHzPbCzK8nNISb1W2B7XJHJ5IQmx7ea { width:10.9375rem;height:10.9375rem;top:14.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofI3cOvTKC6W89qUrkm7szVpUOU5Dxd2 { top:13.65625rem;left:1.375rem;width:7.5rem;height:7.5rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TMfxZ9tQlpTtHJnDcCUXwiiTQa83Mazu { width:20rem;height:auto;top:111.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nxMBvTXMCW0NsigbHExM8ZqExZ8hlmBM { width:20rem;height:2.0996125rem;top:98.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15031;color:rgba(25,36,52,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #W7kEBZ0qGT9gZicLT7zHzLxzAKb33sTA { width:15rem;height:3.5rem;top:115.375rem;left:2.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #Iiz2wC9rpy0nS4ryRAL3tUSdfbS7lqR9 { display:block; }
 }@media only screen and (max-width: 763px) { #agPGkuLI4WyRFeAZSWZ2k8suNwWCHNLr { width:16.25rem;height:3.25rem;top:105.375rem;left:1.875rem;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:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qeSDU8TreogBi5coIvQsZqFgmAKaqWlT { display:block; }
 }@media only screen and (max-width: 763px) { #rvSizaApcoI3ZFQKM4syQ7IxyCXIDcrL { width:10.9375rem;height:10.9375rem;top:14.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U56Jz5X39eZkUInEH1C6ipQXetETmBpN { width:10.9375rem;height:10.9375rem;top:14.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0QAtkWqzgzOqXi1rb0WbHVdcFWBAJRt { width:10.9375rem;height:10.9375rem;top:39.3125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpWNGVDxbvCfvVeULPpOoatayvIkzSpU { width:10.9375rem;height:10.9375rem;top:39.3125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybeCGZksmOlfHUMcTeR3dfxEkFigfC0s { width:10.9375rem;height:10.9375rem;top:39.3125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfkaAVaEoTopTazvJaEdPyfpqw876WkT { width:16.25rem;height:21.875rem;top:60.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc5sodqFiOEBaaz12s86ScklIIXu4FTT { width:16.3125rem;height:auto;top:76.25rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mpfghvLTlEEQMwKao7gIN7shafOT0K57 { width:10.9375rem;height:10.9375rem;top:63.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgX0ZGhI3Q7RLE9uwOGaw9HzANoTLe4s { width:16.25rem;height:21.875rem;top:60.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXvCkd79LyfNJWIyxoHz1145GhhR5bCW { width:16.3125rem;height:auto;top:76.3125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LorBWa0wFM0Tznr2pUVhDMSOJMt7nJf7 { width:10.9375rem;height:10.9375rem;top:63.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aunwazw5yTb7oBbdfE4rbHxtGVF69HeD { width:16.25rem;height:21.875rem;top:60.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwXAJckHqeWT2WxFrMpTzvZaW4w4bn6T { width:16.3125rem;height:auto;top:76.3125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DB24zhD6ODmAURIxsP4ReKc7yrLTTTcG { width:10.9375rem;height:10.9375rem;top:63.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWiA2H6ZQk3rVrPt5D4yLHznzz2S4bK1 { width:16.25rem;height:21.875rem;top:85.6875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1VTsrnsKbAPNrwhvwtXMMv5PA1roRGq { width:16.3125rem;height:auto;top:101.0625rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uzEpnpdPOGmmn4dKwEFXsGbmxdu9z7xi { width:10.9375rem;height:10.9375rem;top:88.625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2LicmIVnz6FTUnmyaMvwwINutNcUx0q { width:16.25rem;height:21.875rem;top:85.75rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJB1wVgIMxZ52EJV1Ob2UKOcBoOgUpT4 { width:16.3125rem;height:auto;top:101.125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qM5RSDeGBo29veeC0262J7vCT1k6hi6G { width:10.9375rem;height:10.9375rem;top:88.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms3NQ5keNOOOfX34LD7KN4JLyB02QvW3 { top:13.65625rem;left:11.1875rem;width:7.5rem;height:7.5rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JdZ7D5ZIyDO2G1WCCaq9ufFUbL2VHFia { top:27.75rem;left:1.375rem;width:7.5rem;height:7.5rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hNJs86lwHH6LZTyDRihwOexDsW7bEtxJ { top:27.75rem;left:11.1875rem;width:7.5rem;height:7.5rem;z-index:15070;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UbWGuU4LbR4UrfySUSdWXTMRgBLCLClS { top:41.8125rem;left:1.375rem;width:7.5rem;height:7.5rem;z-index:15070;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EVdW2omtOc8bAODxQbcTwyXp6A85kv8y { top:41.8125rem;left:11.1875rem;width:7.5rem;height:7.5rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TBn0c4i9eWskiKvqtvCulyhMBxgR6EpN { width:9rem;height:13.125rem;top:54.6875rem;left:0.625rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #HBoDZl9beNfeF8BSyJAvChwSdKV6KTwT { width:9rem;height:2.0996125rem;top:64.1875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15038;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pNNgKQH2hO3pSwhTu0RUgwVntPRNS7xy { top:55.9375rem;left:1.4375rem;width:7.5rem;height:7.5rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kUJAV6yLIt5uupmNaIvEuwFd2KGuXTJf { width:9rem;height:13.125rem;top:54.6875rem;left:10.375rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #rxiDMM1vvI548WfJ4CTXyxw4RXAe19Dw { width:9rem;height:2.0996125rem;top:64.18701171875rem;left:10.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wUfcxXstKuq53bgpN2AvButRHg87RT9F { top:55.9375rem;left:11.1875rem;width:7.5rem;height:7.5rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bIhS0cnz0vWLMa3r31V5nU5aVZdHFlXb { width:9rem;height:13.125rem;top:68.8125rem;left:0.5625rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #AcR0xbRkiBITS0bTCfzkM93zbB1CTi4Z { width:9rem;height:2.0996125rem;top:78.3125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V7Q45oTwU5AezWtecq14R3EE7CI880FB { top:70rem;left:1.375rem;width:7.5rem;height:7.5rem;z-index:15076;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EZlXGegV2RRbm1XO9KINLEa4AEF8J7DI { width:9rem;height:13.125rem;top:68.8125rem;left:10.375rem;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #mWD5Lp2rkamFOUdSAWSfe8qKiKoBrr5f { width:9rem;height:2.0996125rem;top:78.3125rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15044;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x2xFaeG3p1HrIr1WGD1w5mBmRKeEZQze { top:70rem;left:11.1875rem;width:7.5rem;height:7.5rem;z-index:15079;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JJQ7qpLt37TowhbFD3TOaSNbgANZ35gX { width:9rem;height:13.125rem;top:82.9375rem;left:0.625rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #Uq7nAOwTWTvZOWKVXXmrEwWeKpGAU31q { width:9rem;height:2.0996125rem;top:92.5rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15042;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8QmiVCVcUfeTDrMTyqEPIQ6XzsD7y4 { top:84.125rem;left:1.4375rem;width:7.5rem;height:7.5rem;z-index:15077;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vaAixILNx2MZQcFKhvsmrqGyZEKqlSJl { width:20rem;height:2.0996125rem;top:101.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15032;color:rgba(25,36,52,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { 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; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { background-color: transparent; background-image: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .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); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { border-width: 0; border-radius: 0; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { 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) { #fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O07n1teop8oSUCAEIPNhNbfShyuDWWQL { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyByTMoT1KkbZvaotFifTykJFtRaqu0H { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { 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) { #tbg491AxT35TycqVILn3dPl3MMbb83ep { 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) { #JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { 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) { #IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { 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) { #yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { 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) { #kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { 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) { #q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { 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) { #X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { 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) { #QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSKJPKG95b8S18WghuctnVpqgPTMSSAe { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { 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) { #zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { 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) { #DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { 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) { #La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { 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) { #wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { 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) { #B6357eG8sCioLgwck3EvGg00p8sz7PAn { width:20rem;height:auto;top:2.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAtIqZEFb0Q0F8SNCiy20qJQT4ce3c2o { width:19.875rem;height:11.25rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmZihMgTPqwzy0QC7tL7So3JfilIu8Lu { width:20rem;height:auto;top:12.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HceRZQ4PbcpvSXg8kpFoyXSqTdJglP48 { width:20rem;height:2.69970625rem;top:1.0625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:#192434;z-index:15015;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bd5Mx0pyOUGB0rirkae1WsdzFx43i2bF { width:18.75rem;height:8.75rem;top:5.375rem;left:0.5625rem;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #MTrbTLC0kWdrqsxdTNkbfk22rRC3N4NH { width:18.75rem;height:8.75rem;top:15rem;left:0.5rem;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #MRzd23dQTTyNwtJnt7CaGy2vG023pDAN { width:20rem;height:3rem;top:6.625rem;left:-0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xeOyrf9eqLyGtyJg2mIkfUDUe8m5TQHN { width:20rem;height:2.7998rem;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15027;color:rgba(25,36,52,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #HAGB73HUISawT6my0tts3atql70RVBJd { width:20rem;height:;top:16.125rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c6g5IwZxBGV397KFFns6E4TQns6v8d9F { width:20rem;height:2.7998rem;top:20rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15028;color:rgba(25,36,52,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #IyBqi9IqVeVAKC6I3OTpLLumezmiMxT8 { width:18.75rem;height:8.75rem;top:24.59375rem;left:0.5rem;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #cTXXLvPLEF3E3IrsvJ9HM8dxXW8JMTLL { width:20rem;height:3rem;top:25.78125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15032;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fSPtkSOP1fJn2wlfTUTQDfzhuW670HdX { width:20rem;height:2.7998rem;top:29.59375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15029;color:rgba(25,36,52,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #WzEFnTzJBSH3TS0GtnvARZymEe56Bwcq { width:19.875rem;height:11.25rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9UAo1lJ7kRWEu0i4fzcEaolU6R1QClX { width:19.875rem;height:11.25rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3F4pbiwKuXL1aSl0oSTdye45mWMiyaJ { width:20rem;height:auto;top:17.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dQlThbDd02S7NIyQMI0AqAUxVXQptkdC { width:20rem;height:auto;top:12.625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yM4vdSvnRZFpuNFseulPxbhgDGlTZymq { width:20rem;height:auto;top:12.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TJvnVHHvEOkVCHBwFUKmSS3flpTpAulx { width:20rem;height:auto;top:17.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UAiSrp4yFqGiTanvgGAaTiWq5gGm5LqD { width:20rem;height:auto;top:17.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ttP944LL6pfcg2NP8rRRGXBBmED9QSXW { width:3.5rem;height:3.5rem;top:5.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsCc6rZoVbU8VEU10XZc0W28Q1FQE4cp { width:13.75rem;height:3.5rem;top:34.71875rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #ITRKcGKP7d54XIvCdP8OqcZIKUe6oMmI { display:block; }
 }@media only screen and (max-width: 763px) { #tor4fmOGaZcWFZzAlsqFcO4EB5q7wySd { width:16.25rem;height:3.25rem;top:35.46875rem;left:1.875rem;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:15014;display:block; }
 }@media only screen and (max-width: 763px) { #l3KPusbTUAvT2ScwXkQG3ahDV2fTlGtN { display:block; }
 }@media only screen and (max-width: 763px) { #Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re { 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; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { background-color: transparent; background-image: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .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); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { border-width: 0; border-radius: 0; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvEx0Z5eJJIHZtHXZM0ccGrlIwMquvPD { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #QVMvlfEqZQQN8s3urZ7ZTLL3WmC9dvd1 { 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) { #gOCFNJ7fmmeW5oZuJe2frwFBu7QFhy65 { 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) { #IaLNRHvw8xzmGBEo8g4UCqEbXT1HMKpG { 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) { #VCgeXl4TCkdpasIKboctPp61Zl6rQ1yZ { 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) { #u7vWhOap3yWWmaenA7mHezsOctWt6Dub { width:20rem;height:5.3994125rem;top:1.28125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:#192434;z-index:15016;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qXU291MdaA4wNb5OAuHJdVRo1JUJqfFk { width:9rem;height:13.125rem;top:8.4375rem;left:0.5625rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #AC8Kw82Hwca2UkclRgC376EDX96cOBVo { width:9rem;height:13.125rem;top:8.4375rem;left:10.375rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #sw66FlhATEdEWC7S2D3tMvFR0o9QUbFv { width:9rem;height:13.125rem;top:22.5rem;left:0.5625rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #ZhqTGmeolIamwxLZDOBlaE7yb6cCxaNC { width:9rem;height:13.125rem;top:22.5rem;left:10.375rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #sePUeGcN0XMD4IIfmwbBIgNkbToqqZaf { width:9rem;height:1.19970625rem;top:18.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15034;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Um4SXcTxe4TZyV81J8tw65NV7V6qMu6Z { width:9rem;height:1.19970625rem;top:18.875rem;left:10.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mm0bIsuan4BXRThJZ3fTNnH3KdovULIF { width:9rem;height:2.3994125rem;top:46.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vg381Wo8w3KgqhZVcglW6Lyu64Q1PWqF { width:9rem;height:2.3994125rem;top:32.0625rem;left:10.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15036;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MUiFaM9N7FCakhWqsCbAB5HNbkupp23V { width:7.5rem;height:7.375rem;top:37.75rem;left:1.375rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xk23GUixVkf4KmzGuWn5llTBzTAh4PAy { width:7.75rem;height:7.75rem;top:23.5rem;left:11.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOWkEhcJUz3TovgrvEtWU3k5KUhPGATy { width:9rem;height:13.125rem;top:36.625rem;left:0.5625rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #NfIx9xL6tDqMgwhRLRRRsF8noLlLKtTw { width:9rem;height:13.125rem;top:36.625rem;left:10.375rem;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #Fxt8U2Qnpeyl41sJMIcSeVuhHS93hnU3 { width:9rem;height:2.3994125rem;top:46.25rem;left:10.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15036;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F66ImIdp0psCTSnRh7tQpWbmZAqX0yEx { width:9rem;height:1.19970625rem;top:32.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qJC2T9paaKJKFbr2MVxK16vJHhJoxzbT { width:8.5rem;height:8.5rem;top:9.4375rem;left:10.625rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gF3eySKGgidEnHpsHInu3rTJ8FSnqIFy { width:8.125rem;height:6.25rem;top:38.25rem;left:10.875rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kkCzI6v2ZhBq5tGsJvDDvoZQKq2Qqz5z { width:20rem;height:auto;top:3.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaSQJfwqctR6P8tym8VLlsz1lsZaUO7C { width:16.25rem;height:21.875rem;top:11.625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3bB0ultCGZUraNJ8ARo0DZzCMd2L8yM { width:16.25rem;height:21.875rem;top:11.625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXMWAIJNMuxXTISTnnDTsl4k6Ga6rvvl { width:16.25rem;height:21.875rem;top:11.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlXtCI0BJaaa18ng2hJTwRz1KJuMp9qe { width:16.25rem;height:21.875rem;top:36.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPLqn38TSIEw8ky4hOwUb5RxMmtATBmI { width:16.25rem;height:21.875rem;top:36.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKVfdpUoLJpFcQRT1MSI0iHL19yp2Szs { width:16.25rem;height:21.875rem;top:36.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9SgERXwn90U9zvFJ7LZ9B5vqSs1tdbM { width:16.3125rem;height:auto;top:27.9375rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AvpavEqHJs2Em4bk5mFGl4qB1kst9s0U { width:16.3125rem;height:auto;top:27.9375rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HI4ZGCzMU3177ppqAsAxMBymJeqtr5x7 { width:16.3125rem;height:auto;top:27.375rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LL6Av8cauMx08IOAbfaB9Kv3MqKsGmfV { width:16.3125rem;height:auto;top:51.75rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XHmuSZvDh51I3SOEzl2qvBAX1dD0dVgh { width:16.3125rem;height:auto;top:51.75rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iTREq0vXcfPWmlcSqANb5ze82Ir75dx1 { width:16.3125rem;height:auto;top:51.75rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #itmKRW6fPckgUB2JrXvEyt4TMlw7PlAy { width:13.125rem;height:13.125rem;top:13.8125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJMfknaQF7pS6SegTLdUydFsG6ddywND { width:11.875rem;height:11.875rem;top:38.625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUctplMJP19SGKtaOgGPwLXrT9IXnIgi { width:11.875rem;height:11.8125rem;top:38.5625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRgeuJRrmKfL5rJMkITSV1wZ4m5No1JT { width:12.5rem;height:9.75rem;top:39.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz9o5MtDytPqTpzc48gar5rIAywtWiHW { width:4.375rem;height:4.375rem;top:5.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDxcJ9lIFbTfl1eeIKdw6kdm7sMxtpdI { width:13.125rem;height:9.875rem;top:15.5rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCZlbE1D1MVzggAT57hpQztN4fx8vspq { top:10.625rem;left:1.1875rem;width:8.75rem;height:6.5625rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTd8vKhkLZHBBQ50AFfSagT3TlLILwZ4 { width:9.375rem;height:12.375rem;top:13.1875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWVGFqXmlgdW0n2Ob6sPzxQLhAkZsNGJ { top:23.3125rem;left:1.75rem;width:6.5rem;height:8.5625rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTTQME16ZGXuQav1zUSnKC4lZzEeTrDk { width:20rem;height:auto;top:60.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T29MgXA1myM5dQdEBi3lrUSMDKqVHqkD { width:20rem;height:2.0996125rem;top:52.09375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15031;color:rgba(25,36,52,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #CPOgQgyG2In5ewqa1Rup9FUSQr26rXbA { width:15rem;height:3.5rem;top:63.5625rem;left:2.5rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #lv0J2Lf4oOICw2QCBTFpgMR3F7h3dWh8 { display:block; }
 }@media only screen and (max-width: 763px) { #qaNbBHz8VA2y7TzdK0mkmGS7kzgm651L { width:16.25rem;height:3.25rem;top:55.8125rem;left:1.875rem;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:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qP89O0WaTu3bnTAhacI17rkuSkpzJXFe { display:block; }
 }@media only screen and (max-width: 763px) { #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf { background-color:#0070e1;background-image:url("https://images.assets-landingi.com/uc/141534ba-97f9-4986-815e-d0ecf302c57e/viewportdlaczegowartomobilebg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.adaptive-delivery-prevent-bg, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyload, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyloading { background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { background-color: transparent; background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .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); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { border-width: 0; border-radius: 0; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtQEfIywB4xicAQK7S545lbo4HAV8HSl { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #BfMSTszbG5MQSphl639lt11NOUeRoP1W { 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) { #k1uJOMU3OfOQnNvK4VFddRSA2sdNKuBn { 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) { #L44kKCslTSbkZXL2S6XCqzJ9UakUdz7e { 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) { #vTx5cO0oZnyAZKhVpQgMPQDZdtboJ0UQ { 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) { #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ { background-color:#000a4c;background-image:url("https://images.assets-landingi.com/uc/230edee9-8147-4506-b67c-3d334d47660b/bgkvphone.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.adaptive-delivery-prevent-bg, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyload, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyloading { background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { background-color: transparent; background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .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); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { border-width: 0; border-radius: 0; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N51ByOAbW2I9FDwbPKzQyGt6z6tbaQT9 { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #JPpmk8gMyrm3ML6vbw2aeuhXEVIDI7gT { 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) { #Eo2LzROQ7uwQZsPODAzCUkSrxWsbMT1O { 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) { #n4bc0nBo0XRyTQdeBFHMzuUOSNCqAgk8 { 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) { #nacoJwiUT0VwsnTSvHfFbCTTtmM4qzEh { 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) { #RcATd5e9MBLdCO9ztfMUrs2cJA1tt5GW { top:4.5rem;left:1.8125rem;width:16.375rem;height:27.375rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wAIwm9Oy8t3vC4MzVKbBucT6DkghoeRD { width:20rem;height:2.69970625rem;top:0rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15017;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTbxV8cZovySlkxJUBi8AumTI0EL3n7 { width:16.25rem;height:3.25rem;top:57.625rem;left:1.875rem;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:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kaitPm39CrCHNMtXFaiGMXEKRFdQ6yhA { display:block; }
 }@media only screen and (max-width: 763px) { #a4IxVSQgQmOGEiKSTU6cUeToorJaoIUI { width:20rem;height:2.7998rem;top:51.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15033;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #zrZAAGVVx1g4dPK8yaCibpaoelPkZZ2s { width:20rem;height:1.75rem;top:49.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15032;color:#ffa500;display:block; }
 }@media only screen and (max-width: 763px) { #tPXrUeCgNuTXiu00Tt2o6BUuT5xyPhby { width:20rem;height:2.79980625rem;top:43.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15032;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #Qaycf8TvqLZkthw9CRRy6gS7OidAUwdb { width:20rem;height:1.75rem;top:41.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;color:#ffa500;display:block; }
 }@media only screen and (max-width: 763px) { #CAxpEXBsbvVtBppFiQJIthlTebGEJ47o { width:20rem;height:2.7998rem;top:35.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15030;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #StuRqByw1f4eKGGbIvaX2yztmpqCI7DK { width:20rem;height:1.75rem;top:33.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15029;color:#ffa500;display:block; }
 }@media only screen and (max-width: 763px) { #mCGUIHHN1tx8zTByezUCUAJ3AxH9mVOD { width:20rem;height:33.389830508475rem;top:12.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBiRi8xmn1IqNyRXPa9qnlCbZpGt2n64 { width:20rem;height:auto;top:24.375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DGB0fQ4Nt12GfqgkJXTszQInJ4d8e4Rp { width:20rem;height:auto;top:34rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Nky6QuyefzawsSu1xG93rLhAeo7Lgv8k { width:20rem;height:auto;top:26.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aZx9JfGalOX7q9e7Q6ZF56sKkhHmCQco { width:20rem;height:auto;top:36.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GP1eUpuLfcMcP0y7clQhuRKN0UtZ12uW { width:13.75rem;height:3.5rem;top:42.625rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #XcZ2epc2gfxomn6q4gvST6mnlMya3C3y { display:block; }
 }@media only screen and (max-width: 763px) { #e4mccqKSMDXgCskIK94LRgl168WFQMDx { width:20rem;height:auto;top:17.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #k50009KL3TRe9Vg0Knmvlue64CHGOTGl { width:20rem;height:auto;top:15.0625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qnCcBMVrPeV8Fs8TQkTsUFRRwIywdMCX { width:20rem;height:auto;top:3.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO6vCNxtyqzIbPKgGqPkKpgyQtpIT3nM { width:20rem;height:2.449225rem;top:63.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15034;color:rgba(253,254,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #c7G96lQgglS2GIPxW2LnKr3XluzIX9u3 { width:20rem;height:auto;top:52.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { background-color:#000a4c;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; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { 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) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { 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) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { 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) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { 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) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { 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) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { 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) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { 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) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { 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) { #s21t51CxozqNJ10L2Uvq0Z9RAfBev50o { 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) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9wQA8rivgF2WqLBiBgTy5nu27nV8HGT { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ1aHBc4n6Ercn9cco8pRByGJFw28K41 { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNCS0JXZynxMzqcJmZcxGJucB6UlBiAy { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAHZweZVsO6N85FZN5TwBWtHamETuhht { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGTulC0S613ifnI1p2PJgloar6c2BVLF { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIH0VP2PG99xCkuKQTJsc68Tb04zOXTu { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { 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) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { 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) { #dmlKxDh6dyklHCSSls26RdJzuUUNoXGN { 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) { #bTg8UIIaWoe7K9ls4kUlkgGISkvAImvh { 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) { #pIBK6FWir5a88TL4bsi5llJ0fz6R8Q2o { 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) { #HnuZ6mIyDrNGIhp7XV9ivB1ScdQTTcXr { 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) { #CrvaGcXp7Vg1Tv5EuoGmUOBCc4gQ0dEs { 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) { #H0A5dqPRLoM6zWr2ScHhSnz314hVLfvv { 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) { #iyiK5XgRuJ8dnLPEevmRRMQp0w64LMdf { 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) { #GCrsQXDEebeBElq4d4n3LxgvBQAy2BAP { 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) { #POQ0a8aucqkZ0OwaH5TD2XLpLOkyz9qz { 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) { #HcXM9qAlJIUtRKFWxarcsBg7Mwhplrfq { 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) { #GvR7ZnmtNUbAzinUTHIunCeokNQPsCim { 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) { #nwnFB2spAdTHidVlpMT1sTXAGyAJJgUq { 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) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQzouaKcux7tRS1U7SRt5tVLJZu7NQDn { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #svyPW7fVuUcetv3Ev4bbqMyNm5A2iXsM { width:1.6875rem;height:1.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1CW0CWN6gfDkNTfiGLdppVyr4aq5Xbd { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAhcTL2P5p7quwUn0a7u4wZKVTqt1tsy { width:2.5625rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVgVaPdRIEPLJEtNLd6qKsPct4eyovVL { width:18.75rem;height:7.9375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrbJ18oyNl73iUsJ5y7idKu4ndxAFphU { width:18.75rem;height:7.9375rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqJlrisAVQB1uLJcLC8dHNv9E2r1e5C7 { width:5.9375rem;height:3.0625rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { 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) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { 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) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { 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) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { 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) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { 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) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { 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) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { 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) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { width:20rem;height:5.5498rem;top:2.625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;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;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #sMo8M6QSxTu9791QhEHqbruaKWXV68oN { width:20rem;height:8.4375rem;top:20.25rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VaTxGsQvUGBw8PafGoDVUzMUf8G9yo2x { width:7.8125rem;height:1.5rem;top:24.5625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4dxyk4GsQM85NwQesq2p00GpTxeuie { width:11.375rem;height:1.8125rem;top:26.1875rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ElngFeXG0PgFBPTdy2XvTQSJAKmetST9 { width:3.125rem;height:3.125rem;top:21rem;left:0.75rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y48Xk7dTfbBcZXUKsaJWtMxVCWtS0rad { width:2.5rem;height:1.625rem;top:21.8125rem;left:1.0625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5sLsbuLFka7zlkcCmxKg43uAcmEtHZ5 { width:20rem;height:8.4375rem;top:30.1875rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KoRMQXEttps55uHsVrZ3inTP2BOtAwFG { width:3.125rem;height:3.125rem;top:30.84375rem;left:0.75rem;z-index:15017;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THTU73DztCMmulnrTVRHy3uWpyHlAq8X { width:2.125rem;height:2.3125rem;top:31.25rem;left:1.25rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ws3TCtTKGRZOkm3qDtoJdcvqLdqTAMZA { width:13.625rem;height:1.5rem;top:34.4375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VJLW40uxk0hI1hsx86ZOp4wWcm6TmxSc { width:9.4375rem;height:1.8125rem;top:36.025390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #e8n3sde2CZmB1Rz90ectAuzevIFUrd8H { width:3.125rem;height:3.125rem;top:40.75rem;left:0.75rem;z-index:15018;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e9p6FTlLuRVJbrsqNabiZ1OEiRvxVtFb { width:11.3125rem;height:1.5rem;top:44.25rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #VbGOqA3oDDu2MqoGfKU4zDDc5Sul3Gk1 { width:12.3125rem;height:1.7871125rem;top:46rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #CVtpbVAb8QkWK4yzW95xRlTJzMBE5zbP { width:20rem;height:8.4375rem;top:49.875rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KiJfC1axzGFiiD0EBETQFhT0W14SDn1W { width:20rem;height:8.4375rem;top:59.8125rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zHqf8U8EJ29lvXnTEuXSTO5yS58FK0J2 { width:20rem;height:8.4375rem;top:69.75rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JnsctKATNMSF11bqP7KTQBD0HBUkAtSA { width:3.125rem;height:3.125rem;top:50.625rem;left:0.75rem;z-index:15012;background-color:rgba(227,227,227,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yyrFoq1DbounHA0ffKvqn3OmRWllcv4x { width:16.5625rem;height:1.5rem;top:54.125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #uko3uJaDnP2Mh7t64TTDIpegmz8Iqvde { width:14.9375rem;height:1.7871125rem;top:55.875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15028;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #cl1u2sxnu2yqsIy5km412zNKk6hNVyuT { width:3.125rem;height:3.125rem;top:60.5625rem;left:0.75rem;z-index:15014;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e6WIGPtcS3ROa0ruBTRFMug0CGEiG3Sh { width:2rem;height:1.375rem;top:61.4375rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AnxymG81QsLQCiq7miHMBL9qgahTOtko { width:13.75rem;height:1.5rem;top:64.0625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dut6GRnIMQ8zT0fm6TFGH5gqflwTO3zd { width:7.9375rem;height:1.7871125rem;top:65.8125rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qXQKp8PgmWSAk28nz6amtyZUVc1ciDIF { width:3.125rem;height:3.125rem;top:70.5rem;left:0.6875rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZlAz0UsQ4uvBU1qm5raLb9pVKygvSsVC { width:2.25rem;height:1.9375rem;top:71.0625rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vtgcuvuvSFWIJDIeTclM8FgwOo2qgfFQ { width:7.25rem;height:1.5rem;top:74rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heg8EiKTk3zT0vZtqKxBbsgoFdHf0f5i { width:6.6875rem;height:1.7871125rem;top:75.6875rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1VHnBAudPRTclElT279oA5aq4BHwv2 { width:20rem;height:7.0878274268105rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vymIaxlvd3LP1Fph2KBIKP8ORKQxcTAx { display:flex;width:2.125rem;height:2.125rem;top:51.125rem;left:1.25rem;z-index:15019;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #O2tS2dq2KAnlEVQMafmDs200qk4nDk6w { display:flex;width:2.75rem;height:2.75rem;top:48.5rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t79pK576IpIwhr80RTtnml0ibdCGTkXt { width:20rem;height:8.4375rem;top:40.06005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5A1y7SnUa3V9ifKoBVopTIZNBIDIOSP { width:3.75rem;height:3.75rem;top:14.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1aGexpZAflfv3JNLoabZ1k9TJpn0ySg { width:20rem;height:auto;top:20.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #McMsq4pKeHuzsG4M1kMvoRW3NiyP8nRc { width:20rem;height:auto;top:23.0625rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ekDa2LPzTpXh3GG5tRDgAe5AvokRrg3p { width:20rem;height:8.4870848708487rem;top:13.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xG4uFuonbAQa7XZzoAquV08497hSZco0 { width:20rem;height:8.4375rem;top:10.375rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HCvZNOxXtyTRpFiBnUMap9UvxA4QHzdA { width:3.125rem;height:3.125rem;top:11.125rem;left:0.8125rem;z-index:15021;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #STWWLolmE0JokoNharI1vst4IJ8Xv6L2 { width:13.625rem;height:1.5rem;top:14.625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #WT7r9LnEi7XFVOBvVTHMXBIysZM4ToSI { width:13.0625rem;height:1.7871125rem;top:16.125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #rN8bcOa8nc71ev1cNQXKDv2dGCA0q67D { width:2.3125rem;height:2.5rem;top:31.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8ySbw5NLsfyAEtfCUIiTg15uQJzu9X1 { width:1.875rem;height:1.875rem;top:41.375rem;left:1.375rem;z-index:15070;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LZFoPrab2mQh1VtpoWhIutLoU7px3EPK { width:1.875rem;height:1.625rem;top:11.875rem;left:1.375rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ALcfXtWh6yChJfAcHdhA9KmytnHwinA7 { width:2.625rem;height:2.375rem;top:15.25rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tH3BMNwCsMZuAPPnO9UMeC2KhtrIiDdz { width:7.62425rem;height:0;top:77.5625rem;left:6.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV { 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; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { background-color: transparent; background-image: none; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container > .video-iframe-container { display: none; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row > .video-iframe-container { display: none; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .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); }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { border-width: 0; border-radius: 0; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hl2AEI2diQQG9CA0sVUvUsZ43CWR65PV > .row .container { width:20rem;height:162.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7TR8qLPbhbT1SPtwx5dXW8b0TpvEami { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #zuvvTyhEHCu7BCoAIRIiMVvv1EmeTA9R { 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) { #TlGny9bh8PtVQUVOQx9ZiueG4tIVKMed { 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) { #w5dKHNAJDzfBtXkXBC8zbMpWvVQT0dWe { 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) { #gF1KQyFWCnPTtqw0uoMs3ANBrpHsc6Oy { 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) { #nlm64VBZHBlTmEhpOVdTFR4VGhllwD2g { width:20rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #qVmfDna3dwctKTxX6vQm1NswCflMqKna { width:20rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #FHkMTcrBUZBQAFGJCBzmteqIwVPVdzA8 { width:20rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #WyHflA1twCbvoO4r9UPxOr81NVdAlsvV { 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:none; }
 }@media only screen and (max-width: 763px) { #t0dTmGKT2b1ED3mLdqc3dhsCPEsqSnrO { width:2.25rem;height:1.5625rem;top:8.90625rem;left:8.875rem;z-index:15060;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Cwol9T7AWxZWUfbXBgzAP3VOONoBnmKT { 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:none; }
 }@media only screen and (max-width: 763px) { #b5LZK8nfmWp3fhKdcRym8Lvwx5zGi1da { width:2.25rem;height:2.125rem;top:28.0625rem;left:8.9245689655175rem;z-index:15062;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mhKsNxaw4EyS6OUxQ5yrkd4MzBXQB7yL { 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:none; }
 }@media only screen and (max-width: 763px) { #TLa5PoLEHSAssxzJOROBsS1ioQ3OavhM { 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:none; }
 }@media only screen and (max-width: 763px) { #mK5Koae4oOmdw4N2oJU4PdlNTG2euufB { width:2.25rem;height:1.875rem;top:37.8125rem;left:8.875rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vlUxxXRHLlpF2swJnNzzkKzMxKnJOMdV { width:20rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #i8Qx24lBO6yWoaVLOCfWDgsSCOGCNkkN { width:1.4375rem;height:2.4375rem;top:18.15625rem;left:9.28125rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fVh45ONLaNWHtpX1eLGUdc1mxInMPT83 { width:20rem;height:0;top:47.46875rem;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:none; }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo { display:flex;height:auto;width:17.5rem;top:0.8125rem;left:0rem;z-index:15057; }
#NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Ru2eorn1S3VbAzfGcSNyyF3eOaUiKLKI {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yI8S4HhCt0c7QMweEzHHeLysfsTomI3v {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BZZtMelRFysBxQdwnMdZLUmDkJDsuRsz {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tu0D7uQMGreEvK59uTq1FTuv95XmILP6 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BdKTQRkK81UZ564bvk6m0GVMO6m2qSW6 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZCnvQH21ealk5cNTBvQhxRDbTlaGh4bf {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #o4W3cT8XkFsXHfTcWA07STSL4PmkyV8o {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TnfR8Oy27TzAH6XXIcBZWHqM3SkTBfk4 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZCpgT3a9N0DeTXBxsQn2eZCsbSnIpdEe {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #uRwgD2StFzuAgGeTXBNKpzNW4B1OmJOR {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VsFJR7gSNMJvtU43d9ukzKLhZmy0O7Ch {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Gqh9O1sPyOnZoHyTImoJITLUogNHA3Ct {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sV1TKg6Iz04dF26CuClIbgyqeUJKis0G {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #voQASkkltmU0PU6Ty8JkmA8Iy9wPwb03 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #q6tPBNKHPbRwsnnR8Tv62hEFnCwWA8FH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sVPbTzg9hvMUTIRIKRvJ77diL12XvoCp {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #lPTsMiCCq5tqfE0H0EyncOduTNot2aeu {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #RQi1ATmDC2MtedECA6W33sWCHTKOKTJ2 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #n4TrGiBDNU54PTTNel1Pa1lT7yWWskPq {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VSGAXLQ50ythTZfVUwe19ba8akGuwLMi {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #nrb7mE7wwTGNWyTPopyncJMSULgmHDRk {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #aRpDzXAwqwkcy3G5Ug8pXBOFuwJNKhVH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #eMSCmbngggUL1qGc1UHW4Q5DWE23olpw {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ydPiOHowvSxTa2cVeDWnoMK4ZrhmkoMV {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oJEQQdCASyK91e7LMX7XPCxD1ZrKuhen {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yXbTplmbKwvHQON1TvhqMNR14aLJetyi {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ycQwr8y5GQeTAzFHMQHhuveWV3yyfGZB {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TT0WeFyOr2FMyXKpwvWzwXVcRbdREiwM {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Xhiu94tu9VRgmbxcSGMQxkwExhkhOI6v {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #kvVGpSI4Heva7li2wLyTkzr3ml5hXz3s {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #enInHoDg2OFVF93vUOyaQ4ktuDtRa675 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #bTZe4S1nuNlfQ5vTt5Dh23DGsSG0ZfPT {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Z7dJFLE5GTLx3CXUQzPlxVBDpbfvN2G4 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #D7qnvhxNxLOSlecxlz3qlRqb68SkfM3t {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #iozHPNW2f7xRUPCC6W1DEZIkTEcKTWxH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #svCXvhJzLaNk8Dvm2JaCWBF6Gmsr3WDQ {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #sGNakzQTTDVEvJMICpeM1PqH4Ox9XIxm {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #TcvGOw9A9tkFc2ENSRuf6k766ysCvQLc {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Oe0pBPZDeZvuOpe00DDGuIZd9WXKMAwV {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #q2o1zbEPmGyPzrJnMHr7ltTrUDSOHBqW {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rC5NOW5NLIgJxiryOoqxHIHgXsG7TTkQ {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #r7CWVHUW9OOiFXC8RllpmuFGIZmkqMeH {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ZvNpkWXDvfqTBhQpUVLvrlBoUEyPQqSb {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #X3ikUsaq08ZVI4Te5zhvuxOswA33H6pA {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #LMqnoZ99f8OTTdQWxHwnWN8pN5CoKpSx {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #SyZ4kdnzJ4qHJPBhO2De82olT0ux0toy {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #fqcvpW4apWIXFmDJ65Jx4WimTy1xPygJ {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #kcF5qV5b68ELZtE3wyTWh8lZ2zdhoJ5R {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #zLPcXMlFBqM3mKe0QcrrPOLCS3Hfse04 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #CPDggTedAWmN31CJFKDKVPEmwBovIHCI {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #mSyh7AFTsJiZLZEIgOISgazVoD0VVKXG {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #K9f9VTycgQRpWuZzJiMhPToCxJPQw3L2 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #yin47ekRzFzTTJVtMFJ8X75RNLHTUSkF {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oBkFGmz9ahqEwZDl1Mo04fcFxLtF60J6 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #oXET2TSyBnX4TzQTbZ5WdsTkI9OLnbed {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #QoToJwyTxLfSlqE6hqp5hWNlOCcyISM9 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #fVP5I5LZNdgDtDXZr36rsvstqGwF5rFx {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #LBJ9vHGaXWID5qVaWmsMxWwsxprKGFay {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ILxyJ44MG6RXdiaRzTIcfRd8flbHxihh {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #ya2wNmXiAzDslp0FJXGEBCA5CJAq5XtI {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #BiZDD2J4ftVyT99SJJ5K88vFo2J38poA {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VyJlXAwRfaPJTBUEqfwIiN6TylKTN2em {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #WPhkN3EP0HUeFcf4WFT8tU2RzAOKKib8 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gPKJcXLgCviLtMqkSB51VFMsqlcOe61C {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #SJg1d0JPV0KHxwSn4ZBnV3rkq02q6543 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #XrVTHgtwrTpNeGpgVKkUFxLrOwTS4dm9 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #VN7fFW6uiz4yxra2L6Ur8TS8cPTLEtSn {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #JdFsTUdyFzBKfrlkp1USe91xm3TQE8ld {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #gO7gFbbHfLFkQJHPSygZq1gT7u7EhlOm {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #PakQMfGftBWGtTePl4Z7xc8BL53dfm7a {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tK4pwUg8WRrKETwUNtR78R9w9mh5BHQz {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #tuTum5FqrNMQW6EaJkyarKgebdZ8iyWG {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #hu5TovUpqOUffHGyXCOKy5wix7tP3E9h {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #Gv60vwQF84Zt76QqammZtI0xTksD6pr1 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rdTPMDyZG6T7DzJvGdTMKHyUclN3AaB0 {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #PS39w6xorJOrLTq6NP8C9IrUGRcoSFwl {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #K7UkNiTrvhTx10i5bZkiIdQKM9ROzk7d {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #NVtlVLdqK73w0kB3D57kKptot2UmLeoN {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #rxxZPKrRZNaVRqO5ooHLllBHdxMVmVBA {  }
 }@media only screen and (max-width: 763px) { #NO5ALOX9kdHiBK7kZQPlmVPVCMlTPseo #v2SFJ5Cx5yeEP2E7pOFFex046eC7qThU {  }
 }@media only screen and (max-width: 763px) { #BhUp0WtGO6rxmb8dXyN0AOR9AT6Jieah { width:13.75rem;height:3.4375rem;top:87.9375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #xgbyaCMyU4PZwJpuTq5aJhpD3PlPNxlU { display:block; }
 }@media only screen and (max-width: 763px) { #X8CgxRpVIanh0QDHafttBzpRgnxBahvV { width:13.75rem;height:3.4375rem;top:87.9375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #HT2g5kPD08SNHqI6K0t3N8U7pJAMGh7N { display:block; }
 }@media only screen and (max-width: 763px) { #d1zdT3INfU8GG0KfwsixLA6aSuR4QTex { width:16.227941125rem;height:3.227022rem;top:156.875rem;left:1.9375rem;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:15016;display:block; }
 }@media only screen and (max-width: 763px) { #E5eMd7H0tOFN3RQyokIpLVk7Kp7wcNfU { display:block; }
 }@media only screen and (max-width: 763px) { #wfMvA6Bp8r7DtWPSgJHhSPSHfzTTphCW { width:16.25rem;height:3.249080875rem;top:152.625rem;left:1.875rem;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:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RTW3u6c0yfC98XIbcgyUM8STsfPP65mA { display:block; }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH { display:flex;height:auto;width:17.5rem;top:1.28125rem;left:0rem;display:none; }
#nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #H1q8JfqXf79O0TmskHqH7dV7COdAg8bT {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #r9wNu6EdQpURLCRILlaIL6kCf5RZB15D {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ZfEk755eq5w5mzNOkGaQtz14pLT15cI9 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RPZ3DWFrtpLnZGLJy55WRiNZC0TndpJz {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #u6P8IPWJRDFx1Mt9eSNh7HVGEaBQRCEm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TM49PmzxwPV39KVtwaTcEApl17STSBDM {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #VBQL3RWSRvMcyLQkG354ewSoxld30k3b {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #AHEtTWmr5uUzVxAT2NXbAnkqvW9tb9qC {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TdXoXmyHMeERQfIwpFxDWEkakrd6Rgrv {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TL6kUPI5k7qRo6hqo6taAANbcxTcxOtb {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Tt2zhbAM2XSzDD7gJIP4O0GM47rVdS4g {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #l5t0PDUEGAnXZJJ0dnqvkxxmJC5mwLgA {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #AyHdMNG6b8EgVWUG21qpKnoa7GdxJZUm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #v73Pv4c4UQE3feEiTxgbi2dNDdkLSyIf {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #xTWBphWTSn3TDrVuSEndR67krl04TmZD {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #goOh2861Dhbp0v5brnag710UmZSUOg5F {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #JkXZ5KgzVRCkAgigTHqdtXeKihtsPopJ {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #HTaT9TaycdIcT9HbTETrPab1KQae7ik2 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Qe3lscTbeBU97JBegJcqi0hWRz230fyE {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #MEsRyycWPSHQdqmmITT9tifZJ0TrC3Tr {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #XtGTToaSyBsQXEN4pDhhphhznUfZ1wMS {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kf0Mryy0DqTVedc70klog1GdT20M5zyw {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #DuR8r6Ds0Kx4F3TfAKJqPJAO9W5GCV9Q {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #gsvTwtiG91Xnrmmm1Du4IOULbP4zFBX8 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #zAMU5XQsEbpWKnIaMJnbiwGBaTXACPDc {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #yPctAVPxi32BWvDTyrshpcZaNwqGG1uh {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #V1mZZDWo8bVmIw6MTdNLh4LsFHBVWMiy {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kv6spVn1vK2egX9r90uLTzHzWmTEJEKZ {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tX4Wb4ByC8T1lkM3ZZ7ilek8iqu5uVxl {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tFGR2xE8z1P7GicLzdTgprZA39dt5SG4 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #GqaabZQKv4gx16u2TK6RucCdehrVx5sh {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RBwQCrBQdAcSrmIRMNVd5StBylOOQSb5 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #UCirmyPfslD9zQeBRW0lffaTTeQtnAFk {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TCny9AwtgIDNKz2THVyoq6BEAI7658DI {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Zamd4tkl91327htJERcmErTx2nPbRtZm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #et5ItfaZfVk1wMMaWkAWEJmgZGGa4Pmn {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Xid5yWv9BCvoUphckrk4yi0B2hLsAzH5 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Wa3OzHIIRMJ9ETHKWfm6ihWaodORf5zw {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #lwc2yiEZI983C0pxkFFsWVTHB8nfi1fO {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ewna7gxbp0Lri8sR4TazFf1cMDqZMcgm {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LAlqDCoEzlA9e7gkuMJvFx43Wc3ybfk5 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #wNyCWRhBu7mZNcQp57Rf7EMvIu6bsDDA {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #WkTaxf7pXDTtz0OHJBZpVxl2yEXSKvtk {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #iwRrUgakhR90oQGrEuNpESUbXDd58Msl {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #A1B9TwPfRIUPkmRt9et5g4RlBUMdB3ZF {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #q7FJVA0SPMZTTl7v7QMKiVMXAxW1Uiey {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #u1F81UZaCyaaHiCZD8VMe3tzI9EdhygG {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #VGxANQQExNR2JHm3UtDBkAmdOxUpngdf {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #cmAf3JnVeauLl8TiUlTyfDhVcCspJOwh {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #athuiDSJuOk4OxQOQ0NO39t0u0tHTFB8 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #sDCtz8ethd9ci64fM9V3uJq1b9sTTqcB {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #uflCf6hMNkmTwz1g6II674271JDwt8S3 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #tcyzbIaCXGZrVNs2d0ylneGDIF3cbGZV {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LDNrzDHhHLWeMRJTRd1tEgLk2PNicAIT {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #GFf0LozN67wO6aw8VoQFKBroKhUKVnqd {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Qt8PVJaOw6XIhi7fNLNEbrV0ymlXwOKT {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #E2urbGgkeo6p9FVxTbK2X6tTnB0bvIOo {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #A7B2s9IdKwBwR8FIdmHHbdhtOXqh6zNW {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #KcnEE5askbkPU6UuZb0tUpcTNggsn8LV {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #G7LhLrOTzG3GLPADvFSVeIapo3ZNWGMp {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #Uqs8shzKwXLaqctU0TDOZy68ENNlE8lC {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #zq7AgBA1scDzC49csvg8TL4rWuhGHoqB {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #gBJaddSAGz7MFvByy7iXWgW6gneEdvBq {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RDPoqFeKus4NpSRK6t0sRRMJSUGbumLc {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ONlCA36RpR26CqipUZm1VxcU9KJBNreg {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #ECUOtGAnWklCpcmZwCxfD6hhMKBFKOOR {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #B0kvDKgmQXeVX9JH0ZSl06gDTK1F0xzX {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #qxlZU2hCA6g2Ml4iGmBPmLoNRThHBfA6 {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #LesaCAh28s0MdPcTR2blk1hnD3o0UMql {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #RSxZSmCPsXNOrGggEgTBmthmXdy2brlp {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #QADlcCwabxeG1xu5PG6CDCIR1XI2d85q {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #W6BLZz4h28OHMwMivEiIdxBo5xUaF1Fw {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #z6dWVvGWsbUlkZydHUzFxa4H9zQXOSSO {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TrxSVsxkhSbC4HoEuWGlmtVQuVmlDs0z {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #TWqlggDLP7WmXrNaGZukJWkAXtbe4d3H {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #l2zq7BMDVMaFxU3DJZzfFvraXwn2Oiwk {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #kTGlTcHMgGHW7CSdWucAuhyhb1ykZMfl {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #pcr0g4kv2vsu3JLPNsn8OcO1oIX92HAS {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #krNZKDMoDIJrXO79B6LgTpbAwsPQQGKx {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #MzvqOxkcWbf0iRFDDoSDh83k9PsDtXhP {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #yO5u7Tk9I7H9EDsXiumPIClKDHJQCVJG {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #SzmfMvXb8LgcHcRKCBWiGQiueivplX9d {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #sqe7exsAGeu8NznHZ4r4MtwDm6cIGzhF {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #dKfvAoky6GZELkq8f1zzgfNzl4qZshmU {  }
 }@media only screen and (max-width: 763px) { #nUQ8mqZzNnHNbgEET8E1TRievdbSoXHH #OIPT8c6tU8ahVH8szI5VHRiQNpsqdHTl {  }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#000a4c;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:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { width:20rem;height:0;top:0.66357421875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nvGOsfvki6wcg7ZtVgSWaITGT7OgJXRT { width:20rem;height:8.44925rem;top:4.61474609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wcT36uiMM6SIGvAKPdTkBG6HTnNRC3su { width:20rem;height:2.2744125rem;top:1.0625rem;left:0rem;font-size:0.8125rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y2VtNvDbST61MSp6N3nq4dDm3Az2MbJO { width:20rem;height:auto;top:1.75rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:none; }
 }