.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:217,230,243;--color-primary-1:128,173,214;--color-primary-2:0,90,172;--color-primary-3:0,45,86;--color-primary-4:0,14,26;--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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/f6211637-e5e9-4312-b233-523d6f0932f6/winboosterdesktop.jpg");background-position:bottom 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:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:4.3125rem;left:0rem;overflow:hidden;display:none; }
#gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:4.4375rem;left:0rem;overflow:hidden;display:block; }
#TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:30.6875rem;left:0.375rem;height:3.5rem;display:block; }
#Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { 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:3.5996125rem;display:none; }
#d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { 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:15.75rem;width:30rem;top:14.1875rem;left:0.375rem;overflow:hidden;display:block; }
#e5zFAVu4kIIDNmikzLU3ymtqE8lhaS40 { box-sizing:content-box;height:9.375rem;width:17.8125rem;position:absolute;display:block;z-index:4;background-color:#ffffff;background-image:none;top:44.5rem;left:47.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;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ZSFfD2vgdbH03lv3Cn3etoR2ISZ8vHsE { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.375rem;left:47.875rem;height:2.9248rem;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; }
#beIRhilUKofK1vLCCLVUEG4yBwivz80H { box-sizing:content-box;height:9.375rem;width:17.8125rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:44.5rem;left:28.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#TT553bQSwzTbdlLRPRmw816nv0PsAH7B { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:49.375rem;left:28.5625rem;height:2.9248rem;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; }
#oTgKM2HuVPzB9sOcxpUOyzMsQL9i5Xcw { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.25rem;top:45.96875rem;left:36.375rem;overflow:hidden;display:block; }
#hPi7CTQDH1lnJZfZgqTQ3dFd1qX5QHIL { 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:2.5rem;width:2.25rem;top:46.1875rem;left:55.71875rem;overflow:hidden;display:block; }
#lvPGoGRlWiO8O1hodWzzHz890cJAVk2k { box-sizing:content-box;height:9.375rem;width:17.8125rem;position:absolute;display:block;z-index:1;background-color:#ffffff;background-image:none;top:44.5rem;left:9.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;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#TTp7LrTTNeQdQ8VvdDMulFtqAmKOnLTG { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:49.375rem;left:9.1875rem;height:2.9248rem;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; }
#RIXgEdssBpJ6pxBSVmfNFMmPsHdKMKyh { 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:2.3125rem;width:2.25rem;top:46.3125rem;left:17rem;overflow:hidden;display:block; }
#cIbL73abxT2q9tQXk5gkgpQrpie8XODh { color:#ffa500;display:block;width:19.0625rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:36.0625rem;left:0.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { 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; }
#FG93sJCcTsCZTRleBGWUuIIG4PrPmnG1 { 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:9.3125rem;width:18.75rem;top:14.75rem;left:0.5rem;overflow:hidden;display:none; }
#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW { 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:none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { border-width: 0; border-radius: 0; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:none; }#w2Nxtc14yOhu573zLcJmcvXhrppDXoCS { 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; }
#wrqSO3uUl4fx2cul8wKGA8ykpp8FepWw { 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; }
#e0mtKG4gePaTBH8XMiC9KKcgA8rozsdg { 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; }
#vtwJqWepnxesSEvyemknMIrZFJgDHoTp { 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; }
#nshnzsEMLntEToc2XAadBNVEydcmwKyO { 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; }
#zvV3if6WiNERi26tGB6ZzN1b7y2RchyL { 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:18.625rem;width:75rem;display:none; }
#qMtocyrnqsBlwxggizrl4Rhd01BTKvgg { 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; }
#ZvJVAxZ4XXvLe3K4GpirUn7Dt1oXoFEz { 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; }
#geQoVAsNI9UqbKJE80WbCsMr89C4M37g { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:7.8125rem;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:left;text-align-last:left;display:block; }
#u5gl6eZTHxhp55HhBIBEVC5zEtUJgONo { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:13.5rem;left:0rem;height:6.5625rem;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; }
#rD0vDB2vqzIiAzBHIDG2KbMimQAo1J6e { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:22.625rem;left:0rem;height:1.57470625rem;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; }
#TT4P6SNXhKT4yQL94N28Xppn2hCIubp7 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:2;letter-spacing:0;top:25.9375rem;left:0rem;height:9rem;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; }
#LATSqGy0h0qIVf0NhOAm1XnICg06fp7C { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:2;letter-spacing:0;top:25.9375rem;left:18.375rem;height:9rem;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; }
#NHNT5yaIJMvyrelnW7eTl1IcdObgff6J { position:absolute;display:block;z-index:5;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:34.375rem;top:3.5625rem;left:38.5625rem;overflow:hidden;display:block; }
#X6L12HysTWcn2v0r9GONzNvD2sZBriVM { 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; }
#aEf2KrVuiXQ4B1rcgM1Msda2nhMO7DOd { 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; }
#TKIc3ErhZAtOnU3e8eIHlDuH9JT2EsHE { 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; }
#xw9xvG46B3BcH9iif2CGOcCB4AE7QKPJ { 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; }
#SGNBTocbFp93UmNJCaaBq26XCqfuOrw8 { 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:3.25rem;width:3.125rem;top:44.09375rem;left:7.34375rem;overflow:hidden;display:none; }
#I0UquFXo40ocLG6yTFFnThldpVS6QxTu { 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:3.375rem;width:3rem;top:44.1875rem;left:64.59375rem;overflow:hidden;display:none; }
#Ht6uz2hHc1lkXDzkdVvf1R4X3ucZLimg { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.125rem;top:44.03125rem;left:45.46875rem;overflow:hidden;display:none; }
#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { 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; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .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); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#zZcG9swxpTnATCqGXVaRvMewCuArQQtT { 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; }
#EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { 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; }
#NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { 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; }
#hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { 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; }
#vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { 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; }
#OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { 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:18.625rem;width:75rem;display:none; }
#CuTTCJIwLcFkJgPvfBllucnN9CToJqxB { 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; }
#JcPZFXpxwU8On2wMTPV1q0okAbtIgS0Q { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:6.3125rem;left:0rem;height:7.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; }
#Pm88ty90X9M5on1CJKKWnGHNmfIlZtQP { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:15.3125rem;left:0rem;height:9.624025rem;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; }
#iueP2KQBRblGnwTAfGyvgCZzlZF7nB49 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9btFOGVteOgI7RUWExxIvpMwOLZHoma { color:#000000;display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:2;letter-spacing:0;top:31.625rem;left:0rem;height:11.625rem;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; }
#XsJaIlBOqsHJiMoVJgm4tJ3CUaPmQyeK { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:2;letter-spacing:0;top:31.625rem;left:21.5rem;height:10.3125rem;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; }
#uKLZ19BP2N2gStOMbn0KzX6xLhvfI3oh { position:absolute;display:block;z-index:5;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:34.375rem;top:3.75rem;left:38.125rem;overflow:hidden;display:block; }
#HlHWKVNPvNAviG2OA2HqsxNirWCzLhk2 { 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; }
#PiesgcwbkXqfXbP2UvOmZKSAcfb1ccJy { 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; }
#BExIE7VE6TmGOydUQy1hyznoZ3fzxkzw { 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; }
#wZeuRZTKTK9a986mIHw1aFPzUPDKuObM { 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; }
#hNoiOSMUp2bBamDTwkTx33583KuQ8CDZ { 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:4.125rem;width:3.6875rem;top:5.6875rem;left:64.0625rem;overflow:hidden;display:none; }
#cbkNRO0UMMqduz6rpUQvv9iLfc64HvE8 { 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:18.5625rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.71875rem;left:28.21875rem;display:none; }
#VbkDqzipGhOHMD38P0FCDKsPDcTCKsLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/db78048c-a040-44a1-a83f-cae66e06d5f4/bglogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR.adaptive-delivery-prevent-bg, #qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR.lazyload, #qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR.lazyloading { background-image: none; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row .container { border-width: 0; border-radius: 0; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:none; }#glMZvcQnpEbnHsyUVsfyixCmTDwgK7UP { 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; }
#Rs01TtyRPKiGtdKJST3UUJ2JePC5nhnf { 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; }
#eObBHDh6lX92PcestE7txQyZhMoETuTH { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:18.99951171875rem;left:2.125rem;height:2.69970625rem;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; }
#p2Dy07LtSZxVRmyyv8l6UAnmowyBOUJN { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:19.18701171875rem;left:27.84375rem;height:2.32470625rem;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; }
#WW4DfQTwH06yAuFwVAZTnryy1ZHeXPr7 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:21.26171875rem;left:2.125rem;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; }
#a4qfmheNxWRAZN4Q6Q2rTGtOdg8akkXT { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:14.125rem;left:2rem;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; }
#wu9xE3azKgv3TahpS6XbOAh5QvQKrrVu { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:14.125rem;left:27.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; }
#nf5HGEQGKdbTOJZr0ritQz6OslM4DXXU { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:4;background-color:rgba(0,0,0,0.3);background-image:none;top:13.5rem;left:6.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#QrU6ZHLlGFu89IrE4AKMvUFRxAKXSANJ { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:5;background-color:rgba(0,0,0,0.3);background-image:none;top:13.5rem;left:31.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#zUrKVUbP7cVC9w9B0mENm9fyIWphubIb { 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:14.375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29rem;left:4.5625rem;display:block; }
#zLOnUEAtE5c2KioxFklPPU4qn2lq0xZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U7vITINvWeSIdWhgmIwwBo0eUosvmtND { 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:14.375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29rem;left:30.3125rem;display:block; }
#hHRuFETyb9y2JfLtIAG3Ny7U9Gp4XURL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVuESfKIIL6aZfeZ0WvqNeQckyqA9Luv { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:1;background-color:rgba(0,0,0,0);background-image:none;top:11.375rem;left:2.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:block; }
#QANN87pqbWNugCMU9M9f12wnaIvVHTyS { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:3;background-color:rgba(0,0,0,0);background-image:none;top:11.375rem;left:27.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:block; }
#uVS1F4K2ZJyuq06JC0gdAa9O8F61ywxo { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:7;background-color:rgba(0,0,0,0);background-image:none;top:11.59375rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:none; }
#wh89Qqh2IFxlMdlWxZQneJO6TLuBqeP5 { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:7;background-color:rgba(0,0,0,0);background-image:none;top:11.59375rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:none; }
#pquepMZTvevVSxvZdCl3WRtRWH8yw1mJ { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:2;background-color:rgba(0,0,0,0);background-image:none;top:11.375rem;left:53.46875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:block; }
#g2ZK4XdIlCnzJaGgtJo5GEbOpnNO2pDw { 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:14.375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.0625rem;left:55.90625rem;display:block; }
#xNxzD1WMAdrn2om6nJwrBVDSoC3sqKp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3dVQSTb5W8S5SRBDN78oM1To2iTAvpA { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:6;background-color:rgba(0,0,0,0.3);background-image:none;top:13.474609375rem;left:57.46875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#yLnUmEfZxb587OPr8uMM8Q4fETnsOT31 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:14.125rem;left:53.5rem;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; }
#ziAflX3FuKlmtRlClAwW5yMN6zhl398R { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:18.9990234375rem;left:53.5rem;height:2.69970625rem;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; }
#OaIfC9k3CbR7T5WVVCaEeT6nhGTTmK1l { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:21.69873046875rem;left:53.5rem;height:1.94970625rem;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; }
#qC6ONTfOKBB7MT7BBx9tBpJpqyZqfA6l { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:23.625rem;left:53.46875rem;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; }
#g34W1VXhLSypDQQbdX46LESoev2nTbx2 { box-sizing:content-box;height:23.5625rem;width:19.125rem;position:absolute;display:block;z-index:7;background-color:rgba(0,0,0,0);background-image:none;top:11.59375rem;left:2.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);box-shadow: none;display:none; }
#XpBt5kccZRax6DaCtymc0B8VcSIKmuVg { box-sizing:content-box;height:3.25rem;width:11.25rem;position:absolute;display:block;z-index:4;background-color:rgba(0,0,0,0.3);background-image:none;top:13.5rem;left:6.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
#HThPxQ5W66TVzpnpfh4WSBESxw9EQgTw { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.26220703125rem;left:27.90625rem;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:center;text-align-last:center;display:none; }
#LEwfxoXuKSlWlwT3MgS4JJyyzJIbykVC { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:23.625rem;left:2.125rem;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; }
#O13nIDTwPlhKpJFvTSF5UptoP4N61pB7 { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:21.26220703125rem;left:2.125rem;height:1.94970625rem;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; }
#GB6vzvMGadFKTHI4OpWGuNDmzK5DRuzx { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.69921875rem;left:2.1875rem;height:1.94970625rem;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; }
#n3Q2T4EKP5rFVdpBmXiyn44ARN2bL535 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:23.5859375rem;left:27.84375rem;height:2.69970625rem;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; }
#CwQrpNPVIKEyZUMczeaT1qibq97PHeF2 { color:#ffaa00;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:21.63671875rem;left:27.90625rem;height:1.94970625rem;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; }
#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192434;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { background-color: transparent; background-image: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .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); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { border-width: 0; border-radius: 0; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { 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; }
#XGvLX0fOlAxO5GRiGqaswobeJW1ZTX3M { 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; }
#BBtIAHXrfZWXQMEISlZN40dQZlkaIcy3 { 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.375rem;left:27rem;overflow:hidden;display:block; }
#ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { 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.5rem;left:34.5625rem;overflow:hidden;display:block; }
#ZMBuE0ZNq68Jy4qUhhTgiusF876tzNAu { 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.5rem;left:42.125rem;overflow:hidden;display:block; }
#ng2sRQDdRVCKsP8OTreElRqfT18KUoeP { 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; }
#UiThDyguGWaMRJ9lZfW47OPt2Vf6npu8 { 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; }
#QN1MBq5apTM4F90nQySi6V3oT5Q57CvR { 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; }
#C1JfEbvqzgWNQXrXr4ao36wODpBtus0u { 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; }
#qgRLWPyOEZvvAaLDxniGRqs8dyeTdG0x { 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; }
#kSwu5dhSyvPCgiOTuvQfw6L0ywUDE9qo { 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; }
#wbpTHnqxJJeTcKdDcVHe3eR8nFUHduyL { 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; }
#IlALccOvHckNP0u4CyL0zlQuRMoB1ex2 { 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; }
#To35EIguQr2f7MbPXSIn9TUCWwaQ5NAq { 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; }
#feTeSkyFcKgffhs9yMioeGGfBrEE93Lc { 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; }
#dfXOVdPGo8xT7estltbPLAWSROGmxd4H { 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; }
#BU76W6Mht8DL5EKQNsWw85TiqkJQVAQ4 { 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; }
#Tt6GgUpBAsiytyTVhya7TTRGs6nVwcOH { 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; }
#AsO5NWKVRvgCSxxvHOAFtsmoqkz2x8QD { 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; }
#yd5ayTve6BkWN6IQKLw4Mt06gRtdgZQb { 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; }
#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:66.8125rem;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; }
#HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { color:#000000;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.375rem;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; }
#XGFQ57nyyyUxpfcfE5ww0GyKMHhnhZic { position:absolute;display:block;z-index:6;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:56.25rem;top:11.125rem;left:9.375rem;overflow:hidden;display:block; }
#RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:55.78125rem;left:10.5625rem;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; }
#imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:55.78125rem;left:28.78125rem;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; }
#vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:55.78125rem;left:48.59375rem;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; }
#rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:59.78125rem;left:11.40625rem;height:3.1494125rem;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; }
#K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:59.78076171875rem;left:29.53125rem;height:3.1494125rem;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; }
#UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:59.78076171875rem;left:49.34375rem;height:3.1494125rem;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; }
#zpGgeE7eTlA6TZEvH308S2V1BQtvMWMm { 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; }
#ZkKIa5kczdpG7hwHyLxrg782dXsGE5Jm { 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; }
#PkPZCHUbtQ20EeqiwCmxtRFFcyrQ87xQ { 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; }
#poq1zwUPuOMnwX8rRntU8KgAxMQkLReH { 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; }
#F5fv9uvQrTH7dRtpMKhFafOT1MUFPHR4 { 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; }
#O64ONcZDdVl6qqXuVVyf4dG5VrQ3HKw4 { 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; }
#UgyOGNsmBabvQaXqsIyeZSJ37twzNgLA { 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; }
#NkVTzueRe03eWW7eLAC3JciIbTymThKT { 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:2.6875rem;width:1.25rem;top:52.125rem;left:16.65625rem;overflow:hidden;display:none; }
#H9nV1D0w0tZgogudQsZXcucbRTPq0ET8 { 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:2.6875rem;width:1.25rem;top:52.125rem;left:16.65625rem;overflow:hidden;display:none; }
#FZQWIiKncdFK8wsDKtqmvMVhelpfohzt { 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:2.6875rem;width:1.25rem;top:52.125rem;left:16.65625rem;overflow:hidden;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:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kvSV4PyGVdDSRxFwxsmXnB0GqGn1kE02 { color:#192434;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:4.5rem;left:5.34375rem;height:2.25rem;display:none; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:#283548;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .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; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-heading-text { display:block;position:relative;width:100%;font-family:inter;font-weight:400;font-size:1.125rem;color:#ffffff;height:auto;font-style:normal; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:#ffffff;height:auto;line-height:1.4;overflow:hidden; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-trigger.adaptive-delivery-prevent-bg, #ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-trigger.lazyload, #ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-trigger.lazyloading { background-image: none; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw { box-sizing:content-box;height:auto;width:64.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.4375rem;left:4.0625rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ViKBrx80N09rysAA6evbcX6tfwpegQaw #CQkUh8f9eCICEEpzVRgTaQudQgVqEPcV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #w56GcgUMJbkfMdyhGSbXtTRg8LXqV5R7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #lulTZ48HTuaWTDd7nXttMIvr2WxzUTO3 { display:block;position:relative; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #TH8vVkpei9LkvTpmOenp8xi3SO4l7sVo {  }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #brPR6CsqcbWtLO7bEPTT2N4wQC9qfhXo {  }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #vBIViuTPC5aEf4VtGLXoBgdNKZ6NEebA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #ApClu8pdKa3GdzmRGGs5trGi3i5gDMSy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #u7cz77Dg6nCMJbh0ArGamvbAwWkym9fO { display:block;position:relative; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #oeS7sQklXlamckgTTdZ7TERaIr9M8StE {  }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #yQ7G4D74mnA5vORLgg3uLHW09vMUgHQe { display:none; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #BADwVaRM5qGhadB9acekUMgHQXQNt1hd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #wyJWgXQLov8xzx6hh708Br2Nvob87hma { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #pWsSmFwn27wv5JNsro5TlNSPgufNiNdt { display:block;position:relative; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #hJ6AS7ug0RTm3owJb6CuVMf1XyF4HD2w {  }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #iTzvCKDKqguAQcxebKFlht2zQoNkr0bH { display:none; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #DXK14S90biFB31JBLTn3PzoW9ho1Tpk8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #CbmtRKEJRWpgqZDiAeWksLTV9zJ7Msfc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #inSP6hUgi5C0oatkFmeziRV7x3Dl6Bma { display:block;position:relative; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #kg4B0oDpyOdMWs16qAxzt1kb3VATHyc7 {  }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #VqEvCTWTiVJ53ZaF9KeTzS8GIVfr2h1k { display:none; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #VBdBx0Er1qJHMguNN1p5oTCRCldB5Ek6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #XqigffrqUEG0fTFAvwwQsWzEpBombBvt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #qyH1s6O2da6gZT1VTTDauUPXBZs5miit { display:block;position:relative; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #pxKw6c9wJPSqL27xoBTKDAqcQtqe9Nw1 {  }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw #UuGvxh2JSSPMSokb1cFrwrnDWsAeqRMN { display:none; }
#mnmuiFS4bKbn6msUhJlKhgpVpOqeLtfX { color:#192434;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:3.25rem;left:5.5rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T { position:relative;display:block; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T { background-color: transparent; background-image: none; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container > .video-iframe-container { display: none; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row > .video-iframe-container { display: none; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .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); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T { border-width: 0; border-radius: 0; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .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; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;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; }#a3CiTXT1p0zU0COWNOLWHHu8gT5XpXTx { 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; }
#dsrnv61iaoDevs8e56svB1GDss8KcrMT { 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; }
#CtO9dLdvNLfAnTe93HRoiA2OzAXIVFSJ { color:rgba(0,0,0,0.5);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#dsOq3XVB721Avq7BUaknPV2UhoEPr43y { color:#192434;display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:0.75rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;display:none; }
#uyd4S1grMh8auNvgK1OJAmi1nJxTxVRG { color:#192434;display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:0.9375rem;left:0rem;height:1.13720625rem;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) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { top:4.3125rem;left:0rem;width:6.875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { top:4.4375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { top:30.6875rem;left:0rem;width:37.4375rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { top:35.9375rem;left:0rem;width:19.8125rem;height:4.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { top:14.1875rem;left:0rem;width:30rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5zFAVu4kIIDNmikzLU3ymtqE8lhaS40 { top:44.5rem;left:29.9375rem;width:17.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFfD2vgdbH03lv3Cn3etoR2ISZ8vHsE { top:49.375rem;left:29.875rem;width:17.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beIRhilUKofK1vLCCLVUEG4yBwivz80H { top:44.5rem;left:15rem;width:17.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT553bQSwzTbdlLRPRmw816nv0PsAH7B { top:49.375rem;left:14.9375rem;width:17.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgKM2HuVPzB9sOcxpUOyzMsQL9i5Xcw { top:45.9375rem;left:22.75rem;width:2.25rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPi7CTQDH1lnJZfZgqTQ3dFd1qX5QHIL { top:46.1875rem;left:42.09375rem;width:2.25rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvPGoGRlWiO8O1hodWzzHz890cJAVk2k { top:44.5rem;left:0rem;width:17.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTp7LrTTNeQdQ8VvdDMulFtqAmKOnLTG { top:49.375rem;left:0rem;width:17.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXgEdssBpJ6pxBSVmfNFMmPsHdKMKyh { top:46.3125rem;left:3.375rem;width:2.25rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIbL73abxT2q9tQXk5gkgpQrpie8XODh { top:36.0625rem;left:0rem;width:19.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { top:35.625rem;left:0rem;width:20rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG93sJCcTsCZTRleBGWUuIIG4PrPmnG1 { top:14.75rem;left:0rem;width:18.75rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW { display:none; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w2Nxtc14yOhu573zLcJmcvXhrppDXoCS { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrqSO3uUl4fx2cul8wKGA8ykpp8FepWw { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0mtKG4gePaTBH8XMiC9KKcgA8rozsdg { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtwJqWepnxesSEvyemknMIrZFJgDHoTp { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #nshnzsEMLntEToc2XAadBNVEydcmwKyO { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvV3if6WiNERi26tGB6ZzN1b7y2RchyL { width:47.75rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMtocyrnqsBlwxggizrl4Rhd01BTKvgg { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvJVAxZ4XXvLe3K4GpirUn7Dt1oXoFEz { top:5.625rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #geQoVAsNI9UqbKJE80WbCsMr89C4M37g { top:7.8125rem;left:0rem;width:38.625rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5gl6eZTHxhp55HhBIBEVC5zEtUJgONo { top:13.5rem;left:0rem;width:31.4375rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD0vDB2vqzIiAzBHIDG2KbMimQAo1J6e { top:22.625rem;left:0rem;width:11.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT4P6SNXhKT4yQL94N28Xppn2hCIubp7 { top:25.9375rem;left:0rem;width:18.8125rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATSqGy0h0qIVf0NhOAm1XnICg06fp7C { top:25.9375rem;left:4.75rem;width:30.4375rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNT5yaIJMvyrelnW7eTl1IcdObgff6J { top:3.5625rem;left:13.375rem;width:34.375rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6L12HysTWcn2v0r9GONzNvD2sZBriVM { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEf2KrVuiXQ4B1rcgM1Msda2nhMO7DOd { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKIc3ErhZAtOnU3e8eIHlDuH9JT2EsHE { top:15.3125rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw9xvG46B3BcH9iif2CGOcCB4AE7QKPJ { top:24.875rem;left:0rem;width:9.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGNBTocbFp93UmNJCaaBq26XCqfuOrw8 { top:44.0625rem;left:0rem;width:3.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0UquFXo40ocLG6yTFFnThldpVS6QxTu { top:44.1875rem;left:44.75rem;width:3rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ht6uz2hHc1lkXDzkdVvf1R4X3ucZLimg { top:44rem;left:31.84375rem;width:3.125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { display:none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zZcG9swxpTnATCqGXVaRvMewCuArQQtT { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { width:47.75rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuTTCJIwLcFkJgPvfBllucnN9CToJqxB { top:2.5rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcPZFXpxwU8On2wMTPV1q0okAbtIgS0Q { top:6.3125rem;left:0rem;width:32.3125rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm88ty90X9M5on1CJKKWnGHNmfIlZtQP { top:15.3125rem;left:0rem;width:37.0625rem;height:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iueP2KQBRblGnwTAfGyvgCZzlZF7nB49 { top:28.3125rem;left:0rem;width:31.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9btFOGVteOgI7RUWExxIvpMwOLZHoma { top:31.625rem;left:0rem;width:21.125rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsJaIlBOqsHJiMoVJgm4tJ3CUaPmQyeK { top:31.625rem;left:7.875rem;width:30.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKLZ19BP2N2gStOMbn0KzX6xLhvfI3oh { top:3.75rem;left:13.375rem;width:34.375rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHWKVNPvNAviG2OA2HqsxNirWCzLhk2 { top:8.9375rem;left:0rem;width:18.8125rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiesgcwbkXqfXbP2UvOmZKSAcfb1ccJy { top:20.5625rem;left:0rem;width:18.625rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BExIE7VE6TmGOydUQy1hyznoZ3fzxkzw { top:24.9375rem;left:0rem;width:16.5rem;height:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZeuRZTKTK9a986mIHw1aFPzUPDKuObM { top:24.9375rem;left:3.0625rem;width:3.3125rem;height:8.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNoiOSMUp2bBamDTwkTx33583KuQ8CDZ { top:5.6875rem;left:43.625rem;width:3.6875rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbkNRO0UMMqduz6rpUQvv9iLfc64HvE8 { width:18.5625rem;height:3.5rem;top:33.6875rem;left:14.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbkDqzipGhOHMD38P0FCDKsPDcTCKsLg { display:block; }
 }@media only screen and (max-width: 763px) { #qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR { display:block; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glMZvcQnpEbnHsyUVsfyixCmTDwgK7UP { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs01TtyRPKiGtdKJST3UUJ2JePC5nhnf { top:2.8125rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eObBHDh6lX92PcestE7txQyZhMoETuTH { top:18.9375rem;left:0rem;width:19.1875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Dy07LtSZxVRmyyv8l6UAnmowyBOUJN { top:19.125rem;left:14.21875rem;width:19.3125rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW4DfQTwH06yAuFwVAZTnryy1ZHeXPr7 { top:21.25rem;left:0rem;width:19.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qfmheNxWRAZN4Q6Q2rTGtOdg8akkXT { top:14.125rem;left:0rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu9xE3azKgv3TahpS6XbOAh5QvQKrrVu { top:14.125rem;left:14.3125rem;width:19.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf5HGEQGKdbTOJZr0ritQz6OslM4DXXU { top:13.5rem;left:0rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrU6ZHLlGFu89IrE4AKMvUFRxAKXSANJ { top:13.5rem;left:18.3125rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUrKVUbP7cVC9w9B0mENm9fyIWphubIb { width:14.375rem;height:3.75rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLOnUEAtE5c2KioxFklPPU4qn2lq0xZo { display:block; }
 }@media only screen and (max-width: 763px) { #U7vITINvWeSIdWhgmIwwBo0eUosvmtND { width:14.375rem;height:3.75rem;top:29rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHRuFETyb9y2JfLtIAG3Ny7U9Gp4XURL { display:block; }
 }@media only screen and (max-width: 763px) { #aVuESfKIIL6aZfeZ0WvqNeQckyqA9Luv { top:11.375rem;left:0rem;width:19.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QANN87pqbWNugCMU9M9f12wnaIvVHTyS { top:11.375rem;left:14.25rem;width:19.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVS1F4K2ZJyuq06JC0gdAa9O8F61ywxo { top:11.5625rem;left:0rem;width:19.125rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh89Qqh2IFxlMdlWxZQneJO6TLuBqeP5 { top:11.5625rem;left:0rem;width:19.125rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pquepMZTvevVSxvZdCl3WRtRWH8yw1mJ { top:11.375rem;left:28.5rem;width:19.125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ZK4XdIlCnzJaGgtJo5GEbOpnNO2pDw { width:14.375rem;height:3.75rem;top:29.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNxzD1WMAdrn2om6nJwrBVDSoC3sqKp7 { display:block; }
 }@media only screen and (max-width: 763px) { #R3dVQSTb5W8S5SRBDN78oM1To2iTAvpA { top:13.4375rem;left:36.5rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLnUmEfZxb587OPr8uMM8Q4fETnsOT31 { top:14.125rem;left:28.5rem;width:19.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziAflX3FuKlmtRlClAwW5yMN6zhl398R { top:18.9375rem;left:28.5625rem;width:19.1875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaIfC9k3CbR7T5WVVCaEeT6nhGTTmK1l { top:21.6875rem;left:28.5625rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6ONTfOKBB7MT7BBx9tBpJpqyZqfA6l { top:23.625rem;left:28.5rem;width:19.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g34W1VXhLSypDQQbdX46LESoev2nTbx2 { top:11.5625rem;left:0rem;width:19.125rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpBt5kccZRax6DaCtymc0B8VcSIKmuVg { top:13.5rem;left:0rem;width:11.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HThPxQ5W66TVzpnpfh4WSBESxw9EQgTw { top:21.25rem;left:14.28125rem;width:19.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEwfxoXuKSlWlwT3MgS4JJyyzJIbykVC { top:23.625rem;left:0rem;width:19.1875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13nIDTwPlhKpJFvTSF5UptoP4N61pB7 { top:21.25rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB6vzvMGadFKTHI4OpWGuNDmzK5DRuzx { top:21.6875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Q2T4EKP5rFVdpBmXiyn44ARN2bL535 { top:23.5625rem;left:14.21875rem;width:19.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQrpNPVIKEyZUMczeaT1qibq97PHeF2 { top:21.625rem;left:14.28125rem;width:19.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { display:block; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { top:5.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvLX0fOlAxO5GRiGqaswobeJW1ZTX3M { top:13.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBtIAHXrfZWXQMEISlZN40dQZlkaIcy3 { top:20.375rem;left:13.375rem;width:6.25rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { top:20.5rem;left:20.9375rem;width:6.25rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMBuE0ZNq68Jy4qUhhTgiusF876tzNAu { top:20.5rem;left:28.5rem;width:6.25rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng2sRQDdRVCKsP8OTreElRqfT18KUoeP { top:32.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiThDyguGWaMRJ9lZfW47OPt2Vf6npu8 { top:2.8125rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QN1MBq5apTM4F90nQySi6V3oT5Q57CvR { top:10.125rem;left:0rem;width:20rem;height:5.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1JfEbvqzgWNQXrXr4ao36wODpBtus0u { top:34.4375rem;left:0rem;width:20rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgRLWPyOEZvvAaLDxniGRqs8dyeTdG0x { top:27.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSwu5dhSyvPCgiOTuvQfw6L0ywUDE9qo { top:36.4375rem;left:16.0625rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpTHnqxJJeTcKdDcVHe3eR8nFUHduyL { top:36.4375rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlALccOvHckNP0u4CyL0zlQuRMoB1ex2 { top:36.4375rem;left:0rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To35EIguQr2f7MbPXSIn9TUCWwaQ5NAq { top:38.5625rem;left:3.0625rem;width:8.5rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #feTeSkyFcKgffhs9yMioeGGfBrEE93Lc { top:26.8125rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfXOVdPGo8xT7estltbPLAWSROGmxd4H { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BU76W6Mht8DL5EKQNsWw85TiqkJQVAQ4 { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt6GgUpBAsiytyTVhya7TTRGs6nVwcOH { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsO5NWKVRvgCSxxvHOAFtsmoqkz2x8QD { top:38.625rem;left:18.5625rem;width:10.625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd5ayTve6BkWN6IQKLw4Mt06gRtdgZQb { top:38.6875rem;left:34.1875rem;width:12.5rem;height:1.8125rem;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) { #HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { top:5.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFQ57nyyyUxpfcfE5ww0GyKMHhnhZic { top:11.125rem;left:0rem;width:47.75rem;height:36.926666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { top:55.75rem;left:0rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { top:55.75rem;left:15.15625rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { top:55.75rem;left:34.96875rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { top:59.75rem;left:0rem;width:11.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { top:59.75rem;left:15.90625rem;width:17.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { top:59.75rem;left:30.25rem;width:17.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpGgeE7eTlA6TZEvH308S2V1BQtvMWMm { top:2.1875rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkKIa5kczdpG7hwHyLxrg782dXsGE5Jm { top:10.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkPZCHUbtQ20EeqiwCmxtRFFcyrQ87xQ { top:32.875rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #poq1zwUPuOMnwX8rRntU8KgAxMQkLReH { top:59.125rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5fv9uvQrTH7dRtpMKhFafOT1MUFPHR4 { top:14.625rem;left:0rem;width:9.6875rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O64ONcZDdVl6qqXuVVyf4dG5VrQ3HKw4 { top:51.375rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgyOGNsmBabvQaXqsIyeZSJ37twzNgLA { top:91.3125rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkVTzueRe03eWW7eLAC3JciIbTymThKT { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9nV1D0w0tZgogudQsZXcucbRTPq0ET8 { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZQWIiKncdFK8wsDKtqmvMVhelpfohzt { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvSV4PyGVdDSRxFwxsmXnB0GqGn1kE02 { top:4.25rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw { display:flex;height:auto;width:27.8125rem;top:2.5625rem;left:1.96875rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #CQkUh8f9eCICEEpzVRgTaQudQgVqEPcV {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #w56GcgUMJbkfMdyhGSbXtTRg8LXqV5R7 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #lulTZ48HTuaWTDd7nXttMIvr2WxzUTO3 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #TH8vVkpei9LkvTpmOenp8xi3SO4l7sVo {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #brPR6CsqcbWtLO7bEPTT2N4wQC9qfhXo {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #vBIViuTPC5aEf4VtGLXoBgdNKZ6NEebA {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #ApClu8pdKa3GdzmRGGs5trGi3i5gDMSy {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #u7cz77Dg6nCMJbh0ArGamvbAwWkym9fO {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #oeS7sQklXlamckgTTdZ7TERaIr9M8StE {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #yQ7G4D74mnA5vORLgg3uLHW09vMUgHQe {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #BADwVaRM5qGhadB9acekUMgHQXQNt1hd {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #wyJWgXQLov8xzx6hh708Br2Nvob87hma {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #pWsSmFwn27wv5JNsro5TlNSPgufNiNdt {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #hJ6AS7ug0RTm3owJb6CuVMf1XyF4HD2w {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #iTzvCKDKqguAQcxebKFlht2zQoNkr0bH {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #DXK14S90biFB31JBLTn3PzoW9ho1Tpk8 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #CbmtRKEJRWpgqZDiAeWksLTV9zJ7Msfc {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #inSP6hUgi5C0oatkFmeziRV7x3Dl6Bma {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #kg4B0oDpyOdMWs16qAxzt1kb3VATHyc7 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #VqEvCTWTiVJ53ZaF9KeTzS8GIVfr2h1k {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #VBdBx0Er1qJHMguNN1p5oTCRCldB5Ek6 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #XqigffrqUEG0fTFAvwwQsWzEpBombBvt {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #qyH1s6O2da6gZT1VTTDauUPXBZs5miit {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #pxKw6c9wJPSqL27xoBTKDAqcQtqe9Nw1 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #UuGvxh2JSSPMSokb1cFrwrnDWsAeqRMN {  }
 }@media only screen and (max-width: 763px) { #mnmuiFS4bKbn6msUhJlKhgpVpOqeLtfX { top:3.25rem;left:0rem;width:13.625rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFEfQNi79VkW99IkR0nG1CBl9DPGh75T { display:block; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3CiTXT1p0zU0COWNOLWHHu8gT5XpXTx { top:2.9375rem;left:0rem;width:20rem;height:5.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsrnv61iaoDevs8e56svB1GDss8KcrMT { top:1.0625rem;left:0rem;width:20rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtO9dLdvNLfAnTe93HRoiA2OzAXIVFSJ { top:3.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOq3XVB721Avq7BUaknPV2UhoEPr43y { top:0.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyd4S1grMh8auNvgK1OJAmi1nJxTxVRG { top:0.9375rem;left:0rem;width:47.75rem;height:1.125rem;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/7f0a27df-0171-46d2-b043-6b8026c1dd56/winboostermobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { width:4.375rem;height:4.375rem;top:3.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { width:6.875rem;height:6.875rem;top:48.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { width:20rem;height:0;top:24.25rem;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) { #Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { width:19.8125rem;height:4.4619125rem;top:35.9375rem;left:0.0625rem;font-size:1.0625rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15011;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { width:7.25rem;height:3.5625rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5zFAVu4kIIDNmikzLU3ymtqE8lhaS40 { width:17.8125rem;height:9.375rem;top:44.5rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSFfD2vgdbH03lv3Cn3etoR2ISZ8vHsE { width:17.875rem;height:auto;top:49.375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #beIRhilUKofK1vLCCLVUEG4yBwivz80H { width:17.8125rem;height:9.375rem;top:44.5rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT553bQSwzTbdlLRPRmw816nv0PsAH7B { width:17.875rem;height:auto;top:49.375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oTgKM2HuVPzB9sOcxpUOyzMsQL9i5Xcw { width:2.25rem;height:2.5rem;top:3.4375rem;left:14.09375rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hPi7CTQDH1lnJZfZgqTQ3dFd1qX5QHIL { width:2rem;height:2.375rem;top:3.40625rem;left:3.875rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lvPGoGRlWiO8O1hodWzzHz890cJAVk2k { width:17.8125rem;height:9.375rem;top:44.5rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTp7LrTTNeQdQ8VvdDMulFtqAmKOnLTG { width:17.875rem;height:auto;top:49.375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RIXgEdssBpJ6pxBSVmfNFMmPsHdKMKyh { width:2.25rem;height:2.375rem;top:11.28125rem;left:14.09375rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cIbL73abxT2q9tQXk5gkgpQrpie8XODh { width:19.0625rem;height:auto;top:36.0625rem;left:0.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { width:20rem;height:0;top:35.65625rem;left:0rem;font-size:1.25rem;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:none; }
 }@media only screen and (max-width: 763px) { #FG93sJCcTsCZTRleBGWUuIIG4PrPmnG1 { width:20rem;height:9.875rem;top:24.8125rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW { background-color:#0a18f7;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; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { border-width: 0; border-radius: 0; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7n2cb2ZIl3AMv0D95430NJRZ7UJTxSW > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w2Nxtc14yOhu573zLcJmcvXhrppDXoCS { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #wrqSO3uUl4fx2cul8wKGA8ykpp8FepWw { 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) { #e0mtKG4gePaTBH8XMiC9KKcgA8rozsdg { 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) { #vtwJqWepnxesSEvyemknMIrZFJgDHoTp { 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) { #nshnzsEMLntEToc2XAadBNVEydcmwKyO { 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) { #zvV3if6WiNERi26tGB6ZzN1b7y2RchyL { top:3.8125rem;left:0rem;width:16.375rem;height:4.0625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qMtocyrnqsBlwxggizrl4Rhd01BTKvgg { width:12.5rem;height:8.125rem;top:1.412109375rem;left:3.75rem;z-index:14999;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:none; }
 }@media only screen and (max-width: 763px) { #ZvJVAxZ4XXvLe3K4GpirUn7Dt1oXoFEz { width:9.6875rem;height:0;top:5.875rem;left:5.1875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15013;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #geQoVAsNI9UqbKJE80WbCsMr89C4M37g { width:20rem;height:auto;top:7.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #u5gl6eZTHxhp55HhBIBEVC5zEtUJgONo { width:20rem;height:auto;top:13.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rD0vDB2vqzIiAzBHIDG2KbMimQAo1J6e { width:11.1875rem;height:auto;top:22.625rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TT4P6SNXhKT4yQL94N28Xppn2hCIubp7 { width:18.8125rem;height:auto;top:25.9375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LATSqGy0h0qIVf0NhOAm1XnICg06fp7C { width:20rem;height:auto;top:25.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NHNT5yaIJMvyrelnW7eTl1IcdObgff6J { width:20rem;height:22.218181818182rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6L12HysTWcn2v0r9GONzNvD2sZBriVM { width:12.5rem;height:8.125rem;top:11rem;left:3.75rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aEf2KrVuiXQ4B1rcgM1Msda2nhMO7DOd { width:12.5rem;height:8.125rem;top:20.5625rem;left:3.75rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TKIc3ErhZAtOnU3e8eIHlDuH9JT2EsHE { width:9.625rem;height:0;top:15.5625rem;left:5.1875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15014;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #xw9xvG46B3BcH9iif2CGOcCB4AE7QKPJ { width:9.625rem;height:0;top:25.125rem;left:5.1875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #SGNBTocbFp93UmNJCaaBq26XCqfuOrw8 { width:2.25rem;height:2.375rem;top:3.125rem;left:8.9375rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #I0UquFXo40ocLG6yTFFnThldpVS6QxTu { width:2rem;height:2.375rem;top:22.1875rem;left:9rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ht6uz2hHc1lkXDzkdVvf1R4X3ucZLimg { width:2.25rem;height:2.5rem;top:12.625rem;left:8.9375rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { 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; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .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); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcG9swxpTnATCqGXVaRvMewCuArQQtT { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { 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) { #NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { 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) { #hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { 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) { #vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { 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) { #OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { top:3.8125rem;left:0rem;width:16.375rem;height:4.0625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CuTTCJIwLcFkJgPvfBllucnN9CToJqxB { width:20rem;height:5.0234375rem;top:2.5rem;left:0rem;font-size:1.75rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15014;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) { #JcPZFXpxwU8On2wMTPV1q0okAbtIgS0Q { width:20rem;height:auto;top:6.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Pm88ty90X9M5on1CJKKWnGHNmfIlZtQP { width:20rem;height:auto;top:15.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iueP2KQBRblGnwTAfGyvgCZzlZF7nB49 { width:20rem;height:auto;top:28.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #b9btFOGVteOgI7RUWExxIvpMwOLZHoma { width:20rem;height:auto;top:31.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XsJaIlBOqsHJiMoVJgm4tJ3CUaPmQyeK { width:20rem;height:auto;top:31.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uKLZ19BP2N2gStOMbn0KzX6xLhvfI3oh { width:20rem;height:22.072727272727rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlHWKVNPvNAviG2OA2HqsxNirWCzLhk2 { width:18.8125rem;height:9.0986125rem;top:8.96875rem;left:0.6875rem;font-size:1rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15014;text-align:left;text-align-last:left;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #PiesgcwbkXqfXbP2UvOmZKSAcfb1ccJy { width:18.625rem;height:2.4375rem;top:21.46875rem;left:0.625rem;font-size:0.9375rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15015;text-align:left;text-align-last:left;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #BExIE7VE6TmGOydUQy1hyznoZ3fzxkzw { width:16.5rem;height:8.75rem;top:24.96875rem;left:0.5625rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15016;text-align:left;text-align-last:left;line-height:2;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #wZeuRZTKTK9a986mIHw1aFPzUPDKuObM { width:3.3125rem;height:8.75rem;top:24.96875rem;left:16.6875rem;font-size:0.875rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;line-height:2;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #hNoiOSMUp2bBamDTwkTx33583KuQ8CDZ { width:19.3125rem;height:21.3125rem;top:34.28125rem;left:0.3125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cbkNRO0UMMqduz6rpUQvv9iLfc64HvE8 { width:20rem;height:3.5rem;top:58.28125rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VbkDqzipGhOHMD38P0FCDKsPDcTCKsLg { display:block; }
 }@media only screen and (max-width: 763px) { #qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/f8aff6e3-cf2e-49d9-8472-e1f1a48e2d59/bglogomobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR.adaptive-delivery-prevent-bg, #qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR.lazyload, #qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR.lazyloading { background-image: none; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row .container { border-width: 0; border-radius: 0; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXbDekxsOHgqtaznGFrsQ7GrZ96PFLrR > .row .container { width:20rem;height:74.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #glMZvcQnpEbnHsyUVsfyixCmTDwgK7UP { 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) { #Rs01TtyRPKiGtdKJST3UUJ2JePC5nhnf { 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) { #eObBHDh6lX92PcestE7txQyZhMoETuTH { width:20rem;height:2.3999rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2Dy07LtSZxVRmyyv8l6UAnmowyBOUJN { width:20rem;height:2.3999rem;top:36.9873046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW4DfQTwH06yAuFwVAZTnryy1ZHeXPr7 { width:20rem;height:0;top:18.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4qfmheNxWRAZN4Q6Q2rTGtOdg8akkXT { width:20rem;height:1.5rem;top:12.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wu9xE3azKgv3TahpS6XbOAh5QvQKrrVu { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nf5HGEQGKdbTOJZr0ritQz6OslM4DXXU { width:8.75rem;height:3.125rem;top:11.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrU6ZHLlGFu89IrE4AKMvUFRxAKXSANJ { width:8.75rem;height:3.125rem;top:32.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUrKVUbP7cVC9w9B0mENm9fyIWphubIb { width:14.375rem;height:3.75rem;top:23.4375rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLOnUEAtE5c2KioxFklPPU4qn2lq0xZo { display:block; }
 }@media only screen and (max-width: 763px) { #U7vITINvWeSIdWhgmIwwBo0eUosvmtND { width:14.375rem;height:3.75rem;top:44.4375rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHRuFETyb9y2JfLtIAG3Ny7U9Gp4XURL { display:block; }
 }@media only screen and (max-width: 763px) { #aVuESfKIIL6aZfeZ0WvqNeQckyqA9Luv { width:20rem;height:23.5625rem;top:71.54833984375rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #QANN87pqbWNugCMU9M9f12wnaIvVHTyS { width:19.125rem;height:23.5625rem;top:100.36083828125rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVS1F4K2ZJyuq06JC0gdAa9O8F61ywxo { width:20rem;height:18.75rem;top:10.1875rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);z-index:2;display:block; }
 }@media only screen and (max-width: 763px) { #wh89Qqh2IFxlMdlWxZQneJO6TLuBqeP5 { width:20rem;height:18.75rem;top:30.9375rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);z-index:3;display:block; }
 }@media only screen and (max-width: 763px) { #pquepMZTvevVSxvZdCl3WRtRWH8yw1mJ { width:19.125rem;height:23.5625rem;top:11.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2ZK4XdIlCnzJaGgtJo5GEbOpnNO2pDw { width:14.375rem;height:3.75rem;top:65.125rem;left:2.8125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNxzD1WMAdrn2om6nJwrBVDSoC3sqKp7 { display:block; }
 }@media only screen and (max-width: 763px) { #R3dVQSTb5W8S5SRBDN78oM1To2iTAvpA { width:11.25rem;height:3.25rem;top:13.4375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLnUmEfZxb587OPr8uMM8Q4fETnsOT31 { width:20rem;height:1.5rem;top:54.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziAflX3FuKlmtRlClAwW5yMN6zhl398R { width:20rem;height:2.3999rem;top:57.5380859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OaIfC9k3CbR7T5WVVCaEeT6nhGTTmK1l { width:19.1875rem;height:1.5rem;top:59.875rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qC6ONTfOKBB7MT7BBx9tBpJpqyZqfA6l { width:20rem;height:2.3999rem;top:61.5rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g34W1VXhLSypDQQbdX46LESoev2nTbx2 { width:20rem;height:19.125rem;top:51.75rem;left:0rem;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);z-index:1;display:block; }
 }@media only screen and (max-width: 763px) { #XpBt5kccZRax6DaCtymc0B8VcSIKmuVg { width:8.75rem;height:3.125rem;top:53.4375rem;left:5.625rem;z-index:5;display:block; }
 }@media only screen and (max-width: 763px) { #HThPxQ5W66TVzpnpfh4WSBESxw9EQgTw { width:19.1875rem;height:1.5rem;top:39.2744140625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LEwfxoXuKSlWlwT3MgS4JJyyzJIbykVC { width:19.1875rem;height:2.3999rem;top:20.02392578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O13nIDTwPlhKpJFvTSF5UptoP4N61pB7 { width:19.1875rem;height:0;top:72.375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GB6vzvMGadFKTHI4OpWGuNDmzK5DRuzx { width:19.1875rem;height:1.5rem;top:18.39892578125rem;left:0.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3Q2T4EKP5rFVdpBmXiyn44ARN2bL535 { width:19.3125rem;height:2.3999rem;top:40.82421875rem;left:0.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwQrpNPVIKEyZUMczeaT1qibq97PHeF2 { width:19.1875rem;height:1.5rem;top:39.32421875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { background-color: transparent; background-image: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .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); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { border-width: 0; border-radius: 0; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { 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) { #XGvLX0fOlAxO5GRiGqaswobeJW1ZTX3M { 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) { #BBtIAHXrfZWXQMEISlZN40dQZlkaIcy3 { width:5rem;height:4.875rem;top:18.74267578125rem;left:1.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { width:5rem;height:4.8125rem;top:18.83642578125rem;left:7.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZMBuE0ZNq68Jy4qUhhTgiusF876tzNAu { width:5rem;height:4.75rem;top:18.83642578125rem;left:13.375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ng2sRQDdRVCKsP8OTreElRqfT18KUoeP { 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) { #UiThDyguGWaMRJ9lZfW47OPt2Vf6npu8 { width:20rem;height:5.0234375rem;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) { #QN1MBq5apTM4F90nQySi6V3oT5Q57CvR { 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) { #C1JfEbvqzgWNQXrXr4ao36wODpBtus0u { 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) { #qgRLWPyOEZvvAaLDxniGRqs8dyeTdG0x { 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) { #kSwu5dhSyvPCgiOTuvQfw6L0ywUDE9qo { width:15.625rem;height:6.25rem;top:36.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbpTHnqxJJeTcKdDcVHe3eR8nFUHduyL { width:15.625rem;height:6.25rem;top:36.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlALccOvHckNP0u4CyL0zlQuRMoB1ex2 { width:15.625rem;height:6.25rem;top:36.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #To35EIguQr2f7MbPXSIn9TUCWwaQ5NAq { 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) { #feTeSkyFcKgffhs9yMioeGGfBrEE93Lc { width:18.6875rem;height:1.3125rem;top:24.49267578125rem;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) { #dfXOVdPGo8xT7estltbPLAWSROGmxd4H { 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) { #BU76W6Mht8DL5EKQNsWw85TiqkJQVAQ4 { 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) { #Tt6GgUpBAsiytyTVhya7TTRGs6nVwcOH { 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) { #AsO5NWKVRvgCSxxvHOAFtsmoqkz2x8QD { 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) { #yd5ayTve6BkWN6IQKLw4Mt06gRtdgZQb { 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) { #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:126.75rem;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) { #HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { width:20rem;height:auto;top:5.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XGFQ57nyyyUxpfcfE5ww0GyKMHhnhZic { width:20rem;height:15.466666666667rem;top:11.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { width:5.4375rem;height:auto;top:55.75rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { width:5.4375rem;height:auto;top:55.75rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { width:5.4375rem;height:auto;top:55.75rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { width:11.1875rem;height:auto;top:59.75rem;left:4.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { width:17.5rem;height:auto;top:59.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { width:17.5rem;height:auto;top:59.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zpGgeE7eTlA6TZEvH308S2V1BQtvMWMm { width:20rem;height:5.0234375rem;top:2.1875rem;left:0rem;font-size:1.75rem;color:rgba(0,0,0,0.8);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) { #ZkKIa5kczdpG7hwHyLxrg782dXsGE5Jm { width:20rem;height:3.0371125rem;top:9.3125rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15016;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) { #PkPZCHUbtQ20EeqiwCmxtRFFcyrQ87xQ { width:20rem;height:3.0371125rem;top:48.3125rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15017;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) { #poq1zwUPuOMnwX8rRntU8KgAxMQkLReH { width:20rem;height:3.0371125rem;top:88.375rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15018;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) { #F5fv9uvQrTH7dRtpMKhFafOT1MUFPHR4 { width:20rem;height:1.21875rem;top:12.349609375rem;left:0rem;font-size:0.9375rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15016;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #O64ONcZDdVl6qqXuVVyf4dG5VrQ3HKw4 { width:20rem;height:2.4375rem;top:51.412109375rem;left:0rem;font-size:0.9375rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #UgyOGNsmBabvQaXqsIyeZSJ37twzNgLA { width:20rem;height:1.21875rem;top:91.3125rem;left:0rem;font-size:0.9375rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;z-index:15018;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #NkVTzueRe03eWW7eLAC3JciIbTymThKT { width:13.75rem;height:29.5625rem;top:15.21875rem;left:3.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H9nV1D0w0tZgogudQsZXcucbRTPq0ET8 { width:13.75rem;height:29.5625rem;top:55.5rem;left:3.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZQWIiKncdFK8wsDKtqmvMVhelpfohzt { width:13.75rem;height:29.5625rem;top:93.9375rem;left:3.125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvSV4PyGVdDSRxFwxsmXnB0GqGn1kE02 { width:20rem;height:1.4624rem;top:2.1875rem;left:0rem;font-size:1.125rem;color:#192434;font-weight:400;font-style:normal;z-index:15014;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-heading-text { font-weight:400;font-style:normal;font-size:1rem;height:auto; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw { display:flex;height:auto;width:17.5rem;top:4.75rem;left:0rem; }
#ViKBrx80N09rysAA6evbcX6tfwpegQaw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #CQkUh8f9eCICEEpzVRgTaQudQgVqEPcV {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #w56GcgUMJbkfMdyhGSbXtTRg8LXqV5R7 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #lulTZ48HTuaWTDd7nXttMIvr2WxzUTO3 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #TH8vVkpei9LkvTpmOenp8xi3SO4l7sVo {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #brPR6CsqcbWtLO7bEPTT2N4wQC9qfhXo {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #vBIViuTPC5aEf4VtGLXoBgdNKZ6NEebA {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #ApClu8pdKa3GdzmRGGs5trGi3i5gDMSy {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #u7cz77Dg6nCMJbh0ArGamvbAwWkym9fO {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #oeS7sQklXlamckgTTdZ7TERaIr9M8StE {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #yQ7G4D74mnA5vORLgg3uLHW09vMUgHQe {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #BADwVaRM5qGhadB9acekUMgHQXQNt1hd {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #wyJWgXQLov8xzx6hh708Br2Nvob87hma {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #pWsSmFwn27wv5JNsro5TlNSPgufNiNdt {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #hJ6AS7ug0RTm3owJb6CuVMf1XyF4HD2w {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #iTzvCKDKqguAQcxebKFlht2zQoNkr0bH {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #DXK14S90biFB31JBLTn3PzoW9ho1Tpk8 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #CbmtRKEJRWpgqZDiAeWksLTV9zJ7Msfc {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #inSP6hUgi5C0oatkFmeziRV7x3Dl6Bma {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #kg4B0oDpyOdMWs16qAxzt1kb3VATHyc7 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #VqEvCTWTiVJ53ZaF9KeTzS8GIVfr2h1k {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #VBdBx0Er1qJHMguNN1p5oTCRCldB5Ek6 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #XqigffrqUEG0fTFAvwwQsWzEpBombBvt {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #qyH1s6O2da6gZT1VTTDauUPXBZs5miit {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #pxKw6c9wJPSqL27xoBTKDAqcQtqe9Nw1 {  }
 }@media only screen and (max-width: 763px) { #ViKBrx80N09rysAA6evbcX6tfwpegQaw #UuGvxh2JSSPMSokb1cFrwrnDWsAeqRMN {  }
 }@media only screen and (max-width: 763px) { #mnmuiFS4bKbn6msUhJlKhgpVpOqeLtfX { width:13.625rem;height:auto;top:3.25rem;left:3.1875rem;font-size:1.125rem;color:#192434;font-weight:300;font-style:normal;z-index:15013;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #KFEfQNi79VkW99IkR0nG1CBl9DPGh75T { 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; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container { background-color: transparent; background-image: none; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container > .video-iframe-container { display: none; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row > .video-iframe-container { display: none; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .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); }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container { border-width: 0; border-radius: 0; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFEfQNi79VkW99IkR0nG1CBl9DPGh75T > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3CiTXT1p0zU0COWNOLWHHu8gT5XpXTx { width:20rem;height:5.2783125rem;top:5.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15003;color:rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #dsrnv61iaoDevs8e56svB1GDss8KcrMT { width:20rem;height:3.41015625rem;top:1.0625rem;left:0rem;font-size:0.8125rem;z-index:15006;line-height:1.4;color:#192434;display:block; }
 }@media only screen and (max-width: 763px) { #CtO9dLdvNLfAnTe93HRoiA2OzAXIVFSJ { width:20rem;height:auto;top:3.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dsOq3XVB721Avq7BUaknPV2UhoEPr43y { width:14.375rem;height:0;top:4.25rem;left:3.125rem;font-size:0.8125rem;z-index:15002;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uyd4S1grMh8auNvgK1OJAmi1nJxTxVRG { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:none; }
 }