.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/3ff6158d-2abc-4181-b76b-f3f74f9281a5/superubdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:45.6875rem;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:32.9375rem;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:23rem;left:0rem;height:8.748375rem;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:3.375rem;width:28.75rem;top:18.0625rem;left:0rem;overflow:hidden;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; }
#E2VkonOz6PJL7Cw8BNezhiQgMNeItshD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#mMEDckaiqLJpTxUxzivbatuWVtET3tmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTetThdaFNXJFJpfxXuSNU4qaVUfJ47y { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:15.0625rem;display:block; }
#pMuS9vkwJNK9S25ZwMapIStEKoKuREsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9HNJpdTfgVtp3bCpiCd4b0fESKJLWU0 { 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:41.5rem;width:43.75rem;top:3.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#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:36.9375rem;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; }
#SknMdyZ6lgM7G800MaqBzWKM8QV5m4AD { box-sizing:content-box;height:15.625rem;width:21.25rem;position:absolute;display:block;z-index:1;background-color:#ffffff;background-image:none;top:17.75rem;left:3.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: 0rem 0.25rem 0.75rem rgba(0,0,0,0.16) ;display:block; }
#x9ycSc03qggOTpzSTy0gfb6Xer5q3Cid { box-sizing:content-box;height:15.625rem;width:21.25rem;position:absolute;display:block;z-index:4;background-color:#ffffff;background-image:none;top:17.75rem;left:26.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: 0rem 0.25rem 0.75rem rgba(0,0,0,0.16) ;display:block; }
#iPCIv3nwukkdcqRPQTi6NEDxUANHPJMX { box-sizing:content-box;height:15.625rem;width:21.25rem;position:absolute;display:block;z-index:5;background-color:#ffffff;background-image:none;top:17.75rem;left:50.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: 0rem 0.25rem 0.75rem rgba(0,0,0,0.16) ;display:block; }
#cQAPTRrRMHani8WHuM327Pc2qDioztKQ { 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:19.25rem;left:4.25rem;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; }
#cg1MCEHFUKaOpt4dlhe2WNKullpRSUgo { 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:18.8125rem;left:27.4375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfrxM21tzLcuXnTBEv9UleiTETQNau4r { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:18.8125rem;left:50.625rem;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; }
#F9O2Nzy5TpGXc1Toi0sp4FdS9yPZOgvJ { color:#000000;display:block;width:18.875rem;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:23.4375rem;left:51.375rem;height:1.575rem;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; }
#naeF7QwZFxTGuDoHT5Zw6WbyTuXeCP6v { color:#000000;display:block;width:17.375rem;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:23.4375rem;left:5.0625rem;height:1.575rem;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; }
#dqKvFuQpuQQn4WE5ZUy5HTOUNnTlgnXN { color:#000000;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:23.4375rem;left:28.125rem;height:1.575rem;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; }
#ZpMdUt6Xar31b6oCXHc4CMHtXKnhgtxd { 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; }
#Tkym0AzBen4eiNiNgcoaX64VoRc88JiW { 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; }
#Hez41Bbcu8KyM0hE7QQo8dv8qFgTPHqC { 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; }
#wSuMvtQBS5tlM2ydOGi2pO7vWC4PZPrg { 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; }
#TyLgCFPCciNbGGSbOeguem0r1JfHLGmp { 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; }
#dv4GVkgwnCp3vMQBOHC5or423K8idlh2 { 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; }
#CMSTWHvZx6F55I8TH4EHBfaufT6MqtF7 { 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; }
#tgoPClzinF7BdqM7o4pce9VmMo2QFqeD { 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; }
#cMDXOFwqCEc7B9L2W0WhOO5zd36pP8og { 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; }
#DlXeU5DRRldiaSSKvCgnIkl8WXvs5rhh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:36rem;top:3.53125rem;left:19.5rem;overflow:hidden;display:block; }
#p6L1aSTzoTQqEoNz4MEkUyc3xtov6CrD { 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:3.3125rem;width:11rem;top:18.0625rem;left:0rem;overflow:hidden;display:none; }
#ne2geA97EvUkOtTVR9O1K2hCctfmzC2n { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:2;line-height:1.4;letter-spacing:0;top:26.125rem;left:5.0625rem;height:4.7249375rem;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; }
#uucQ9anuDMGQvyCISDbvPlyL7CKTvBxu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:26.125rem;left:28.125rem;height:3.14995625rem;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; }
#TnLFFGufpBIeMeSTuPqlCLufXfMnGwVo { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:26.125rem;left:51.375rem;height:3.14995625rem;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; }
#ot2ARyx7zinmpIfCrysGAhR6pRtaG714 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:27.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#I3hvToZbfz7LLQ8pZTxBiFQyWuSr5JV2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:55rem;top:9.125rem;left:10rem;overflow:hidden;display:block; }
#FvoPsFQwXC0CH4wJGZwazJQ4vkF6vR7C { 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; }
#TGNFsHb5cAwTfTICyTa4hD4aHNGwCHJ2 { 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; }
#dGJ33dhNGgqJumhwdKQdIdSPeiUCg1tq { 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; }
#FSl4sKvmKlblkW8F4tJCyi1ZhMwTLS8o { 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:0.9375rem;width:1rem;top:18.0625rem;left:0rem;overflow:hidden;display:none; }
#SBDqtX5Le8f19BTJVUmxcZ6WL9eeTz6X { 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:3.3125rem;width:8.4375rem;top:18.0625rem;left:0rem;overflow:hidden;display:none; }
#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a17f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:68.5625rem;width:75rem;position:relative;display:block; }#MQOf9Wx9lSxyTX2PgnvcGp0oJfn32GUp { position:absolute;display:block;z-index:1;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;top:9.28125rem;left:9.375rem;overflow:hidden;display:block; }
#ZRIKKgoOsQMoXgafWVNvKLuapBT3ZIIG { 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:53.375rem;left:11.375rem;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; }
#Oc3gCADM1CqSdnPrkTHZP44efcqVhCWA { 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:53.375rem;left:29.125rem;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; }
#lagFeTTvF2Tocof51CVlVnOBsUhiLkWM { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:53.375rem;left:48.75rem;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; }
#LLB4RsU2OKFRm7ITIsbaIqIJDwZbODzA { color:#ffffff;display:block;width:13.6875rem;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:57.5rem;left:30rem;height:7.874875rem;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; }
#WTdlCupodmSOv1DnbtwW1IGnP2AmwaSr { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:57.49951171875rem;left:49.5rem;height:4.72494375rem;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; }
#s4x1TQhoPNCy5RdzWTc2dAGkAWpTTV1P { 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; }
#MKDBB7Quk9aqTNz0stAPdoDQppbvS007 { 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; }
#ka18c5MEkDPKz5T3UeJoGKFhq1BAz5V9 { 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; }
#qXVCfmac3FFSfImqkdzyMaa7R9hCZm8u { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.875rem;top:57.75rem;left:12.25rem;overflow:hidden;display:block; }
#mcw8Xg8xT45WRrflbpIZPHdmQSTvrL88 { 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; }
#tle4ds5Gbcx4CApiVTRTaD6J9uIXshUm { 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; }
#iC5ozKCBHdWR1ZFSSW1GCex9XMlBQNRd { 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; }
#q0bvPWvaZdaTR7gvpREFfwEeSVrGpdqi { 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; }
#uRihGn7bAnHVxztFuXJx5d2lL5kIPwym { 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; }
#hLXU4Lbkc5Mxa8hpXC8Vbk82k7XGUl0k { 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:1.25rem;width:4rem;top:20.4375rem;left:0rem;overflow:hidden;display:none; }
#gaTSTh768rhHMrrb5eDH7qG0AgZFfRWF { 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:1.25rem;width:4.625rem;top:20.4375rem;left:0rem;overflow:hidden;display:none; }
#QZ9iMbpf5KmQLklTowK7tR6X35blbzux { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:50rem;top:3.53125rem;left:12.5rem;overflow:hidden;display:block; }
#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:21.375rem;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.6875rem;left:4.0625rem; }
#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; }
#mnmuiFS4bKbn6msUhJlKhgpVpOqeLtfX { color:#000000;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.5rem;left:5.5rem;height:1.12521875rem;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; }
#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s { position:relative;display:block; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s { background-color: transparent; background-image: none; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container > .video-iframe-container { display: none; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row > .video-iframe-container { display: none; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .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); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s { border-width: 0; border-radius: 0; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .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; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .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:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#doyZlL6U8nqTkRrQrunG1rW9lLrTTGrM { 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; }
#bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { 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.125rem;left:0rem;height:1.0563125rem;text-align:center;text-align-last:center;display:block; }
#Dv95wnB9wxv6JQidduC6DQn3RHkrWOGu { 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:1.5rem;left:0rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#HNazJDk1f51SHIaxVG46Vb1wEFlDdToG { 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; }
@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:23rem;left:0rem;width:32.9375rem;height:8.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ok5SadxM8nNSd4BFdB83uPJT6RfpAUpG { top:26.25rem;left:0rem;width:20rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8R4I01CyNLRfaxO4auM1TVpI9wxO0Gt { top:18.0625rem;left:0rem;width:28.75rem;height:3.375rem;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) { #E2VkonOz6PJL7Cw8BNezhiQgMNeItshD { width:13.75rem;height:3.5rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMEDckaiqLJpTxUxzivbatuWVtET3tmO { display:block; }
 }@media only screen and (max-width: 763px) { #fTetThdaFNXJFJpfxXuSNU4qaVUfJ47y { width:13.8125rem;height:3.5rem;top:35.0625rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMuS9vkwJNK9S25ZwMapIStEKoKuREsz { display:block; }
 }@media only screen and (max-width: 763px) { #K9HNJpdTfgVtp3bCpiCd4b0fESKJLWU0 { top:3.1875rem;left:4rem;width:43.75rem;height:41.5rem;display:block; }
 }@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) { #SknMdyZ6lgM7G800MaqBzWKM8QV5m4AD { top:17.75rem;left:0rem;width:21.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ycSc03qggOTpzSTy0gfb6Xer5q3Cid { top:17.75rem;left:13.3125rem;width:21.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPCIv3nwukkdcqRPQTi6NEDxUANHPJMX { top:17.75rem;left:26.5rem;width:21.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQAPTRrRMHani8WHuM327Pc2qDioztKQ { top:19.25rem;left:0rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg1MCEHFUKaOpt4dlhe2WNKullpRSUgo { top:18.8125rem;left:13.8125rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfrxM21tzLcuXnTBEv9UleiTETQNau4r { top:18.8125rem;left:37rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9O2Nzy5TpGXc1Toi0sp4FdS9yPZOgvJ { top:23.4375rem;left:28.875rem;width:18.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naeF7QwZFxTGuDoHT5Zw6WbyTuXeCP6v { top:23.4375rem;left:0rem;width:17.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqKvFuQpuQQn4WE5ZUy5HTOUNnTlgnXN { top:23.4375rem;left:14.5rem;width:18.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpMdUt6Xar31b6oCXHc4CMHtXKnhgtxd { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkym0AzBen4eiNiNgcoaX64VoRc88JiW { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hez41Bbcu8KyM0hE7QQo8dv8qFgTPHqC { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSuMvtQBS5tlM2ydOGi2pO7vWC4PZPrg { top:11.75rem;left:0rem;width:4rem;height:2.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyLgCFPCciNbGGSbOeguem0r1JfHLGmp { top:22.3125rem;left:0rem;width:4rem;height:2.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv4GVkgwnCp3vMQBOHC5or423K8idlh2 { top:33.9375rem;left:0rem;width:4rem;height:2.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMSTWHvZx6F55I8TH4EHBfaufT6MqtF7 { top:14.375rem;left:0rem;width:17.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgoPClzinF7BdqM7o4pce9VmMo2QFqeD { top:27.25rem;left:0rem;width:17.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMDXOFwqCEc7B9L2W0WhOO5zd36pP8og { top:40.1875rem;left:0rem;width:17.625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlXeU5DRRldiaSSKvCgnIkl8WXvs5rhh { top:3.5rem;left:5.875rem;width:36rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6L1aSTzoTQqEoNz4MEkUyc3xtov6CrD { top:18.0625rem;left:0rem;width:11rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne2geA97EvUkOtTVR9O1K2hCctfmzC2n { top:26.125rem;left:0rem;width:17.375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uucQ9anuDMGQvyCISDbvPlyL7CKTvBxu { top:26.125rem;left:14.5rem;width:17.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLFFGufpBIeMeSTuPqlCLufXfMnGwVo { top:26.125rem;left:30.375rem;width:17.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2ARyx7zinmpIfCrysGAhR6pRtaG714 { top:27.9375rem;left:0.6875rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3hvToZbfz7LLQ8pZTxBiFQyWuSr5JV2 { top:9.125rem;left:0rem;width:47.75rem;height:4.6122159090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvoPsFQwXC0CH4wJGZwazJQ4vkF6vR7C { top:27.1875rem;left:0rem;width:17.9375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGNFsHb5cAwTfTICyTa4hD4aHNGwCHJ2 { top:29.4375rem;left:0rem;width:17.875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGJ33dhNGgqJumhwdKQdIdSPeiUCg1tq { top:42.5rem;left:0rem;width:17.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSl4sKvmKlblkW8F4tJCyi1ZhMwTLS8o { top:18.0625rem;left:0rem;width:1rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBDqtX5Le8f19BTJVUmxcZ6WL9eeTz6X { top:18.0625rem;left:0rem;width:8.4375rem;height:3.3125rem;display:none; }
 }@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) { #MQOf9Wx9lSxyTX2PgnvcGp0oJfn32GUp { top:9.25rem;left:0rem;width:47.75rem;height:37.008908685969rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIKKgoOsQMoXgafWVNvKLuapBT3ZIIG { top:53.375rem;left:0rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc3gCADM1CqSdnPrkTHZP44efcqVhCWA { top:53.375rem;left:15.5rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lagFeTTvF2Tocof51CVlVnOBsUhiLkWM { top:53.375rem;left:35.125rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLB4RsU2OKFRm7ITIsbaIqIJDwZbODzA { top:57.5rem;left:16.375rem;width:13.6875rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTdlCupodmSOv1DnbtwW1IGnP2AmwaSr { top:57.4375rem;left:33.5rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4x1TQhoPNCy5RdzWTc2dAGkAWpTTV1P { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKDBB7Quk9aqTNz0stAPdoDQppbvS007 { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka18c5MEkDPKz5T3UeJoGKFhq1BAz5V9 { top:52.125rem;left:3.03125rem;width:1.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXVCfmac3FFSfImqkdzyMaa7R9hCZm8u { top:57.75rem;left:0rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcw8Xg8xT45WRrflbpIZPHdmQSTvrL88 { top:10.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tle4ds5Gbcx4CApiVTRTaD6J9uIXshUm { top:32.875rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iC5ozKCBHdWR1ZFSSW1GCex9XMlBQNRd { top:53.375rem;left:0rem;width:20rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0bvPWvaZdaTR7gvpREFfwEeSVrGpdqi { top:122.9375rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRihGn7bAnHVxztFuXJx5d2lL5kIPwym { top:94.125rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLXU4Lbkc5Mxa8hpXC8Vbk82k7XGUl0k { top:20.4375rem;left:0rem;width:4rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaTSTh768rhHMrrb5eDH7qG0AgZFfRWF { top:20.4375rem;left:0rem;width:4.625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZ9iMbpf5KmQLklTowK7tR6X35blbzux { top:3.5rem;left:0rem;width:47.75rem;height:2.62625rem;display:block; }
 }@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:1rem;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; }
 }@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) { #mnmuiFS4bKbn6msUhJlKhgpVpOqeLtfX { top:3.5rem;left:0rem;width:13.625rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #itka4eFK8yexkXtV8xLiKxfBG3nn1p4s { display:block; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doyZlL6U8nqTkRrQrunG1rW9lLrTTGrM { top:1.6875rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { top:3.125rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv95wnB9wxv6JQidduC6DQn3RHkrWOGu { top:1.5rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNazJDk1f51SHIaxVG46Vb1wEFlDdToG { top:1rem;left:0rem;width:20rem;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/584a22c4-8f12-4059-8197-de63238b0ea1/supersubmobile2.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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { width:4.375rem;height:4.375rem;top:3.5625rem;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:20rem;height:6.9995125rem;top:25.8125rem;left:0rem;font-size:1rem;color:#ffffff;font-weight:400;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:20rem;height:2.3125rem;top:22.5625rem;left:0rem;display:block; }
 }@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) { #E2VkonOz6PJL7Cw8BNezhiQgMNeItshD { width:9.625rem;height:3.125rem;top:35.5625rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15010;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMEDckaiqLJpTxUxzivbatuWVtET3tmO { display:block; }
 }@media only screen and (max-width: 763px) { #fTetThdaFNXJFJpfxXuSNU4qaVUfJ47y { width:9.625rem;height:3.125rem;top:35.5625rem;left:10.375rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15011;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #pMuS9vkwJNK9S25ZwMapIStEKoKuREsz { display:block; }
 }@media only screen and (max-width: 763px) { #K9HNJpdTfgVtp3bCpiCd4b0fESKJLWU0 { width:20rem;height:19rem;top:4.625rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@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:61.5rem;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) { #SknMdyZ6lgM7G800MaqBzWKM8QV5m4AD { width:20rem;height:15.625rem;top:17.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9ycSc03qggOTpzSTy0gfb6Xer5q3Cid { width:20rem;height:15.625rem;top:17.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPCIv3nwukkdcqRPQTi6NEDxUANHPJMX { width:20rem;height:15.625rem;top:17.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQAPTRrRMHani8WHuM327Pc2qDioztKQ { width:5.4375rem;height:auto;top:19.25rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cg1MCEHFUKaOpt4dlhe2WNKullpRSUgo { width:5.4375rem;height:auto;top:18.8125rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HfrxM21tzLcuXnTBEv9UleiTETQNau4r { width:5.4375rem;height:auto;top:18.8125rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F9O2Nzy5TpGXc1Toi0sp4FdS9yPZOgvJ { width:18.875rem;height:auto;top:23.4375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #naeF7QwZFxTGuDoHT5Zw6WbyTuXeCP6v { width:17.375rem;height:auto;top:23.4375rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dqKvFuQpuQQn4WE5ZUy5HTOUNnTlgnXN { width:18.875rem;height:auto;top:23.4375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZpMdUt6Xar31b6oCXHc4CMHtXKnhgtxd { width:20rem;height:11.25rem;top:21.125rem;left:0rem;z-index:1;background-color:rgba(255,255,255,0.06);background-image:none;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: 0rem 0.25rem 0.75rem rgba(0,0,0,0.22) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tkym0AzBen4eiNiNgcoaX64VoRc88JiW { width:20rem;height:11.25rem;top:34.0625rem;left:0rem;z-index:15002;background-color:rgba(255,255,255,0.06);background-image:none;background-position:center !important;background-repeat: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: 0rem 0.25rem 0.75rem rgba(0,0,0,0.22) ;display:block; }
 }@media only screen and (max-width: 763px) { #Hez41Bbcu8KyM0hE7QQo8dv8qFgTPHqC { width:20rem;height:11.25rem;top:47.0625rem;left:0rem;z-index:15003;background-color:rgba(255,255,255,0.06);background-image:none;background-position:center !important;background-repeat: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: 0rem 0.25rem 0.75rem rgba(0,0,0,0.22) ;display:block; }
 }@media only screen and (max-width: 763px) { #wSuMvtQBS5tlM2ydOGi2pO7vWC4PZPrg { width:4rem;height:2.625rem;top:21.9375rem;left:1.25rem;font-size:1.875rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15018;text-align:left;text-align-last:left;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #TyLgCFPCciNbGGSbOeguem0r1JfHLGmp { width:4rem;height:2.65625rem;top:34.875rem;left:1.25rem;font-size:1.875rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15019;text-align:left;text-align-last:left;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #dv4GVkgwnCp3vMQBOHC5or423K8idlh2 { width:4rem;height:2.65625rem;top:47.875rem;left:1.25rem;font-size:1.875rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #CMSTWHvZx6F55I8TH4EHBfaufT6MqtF7 { width:17.625rem;height:1.3999rem;top:25.125rem;left:1.375rem;font-size:1rem;color:#000000;font-weight:400;font-style:normal;z-index:15016;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #tgoPClzinF7BdqM7o4pce9VmMo2QFqeD { width:17.625rem;height:1.3999rem;top:38rem;left:1.25rem;font-size:1rem;color:#000000;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #cMDXOFwqCEc7B9L2W0WhOO5zd36pP8og { width:17.625rem;height:1.3999rem;top:51rem;left:1.25rem;font-size:1rem;color:#000000;font-weight:400;font-style:normal;z-index:15018;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DlXeU5DRRldiaSSKvCgnIkl8WXvs5rhh { width:18.75rem;height:1.4375rem;top:40.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6L1aSTzoTQqEoNz4MEkUyc3xtov6CrD { width:14.9375rem;height:4.5625rem;top:3.09375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ne2geA97EvUkOtTVR9O1K2hCctfmzC2n { width:17.375rem;height:auto;top:26.125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uucQ9anuDMGQvyCISDbvPlyL7CKTvBxu { width:17.375rem;height:auto;top:26.125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TnLFFGufpBIeMeSTuPqlCLufXfMnGwVo { width:17.375rem;height:auto;top:26.125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ot2ARyx7zinmpIfCrysGAhR6pRtaG714 { width:1.375rem;height:1.25rem;top:27.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3hvToZbfz7LLQ8pZTxBiFQyWuSr5JV2 { width:20rem;height:1.9318181818182rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvoPsFQwXC0CH4wJGZwazJQ4vkF6vR7C { width:17.9375rem;height:2.79980625rem;top:27.1875rem;left:1.375rem;font-size:1rem;color:#000000;font-weight:400;font-style:normal;z-index:1;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #TGNFsHb5cAwTfTICyTa4hD4aHNGwCHJ2 { width:17.875rem;height:2.79980625rem;top:40.25rem;left:1.3125rem;font-size:1rem;color:#000000;font-weight:400;font-style:normal;z-index:15018;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #dGJ33dhNGgqJumhwdKQdIdSPeiUCg1tq { width:17.5625rem;height:2.79980625rem;top:53.375rem;left:1.1875rem;font-size:1rem;color:#000000;font-weight:400;font-style:normal;z-index:15019;text-align:left;text-align-last:left;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #FSl4sKvmKlblkW8F4tJCyi1ZhMwTLS8o { width:1.25rem;height:1.0625rem;top:28.8125rem;left:5.5625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SBDqtX5Le8f19BTJVUmxcZ6WL9eeTz6X { width:20rem;height:7.875rem;top:10.34375rem;left:0rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { background-color:#0a17f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:131.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQOf9Wx9lSxyTX2PgnvcGp0oJfn32GUp { width:20rem;height:15.501113585746rem;top:9.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRIKKgoOsQMoXgafWVNvKLuapBT3ZIIG { width:5.4375rem;height:auto;top:53.375rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Oc3gCADM1CqSdnPrkTHZP44efcqVhCWA { width:5.4375rem;height:auto;top:53.375rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lagFeTTvF2Tocof51CVlVnOBsUhiLkWM { width:5.4375rem;height:auto;top:53.375rem;left:7.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LLB4RsU2OKFRm7ITIsbaIqIJDwZbODzA { width:13.6875rem;height:auto;top:57.5rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WTdlCupodmSOv1DnbtwW1IGnP2AmwaSr { width:14.25rem;height:auto;top:57.4375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #s4x1TQhoPNCy5RdzWTc2dAGkAWpTTV1P { width:13.75rem;height:28.75rem;top:18.90625rem;left:3.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MKDBB7Quk9aqTNz0stAPdoDQppbvS007 { width:13.75rem;height:28.75rem;top:59.818359375rem;left:3.125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ka18c5MEkDPKz5T3UeJoGKFhq1BAz5V9 { width:13.75rem;height:28.75rem;top:99.4375rem;left:3.125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qXVCfmac3FFSfImqkdzyMaa7R9hCZm8u { width:11.875rem;height:3.75rem;top:57.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcw8Xg8xT45WRrflbpIZPHdmQSTvrL88 { width:20rem;height:3.0371125rem;top:9.6875rem;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) { #tle4ds5Gbcx4CApiVTRTaD6J9uIXshUm { width:20rem;height:3.0371125rem;top:50.1875rem;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) { #iC5ozKCBHdWR1ZFSSW1GCex9XMlBQNRd { width:20rem;height:3.65625rem;top:53.375rem;left:0rem;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.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #q0bvPWvaZdaTR7gvpREFfwEeSVrGpdqi { width:20rem;height:3.0371125rem;top:91.125rem;left:0rem;font-size:2.125rem;color:#ffa500;font-weight:400;font-style:normal;z-index:15019;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) { #uRihGn7bAnHVxztFuXJx5d2lL5kIPwym { width:20rem;height:2.4375rem;top:94.125rem;left:0rem;font-size:0.9375rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15019;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #hLXU4Lbkc5Mxa8hpXC8Vbk82k7XGUl0k { width:10.25rem;height:3.25rem;top:12.724609375rem;left:4.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gaTSTh768rhHMrrb5eDH7qG0AgZFfRWF { width:16.125rem;height:4.5625rem;top:3.0625rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QZ9iMbpf5KmQLklTowK7tR6X35blbzux { width:20rem;height:1.1rem;top:3.5rem;left:0rem;display:none; }
 }@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:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvSV4PyGVdDSRxFwxsmXnB0GqGn1kE02 { width:20rem;height:1.29980625rem;top:2.875rem;left:0rem;font-size:1rem;color:#000000;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:5.625rem;left:0rem; }
 }@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) { #mnmuiFS4bKbn6msUhJlKhgpVpOqeLtfX { width:13.625rem;height:auto;top:3.5rem;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) { #itka4eFK8yexkXtV8xLiKxfBG3nn1p4s { 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; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container { background-color: transparent; background-image: none; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container > .video-iframe-container { display: none; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row > .video-iframe-container { display: none; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .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); }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container { border-width: 0; border-radius: 0; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itka4eFK8yexkXtV8xLiKxfBG3nn1p4s > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doyZlL6U8nqTkRrQrunG1rW9lLrTTGrM { width:20rem;height:2.11230625rem;top:2.3125rem;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) { #bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { width:20rem;height:auto;top:3.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dv95wnB9wxv6JQidduC6DQn3RHkrWOGu { width:20rem;height:auto;top:1.5rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #HNazJDk1f51SHIaxVG46Vb1wEFlDdToG { width:20rem;height:1.13720625rem;top:0.6875rem;left:0rem;font-size:0.8125rem;z-index:15007;line-height:1.4;color:#192434;display:block; }
 }