.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;
}
: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/9f6b1947-eddd-4500-b1b6-708cc7a8b297/bgdesktopbb.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#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; }
#TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:38.3125rem;left:20.6875rem;height:3.1494125rem;text-align:center;text-align-last:center;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:4.3125rem;width:4.3125rem;top:7.8125rem;left:33.5rem;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:45rem;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.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15.0498046875rem;left:30.875rem;height:2.2749rem;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.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:12.8388671875rem;left:22.9375rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#beJHp1HB2muTJgbet9Hstbi7QcdihIcS { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:19.7373046875rem;left:24.8125rem;height:4.0249rem;text-align:center;text-align-last:center;display:block; }
#QMGO9UaJlvt3OrEv5OZdgfhOWWVvee6v { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:31.125rem;left:19.90625rem;height:4.8999rem;text-align:center;text-align-last:center;display:block; }
#Rvf72KFk8ROCVvwQ4hxpaKkd1ei1JVs3 { color:#ffa500;display:block;width:34.375rem;position:absolute;font-family:"tt supermolot exp italic";font-size:8.8125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:21.3935546875rem;left:20rem;height:12.337375rem;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:4.3125rem;width:4.3125rem;top:7.8125rem;left:37rem;overflow:hidden;display:block; }
#aHaAfDCzcFVdLA5rFwbXHpv9XmqSM7KW { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;width:18.25rem;top:6.34375rem;left:56.6875rem;overflow:hidden;display:block; }
#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk { 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; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { background-color: transparent; background-image: none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container > .video-iframe-container { display: none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row > .video-iframe-container { display: none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .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); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { border-width: 0; border-radius: 0; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#uhLEudTU34TazTdftn5va0PC3g4tg6wA { 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; }
#gNffBmos6CyLWltXAEler9XWr2pxrWqr { 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; }
#MsixTeb6TTHE00yZE4ULSpmPCedzG0KP { 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; }
#BLWpQmFTJy9HeCgEOXtp5ZPCX6tqm9Mt { 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; }
#X9IuHuyJgqJNhKxTUuIlzndLerPL8nBn { 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; }
#PUTL8eoW5ICTrRlcqlMFGB2Pyv1CTcQ7 { 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; }
#AxcXgRCczCZey0f2bWNfnMCTz5pZnEvo { 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; }
#gPJRg2uEszrydo08uBnvX5koGW3OC3Ht { 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; }
#v1d416g5hR8r8zwkW2KHPc5A91tS4ds6 { 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; }
#PFuiiryEAr0k3mF3NhzGkm4dIcTFbKM2 { 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; }
#oVntZtlh1fWUUeQUy0T97i9D1qcadDJy { 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; }
#A2OuwsAWDK8hmbRK5WUbVHXhiMMM9Ozo { 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; }
#hxBAzvFcEErTPJIJFK0gbPV4DeITG67l { 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; }
#PFFM25wL2ny7EIc1Sh7ekQDSsaiUEdh0 { 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; }
#GM6mddKOTRlTk39gWpWXtzQK5oq2AJEq { 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; }
#cym8SpoHTauZH4bqJUHP62hRtJRA7nDk { 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; }
#aLxGwcaNDwzL2Q8nzXGBig1q6D77L43u { 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; }
#pfvMZvcS3zckOCvG2sQ3kZHFD8OoOlJ2 { 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; }
#uPQWtzhXP6M22axivhPHAGr95V3rnoxU { 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; }
#tiCbqS8Xoi7STOh1EIUvTFLMRsT09W6v { 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; }
#mGit6Sq7E8KSMstmLyCwvVB6yJ9klbxd { 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; }
#MTkUo19QuTfRFXWhtaK6SyPEM0IXTTGT { 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; }
#TLxI9yfPqTOa5CqgJOMnAhflEdQm01Ay { 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; }
#DL94gzyrpZOwzN366GvlpJFColVbL8O8 { 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; }
#QmkQfOuIKi2Ikk2KyfgewhCQ9R7LbrdH { 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; }
#EhJUgn5JOhPPu13qDy9SbB23d7civ5av { 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; }
#p3OTXqeyXT91ZTNDlTFxbUuVBEryhPdL { 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; }
#QJBGUQ7QNq3pyHkot4TmpgaP6Qa2l0Zn { 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; }
#PknlZJyiHUPsardUThTrX3WnosUG12IE { 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; }
#Mdu9kiAZLvo7T2AzADlAt3n9rkkVrDWB { 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; }
#NrsLP50XThis3ZQ5mwBOm83LHNbuIcyq { 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; }
#HZskUTfrTCMao3U1Vpkz60Og0tqFRbtn { 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; }
#x4nFtRbaKT4dPkd8hFxLeshqXL0ber6L { 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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d { 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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #u8E9JlRGoWdnwscNWhEalsAMLMJ0OXWU { display:flex;position:relative;top:0rem;left:0rem; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #BJFttu2ZiD4JSdnkz1qKEAP6uyuUT9AD { width:auto; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #EsQB1v2KWNMUimJ8rzDgP1cGg5iseMEA {  }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #raBHzoVNT4PzW3RrhDA47OgyCXQmLO61 { display:flex;position:relative;top:0rem;left:0rem; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #UMUS16Aq2SUvcExdeXVEJuBTJnWSdW2P {  }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #Cl2fuamJ56h00tVTUhNKsyocGflXcsfJ {  }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #B97MsKdASodQUTuvlU0m8yFVMuglouoX { display:flex;position:relative;top:0rem;left:0rem; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #Jky8SO2Zc0XCVO83kawKvMF4bPFcSK7a {  }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #evnIIcDcUUU72ZimO2sBbSyCKpASM2ho {  }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #gO16rmRd1TG2ZTI1oQpRbx1Tzm3Pemlv { display:flex;position:relative;top:0rem;left:0rem; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #cy3LHAS29rSLpA4CLwlZte7uCTl9PN1i {  }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #gN6vQ7IsRKlq44DS3RJMM2JdGL3G2mWX {  }
#JyZJoBT62mllAnE2J5TqK8PAlJvU5lFc { 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; }
#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { 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; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#zZcG9swxpTnATCqGXVaRvMewCuArQQtT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:75rem;display:none; }
#rLATUP1Mef5ITH4HTkpR1uHEUge9u6OZ { 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:35.5625rem;left:22.6875rem;display:block; }
#Q4RgFEiEyt6zkssXvXJxu0VwILmyb0BU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imgFD8etNaHJrXOVUialeRoTPNk0OSGT { 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:31.8125rem;left:0rem;height:1.2246125rem;text-align:center;text-align-last:center;display:block; }
#U5iSwhKMleivO9hICMURiGsxngxDcmxx { 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:28rem;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; }
#M3tNBQ0GiwETVWLEtppw0zZFoNpkfIHn { box-sizing:content-box;height:13.125rem;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; }
#POVKJlyx9zbC7LM8KaQgiCsecLTpxcTk { box-sizing:content-box;height:13.125rem;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; }
#K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { 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:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { color:#000000;display:block;width:17.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:4.72411875rem;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; }
#imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top: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; }
#vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top: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; }
#bldhtZ3uMVLThhCH3ZlD15kCJrRhFDbk { box-sizing:content-box;height:13.125rem;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; }
#rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { color:#000000;display:block;width:17.3125rem;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.72411875rem;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; }
#HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { color:#000000;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top: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; }
#RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { color:#ffa500;display:block;width:5.4375rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top: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; }
#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001a99;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; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { background-color: transparent; background-image: none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container > .video-iframe-container { display: none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row > .video-iframe-container { display: none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .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); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { border-width: 0; border-radius: 0; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#a1oFHXsNGCFS0ODMX5pkNdoENsiAtNCM { 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; }
#Ksd8TVXNuOZdAUQDc5lmHsTUhOwOMdMp { 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; }
#bUKa1d5L9bDdfp2qz4xrv23ZlKKSr5IK { 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; }
#DGeC8T2BUkJ1lRpmCWAamyiirFd4B2TX { 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; }
#dXAFW84c6gqo92gTTI9JTpiAP5kkuzOZ { 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; }
#FlWA5Lu1sH4VudGeVUQ4IOhMuWzP5Sax { 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; }
#QBDd7KkfRPxIA70a2yHwPaOvWyDqnM2R { 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; }
#v3OavOOcta5fv3boeK7tlclMXLoBbTId { 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; }
#ReHT04lJA92EpnFocvJAkH4qAm9PxoQH { 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; }
#Tkvt89X97OG5EqTmQxJm4iTlZ6qfrcha { 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; }
#ENsPflw1w34GTwdFbHMLycQT8GnFrzLT { 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; }
#QmFD2wLREoQDUWGIwayXK9GUF8ZGvpo1 { 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; }
#kxuMKexmkg2mPQxr50ANOuTqnk7aepeu { 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; }
#HaxyWT5us3h9L0Bupx7lf5ExnST5enBm { 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; }
#kr7DV8F8CaqyA4COSl0sv4ZFmGuNA0RR { 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; }
#rzMZTUXoHkvGUd5rKKSeTzWqen0eEZdT { 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; }
#CyW4GqyFgaWkMrEV9qDOC6UIDmE2DJhV { 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; }
#eaPuudW1kUbreDIymfNZZiOvq0e8kETH { 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; }
#ccoZc6zslDTuMT40VuLGQKSGoB1oO0Ai { 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; }
#v17Z7Ld6IcGTgEeCvCWFrcZLuTDxi1bf { 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; }
#rbcVooVdr5eN9g5VNXezQvswPBxvX0GQ { 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; }
#UZG2O2BB6fHTJc2yhX3gVZclHBEt4AHp { 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; }
#yS0pNpBkcDciJA0BuikDqZG2TmiIfPHT { 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; }
#t6BeKHobUr8hhUsWgM07PJgonTE6PpZ7 { 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; }
#XmnZ0PRvmeTMf3dfV338NFOJCAJMLRB5 { 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; }
#QXzaImhTFtIm9eUslR5dZTIeRMFvX6RV { 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; }
#mwcuo0KZTM6VAxGfd4Rax1uwrypOl1KC { 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; }
#omLoM5XHvTmkWA2d8TTLmMNOffZWKbUM { 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; }
#Fx8kGtLUH312g5UIUyUTgHazNcrzktWS { 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; }
#gbv0ODu2SgkINxX1w3cJJtyPgWK2NHOb { 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; }
#dPLu28kSowxVlt9D6atO5tNaG4GKzWm9 { 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; }
#TBCkUbEbFf2q76ufOgF8UKTooFx0WUJf { 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; }
#XfMFLR8AIDmtmTHbuuWm0pkBvo1etfiT { 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; }
#RERb1gIaUeZIsSgWbSdE7GITR6v0nAN5 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:21.5625rem;left:11.3125rem;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; }
#cWRHdnPCccIU2b9OZTQT7OyT3JSpVIhJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:18.75rem;top:17.6875rem;left:11.3125rem;overflow:hidden;display:block; }
#pGKsZFD9T37A4yNulprEAmcaRBu6t8A1 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:20.5625rem;top:2.40625rem;left:41.53125rem;overflow:hidden;display:block; }
#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { 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; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { background-color: transparent; background-image: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { border-width: 0; border-radius: 0; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top: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; }
#ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:37.5rem;top:12.4375rem;left:1.8125rem;overflow:hidden;display:block; }
#Iq3L4uQmw8TH1kuenIunxxF7vl9g5IpN { 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; }
#xXuM2arpf6sCaUAEZnQvbc3Gs3tPOca8 { 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.798825rem;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; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:96.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qptacsIeTJPaVVq0kuZChTObzNfuiE5d { color:#192434;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:4.5rem;left:5.34375rem;height:2.25rem;display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.4;overflow:hidden;height:auto;color:#192434;font-family:var(--paragraphs-font-family); }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6bd4ab15e1111ebf5820f339a93f31359e933276.svg");background-size:contain !important; }#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-trigger.adaptive-delivery-prevent-bg, #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-trigger.lazyload, #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-trigger.lazyloading { background-image: none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15058;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.3125rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rdSur0DUyNxubPa5ILdZZAtENOZUnsw1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ohSzmtl2mXfTdJqi2WSJPIZb8SgxwiHl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #S1CoHQr7EvNwkSzFWT66fIhHe1vZdFN3 { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #pkytqfy6JVxI3Iqd0aSSuKUXLeg7XcgI {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #SOVozA0sgXW7OGX6TOlzuZlWfJOZOXCp {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #mLXcOJBR9kBz7UrZuSOOax1HHRu2z07a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VnbOyUDHzg7fL0zdeZPfwMbSafOUVUFC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #L26tMkyont27rN0ohf5sZtihg3lPTvSd { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UCVi68ObZd4xQ2pOS2BCJO63i5ArKTPV {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XvIaGXa5QMHvbtAUUcp1Fgm0Tc2KTLdD { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #qul5tziRDVXNmDAmMQDmZl50KLKSOQ6F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #GGtxc9A211ivM5vHmX46XX4zk7JO9yDb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #LkTISyFaw0rFlSlG4KLcmDk5v6sHI6SS { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rXAmMtk1lmQqZIqsowTWETQl7S3L6sKl {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #PBzPxJglaJvfAg3xNddF9dZoE5nIVP7c { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #HK9tVKCrXvWprNW8JaGXaFEM2br9V4hR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #yR8e2SmJH6IQNrncFpmedy5T02C0dRfH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #owZqaXSLGQXwtL5BTKe9NA16J8bJVmTr { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #aoUh2HLSIhpoQGI3ns08xqBWA38kpHFg {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rRsKaefSwNaaPTvnb1NrSR4XmQsbszTT { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #fyTbl2PT4HZztU1qfHBJi8kDe3oUQDll { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rUusT7RuakrLfgs9F5q4QwScm1Tl3ITP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CUmfHlB5gUroyMBwlgQfqtdPSuxbIwdp { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Lhn0sd4b5TJvViaaZlw0vxGmZC2ftko2 {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ZxAJRQLHNnCm24EyGLP2wPTmra9i48LQ { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #b8hbesTSSiBMPWZyC2RqTBPkvzBEEGTU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UCNTdgS75vV61iM4zlrvguzHPAWptsqE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #TfJApTSWWdPRyrRR1viAbw3p06vHf8QX { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #A7rPPet1oWRLAokVDDFaFVlyJ1O1t5gy {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #leOw37l6R6xibF9lo3QVOAG0v4VTUJwn { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #mT7HyMtVdkexDazMvmpPvy23kZzDRyaR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Z4rBQUrudtfdt3OmrHx8WiOrRN58rx7g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CGZIa2nWwCfRlrtmrR3wwnUwmoMgp7Fh { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #pT8wE4KxxDKhEiBgN4WD8JPccsbSslMl {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UQFSBa33sqmKQFeDpLmZs9kgmGphRy2O { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #xqa333GG72rJvZfvCWdICyC4W0xwmSnz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #vL82Bp5WmqDPU2M9Qrawk8EChnSO16EN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Tx2F6qa9OE9aTAyM3Tdgsl4HAzmnoXTO { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tMqsrydPKivuoMIOmK8OghRfDoGy8g0k {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #eWLkiMESAq49BCOG1VF991kIp6Qf5rOJ { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XIs8cAdfRPsifc6zO76Z3KP5TKTi8g1y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XuixFQwMSriPfTN5MNPSiHNJL6HbpG6D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XW58LXwmqV4SMKnk12MkVSzZ38kVdAUd { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #KP70ubwpCGATTkVA2epRJVmKGlC8Wkqm {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tTa5hWfsDkWMTzcFLMsRndvlUPSNzIFD { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #kyCyuOWSpuBTS8cu2AlAbh4CRWkMRlKF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #haCC72uslvrPLEkk04h7hhinVvcizix4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #TnSb9T7RhK4ON12TO44Zr8PBe0EnmUhI { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Dtifx19L7WQtdHdSLNg7Z5rwPO3qvqEU {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tzlr0xbUA3yMHXcEdzwLpwE5AQAENRXq { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #B7od84B8uEaC0sFHCCZOcfbwB0VXDLM4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #H4O8Q6psaGsOzLRHFguvNeNTbV1NSMXQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #sc2r3QxiFlQGyAsScOLpTxpmEkpfms3i { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tx8RsK4JmRow6Tq6xfSZRaaWIER93vVe {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #K1wseuvzBQMnyipT38zNvtHbfK40se9R { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #M8JRSsVP4qeeMCVV6igPbNPBgm3WCfKg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #S69P0Ca2gH4QiDrwn1wkzXowAFCkxu3d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UHdv1Iv2VqUBB5aTuaM763KqKbgWF2fk { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #QT3U4n6hDLO7RSoJnuD1wvtJofM5Kqal {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CBk7fHekCowLU3Ul9rSM8rqgsJOltTmR { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ao8TRRfVxTHOATn1fmecgHx8SI4d2oXz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #MmqTVl7TOxKrLpTM7rTQFxqiernq4wy4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VCGmMICznd6bUvODwk5HyziIKzgQTo22 { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #X9ywTTMExU2TsX6k7Ud19UnsPBqZqgLu {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #t2qwVXLkLR0EkymnXUg0ix4Jnq2DVBuv { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ctLx0FTNBotuOflfece0su9Ufwt6kHnC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #xk5Pqz1yO95yL6M94fLLop6vfwh9HOIX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Wp2WLaRkCmkWyZfnvH7mscrKMQ13hmvn { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Ffo5P639wHU0ezngFwv9UnEwLq3dGs5k {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #cg3Zm8h2xipG1ozKL68ciDKp3OJwBRTf { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ATFGTXbRAlcKTmey0kpyuCfAZyWW9vsi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #qcJ5TRbXMxxvHZH1ItMQFrqtHkCOqQhq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #JaDShlganQQxTfTy3L6MwHvgpEG5GZ3B { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #fSyEqqNhgPN4cnmy6cMvNFDWcdlpv38k {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rTvb8RESuG0RiEp49iSoTNFvvqIZZaFB { display:none; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ixr6f6EIpT94S7vZ4Cd7wkRcNEfh5q4J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #LoUWDvUi9TyC6UFpBTZXRNpnQINd9SHI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #drSB9hnNohTmlSMWp91SS84PF7nBq3MT { display:block;position:relative; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #kobqmN1KLCfiTN2mEd80gKIsdFHvzym2 {  }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VZ6sNdZZh2zJpZDFMtZUoCegMlH8bp54 { display:none; }
#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:15.5625rem;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; }
#cZtBAbqHM1aDq2wWi1OhugXfrcFqMgTB { color:#192434;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:0rem;height:1.2246125rem;text-align:center;text-align-last:center;display:block; }
#bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { color:rgba(0,0,0,0.5);display:block;width:75rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;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:18.5625rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:43.375rem;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:2.92480625rem;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) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { top:4.5625rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { top:38.3125rem;left:7.0625rem;width:33.625rem;height:3.125rem;font-size:1rem;display:none; }
 }@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:7.8125rem;left:19.875rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMkW76qBRmfSeUFEEA6DMrrCIFCDKGnq { width:29.6875rem;height:3.5rem;top:45rem;left:9.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJmThShBP7KGzAFJT3ksWhtJXv6iFz5l { display:block; }
 }@media only screen and (max-width: 763px) { #C1uV993xdw7ViESIKhqGtDVrtFUWdTaw { top:15rem;left:17.25rem;width:13.25rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVVpFaTuksqThKTCKNyCDtMOT4AVqMkp { top:12.8125rem;left:9.3125rem;width:29.125rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #beJHp1HB2muTJgbet9Hstbi7QcdihIcS { top:19.6875rem;left:11.1875rem;width:25.5rem;height:4rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMGO9UaJlvt3OrEv5OZdgfhOWWVvee6v { top:31.125rem;left:6.28125rem;width:34.9375rem;height:4.875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvf72KFk8ROCVvwQ4hxpaKkd1ei1JVs3 { top:21.375rem;left:6.375rem;width:34.375rem;height:24.625rem;font-size:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6nkTKPXLbktkU4ZrTiVAzBBTbzu32fy { top:7.8125rem;left:23.375rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHaAfDCzcFVdLA5rFwbXHpv9XmqSM7KW { top:6.3125rem;left:29.5rem;width:18.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk { display:none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhLEudTU34TazTdftn5va0PC3g4tg6wA { 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) { #gNffBmos6CyLWltXAEler9XWr2pxrWqr { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsixTeb6TTHE00yZE4ULSpmPCedzG0KP { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLWpQmFTJy9HeCgEOXtp5ZPCX6tqm9Mt { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IuHuyJgqJNhKxTUuIlzndLerPL8nBn { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTL8eoW5ICTrRlcqlMFGB2Pyv1CTcQ7 { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxcXgRCczCZey0f2bWNfnMCTz5pZnEvo { 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) { #gPJRg2uEszrydo08uBnvX5koGW3OC3Ht { 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) { #v1d416g5hR8r8zwkW2KHPc5A91tS4ds6 { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFuiiryEAr0k3mF3NhzGkm4dIcTFbKM2 { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVntZtlh1fWUUeQUy0T97i9D1qcadDJy { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2OuwsAWDK8hmbRK5WUbVHXhiMMM9Ozo { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxBAzvFcEErTPJIJFK0gbPV4DeITG67l { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFFM25wL2ny7EIc1Sh7ekQDSsaiUEdh0 { 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) { #GM6mddKOTRlTk39gWpWXtzQK5oq2AJEq { 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) { #cym8SpoHTauZH4bqJUHP62hRtJRA7nDk { 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) { #aLxGwcaNDwzL2Q8nzXGBig1q6D77L43u { 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) { #pfvMZvcS3zckOCvG2sQ3kZHFD8OoOlJ2 { 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) { #uPQWtzhXP6M22axivhPHAGr95V3rnoxU { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiCbqS8Xoi7STOh1EIUvTFLMRsT09W6v { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGit6Sq7E8KSMstmLyCwvVB6yJ9klbxd { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTkUo19QuTfRFXWhtaK6SyPEM0IXTTGT { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxI9yfPqTOa5CqgJOMnAhflEdQm01Ay { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL94gzyrpZOwzN366GvlpJFColVbL8O8 { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmkQfOuIKi2Ikk2KyfgewhCQ9R7LbrdH { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhJUgn5JOhPPu13qDy9SbB23d7civ5av { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3OTXqeyXT91ZTNDlTFxbUuVBEryhPdL { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBGUQ7QNq3pyHkot4TmpgaP6Qa2l0Zn { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PknlZJyiHUPsardUThTrX3WnosUG12IE { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mdu9kiAZLvo7T2AzADlAt3n9rkkVrDWB { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrsLP50XThis3ZQ5mwBOm83LHNbuIcyq { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZskUTfrTCMao3U1Vpkz60Og0tqFRbtn { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4nFtRbaKT4dPkd8hFxLeshqXL0ber6L { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d { display:flex;width:18rem;height:5.0625rem;top:5.6875rem;left:4.28125rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #u8E9JlRGoWdnwscNWhEalsAMLMJ0OXWU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #BJFttu2ZiD4JSdnkz1qKEAP6uyuUT9AD {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #EsQB1v2KWNMUimJ8rzDgP1cGg5iseMEA {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #raBHzoVNT4PzW3RrhDA47OgyCXQmLO61 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #UMUS16Aq2SUvcExdeXVEJuBTJnWSdW2P {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #Cl2fuamJ56h00tVTUhNKsyocGflXcsfJ {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #B97MsKdASodQUTuvlU0m8yFVMuglouoX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #Jky8SO2Zc0XCVO83kawKvMF4bPFcSK7a {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #evnIIcDcUUU72ZimO2sBbSyCKpASM2ho {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #gO16rmRd1TG2ZTI1oQpRbx1Tzm3Pemlv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #cy3LHAS29rSLpA4CLwlZte7uCTl9PN1i {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #gN6vQ7IsRKlq44DS3RJMM2JdGL3G2mWX {  }
 }@media only screen and (max-width: 763px) { #JyZJoBT62mllAnE2J5TqK8PAlJvU5lFc { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { display:none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zZcG9swxpTnATCqGXVaRvMewCuArQQtT { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { width:47.75rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLATUP1Mef5ITH4HTkpR1uHEUge9u6OZ { width:29.6875rem;height:3.5rem;top:35.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4RgFEiEyt6zkssXvXJxu0VwILmyb0BU { display:block; }
 }@media only screen and (max-width: 763px) { #imgFD8etNaHJrXOVUialeRoTPNk0OSGT { top:31.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5iSwhKMleivO9hICMURiGsxngxDcmxx { top:28rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3tNBQ0GiwETVWLEtppw0zZFoNpkfIHn { top:11.8125rem;left:13.375rem;width:21.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVKJlyx9zbC7LM8KaQgiCsecLTpxcTk { top:11.8125rem;left:26.5rem;width:21.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { top:16.5625rem;left:14.5rem;width:17.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { top:16.5625rem;left:30.1875rem;width:17.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { top:12.6875rem;left:13.8125rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { top:12.6875rem;left:36.6875rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bldhtZ3uMVLThhCH3ZlD15kCJrRhFDbk { top:11.8125rem;left:0rem;width:21.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { top:16.6875rem;left:0rem;width:17.3125rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { top:12.6875rem;left:0rem;width:5.4375rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX { display:none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1oFHXsNGCFS0ODMX5pkNdoENsiAtNCM { 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) { #Ksd8TVXNuOZdAUQDc5lmHsTUhOwOMdMp { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUKa1d5L9bDdfp2qz4xrv23ZlKKSr5IK { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGeC8T2BUkJ1lRpmCWAamyiirFd4B2TX { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXAFW84c6gqo92gTTI9JTpiAP5kkuzOZ { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWA5Lu1sH4VudGeVUQ4IOhMuWzP5Sax { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBDd7KkfRPxIA70a2yHwPaOvWyDqnM2R { 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) { #v3OavOOcta5fv3boeK7tlclMXLoBbTId { 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) { #ReHT04lJA92EpnFocvJAkH4qAm9PxoQH { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkvt89X97OG5EqTmQxJm4iTlZ6qfrcha { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENsPflw1w34GTwdFbHMLycQT8GnFrzLT { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFD2wLREoQDUWGIwayXK9GUF8ZGvpo1 { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxuMKexmkg2mPQxr50ANOuTqnk7aepeu { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaxyWT5us3h9L0Bupx7lf5ExnST5enBm { 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) { #kr7DV8F8CaqyA4COSl0sv4ZFmGuNA0RR { 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) { #rzMZTUXoHkvGUd5rKKSeTzWqen0eEZdT { 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) { #CyW4GqyFgaWkMrEV9qDOC6UIDmE2DJhV { 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) { #eaPuudW1kUbreDIymfNZZiOvq0e8kETH { 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) { #ccoZc6zslDTuMT40VuLGQKSGoB1oO0Ai { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v17Z7Ld6IcGTgEeCvCWFrcZLuTDxi1bf { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbcVooVdr5eN9g5VNXezQvswPBxvX0GQ { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZG2O2BB6fHTJc2yhX3gVZclHBEt4AHp { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS0pNpBkcDciJA0BuikDqZG2TmiIfPHT { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6BeKHobUr8hhUsWgM07PJgonTE6PpZ7 { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmnZ0PRvmeTMf3dfV338NFOJCAJMLRB5 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXzaImhTFtIm9eUslR5dZTIeRMFvX6RV { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwcuo0KZTM6VAxGfd4Rax1uwrypOl1KC { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #omLoM5XHvTmkWA2d8TTLmMNOffZWKbUM { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fx8kGtLUH312g5UIUyUTgHazNcrzktWS { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbv0ODu2SgkINxX1w3cJJtyPgWK2NHOb { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPLu28kSowxVlt9D6atO5tNaG4GKzWm9 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBCkUbEbFf2q76ufOgF8UKTooFx0WUJf { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfMFLR8AIDmtmTHbuuWm0pkBvo1etfiT { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RERb1gIaUeZIsSgWbSdE7GITR6v0nAN5 { top:21.5625rem;left:0rem;width:25.9375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWRHdnPCccIU2b9OZTQT7OyT3JSpVIhJ { top:17.6875rem;left:0rem;width:18.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKsZFD9T37A4yNulprEAmcaRBu6t8A1 { top:2.375rem;left:27.1875rem;width:20.5625rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { display:block; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { top:12.4375rem;left:0rem;width:37.5rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iq3L4uQmw8TH1kuenIunxxF7vl9g5IpN { top:29.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXuM2arpf6sCaUAEZnQvbc3Gs3tPOca8 { 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) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qptacsIeTJPaVVq0kuZChTObzNfuiE5d { top:4.25rem;left:0rem;width:20rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rdSur0DUyNxubPa5ILdZZAtENOZUnsw1 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ohSzmtl2mXfTdJqi2WSJPIZb8SgxwiHl {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #S1CoHQr7EvNwkSzFWT66fIhHe1vZdFN3 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #pkytqfy6JVxI3Iqd0aSSuKUXLeg7XcgI {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #SOVozA0sgXW7OGX6TOlzuZlWfJOZOXCp {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #mLXcOJBR9kBz7UrZuSOOax1HHRu2z07a {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VnbOyUDHzg7fL0zdeZPfwMbSafOUVUFC {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #L26tMkyont27rN0ohf5sZtihg3lPTvSd {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UCVi68ObZd4xQ2pOS2BCJO63i5ArKTPV {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XvIaGXa5QMHvbtAUUcp1Fgm0Tc2KTLdD {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #qul5tziRDVXNmDAmMQDmZl50KLKSOQ6F {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #GGtxc9A211ivM5vHmX46XX4zk7JO9yDb {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #LkTISyFaw0rFlSlG4KLcmDk5v6sHI6SS {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rXAmMtk1lmQqZIqsowTWETQl7S3L6sKl {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #PBzPxJglaJvfAg3xNddF9dZoE5nIVP7c {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #HK9tVKCrXvWprNW8JaGXaFEM2br9V4hR {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #yR8e2SmJH6IQNrncFpmedy5T02C0dRfH {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #owZqaXSLGQXwtL5BTKe9NA16J8bJVmTr {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #aoUh2HLSIhpoQGI3ns08xqBWA38kpHFg {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rRsKaefSwNaaPTvnb1NrSR4XmQsbszTT {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #fyTbl2PT4HZztU1qfHBJi8kDe3oUQDll {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rUusT7RuakrLfgs9F5q4QwScm1Tl3ITP {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CUmfHlB5gUroyMBwlgQfqtdPSuxbIwdp {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Lhn0sd4b5TJvViaaZlw0vxGmZC2ftko2 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ZxAJRQLHNnCm24EyGLP2wPTmra9i48LQ {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #b8hbesTSSiBMPWZyC2RqTBPkvzBEEGTU {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UCNTdgS75vV61iM4zlrvguzHPAWptsqE {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #TfJApTSWWdPRyrRR1viAbw3p06vHf8QX {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #A7rPPet1oWRLAokVDDFaFVlyJ1O1t5gy {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #leOw37l6R6xibF9lo3QVOAG0v4VTUJwn {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #mT7HyMtVdkexDazMvmpPvy23kZzDRyaR {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Z4rBQUrudtfdt3OmrHx8WiOrRN58rx7g {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CGZIa2nWwCfRlrtmrR3wwnUwmoMgp7Fh {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #pT8wE4KxxDKhEiBgN4WD8JPccsbSslMl {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UQFSBa33sqmKQFeDpLmZs9kgmGphRy2O {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #xqa333GG72rJvZfvCWdICyC4W0xwmSnz {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #vL82Bp5WmqDPU2M9Qrawk8EChnSO16EN {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Tx2F6qa9OE9aTAyM3Tdgsl4HAzmnoXTO {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tMqsrydPKivuoMIOmK8OghRfDoGy8g0k {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #eWLkiMESAq49BCOG1VF991kIp6Qf5rOJ {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XIs8cAdfRPsifc6zO76Z3KP5TKTi8g1y {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XuixFQwMSriPfTN5MNPSiHNJL6HbpG6D {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XW58LXwmqV4SMKnk12MkVSzZ38kVdAUd {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #KP70ubwpCGATTkVA2epRJVmKGlC8Wkqm {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tTa5hWfsDkWMTzcFLMsRndvlUPSNzIFD {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #kyCyuOWSpuBTS8cu2AlAbh4CRWkMRlKF {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #haCC72uslvrPLEkk04h7hhinVvcizix4 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #TnSb9T7RhK4ON12TO44Zr8PBe0EnmUhI {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Dtifx19L7WQtdHdSLNg7Z5rwPO3qvqEU {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tzlr0xbUA3yMHXcEdzwLpwE5AQAENRXq {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #B7od84B8uEaC0sFHCCZOcfbwB0VXDLM4 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #H4O8Q6psaGsOzLRHFguvNeNTbV1NSMXQ {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #sc2r3QxiFlQGyAsScOLpTxpmEkpfms3i {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tx8RsK4JmRow6Tq6xfSZRaaWIER93vVe {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #K1wseuvzBQMnyipT38zNvtHbfK40se9R {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #M8JRSsVP4qeeMCVV6igPbNPBgm3WCfKg {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #S69P0Ca2gH4QiDrwn1wkzXowAFCkxu3d {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UHdv1Iv2VqUBB5aTuaM763KqKbgWF2fk {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #QT3U4n6hDLO7RSoJnuD1wvtJofM5Kqal {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CBk7fHekCowLU3Ul9rSM8rqgsJOltTmR {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ao8TRRfVxTHOATn1fmecgHx8SI4d2oXz {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #MmqTVl7TOxKrLpTM7rTQFxqiernq4wy4 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VCGmMICznd6bUvODwk5HyziIKzgQTo22 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #X9ywTTMExU2TsX6k7Ud19UnsPBqZqgLu {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #t2qwVXLkLR0EkymnXUg0ix4Jnq2DVBuv {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ctLx0FTNBotuOflfece0su9Ufwt6kHnC {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #xk5Pqz1yO95yL6M94fLLop6vfwh9HOIX {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Wp2WLaRkCmkWyZfnvH7mscrKMQ13hmvn {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Ffo5P639wHU0ezngFwv9UnEwLq3dGs5k {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #cg3Zm8h2xipG1ozKL68ciDKp3OJwBRTf {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ATFGTXbRAlcKTmey0kpyuCfAZyWW9vsi {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #qcJ5TRbXMxxvHZH1ItMQFrqtHkCOqQhq {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #JaDShlganQQxTfTy3L6MwHvgpEG5GZ3B {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #fSyEqqNhgPN4cnmy6cMvNFDWcdlpv38k {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rTvb8RESuG0RiEp49iSoTNFvvqIZZaFB {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ixr6f6EIpT94S7vZ4Cd7wkRcNEfh5q4J {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #LoUWDvUi9TyC6UFpBTZXRNpnQINd9SHI {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #drSB9hnNohTmlSMWp91SS84PF7nBq3MT {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #kobqmN1KLCfiTN2mEd80gKIsdFHvzym2 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VZ6sNdZZh2zJpZDFMtZUoCegMlH8bp54 {  }
 }@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) { #cZtBAbqHM1aDq2wWi1OhugXfrcFqMgTB { top:1.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { top:3.3125rem;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:18.5625rem;height:3.5rem;top:2rem;left:29.1875rem;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/144901f9-d95a-4e71-85d6-8fcbeaafe1f0/bgmobile4.png");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.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gE2pFQdwEme6w1T0MbCme7yNzT4qdneZ { width:3.75rem;height:3.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNCQRcwloBxIe9fqZW3fQF88UVAQaXM { width:20rem;height:4.19970625rem;top:30.5rem;left:0rem;font-size:1rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15010;text-align:center;text-align-last:center;line-height:1.4;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #T2okvwzpl8Rh4mOh5oVGbpTATwTgwmvG { width:20rem;height:0;top:35.65625rem;left:0rem;font-size:1.25rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.4;font-family:"tt supermolot mobile";display:none; }
 }@media only screen and (max-width: 763px) { #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.125rem;height:3.125rem;top:7.75rem;left:7.125rem;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.75rem;top:13.5625rem;left:3.375rem;font-size:1.25rem;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) { #IVVpFaTuksqThKTCKNyCDtMOT4AVqMkp { width:20rem;height:1.75rem;top:11.57421875rem;left:0rem;font-size:1.25rem;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) { #beJHp1HB2muTJgbet9Hstbi7QcdihIcS { width:20rem;height:2.625rem;top:17.4375rem;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 mobile";display:block; }
 }@media only screen and (max-width: 763px) { #QMGO9UaJlvt3OrEv5OZdgfhOWWVvee6v { width:20rem;height:2.91845625rem;top:25.06201171875rem;left:0rem;font-size:2.0625rem;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 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.125rem;height:3.125rem;top:7.75rem;left:9.75rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aHaAfDCzcFVdLA5rFwbXHpv9XmqSM7KW { width:9.8125rem;height:1.4375rem;top:3.34375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk { 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; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { background-color: transparent; background-image: none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container > .video-iframe-container { display: none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row > .video-iframe-container { display: none; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .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); }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { border-width: 0; border-radius: 0; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbMWx9Tyb5xAQTRPTeeITPngLQEKA9wk > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhLEudTU34TazTdftn5va0PC3g4tg6wA { 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) { #gNffBmos6CyLWltXAEler9XWr2pxrWqr { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsixTeb6TTHE00yZE4ULSpmPCedzG0KP { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLWpQmFTJy9HeCgEOXtp5ZPCX6tqm9Mt { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9IuHuyJgqJNhKxTUuIlzndLerPL8nBn { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUTL8eoW5ICTrRlcqlMFGB2Pyv1CTcQ7 { 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) { #AxcXgRCczCZey0f2bWNfnMCTz5pZnEvo { 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) { #gPJRg2uEszrydo08uBnvX5koGW3OC3Ht { 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) { #v1d416g5hR8r8zwkW2KHPc5A91tS4ds6 { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFuiiryEAr0k3mF3NhzGkm4dIcTFbKM2 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVntZtlh1fWUUeQUy0T97i9D1qcadDJy { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2OuwsAWDK8hmbRK5WUbVHXhiMMM9Ozo { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxBAzvFcEErTPJIJFK0gbPV4DeITG67l { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFFM25wL2ny7EIc1Sh7ekQDSsaiUEdh0 { 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) { #GM6mddKOTRlTk39gWpWXtzQK5oq2AJEq { 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) { #cym8SpoHTauZH4bqJUHP62hRtJRA7nDk { 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) { #aLxGwcaNDwzL2Q8nzXGBig1q6D77L43u { 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) { #pfvMZvcS3zckOCvG2sQ3kZHFD8OoOlJ2 { 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) { #uPQWtzhXP6M22axivhPHAGr95V3rnoxU { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiCbqS8Xoi7STOh1EIUvTFLMRsT09W6v { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGit6Sq7E8KSMstmLyCwvVB6yJ9klbxd { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTkUo19QuTfRFXWhtaK6SyPEM0IXTTGT { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLxI9yfPqTOa5CqgJOMnAhflEdQm01Ay { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DL94gzyrpZOwzN366GvlpJFColVbL8O8 { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmkQfOuIKi2Ikk2KyfgewhCQ9R7LbrdH { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhJUgn5JOhPPu13qDy9SbB23d7civ5av { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3OTXqeyXT91ZTNDlTFxbUuVBEryhPdL { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJBGUQ7QNq3pyHkot4TmpgaP6Qa2l0Zn { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #PknlZJyiHUPsardUThTrX3WnosUG12IE { 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) { #Mdu9kiAZLvo7T2AzADlAt3n9rkkVrDWB { 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) { #NrsLP50XThis3ZQ5mwBOm83LHNbuIcyq { 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) { #HZskUTfrTCMao3U1Vpkz60Og0tqFRbtn { 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) { #x4nFtRbaKT4dPkd8hFxLeshqXL0ber6L { 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) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d .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; }
#z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d { display:flex;width:18rem;height:5.0625rem;top:6.52099609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #u8E9JlRGoWdnwscNWhEalsAMLMJ0OXWU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #BJFttu2ZiD4JSdnkz1qKEAP6uyuUT9AD {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #EsQB1v2KWNMUimJ8rzDgP1cGg5iseMEA {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #raBHzoVNT4PzW3RrhDA47OgyCXQmLO61 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #UMUS16Aq2SUvcExdeXVEJuBTJnWSdW2P {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #Cl2fuamJ56h00tVTUhNKsyocGflXcsfJ {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #B97MsKdASodQUTuvlU0m8yFVMuglouoX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #Jky8SO2Zc0XCVO83kawKvMF4bPFcSK7a {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #evnIIcDcUUU72ZimO2sBbSyCKpASM2ho {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #gO16rmRd1TG2ZTI1oQpRbx1Tzm3Pemlv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #cy3LHAS29rSLpA4CLwlZte7uCTl9PN1i {  }
 }@media only screen and (max-width: 763px) { #z8Anvpx39oq5EWDVEbS0rQTtzBToIL4d #gN6vQ7IsRKlq44DS3RJMM2JdGL3G2mWX {  }
 }@media only screen and (max-width: 763px) { #JyZJoBT62mllAnE2J5TqK8PAlJvU5lFc { 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) { #Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcG9swxpTnATCqGXVaRvMewCuArQQtT { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #EnDUnJ9TkeMGZbRNWJn1SQxVaPaJv9xe { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NDWhVUvC1aAByQz7yLIB0ftnhbKFAnea { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hOkZm2XoiMgnkrWFBumDTUEQWThNfhaO { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vqbGJPsTa2Ar4UWCS15mGRtZp06ozcIx { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OlJmccbu0m7Sm9Luhabkfqrpk4Jg7O7k { top:3.8125rem;left:0rem;width:16.375rem;height:4.0625rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rLATUP1Mef5ITH4HTkpR1uHEUge9u6OZ { width:20rem;height:3.5rem;top:53.87451171875rem;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) { #Q4RgFEiEyt6zkssXvXJxu0VwILmyb0BU { display:block; }
 }@media only screen and (max-width: 763px) { #imgFD8etNaHJrXOVUialeRoTPNk0OSGT { width:20rem;height:1.13720625rem;top:51.17822265625rem;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) { #U5iSwhKMleivO9hICMURiGsxngxDcmxx { width:20rem;height:2.79980625rem;top:47.14990234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3tNBQ0GiwETVWLEtppw0zZFoNpkfIHn { width:20rem;height:10rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVKJlyx9zbC7LM8KaQgiCsecLTpxcTk { width:20rem;height:10rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4p0TKUAia7AmpFvXX0a21pFD3xRaxr1 { width:17.5rem;height:2.79980625rem;top:27.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UuWmDOF67Iz4uS4nUzy1lrTx1B89THew { width:17.5625rem;height:4.72411875rem;top:38.9375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imvZg2NOmkyCctKvgQ4WQIa5NCXTGL3P { width:5.4375rem;height:2.3999rem;top:24.4375rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHGX1H6OJvi5iLH8owsuoTiosUFrXdFA { width:5.4375rem;height:2.3999rem;top:36.3125rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bldhtZ3uMVLThhCH3ZlD15kCJrRhFDbk { width:20rem;height:11.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm3WvWgnQedeUWHZRP8yEHEIGVHsDPde { 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) { #HVcWkkmCOMhTFJZAvgGCsNCQEFaXx1sQ { 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) { #RiKE3SMwG1GO5J554nNnwhd0yFCtuqFx { 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) { #Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX { background-color:#002cff;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; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { background-color: transparent; background-image: none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container > .video-iframe-container { display: none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row > .video-iframe-container { display: none; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .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); }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { border-width: 0; border-radius: 0; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Awqdye4NzMWiskmzoM0ZUeApOIdUtfRX > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1oFHXsNGCFS0ODMX5pkNdoENsiAtNCM { 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) { #Ksd8TVXNuOZdAUQDc5lmHsTUhOwOMdMp { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUKa1d5L9bDdfp2qz4xrv23ZlKKSr5IK { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGeC8T2BUkJ1lRpmCWAamyiirFd4B2TX { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXAFW84c6gqo92gTTI9JTpiAP5kkuzOZ { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlWA5Lu1sH4VudGeVUQ4IOhMuWzP5Sax { 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) { #QBDd7KkfRPxIA70a2yHwPaOvWyDqnM2R { 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) { #v3OavOOcta5fv3boeK7tlclMXLoBbTId { 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) { #ReHT04lJA92EpnFocvJAkH4qAm9PxoQH { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkvt89X97OG5EqTmQxJm4iTlZ6qfrcha { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENsPflw1w34GTwdFbHMLycQT8GnFrzLT { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmFD2wLREoQDUWGIwayXK9GUF8ZGvpo1 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxuMKexmkg2mPQxr50ANOuTqnk7aepeu { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaxyWT5us3h9L0Bupx7lf5ExnST5enBm { 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) { #kr7DV8F8CaqyA4COSl0sv4ZFmGuNA0RR { 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) { #rzMZTUXoHkvGUd5rKKSeTzWqen0eEZdT { 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) { #CyW4GqyFgaWkMrEV9qDOC6UIDmE2DJhV { 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) { #eaPuudW1kUbreDIymfNZZiOvq0e8kETH { 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) { #ccoZc6zslDTuMT40VuLGQKSGoB1oO0Ai { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v17Z7Ld6IcGTgEeCvCWFrcZLuTDxi1bf { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbcVooVdr5eN9g5VNXezQvswPBxvX0GQ { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZG2O2BB6fHTJc2yhX3gVZclHBEt4AHp { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yS0pNpBkcDciJA0BuikDqZG2TmiIfPHT { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6BeKHobUr8hhUsWgM07PJgonTE6PpZ7 { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmnZ0PRvmeTMf3dfV338NFOJCAJMLRB5 { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXzaImhTFtIm9eUslR5dZTIeRMFvX6RV { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwcuo0KZTM6VAxGfd4Rax1uwrypOl1KC { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #omLoM5XHvTmkWA2d8TTLmMNOffZWKbUM { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #Fx8kGtLUH312g5UIUyUTgHazNcrzktWS { 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) { #gbv0ODu2SgkINxX1w3cJJtyPgWK2NHOb { 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) { #dPLu28kSowxVlt9D6atO5tNaG4GKzWm9 { 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) { #TBCkUbEbFf2q76ufOgF8UKTooFx0WUJf { 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) { #XfMFLR8AIDmtmTHbuuWm0pkBvo1etfiT { 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) { #RERb1gIaUeZIsSgWbSdE7GITR6v0nAN5 { width:20rem;height:2.7998rem;top:8.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWRHdnPCccIU2b9OZTQT7OyT3JSpVIhJ { width:15.625rem;height:1.5625rem;top:4.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKsZFD9T37A4yNulprEAmcaRBu6t8A1 { width:16.25rem;height:26.8125rem;top:14.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002cff, #001a99);background-image: -moz-linear-gradient(180deg, #002cff, #001a99);background-image: -ms-linear-gradient(180deg, #002cff, #001a99);background-image: -o-linear-gradient(180deg, #002cff, #001a99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002cff', endColorstr='#001a99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002cff', endColorstr='#001a99' );";background-image: linear-gradient(180deg, #002cff, #001a99);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; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { background-color: transparent; background-image: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { display: none; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { border-width: 0; border-radius: 0; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3VzkyGMCIpaU74a3Om298xuHQl9CTT8 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1074LkDuiKDi9zM49o6gGplK6hdsWCJ { width:20rem;height:4.5rem;top:2.65625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky2IeMBdTnqTfS4udoiGB1mPrHkrmfGh { width:20rem;height:6.375rem;top:9.74267578125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Iq3L4uQmw8TH1kuenIunxxF7vl9g5IpN { width:20rem;height:1.13720625rem;top:27.5537109375rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xXuM2arpf6sCaUAEZnQvbc3Gs3tPOca8 { width:20rem;height:8rem;top:17.7119140625rem;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) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:144.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qptacsIeTJPaVVq0kuZChTObzNfuiE5d { width:20rem;height:1.29980625rem;top:2.96875rem;left:0rem;font-size:1rem;color:#192434;font-weight:400;font-style:normal;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-heading-text { font-size:1.25rem;height:auto; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-desc-text { font-size:1rem;height:auto; }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_631170a1ecc16a8385d120530e21a6e31e3fd917.svg"); }
#vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rdSur0DUyNxubPa5ILdZZAtENOZUnsw1 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ohSzmtl2mXfTdJqi2WSJPIZb8SgxwiHl {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #S1CoHQr7EvNwkSzFWT66fIhHe1vZdFN3 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #pkytqfy6JVxI3Iqd0aSSuKUXLeg7XcgI {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #SOVozA0sgXW7OGX6TOlzuZlWfJOZOXCp {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #mLXcOJBR9kBz7UrZuSOOax1HHRu2z07a {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VnbOyUDHzg7fL0zdeZPfwMbSafOUVUFC {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #L26tMkyont27rN0ohf5sZtihg3lPTvSd {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UCVi68ObZd4xQ2pOS2BCJO63i5ArKTPV {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XvIaGXa5QMHvbtAUUcp1Fgm0Tc2KTLdD {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #qul5tziRDVXNmDAmMQDmZl50KLKSOQ6F {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #GGtxc9A211ivM5vHmX46XX4zk7JO9yDb {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #LkTISyFaw0rFlSlG4KLcmDk5v6sHI6SS {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rXAmMtk1lmQqZIqsowTWETQl7S3L6sKl {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #PBzPxJglaJvfAg3xNddF9dZoE5nIVP7c {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #HK9tVKCrXvWprNW8JaGXaFEM2br9V4hR {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #yR8e2SmJH6IQNrncFpmedy5T02C0dRfH {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #owZqaXSLGQXwtL5BTKe9NA16J8bJVmTr {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #aoUh2HLSIhpoQGI3ns08xqBWA38kpHFg {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rRsKaefSwNaaPTvnb1NrSR4XmQsbszTT {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #fyTbl2PT4HZztU1qfHBJi8kDe3oUQDll {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rUusT7RuakrLfgs9F5q4QwScm1Tl3ITP {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CUmfHlB5gUroyMBwlgQfqtdPSuxbIwdp {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Lhn0sd4b5TJvViaaZlw0vxGmZC2ftko2 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ZxAJRQLHNnCm24EyGLP2wPTmra9i48LQ {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #b8hbesTSSiBMPWZyC2RqTBPkvzBEEGTU {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UCNTdgS75vV61iM4zlrvguzHPAWptsqE {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #TfJApTSWWdPRyrRR1viAbw3p06vHf8QX {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #A7rPPet1oWRLAokVDDFaFVlyJ1O1t5gy {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #leOw37l6R6xibF9lo3QVOAG0v4VTUJwn {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #mT7HyMtVdkexDazMvmpPvy23kZzDRyaR {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Z4rBQUrudtfdt3OmrHx8WiOrRN58rx7g {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CGZIa2nWwCfRlrtmrR3wwnUwmoMgp7Fh {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #pT8wE4KxxDKhEiBgN4WD8JPccsbSslMl {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UQFSBa33sqmKQFeDpLmZs9kgmGphRy2O {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #xqa333GG72rJvZfvCWdICyC4W0xwmSnz {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #vL82Bp5WmqDPU2M9Qrawk8EChnSO16EN {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Tx2F6qa9OE9aTAyM3Tdgsl4HAzmnoXTO {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tMqsrydPKivuoMIOmK8OghRfDoGy8g0k {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #eWLkiMESAq49BCOG1VF991kIp6Qf5rOJ {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XIs8cAdfRPsifc6zO76Z3KP5TKTi8g1y {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XuixFQwMSriPfTN5MNPSiHNJL6HbpG6D {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #XW58LXwmqV4SMKnk12MkVSzZ38kVdAUd {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #KP70ubwpCGATTkVA2epRJVmKGlC8Wkqm {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tTa5hWfsDkWMTzcFLMsRndvlUPSNzIFD {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #kyCyuOWSpuBTS8cu2AlAbh4CRWkMRlKF {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #haCC72uslvrPLEkk04h7hhinVvcizix4 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #TnSb9T7RhK4ON12TO44Zr8PBe0EnmUhI {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Dtifx19L7WQtdHdSLNg7Z5rwPO3qvqEU {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tzlr0xbUA3yMHXcEdzwLpwE5AQAENRXq {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #B7od84B8uEaC0sFHCCZOcfbwB0VXDLM4 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #H4O8Q6psaGsOzLRHFguvNeNTbV1NSMXQ {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #sc2r3QxiFlQGyAsScOLpTxpmEkpfms3i {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #tx8RsK4JmRow6Tq6xfSZRaaWIER93vVe {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #K1wseuvzBQMnyipT38zNvtHbfK40se9R {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #M8JRSsVP4qeeMCVV6igPbNPBgm3WCfKg {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #S69P0Ca2gH4QiDrwn1wkzXowAFCkxu3d {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #UHdv1Iv2VqUBB5aTuaM763KqKbgWF2fk {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #QT3U4n6hDLO7RSoJnuD1wvtJofM5Kqal {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #CBk7fHekCowLU3Ul9rSM8rqgsJOltTmR {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ao8TRRfVxTHOATn1fmecgHx8SI4d2oXz {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #MmqTVl7TOxKrLpTM7rTQFxqiernq4wy4 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VCGmMICznd6bUvODwk5HyziIKzgQTo22 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #X9ywTTMExU2TsX6k7Ud19UnsPBqZqgLu {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #t2qwVXLkLR0EkymnXUg0ix4Jnq2DVBuv {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ctLx0FTNBotuOflfece0su9Ufwt6kHnC {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #xk5Pqz1yO95yL6M94fLLop6vfwh9HOIX {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Wp2WLaRkCmkWyZfnvH7mscrKMQ13hmvn {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #Ffo5P639wHU0ezngFwv9UnEwLq3dGs5k {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #cg3Zm8h2xipG1ozKL68ciDKp3OJwBRTf {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ATFGTXbRAlcKTmey0kpyuCfAZyWW9vsi {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #qcJ5TRbXMxxvHZH1ItMQFrqtHkCOqQhq {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #JaDShlganQQxTfTy3L6MwHvgpEG5GZ3B {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #fSyEqqNhgPN4cnmy6cMvNFDWcdlpv38k {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #rTvb8RESuG0RiEp49iSoTNFvvqIZZaFB {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #ixr6f6EIpT94S7vZ4Cd7wkRcNEfh5q4J {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #LoUWDvUi9TyC6UFpBTZXRNpnQINd9SHI {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #drSB9hnNohTmlSMWp91SS84PF7nBq3MT {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #kobqmN1KLCfiTN2mEd80gKIsdFHvzym2 {  }
 }@media only screen and (max-width: 763px) { #vVL1OKazDsU1ic1s2NyXQNfLmuTtd0Nl #VZ6sNdZZh2zJpZDFMtZUoCegMlH8bp54 {  }
 }@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:19.125rem;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) { #cZtBAbqHM1aDq2wWi1OhugXfrcFqMgTB { width:20rem;height:1.13720625rem;top:1.109375rem;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) { #bV2gzys4IbGhxmHZOvfBr1UidVmL5KNl { width:20rem;height:3.8984375rem;top:3.98291015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:inter;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; }
 }