.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:"TT Supermolot Neue Exp";--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/c74a26eb-39d6-4742-86b2-ee2e4308d227/bgdesktopas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;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.1875rem;width:6.1875rem;top:4.5625rem;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; }
#KxzAFFKNGp748w3gVsc8b1QCTgmpdggE { 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.75rem;width:3.75rem;top:43.875rem;left:52.6875rem;overflow:hidden;display:none; }
#IGqMzpNoEJJofAsAIVHhB8NtTJs0TMpN { 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.75rem;width:3.75rem;top:43.875rem;left:42.5rem;overflow:hidden;display:none; }
#iMcUg9aDmhziPxJqlVBnratozPtVnivK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:8.5263671875rem;left:33rem;overflow:hidden;display:block; }
#NMkW76qBRmfSeUFEEA6DMrrCIFCDKGnq { 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:29.6875rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.375rem;left:22.65625rem;display:block; }
#qJmThShBP7KGzAFJT3ksWhtJXv6iFz5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1uV993xdw7ViESIKhqGtDVrtFUWdTaw { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.3);top:16.6123046875rem;left:30.875rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#IVVpFaTuksqThKTCKNyCDtMOT4AVqMkp { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.3);top:14.0888671875rem;left:22.9375rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#beJHp1HB2muTJgbet9Hstbi7QcdihIcS { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:"tt supermolot exp italic";font-size:3.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.7);top:21.2998046875rem;left:20.6875rem;height:4.63720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMGO9UaJlvt3OrEv5OZdgfhOWWVvee6v { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.7);top:33.29296875rem;left:23.09375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#Rvf72KFk8ROCVvwQ4hxpaKkd1ei1JVs3 { color:#ffa500;display:block;width:59.125rem;position:absolute;font-family:"tt supermolot exp italic";font-size:8.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.6);top:23.48046875rem;left:7.9375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6nkTKPXLbktkU4ZrTiVAzBBTbzu32fy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:8.5263671875rem;left:37.0625rem;overflow:hidden;display:block; }
#nc668dNKusFfxwrTPtw192GXxcX52u1h { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem #000000;top:38.7890625rem;left:18.78125rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002bff;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; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { background-color: transparent; background-image: none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container > .video-iframe-container { display: none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row > .video-iframe-container { display: none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .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); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { border-width: 0; border-radius: 0; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#r9NuQoFfeoAc9nTBatPc6Qz66SnyOMJt { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:37.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E5pruniN6ESuTCnDMSVTrR2IbOh1lWUH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:24.875rem;top:7.9375rem;left:10.21875rem;overflow:hidden;display:none; }
#ZtLy29QREIHhrRTmP6X24H0wCqe9rdTS { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.08);background-image:none;top:18.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#sug8ToKgkxFQhaSkeKLr0U8Gn0WRFg8w { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.08);background-image:none;top:30.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#XNp1koo9S0EMJtlrHWyonBRVyBDwvRTw { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.08);background-image:none;top:36.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#X3yUV1CfRqfCeSohCfcLp8IlMUg7sXZs { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JnzTwLqDhyC21PeDTnsu2SI46y2RGusU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nakBdB901PaFTtzko1qrNvXK73siiZg9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.625rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ko4sEom8inocIfpczVLZh5MbT368Rwmf { 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; }
#Cg5sqV7MhkT1urllGucTig2Op2ZaOhoW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.3125rem;left:40.625rem;display:none; }
#Wciax0TymOsN5v770qtlGlJZRqP5cPRh { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.08);background-image:none;top:24.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#GWlTISH3tUVrTKe2pFAG4w5evIWszPLC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.3125rem;left:40.625rem;display:none; }
#vEpPKZT54Bd9m7J1dkA8LIOwJQcHD55e { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#ND0dTnZRuiI8B8JqgCP2CmK3vwDIITPE { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:54.9375rem;left:25.90625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#p2WC922L5ufrs6NcArlmermkilPTcVus { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:79.8125rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Hswdy5K2qwWRZVT9GaM9QtgeV0lTxRVw { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:73.875rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#u8iustJakaLBBiUFtWJc4iFryXZC8caQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:67.75rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Brtp3QQPCtWMO43KqSZCLTHnXp6qPfIK { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:61.25rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T6c7IVdihUpT70x7d57h7slMuEOcEJzu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:79.5625rem;left:17.90625rem;display:none; }
#lZaLrZ5ycnLtfnMdMJP9vtWZn1e4eGgu { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.875rem;top:73.75rem;left:18.0625rem;overflow:hidden;display:none; }
#QOT7nW3h0TVg8NJWkE2N6eWhBaSywFaw { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.5rem;top:67.65625rem;left:18.28125rem;overflow:hidden;display:none; }
#gQNl5r1wvTi8EIZP6QLRy9JlUCP4w8Az { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:61.1875rem;left:18.03125rem;display:none; }
#h6KkUra3RyLGThqthnn3uVsIOflImpCs { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:6.5625rem;top:51.4375rem;left:49.5625rem;overflow:hidden;display:none; }
#kkS9gXG0L7WWfsz8fWi35rGZZCc2iiaM { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:79.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#FCQrpTQgPcbXhoJ42NpoAkqbCNQ4uzfx { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#lU3tvul1ZGXtambrowPQtAHWXbEKiUvF { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.08);background-image:none;top:67.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#xuR0rmr2pnATJ800yX9pKp3VJq8ZWTNS { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.08);background-image:none;top:73.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#zWlWAiZ6BoNJlZ3TBxye9bxQGnItmSTC { 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; }
#PbnFsDbDN1l6HIoDayuQgXUEyyzmWKMr { 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; }
#bXZfoG5qMkyTrh27vfgIqLSpNcGCu47b { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:0.5rem;display:none; }
#XwhWQ2lS33F7Wg3Lh75H7Gpz2MkaBwUM { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#sNOmbC9sgVs1oPiTFgcfXcWDdgLUoaq0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#HJaxLvRegsgF1X3F8a7EnAe9RDK1NhJy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0.860625rem;padding-right:0.785rem;padding-bottom:0.860625rem;padding-left:0.785rem;display:block;align-items:center;width:4.706875rem;min-width:4.706875rem;height:4.62375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:3.441875rem;font-weight:700;line-height:73.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.53875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.276875rem;height:1.826875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.291875rem;font-weight:400;line-height:29.23px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#1631fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:29.125rem;height:8.7104375rem;padding-top:1.07625rem;padding-right:1.12rem;padding-bottom:1.07625rem;padding-left:1.12rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.75rem;left:38.25rem;z-index:15013; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #fXkKO44xuq9WqDPlHcOmtf11uhTUNsts { display:flex;position:relative;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #t26s1nx6xgyGmO3ON6T6lW73FiHRDZUs { width:auto; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #Em73Rfhy9NVlLKncAItWNxg6MT0a5SCI {  }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #hiTRvH9bEI1u1a27ndwcqnvKngOccCDL { display:flex;position:relative;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #UCcWAapOO53xveVnZkQXppe6Lp3BM09c {  }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #xkpWZwLrFKxeRCukoHthLhKgyp1RQVRx {  }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #ekiVaLZCy2B6blCimayDatcC6RE2E4OA { display:flex;position:relative;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #dFozuvzX7xQvcdw28I6OVHLNIEoIFulE {  }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #mBSzuugH9eXKnT2Gekrdmzg1T9kx4VZr {  }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #cTo7zcsEGIvzQO9agrUeNLWuAvf3zGuA { display:flex;position:relative;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #MDsuH1s1lOtRO96FBr1cQdhV66xcA0G9 {  }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #nSdd4H7eznNr0hIcRTPa4A2KANhTwLhR {  }
#a2s5TCw2H764bTnU6kJcfoyCy5XRdiVi { display:block;width:29.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:7.6875rem;height:5.19921875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { background-color: transparent; background-image: none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container > .video-iframe-container { display: none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row > .video-iframe-container { display: none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .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); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { border-width: 0; border-radius: 0; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#dFbokWJSrfJ0xliT6qrKI6cx1oozSmTk { 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; }
#skcfk1FBAnJkr4izfsxUE5O3GnESUupP { 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; }
#hstDkOXw8JgtAaU4QrfHrxHfmV5CmEPu { 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; }
#tGQDuhEvryKz6xo9dmM8lIgcVOtJnH6S { 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; }
#AiZ5DIgpwIWZyEXzOPdWm5cDXgure46q { 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; }
#zkTUSqzspV6AC3WiZb4npFf1piGyaciT { 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; }
#um2THwgywkbypfBb3KnRVtCtQ6yUdJff { 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:29.6875rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.3125rem;left:22.6875rem;display:block; }
#cFlkausr6M6wrkJchQCpIMDAoxNoR23q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1kS1xTzPkpKuS0qPTtuOQq9Wwpctg8P { color:#192434;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.5625rem;left:0rem;height:1.2246125rem;text-align:center;text-align-last:center;display:block; }
#urMrd9QV8qAydhg4eJn4TBQTdsMfuRwd { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:26.75rem;left:0rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BoXdCVI7dTK5BuT3cv5kLfLpURACVUQw { box-sizing:content-box;height:11.875rem;width:21.25rem;position:absolute;display:block;z-index:3;background-color:#ffffff;background-image:none;top:11.8125rem;left:27rem;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; }
#Zrzy8dENxIEnQxSCC3JDvghZEw4JMWVA { box-sizing:content-box;height:11.875rem;width:21.25rem;position:absolute;display:block;z-index:4;background-color:#ffffff;background-image:none;top:11.8125rem;left:49.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; }
#kIUJhH6uwJTFBC6VNg4zVi1xMEbzUzk6 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:16.5625rem;left:28.125rem;height:3.1484375rem;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; }
#dhwB7ytQBluLU39HJT09gPDL89qVntrf { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:16.5625rem;left:51.125rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7Ir1VfRaFkbxlGezqkJ4EdN98cDJPnJ { 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:12.6875rem;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; }
#uTa6f4LiXTWUT0hnhge5xPyZNxZVsdax { 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:12.6875rem;left:50.3125rem;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; }
#EzvoXRI1lNekwP4IBEinqqkKqS3rVshv { box-sizing:content-box;height:11.875rem;width:21.25rem;position:absolute;display:block;z-index:2;background-color:#ffffff;background-image:none;top:11.8125rem;left:3.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.25rem 0.75rem rgba(0,0,0,0.16) ;display:block; }
#mJJk7EMrWqtbyX8fs2O6CzwuF15UU1Gf { color:#000000;display:block;width:17rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:16.6875rem;left:5.1875rem;height:4.72265625rem;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; }
#EkiMuxHMEWwIiak05sfmdUeBsgAsEvv1 { color:#000000;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:4.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CO9tkTclIgKCXqXnisrIwqSWc7mSbo2n { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:12.6875rem;left:4.1875rem;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; }
#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001a99, #002cff);background-image: -moz-linear-gradient(180deg, #001a99, #002cff);background-image: -ms-linear-gradient(180deg, #001a99, #002cff);background-image: -o-linear-gradient(180deg, #001a99, #002cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a99', endColorstr='#002cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a99', endColorstr='#002cff' );";background-image: linear-gradient(180deg, #001a99, #002cff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { background-color: transparent; background-image: none; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container > .video-iframe-container { display: none; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row > .video-iframe-container { display: none; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .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); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { border-width: 0; border-radius: 0; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#xoQBJCf26DylIKEUeKe9HeSWPit58e3G { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:3.15625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qR1lTUZozTtkiUmSLkL5f3PBbMPqpeUd { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:37.5rem;top:12.4375rem;left:1.8125rem;overflow:hidden;display:block; }
#N626LtQRdUbXvkHfurKwedL6QknuNSfM { color:#192434;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:29.46875rem;left:0rem;height:1.2246125rem;text-align:center;text-align-last:center;display:block; }
#rtfe0FbcyzeokLzsuhbbDnNQ1MRG8UVi { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:11.91259765625rem;left:42.125rem;height:12.796875rem;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; }
#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:13.75rem;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.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z { background-color: transparent; background-image: none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container > .video-iframe-container { display: none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row > .video-iframe-container { display: none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .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); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z { border-width: 0; border-radius: 0; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .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; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;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; }#To1rBWfLtnQaLcuTIdhpTQ8n4K0hAIec { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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:20.625rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:42rem;display:block; }
#C9VtsFXp7XqV5lT5TlXwo4wH4LdpsHXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVMNqPoWb4Sr8gKoe1ZlUaQqNfQZMo6b { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.75rem rgba(var(--color-tertiary-4),0.3) ;height:7.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#QnWDcpCaE8Dtu1N82tsHygxRlhTJdwTF { color:#283548;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.0625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { top:4.3125rem;left:0rem;width:6.875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { top:4.5625rem;left:0rem;width:6.1875rem;height:6.1875rem;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) { #KxzAFFKNGp748w3gVsc8b1QCTgmpdggE { top:43.875rem;left:39.0625rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGqMzpNoEJJofAsAIVHhB8NtTJs0TMpN { top:43.875rem;left:28.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMcUg9aDmhziPxJqlVBnratozPtVnivK { top:8.5rem;left:19.375rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMkW76qBRmfSeUFEEA6DMrrCIFCDKGnq { width:29.6875rem;height:3.5rem;top:44.375rem;left:9.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJmThShBP7KGzAFJT3ksWhtJXv6iFz5l { display:block; }
 }@media only screen and (max-width: 763px) { #C1uV993xdw7ViESIKhqGtDVrtFUWdTaw { top:16.5625rem;left:17.25rem;width:13.25rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVVpFaTuksqThKTCKNyCDtMOT4AVqMkp { top:14.0625rem;left:9.3125rem;width:29.125rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #beJHp1HB2muTJgbet9Hstbi7QcdihIcS { top:21.25rem;left:7.0625rem;width:33.625rem;height:4.625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMGO9UaJlvt3OrEv5OZdgfhOWWVvee6v { top:33.25rem;left:9.46875rem;width:28.8125rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvf72KFk8ROCVvwQ4hxpaKkd1ei1JVs3 { top:23.4375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6nkTKPXLbktkU4ZrTiVAzBBTbzu32fy { top:8.5rem;left:23.4375rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc668dNKusFfxwrTPtw192GXxcX52u1h { top:38.75rem;left:5.15625rem;width:37.4375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNm1ULMbD6ufcFclJP0kF5GwXMVulszX { display:none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r9NuQoFfeoAc9nTBatPc6Qz66SnyOMJt { top:37.3125rem;left:32.4375rem;width:5.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5pruniN6ESuTCnDMSVTrR2IbOh1lWUH { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLy29QREIHhrRTmP6X24H0wCqe9rdTS { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sug8ToKgkxFQhaSkeKLr0U8Gn0WRFg8w { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNp1koo9S0EMJtlrHWyonBRVyBDwvRTw { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3yUV1CfRqfCeSohCfcLp8IlMUg7sXZs { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnzTwLqDhyC21PeDTnsu2SI46y2RGusU { top:25.3125rem;left:32.4375rem;width:13.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nakBdB901PaFTtzko1qrNvXK73siiZg9 { top:18.625rem;left:30.5rem;width:17.25rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4sEom8inocIfpczVLZh5MbT368Rwmf { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5sqV7MhkT1urllGucTig2Op2ZaOhoW { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wciax0TymOsN5v770qtlGlJZRqP5cPRh { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWlTISH3tUVrTKe2pFAG4w5evIWszPLC { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEpPKZT54Bd9m7J1dkA8LIOwJQcHD55e { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0dTnZRuiI8B8JqgCP2CmK3vwDIITPE { top:54.9375rem;left:12.28125rem;width:26.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2WC922L5ufrs6NcArlmermkilPTcVus { top:79.8125rem;left:8.375rem;width:27.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hswdy5K2qwWRZVT9GaM9QtgeV0lTxRVw { top:73.875rem;left:8.375rem;width:36.1875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8iustJakaLBBiUFtWJc4iFryXZC8caQ { top:67.75rem;left:8.4375rem;width:31.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brtp3QQPCtWMO43KqSZCLTHnXp6qPfIK { top:61.25rem;left:8.4375rem;width:32.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6c7IVdihUpT70x7d57h7slMuEOcEJzu { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZaLrZ5ycnLtfnMdMJP9vtWZn1e4eGgu { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOT7nW3h0TVg8NJWkE2N6eWhBaSywFaw { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNl5r1wvTi8EIZP6QLRy9JlUCP4w8Az { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6KkUra3RyLGThqthnn3uVsIOflImpCs { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkS9gXG0L7WWfsz8fWi35rGZZCc2iiaM { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCQrpTQgPcbXhoJ42NpoAkqbCNQ4uzfx { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU3tvul1ZGXtambrowPQtAHWXbEKiUvF { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuR0rmr2pnATJ800yX9pKp3VJq8ZWTNS { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWlWAiZ6BoNJlZ3TBxye9bxQGnItmSTC { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbnFsDbDN1l6HIoDayuQgXUEyyzmWKMr { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXZfoG5qMkyTrh27vfgIqLSpNcGCu47b { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwhWQ2lS33F7Wg3Lh75H7Gpz2MkaBwUM { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNOmbC9sgVs1oPiTFgcfXcWDdgLUoaq0 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJaxLvRegsgF1X3F8a7EnAe9RDK1NhJy { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh { display:flex;width:18rem;height:5.0625rem;top:5.6875rem;left:4.28125rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #fXkKO44xuq9WqDPlHcOmtf11uhTUNsts { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #t26s1nx6xgyGmO3ON6T6lW73FiHRDZUs {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #Em73Rfhy9NVlLKncAItWNxg6MT0a5SCI {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #hiTRvH9bEI1u1a27ndwcqnvKngOccCDL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #UCcWAapOO53xveVnZkQXppe6Lp3BM09c {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #xkpWZwLrFKxeRCukoHthLhKgyp1RQVRx {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #ekiVaLZCy2B6blCimayDatcC6RE2E4OA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #dFozuvzX7xQvcdw28I6OVHLNIEoIFulE {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #mBSzuugH9eXKnT2Gekrdmzg1T9kx4VZr {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #cTo7zcsEGIvzQO9agrUeNLWuAvf3zGuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #MDsuH1s1lOtRO96FBr1cQdhV66xcA0G9 {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #nSdd4H7eznNr0hIcRTPa4A2KANhTwLhR {  }
 }@media only screen and (max-width: 763px) { #a2s5TCw2H764bTnU6kJcfoyCy5XRdiVi { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 { display:none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dFbokWJSrfJ0xliT6qrKI6cx1oozSmTk { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #skcfk1FBAnJkr4izfsxUE5O3GnESUupP { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #hstDkOXw8JgtAaU4QrfHrxHfmV5CmEPu { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGQDuhEvryKz6xo9dmM8lIgcVOtJnH6S { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiZ5DIgpwIWZyEXzOPdWm5cDXgure46q { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkTUSqzspV6AC3WiZb4npFf1piGyaciT { width:47.75rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #um2THwgywkbypfBb3KnRVtCtQ6yUdJff { width:29.6875rem;height:3.5rem;top:34.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlkausr6M6wrkJchQCpIMDAoxNoR23q { display:block; }
 }@media only screen and (max-width: 763px) { #a1kS1xTzPkpKuS0qPTtuOQq9Wwpctg8P { top:30.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #urMrd9QV8qAydhg4eJn4TBQTdsMfuRwd { top:26.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXdCVI7dTK5BuT3cv5kLfLpURACVUQw { top:11.8125rem;left:13.375rem;width:21.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrzy8dENxIEnQxSCC3JDvghZEw4JMWVA { top:11.8125rem;left:26.5rem;width:21.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIUJhH6uwJTFBC6VNg4zVi1xMEbzUzk6 { top:16.5625rem;left:14.5rem;width:17.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhwB7ytQBluLU39HJT09gPDL89qVntrf { top:16.5625rem;left:30.1875rem;width:17.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Ir1VfRaFkbxlGezqkJ4EdN98cDJPnJ { top:12.6875rem;left:13.8125rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTa6f4LiXTWUT0hnhge5xPyZNxZVsdax { top:12.6875rem;left:36.6875rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzvoXRI1lNekwP4IBEinqqkKqS3rVshv { top:11.8125rem;left:0rem;width:21.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJk7EMrWqtbyX8fs2O6CzwuF15UU1Gf { top:16.6875rem;left:0rem;width:17rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkiMuxHMEWwIiak05sfmdUeBsgAsEvv1 { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9tkTclIgKCXqXnisrIwqSWc7mSbo2n { top:12.6875rem;left:0rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq { display:block; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoQBJCf26DylIKEUeKe9HeSWPit58e3G { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR1lTUZozTtkiUmSLkL5f3PBbMPqpeUd { top:12.4375rem;left:0rem;width:37.5rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N626LtQRdUbXvkHfurKwedL6QknuNSfM { top:29.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtfe0FbcyzeokLzsuhbbDnNQ1MRG8UVi { top:11.875rem;left:14.875rem;width:31.6875rem;height:12.8125rem;font-size:1.25rem;display:block; }
 }@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:2.9375rem;left:0rem;width:20rem;height:5.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { top:2.0625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z { display:none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #To1rBWfLtnQaLcuTIdhpTQ8n4K0hAIec { width:20.625rem;height:3.5rem;top:2rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9VtsFXp7XqV5lT5TlXwo4wH4LdpsHXE { display:block; }
 }@media only screen and (max-width: 763px) { #EVMNqPoWb4Sr8gKoe1ZlUaQqNfQZMo6b { top:0rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnWDcpCaE8Dtu1N82tsHygxRlhTJdwTF { top:2.375rem;left:0rem;width:26.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@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/17347353-3ede-4363-ac69-b628d08cac30/bgmobileas.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:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TacTDPIeDGdcGQbuL7fdAxnpOOOXNSVu { width:3.75rem;height:3.75rem;top:2.1875rem;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) { #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) { #KxzAFFKNGp748w3gVsc8b1QCTgmpdggE { width:1.875rem;height:1.875rem;top:15.6875rem;left:11.9375rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IGqMzpNoEJJofAsAIVHhB8NtTJs0TMpN { width:1.875rem;height:1.875rem;top:15.6875rem;left:6.1875rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #iMcUg9aDmhziPxJqlVBnratozPtVnivK { width:3.75rem;height:3.75rem;top:7.4375rem;left:6.625rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NMkW76qBRmfSeUFEEA6DMrrCIFCDKGnq { width:20rem;height:3.5rem;top:37.724609375rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qJmThShBP7KGzAFJT3ksWhtJXv6iFz5l { display:block; }
 }@media only screen and (max-width: 763px) { #C1uV993xdw7ViESIKhqGtDVrtFUWdTaw { width:13.25rem;height:1.8374rem;top:13.5625rem;left:3.375rem;font-size:1.3125rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #IVVpFaTuksqThKTCKNyCDtMOT4AVqMkp { width:20rem;height:1.8374rem;top:11.57421875rem;left:0rem;font-size:1.3125rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #beJHp1HB2muTJgbet9Hstbi7QcdihIcS { width:20rem;height:2.625rem;top:17.75rem;left:0rem;font-size:1.875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot exp italic";text-shadow:0.25rem 0.25rem 0.5rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QMGO9UaJlvt3OrEv5OZdgfhOWWVvee6v { width:20rem;height:2.32470625rem;top:24.74951171875rem;left:0rem;font-size:1.9375rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.2;font-family:"tt supermolot mobile";display:block; }
 }@media only screen and (max-width: 763px) { #Rvf72KFk8ROCVvwQ4hxpaKkd1ei1JVs3 { width:20rem;height:14.69925rem;top:18.9375rem;left:0rem;font-size:5.25rem;color:#ffa500;font-weight:700;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot exp italic";display:block; }
 }@media only screen and (max-width: 763px) { #K6nkTKPXLbktkU4ZrTiVAzBBTbzu32fy { width:3.75rem;height:3.75rem;top:7.4375rem;left:9.625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nc668dNKusFfxwrTPtw192GXxcX52u1h { width:20rem;height:2.79980625rem;top:31.662109375rem;left:0rem;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DNm1ULMbD6ufcFclJP0kF5GwXMVulszX { background-color:#002bff;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; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { background-color: transparent; background-image: none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container > .video-iframe-container { display: none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row > .video-iframe-container { display: none; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .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); }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { border-width: 0; border-radius: 0; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNm1ULMbD6ufcFclJP0kF5GwXMVulszX > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9NuQoFfeoAc9nTBatPc6Qz66SnyOMJt { width:3.4375rem;height:0;top:51.9375rem;left:12.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E5pruniN6ESuTCnDMSVTrR2IbOh1lWUH { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtLy29QREIHhrRTmP6X24H0wCqe9rdTS { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sug8ToKgkxFQhaSkeKLr0U8Gn0WRFg8w { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNp1koo9S0EMJtlrHWyonBRVyBDwvRTw { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3yUV1CfRqfCeSohCfcLp8IlMUg7sXZs { width:5.8125rem;height:0;top:51.9375rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JnzTwLqDhyC21PeDTnsu2SI46y2RGusU { width:5rem;height:0;top:42.0625rem;left:12.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #nakBdB901PaFTtzko1qrNvXK73siiZg9 { width:11.4375rem;height:0;top:42.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Ko4sEom8inocIfpczVLZh5MbT368Rwmf { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cg5sqV7MhkT1urllGucTig2Op2ZaOhoW { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wciax0TymOsN5v770qtlGlJZRqP5cPRh { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWlTISH3tUVrTKe2pFAG4w5evIWszPLC { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEpPKZT54Bd9m7J1dkA8LIOwJQcHD55e { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND0dTnZRuiI8B8JqgCP2CmK3vwDIITPE { width:13.125rem;height:0;top:56.912109375rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p2WC922L5ufrs6NcArlmermkilPTcVus { width:15.1875rem;height:0;top:95.5rem;left:2.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Hswdy5K2qwWRZVT9GaM9QtgeV0lTxRVw { width:20rem;height:0;top:84.8125rem;left:-0.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u8iustJakaLBBiUFtWJc4iFryXZC8caQ { width:18rem;height:0;top:141.5rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Brtp3QQPCtWMO43KqSZCLTHnXp6qPfIK { width:18.4375rem;height:0;top:68.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #T6c7IVdihUpT70x7d57h7slMuEOcEJzu { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZaLrZ5ycnLtfnMdMJP9vtWZn1e4eGgu { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOT7nW3h0TVg8NJWkE2N6eWhBaSywFaw { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQNl5r1wvTi8EIZP6QLRy9JlUCP4w8Az { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6KkUra3RyLGThqthnn3uVsIOflImpCs { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkS9gXG0L7WWfsz8fWi35rGZZCc2iiaM { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCQrpTQgPcbXhoJ42NpoAkqbCNQ4uzfx { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lU3tvul1ZGXtambrowPQtAHWXbEKiUvF { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuR0rmr2pnATJ800yX9pKp3VJq8ZWTNS { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWlWAiZ6BoNJlZ3TBxye9bxQGnItmSTC { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #PbnFsDbDN1l6HIoDayuQgXUEyyzmWKMr { 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) { #bXZfoG5qMkyTrh27vfgIqLSpNcGCu47b { 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) { #XwhWQ2lS33F7Wg3Lh75H7Gpz2MkaBwUM { 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) { #sNOmbC9sgVs1oPiTFgcfXcWDdgLUoaq0 { 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) { #HJaxLvRegsgF1X3F8a7EnAe9RDK1NhJy { width:20rem;height:0;top:5.224609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh { display:flex;width:18rem;height:5.0625rem;top:6.52099609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #fXkKO44xuq9WqDPlHcOmtf11uhTUNsts { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #t26s1nx6xgyGmO3ON6T6lW73FiHRDZUs {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #Em73Rfhy9NVlLKncAItWNxg6MT0a5SCI {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #hiTRvH9bEI1u1a27ndwcqnvKngOccCDL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #UCcWAapOO53xveVnZkQXppe6Lp3BM09c {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #xkpWZwLrFKxeRCukoHthLhKgyp1RQVRx {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #ekiVaLZCy2B6blCimayDatcC6RE2E4OA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #dFozuvzX7xQvcdw28I6OVHLNIEoIFulE {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #mBSzuugH9eXKnT2Gekrdmzg1T9kx4VZr {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #cTo7zcsEGIvzQO9agrUeNLWuAvf3zGuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #MDsuH1s1lOtRO96FBr1cQdhV66xcA0G9 {  }
 }@media only screen and (max-width: 763px) { #aAt9iLK3Jrx6D4HHCw5mFSAn1S7faBoh #nSdd4H7eznNr0hIcRTPa4A2KANhTwLhR {  }
 }@media only screen and (max-width: 763px) { #a2s5TCw2H764bTnU6kJcfoyCy5XRdiVi { width:20rem;height:3.8496125rem;top:2.54052734375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 { 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; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { background-color: transparent; background-image: none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container > .video-iframe-container { display: none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row > .video-iframe-container { display: none; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .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); }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { border-width: 0; border-radius: 0; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nn480GckdwJvCKrOVhRsBlQOJE8x80X5 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFbokWJSrfJ0xliT6qrKI6cx1oozSmTk { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #skcfk1FBAnJkr4izfsxUE5O3GnESUupP { 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) { #hstDkOXw8JgtAaU4QrfHrxHfmV5CmEPu { 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) { #tGQDuhEvryKz6xo9dmM8lIgcVOtJnH6S { 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) { #AiZ5DIgpwIWZyEXzOPdWm5cDXgure46q { 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) { #zkTUSqzspV6AC3WiZb4npFf1piGyaciT { 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) { #um2THwgywkbypfBb3KnRVtCtQ6yUdJff { width:20rem;height:3.5rem;top:51.375rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlkausr6M6wrkJchQCpIMDAoxNoR23q { display:block; }
 }@media only screen and (max-width: 763px) { #a1kS1xTzPkpKuS0qPTtuOQq9Wwpctg8P { width:20rem;height:1.13720625rem;top:48.6875rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #urMrd9QV8qAydhg4eJn4TBQTdsMfuRwd { width:20rem;height:2.79980625rem;top:44.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoXdCVI7dTK5BuT3cv5kLfLpURACVUQw { width:20rem;height:9rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrzy8dENxIEnQxSCC3JDvghZEw4JMWVA { width:20rem;height:8.75rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIUJhH6uwJTFBC6VNg4zVi1xMEbzUzk6 { width:17.5rem;height:1.3999rem;top:26.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dhwB7ytQBluLU39HJT09gPDL89qVntrf { width:17.5625rem;height:3.1494125rem;top:37.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7Ir1VfRaFkbxlGezqkJ4EdN98cDJPnJ { width:5.4375rem;height:2.3999rem;top:23.8125rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTa6f4LiXTWUT0hnhge5xPyZNxZVsdax { width:5.4375rem;height:2.3999rem;top:34.5625rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EzvoXRI1lNekwP4IBEinqqkKqS3rVshv { width:20rem;height:10.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJk7EMrWqtbyX8fs2O6CzwuF15UU1Gf { width:17.5rem;height:4.19970625rem;top:14.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EkiMuxHMEWwIiak05sfmdUeBsgAsEvv1 { width:20rem;height:5.25rem;top:2.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CO9tkTclIgKCXqXnisrIwqSWc7mSbo2n { width:5.4375rem;height:2.3999rem;top:11.3125rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001a99, #002cff);background-image: -moz-linear-gradient(180deg, #001a99, #002cff);background-image: -ms-linear-gradient(180deg, #001a99, #002cff);background-image: -o-linear-gradient(180deg, #001a99, #002cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a99', endColorstr='#002cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a99', endColorstr='#002cff' );";background-image: linear-gradient(180deg, #001a99, #002cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { background-color: transparent; background-image: none; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container > .video-iframe-container { display: none; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row > .video-iframe-container { display: none; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .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); }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { border-width: 0; border-radius: 0; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLxEd8o3El2kgwLz2UoVbTZIGhBw1Gaq > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoQBJCf26DylIKEUeKe9HeSWPit58e3G { width:20rem;height:4.5rem;top:3.28125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR1lTUZozTtkiUmSLkL5f3PBbMPqpeUd { width:20rem;height:6.375rem;top:10.36767578125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N626LtQRdUbXvkHfurKwedL6QknuNSfM { width:20rem;height:1.13720625rem;top:28.1787109375rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rtfe0FbcyzeokLzsuhbbDnNQ1MRG8UVi { width:20rem;height:8rem;top:18.3369140625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@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:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doyZlL6U8nqTkRrQrunG1rW9lLrTTGrM { width:20rem;height:0;top:2.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15003;color:rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { width:20rem;height:2.923825rem;top:1.48291015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z { background-color: transparent; background-image: none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container > .video-iframe-container { display: none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row > .video-iframe-container { display: none; }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .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); }#A0BOqwEsZdIynd1c3whdMOKm7eC8Wi5z > .row .container { width:20rem;height:9rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #To1rBWfLtnQaLcuTIdhpTQ8n4K0hAIec { width:17.5rem;height:3.4375rem;top:3.625rem;left:1.25rem;font-size:1.125rem;font-family:"tt supermolot mobile";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C9VtsFXp7XqV5lT5TlXwo4wH4LdpsHXE { display:block; }
 }@media only screen and (max-width: 763px) { #EVMNqPoWb4Sr8gKoe1ZlUaQqNfQZMo6b { width:20rem;height:8.4375rem;top:0rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.25rem 0.75rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #QnWDcpCaE8Dtu1N82tsHygxRlhTJdwTF { width:19.187rem;height:1.65003125rem;top:1.09326171875rem;left:0.4052734375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }