.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:0,112,225;--color-primary-1:47,87,160;--color-primary-2:0,62,164;--color-primary-3:50,65,87;--color-primary-4:0,10,76;--color-secondary-0:255,238,204;--color-secondary-1:255,204,102;--color-secondary-2:255,170,0;--color-secondary-3:255,165,0;--color-secondary-4:51,34,0;--color-tertiary-0:253,254,255;--color-tertiary-1:255,255,255;--color-tertiary-2:251,248,248;--color-tertiary-3:151,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:Inter;--paragraphs-font-family:Inter; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/ed5b46ed-7b09-4ec1-8d3e-c63e4442ae5d/kvnew.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;overflow:visible;position:relative;display:block; }#QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { background-color:rgba(var(--color-secondary-3),0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.35);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.25rem;left:0rem;display:none; }
#KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfk7TyczWdZimakbQuUBGvJEqRNTTcf2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:20.0625rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#nkbPlX70NBATh58E3oQM9a05pFbe0CGR { 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:16.8125rem;width:29.375rem;top:19.9375rem;left:0rem;overflow:hidden;display:block; }
#Us84wrq84IrEz1dV460pJPchEPbmkgN9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:16.25rem;top:10.125rem;left:1.875rem;overflow:hidden;display:block; }
#v39cTlld9Mmt8r8XXVm4XoTI7QublmSZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.9375rem;left:0rem;display:block; }
#zs0K6S0cIJT1MDuT3dbqsdHTuzOpMyS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { background-color: transparent; background-image: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { display: none; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { border-width: 0; border-radius: 0; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zbr4VLyuWqI4J1n8pE6NAkrMBdnQf4Bc > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;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; }
#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { 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; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { background-color: transparent; background-image: none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container > .video-iframe-container { display: none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { display: none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .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); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.1875rem;width:18.75rem;display:none; }
#ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:20.34375rem;left:0rem;display:none; }
#mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.9375rem;width:5rem;top:15.65625rem;left:6.65625rem;display:none; }
#apZT739xm0TxNng4ByxAffDSFF4wQqn2 { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:197.75rem;width:5rem;top:15.65625rem;left:21.03125rem;display:none; }
#zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199.0625rem;width:5rem;top:15.96875rem;left:35rem;display:none; }
#nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.1875rem;width:5rem;top:15.65625rem;left:49.59375rem;display:none; }
#bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200.0625rem;width:5rem;top:15.65625rem;left:64.09375rem;display:none; }
#nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:33.15625rem;left:0rem;display:none; }
#Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:25.3125rem;left:0rem;display:none; }
#M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:179.21875rem;left:0rem;display:none; }
#B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:45.96875rem;left:0rem;display:none; }
#haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:38.15625rem;left:0rem;display:none; }
#S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:50.96875rem;left:0rem;display:none; }
#HPcL44lePaX69GyoEDfpR4wrc6F1Toza { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:58.78125rem;left:0rem;display:none; }
#aTTerPbB86eTzsA57mXSmIAVeNoAVRln { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:63.78125rem;left:0rem;display:none; }
#DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:71.59375rem;left:0rem;display:none; }
#EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:84.40625rem;left:0rem;display:none; }
#GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:97.21875rem;left:0rem;display:none; }
#AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:110.03125rem;left:0rem;display:none; }
#ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:122.84375rem;left:0rem;display:none; }
#ld567APL9IwPUb4d4NpO8BURxskqGTG5 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#DKJR2457iu9pEQTqepyN5gdxpzaulvvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:45.96875rem;left:6.875rem;overflow:hidden;display:none; }
#ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:58.8125rem;left:64.1875rem;overflow:hidden;display:none; }
#TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:148.46875rem;left:0rem;display:none; }
#aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:161.40625rem;left:0rem;display:none; }
#Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:174.21875rem;left:0rem;display:none; }
#PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#VzqSedhgrioTAZm5GVLsqlmMekCEle4N { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#kXMh4rBCngz72e4xSrzedh8TqxBSspHW { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.71731567382rem;left:0rem;display:none; }
#v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:135.65625rem;left:0rem;display:none; }
#vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:187.03125rem;left:0rem;display:none; }
#glfhhTITTEQ72q9KxChtJTnE1Gonamrv { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:2.0625rem;top:204.84375rem;left:0rem;display:none; }
#dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:199.84375rem;left:0rem;display:none; }
#USZIT659mfT03zGfEMss6QyunHiKTuZP { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:212.65625rem;left:0rem;display:none; }
#dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:76.59375rem;left:0rem;display:none; }
#WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:89.40625rem;left:0rem;display:none; }
#As155WmTG9nI81vN4XGMPL7A2XmsBIDX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:102.21875rem;left:0rem;display:none; }
#c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:115.03125rem;left:0rem;display:none; }
#AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:127.84375rem;left:0rem;display:none; }
#mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:140.65625rem;left:0rem;display:none; }
#R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:153.46875rem;left:0rem;display:none; }
#hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:166.40625rem;left:0rem;display:none; }
#OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:179.21875rem;left:0rem;display:none; }
#afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:192.03125rem;left:0rem;display:none; }
#T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:204.84375rem;left:0rem;display:none; }
#thDFubQx6wmznFsGCi832S6lH2JMbLa5 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:75rem;top:217.65625rem;left:0rem;display:none; }
#On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:52.53125rem;left:19.1875rem;height:3.900925rem;text-align:center;text-align-last:center;display:none; }
#wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#FEdGmctNev7PdydkTTd0KRnPd7sUXpah { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#gApfoBdi81E0518qoKfFxGZlNiiXwaNa { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:71.625rem;left:49.5625rem;overflow:hidden;display:none; }
#AKyEk6mNus6v959KMJtny1t5e9B7zR7z { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.46875rem;left:49.65625rem;overflow:hidden;display:none; }
#yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:109.96875rem;left:49.46875rem;overflow:hidden;display:none; }
#ekvov0croctB5nqmTt6AaBmGyTpDoiUk { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:122.84375rem;left:49.53125rem;overflow:hidden;display:none; }
#VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#PiImFOWb5cLgv1upEgBbdDbapGO1te28 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93696875rem;width:4.93696875rem;top:135.74963951111rem;left:6.716796875rem;overflow:hidden;display:none; }
#Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06214375rem;width:5.06214375rem;top:148.39665603637rem;left:34.968036651611rem;overflow:hidden;display:none; }
#BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:161.44814545483rem;left:21.10315949292rem;overflow:hidden;display:none; }
#Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:187.03124237061rem;left:34.936965942382rem;overflow:hidden;display:none; }
#TabphnShGdpgSdzDHMTry159Ary0eLiW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:2rem;top:198.91015515027rem;left:51.057832653426rem;overflow:hidden;display:none; }
#cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:129.03125rem;left:18.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:none; }
#ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.5rem;top:36.362197875976rem;left:89.923610687256rem;overflow:hidden;display:none; }
#fXvGS95cbeXFZySlTU7J273d9zcTda8Q { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:47.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:77.75rem;left:18.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:none; }
#oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:none; }
#ScP16UISHn1est8FqL05IfBiXLiaFHMs { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:58.84375rem;left:6.6875rem;overflow:hidden;display:none; }
#PccTueg6ZmFeT67oVVpoW5smmMvOck3X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:12.40625rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#Smce5gML30ThcGvVpg84V2wO9E41Wd2u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:20.84375rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.25rem rgba(var(--color-tertiary-4),0.8);top:18.15625rem;left:3.625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:none; }
#bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5625rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#XW6focT560rvRPRz6eOiVpqQmLzIxfqr { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:27.3125rem;left:39.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.08);background-image:none;top:10.59375rem;left:3.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.34375rem;left:3.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.03125rem;left:3.625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tH3BMNwCsMZuAPPnO9UMeC2KhtrIiDdz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:56.637500762939rem;left:70.724999427794rem;height:0;text-align:center;text-align-last:center;display:none; }
#UemJ1TkRv7hQtwxscGaU1OEsID3iMgBn { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.625rem;width:62.125rem;top:1.96875rem;left:6.4375rem;display:block; }
#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { background-color: transparent; background-image: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { border-width: 0; border-radius: 0; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:37.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:24.875rem;top:7.9375rem;left:10.21875rem;overflow:hidden;display:none; }
#O07n1teop8oSUCAEIPNhNbfShyuDWWQL { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.08);background-image:none;top:18.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#MyByTMoT1KkbZvaotFifTykJFtRaqu0H { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.08);background-image:none;top:30.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.08);background-image:none;top:36.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.5rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tbg491AxT35TycqVILn3dPl3MMbb83ep { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.3125rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.625rem;left:46.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.3125rem;left:40.625rem;display:none; }
#OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.08);background-image:none;top:24.75rem;left:40.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.3125rem;left:40.625rem;display:none; }
#R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.25rem;left:40.5625rem;display:none; }
#wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:54.9375rem;left:25.90625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:79.8125rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:73.875rem;left:22rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:67.75rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:61.25rem;left:22.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:79.5625rem;left:17.90625rem;display:none; }
#S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.875rem;top:73.75rem;left:18.0625rem;overflow:hidden;display:none; }
#RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.5rem;top:67.65625rem;left:18.28125rem;overflow:hidden;display:none; }
#CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:61.1875rem;left:18.03125rem;display:none; }
#yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:6.5625rem;top:51.4375rem;left:49.5625rem;overflow:hidden;display:none; }
#sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:79.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#oSKJPKG95b8S18WghuctnVpqgPTMSSAe { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:60.625rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.08);background-image:none;top:67.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.08);background-image:none;top:73.125rem;left:17.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:0.5rem;display:none; }
#DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B6357eG8sCioLgwck3EvGg00p8sz7PAn { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:4rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:5.19970625rem;color:#192434;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bAtIqZEFb0Q0F8SNCiy20qJQT4ce3c2o { box-sizing:content-box;height:11.25rem;width:22.5rem;position:absolute;display:block;z-index:1;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:10.5625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#RmZihMgTPqwzy0QC7tL7So3JfilIu8Lu { color:#192434;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:15.349609375rem;left:0rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HceRZQ4PbcpvSXg8kpFoyXSqTdJglP48 { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Bd5Mx0pyOUGB0rirkae1WsdzFx43i2bF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#MTrbTLC0kWdrqsxdTNkbfk22rRC3N4NH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#MRzd23dQTTyNwtJnt7CaGy2vG023pDAN { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xeOyrf9eqLyGtyJg2mIkfUDUe8m5TQHN { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HAGB73HUISawT6my0tts3atql70RVBJd { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#c6g5IwZxBGV397KFFns6E4TQns6v8d9F { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IyBqi9IqVeVAKC6I3OTpLLumezmiMxT8 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#cTXXLvPLEF3E3IrsvJ9HM8dxXW8JMTLL { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WzEFnTzJBSH3TS0GtnvARZymEe56Bwcq { box-sizing:content-box;height:11.25rem;width:22.5rem;position:absolute;display:block;z-index:2;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:10.625rem;left:26.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#a9UAo1lJ7kRWEu0i4fzcEaolU6R1QClX { box-sizing:content-box;height:11.25rem;width:22.5rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:10.5625rem;left:52.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#dQlThbDd02S7NIyQMI0AqAUxVXQptkdC { color:#192434;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.44921875rem;left:26.25rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yM4vdSvnRZFpuNFseulPxbhgDGlTZymq { color:#192434;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.44921875rem;left:52.5rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttP944LL6pfcg2NP8rRRGXBBmED9QSXW { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:5.1875rem;left:17.1875rem;overflow:hidden;display:block; }
#xsCc6rZoVbU8VEU10XZc0W28Q1FQE4cp { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.8125rem;left:30.09375rem;display:none; }
#ITRKcGKP7d54XIvCdP8OqcZIKUe6oMmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tor4fmOGaZcWFZzAlsqFcO4EB5q7wySd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:none; }
#l3KPusbTUAvT2ScwXkQG3ahDV2fTlGtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPVIcSSnUMhlDrePtHMITu72KP00bOgT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.8125rem;left:30.625rem;display:block; }
#ewywCeKWdLPxVQpBBqTZpex3BK7qlTrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { background-color: transparent; background-image: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { border-width: 0; border-radius: 0; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#OvEx0Z5eJJIHZtHXZM0ccGrlIwMquvPD { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#QVMvlfEqZQQN8s3urZ7ZTLL3WmC9dvd1 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#gOCFNJ7fmmeW5oZuJe2frwFBu7QFhy65 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#IaLNRHvw8xzmGBEo8g4UCqEbXT1HMKpG { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#VCgeXl4TCkdpasIKboctPp61Zl6rQ1yZ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#u7vWhOap3yWWmaenA7mHezsOctWt6Dub { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#nQX0cZtQblD5tDnAlQJUZIWcqHnE9JRW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#yDgxWwGvT29M3nXDn6P4FwOWnEQD8xQy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#qXU291MdaA4wNb5OAuHJdVRo1JUJqfFk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#AC8Kw82Hwca2UkclRgC376EDX96cOBVo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#sw66FlhATEdEWC7S2D3tMvFR0o9QUbFv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#ZhqTGmeolIamwxLZDOBlaE7yb6cCxaNC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#Ccdv9PIGzneDiSWzO66xNSM2G1q0ePWF { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#a5hzqWlhgo0TC2eXEvzupAnCtvF6O03R { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sePUeGcN0XMD4IIfmwbBIgNkbToqqZaf { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Um4SXcTxe4TZyV81J8tw65NV7V6qMu6Z { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mm0bIsuan4BXRThJZ3fTNnH3KdovULIF { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Vg381Wo8w3KgqhZVcglW6Lyu64Q1PWqF { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TF9lm0IBSeTBevu288siNdKXmStAM2Lg { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#XT4xlw6ZpTH1Tr8rxSWXzEkuHQ79nOdh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#MUiFaM9N7FCakhWqsCbAB5HNbkupp23V { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#xk23GUixVkf4KmzGuWn5llTBzTAh4PAy { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#TOWkEhcJUz3TovgrvEtWU3k5KUhPGATy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#NfIx9xL6tDqMgwhRLRRRsF8noLlLKtTw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.3125rem;width:21.25rem;top:6.5rem;left:0rem;display:none; }
#Fxt8U2Qnpeyl41sJMIcSeVuhHS93hnU3 { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#F66ImIdp0psCTSnRh7tQpWbmZAqX0yEx { color:rgba(var(--color-tertiary-0),0.84);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.55005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qJC2T9paaKJKFbr2MVxK16vJHhJoxzbT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#gF3eySKGgidEnHpsHInu3rTJ8FSnqIFy { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.3125rem;top:22.09375rem;left:28.375rem;overflow:hidden;display:none; }
#kkCzI6v2ZhBq5tGsJvDDvoZQKq2Qqz5z { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:4rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.53125rem;left:0rem;height:;color:#192434;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U4OhFfrDQHmyMttHoTxcMJtfy5AM9lle { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:2;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#UaSQJfwqctR6P8tym8VLlsz1lsZaUO7C { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.5rem;left:58.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#T3bB0ultCGZUraNJ8ARo0DZzCMd2L8yM { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:4;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.5rem;left:39.0625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#bTCagzFwkEI4ax0UlOq0ayK5VF2gNh1m { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:5;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:11.5rem;left:19.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#PXMWAIJNMuxXTISTnnDTsl4k6Ga6rvvl { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:3;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.90625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#zlXtCI0BJaaa18ng2hJTwRz1KJuMp9qe { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:4;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.90625rem;left:19.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#qPLqn38TSIEw8ky4hOwUb5RxMmtATBmI { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:5;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.90625rem;left:39.0625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#iKVfdpUoLJpFcQRT1MSI0iHL19yp2Szs { box-sizing:content-box;height:21.875rem;width:16.25rem;position:absolute;display:block;z-index:6;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:36.90625rem;left:58.625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
#QSJK6Q8wVT3wNbdfXhuiTq0rnHkqh2A0 { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:26.9375rem;left:0rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyTVoQ7aHDmG7JXGKCVPPRvREbLmUh4a { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:26.9375rem;left:19.59375rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9SgERXwn90U9zvFJ7LZ9B5vqSs1tdbM { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:27.83740234375rem;left:39.09375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvpavEqHJs2Em4bk5mFGl4qB1kst9s0U { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:27.83740234375rem;left:58.6875rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HI4ZGCzMU3177ppqAsAxMBymJeqtr5x7 { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:53.18115234375rem;left:0rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LL6Av8cauMx08IOAbfaB9Kv3MqKsGmfV { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:52.28125rem;left:19.59375rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHmuSZvDh51I3SOEzl2qvBAX1dD0dVgh { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:52.28125rem;left:39.09375rem;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; }
#iTREq0vXcfPWmlcSqANb5ze82Ir75dx1 { color:#192434;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:52.28125rem;left:58.6875rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4yPRpuVWhRaKgTcHTEXVqzh8pak9UTI { 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:12.5rem;width:12.5rem;top:13.5625rem;left:1.8125rem;overflow:hidden;display:block; }
#fhD6rkRlZJnQ8lIe2cyeOZ95KrGR2nzo { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.5625rem;left:21.5rem;overflow:hidden;display:block; }
#itmKRW6fPckgUB2JrXvEyt4TMlw7PlAy { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:13.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#UJMfknaQF7pS6SegTLdUydFsG6ddywND { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:39.1875rem;left:21.875rem;overflow:hidden;display:block; }
#EUctplMJP19SGKtaOgGPwLXrT9IXnIgi { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.875rem;top:39.125rem;left:41.4375rem;overflow:hidden;display:block; }
#yRgeuJRrmKfL5rJMkITSV1wZ4m5No1JT { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:12.5rem;top:40.3125rem;left:60.5625rem;overflow:hidden;display:block; }
#lz9o5MtDytPqTpzc48gar5rIAywtWiHW { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:6.21875rem;left:57.3125rem;overflow:hidden;display:block; }
#BDxcJ9lIFbTfl1eeIKdw6kdm7sMxtpdI { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:13.125rem;top:15.375rem;left:41.25rem;overflow:hidden;display:block; }
#NCZlbE1D1MVzggAT57hpQztN4fx8vspq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.5rem;width:75rem;display:none; }
#TTd8vKhkLZHBBQ50AFfSagT3TlLILwZ4 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:9.375rem;top:39rem;left:3.375rem;overflow:hidden;display:block; }
#VWVGFqXmlgdW0n2Ob6sPzxQLhAkZsNGJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:99.5rem;width:75rem;display:none; }
#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/a404df24-e0f7-4c78-9d80-68c0f843e35c/desktopbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.adaptive-delivery-prevent-bg, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyload, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyloading { background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { background-color: transparent; background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { border-width: 0; border-radius: 0; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#UtQEfIywB4xicAQK7S545lbo4HAV8HSl { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#BfMSTszbG5MQSphl639lt11NOUeRoP1W { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#k1uJOMU3OfOQnNvK4VFddRSA2sdNKuBn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#L44kKCslTSbkZXL2S6XCqzJ9UakUdz7e { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#vTx5cO0oZnyAZKhVpQgMPQDZdtboJ0UQ { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/4602beeb-57d1-45a1-b634-6d80ee17a156/desktopbgstadion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.adaptive-delivery-prevent-bg, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyload, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyloading { background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { background-color: transparent; background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { border-width: 0; border-radius: 0; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#N51ByOAbW2I9FDwbPKzQyGt6z6tbaQT9 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.3125rem;left:40.625rem;overflow:hidden;display:none; }
#JPpmk8gMyrm3ML6vbw2aeuhXEVIDI7gT { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.8125rem;left:23.6875rem;overflow:hidden;display:none; }
#Eo2LzROQ7uwQZsPODAzCUkSrxWsbMT1O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:84.0625rem;left:7.5rem;display:none; }
#n4bc0nBo0XRyTQdeBFHMzuUOSNCqAgk8 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#nacoJwiUT0VwsnTSvHfFbCTTtmM4qzEh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.6875rem;top:22.09375rem;left:35.875rem;overflow:hidden;display:none; }
#RcATd5e9MBLdCO9ztfMUrs2cJA1tt5GW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.625rem;width:53.1875rem;display:none; }
#wAIwm9Oy8t3vC4MzVKbBucT6DkghoeRD { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.84375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#ZCTbxV8cZovySlkxJUBi8AumTI0EL3n7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:none; }
#kaitPm39CrCHNMtXFaiGMXEKRFdQ6yhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4IxVSQgQmOGEiKSTU6cUeToorJaoIUI { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zrZAAGVVx1g4dPK8yaCibpaoelPkZZ2s { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tPXrUeCgNuTXiu00Tt2o6BUuT5xyPhby { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Qaycf8TvqLZkthw9CRRy6gS7OidAUwdb { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CAxpEXBsbvVtBppFiQJIthlTebGEJ47o { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#StuRqByw1f4eKGGbIvaX2yztmpqCI7DK { color:rgba(var(--color-tertiary-0),0.84);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.4375rem;left:55.3125rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hBiRi8xmn1IqNyRXPa9qnlCbZpGt2n64 { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.375rem;left:8.9375rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGB0fQ4Nt12GfqgkJXTszQInJ4d8e4Rp { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:34rem;left:8.9375rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nky6QuyefzawsSu1xG93rLhAeo7Lgv8k { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:26.6875rem;left:8.875rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZx9JfGalOX7q9e7Q6ZF56sKkhHmCQco { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:36.3125rem;left:8.875rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GP1eUpuLfcMcP0y7clQhuRKN0UtZ12uW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.625rem;left:12.875rem;display:none; }
#XcZ2epc2gfxomn6q4gvST6mnlMya3C3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4mccqKSMDXgCskIK94LRgl168WFQMDx { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:8.875rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k50009KL3TRe9Vg0Knmvlue64CHGOTGl { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:15.0625rem;left:8.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnCcBMVrPeV8Fs8TQkTsUFRRwIywdMCX { display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:4rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:5.19970625rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qTSrhQd7QFN7V0hpO606VteRk4lXFPNh { color:rgba(var(--color-secondary-2),1);display:block;width:15.0625rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:25.443359375rem;left:46.34375rem;height:5.361325rem;display:block; }
#OAwJ36ShrUA1IxfRdvQQlMG42fCnQqx3 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:22.125rem;top:11.5rem;left:41.90625rem;overflow:hidden;display:block; }
#SXk8CTbu4iVyfPnxEXXukATl6Gzrx3Cf { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tt supermolot mobile";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.75rem;left:30.625rem;display:block; }
#HAwxZQ3LgwRGMStSyHlO1X0Q7XJH8Ask { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3671875rem;left:0rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#nvGOsfvki6wcg7ZtVgSWaITGT7OgJXRT { color:rgba(var(--color-tertiary-1),0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1171875rem;left:0.1875rem;height:2.1123rem;text-align:center;text-align-last:center;display:none; }
#wcT36uiMM6SIGvAKPdTkBG6HTnNRC3su { color:rgba(var(--color-tertiary-1),0.67);display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:34.8876953125rem;left:26.9375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:none; }
#y2VtNvDbST61MSp6N3nq4dDm3Az2MbJO { color:rgba(var(--color-tertiary-1),0.67);display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.375rem;left:26.9375rem;height:1.13671875rem;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) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:13.8125rem;height:3.5rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #yfk7TyczWdZimakbQuUBGvJEqRNTTcf2 { top:4.8125rem;left:0rem;width:20.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkbPlX70NBATh58E3oQM9a05pFbe0CGR { top:19.9375rem;left:0rem;width:29.375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us84wrq84IrEz1dV460pJPchEPbmkgN9 { top:10.125rem;left:0rem;width:16.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v39cTlld9Mmt8r8XXVm4XoTI7QublmSZ { width:13.75rem;height:3.5rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs0K6S0cIJT1MDuT3dbqsdHTuzOpMyS7 { 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) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { display:block; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { top:77.75rem;left:5.3125rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { top:77.875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { display:none; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { top:3.8125rem;left:0rem;width:20rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tH3BMNwCsMZuAPPnO9UMeC2KhtrIiDdz { top:57.25rem;left:38.5625rem;width:9.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UemJ1TkRv7hQtwxscGaU1OEsID3iMgBn { top:1.9375rem;left:0rem;width:47.75rem;height:26.613179074447rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { display:none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { top:37.3125rem;left:32.4375rem;width:5.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { top:7.9375rem;left:0rem;width:24.875rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07n1teop8oSUCAEIPNhNbfShyuDWWQL { top:18.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyByTMoT1KkbZvaotFifTykJFtRaqu0H { top:30.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { top:36.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { top:31.5rem;left:32.4375rem;width:8rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbg491AxT35TycqVILn3dPl3MMbb83ep { top:25.3125rem;left:32.4375rem;width:13.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { top:18.625rem;left:30.5rem;width:17.25rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { top:24.75rem;left:26.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { top:25.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { top:54.9375rem;left:12.28125rem;width:26.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { top:79.8125rem;left:8.375rem;width:27.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { top:73.875rem;left:8.375rem;width:36.1875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { top:67.75rem;left:8.4375rem;width:31.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { top:61.25rem;left:8.4375rem;width:32.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { top:79.5625rem;left:4.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { top:73.75rem;left:4.4375rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { top:67.625rem;left:4.65625rem;width:1.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { top:61.1875rem;left:4.40625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { top:51.4375rem;left:35.9375rem;width:6.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { top:79.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSKJPKG95b8S18WghuctnVpqgPTMSSAe { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { top:67.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { top:73.125rem;left:3.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { top:5.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6357eG8sCioLgwck3EvGg00p8sz7PAn { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAtIqZEFb0Q0F8SNCiy20qJQT4ce3c2o { top:10.5625rem;left:0rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZihMgTPqwzy0QC7tL7So3JfilIu8Lu { top:15.3125rem;left:0rem;width:22.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HceRZQ4PbcpvSXg8kpFoyXSqTdJglP48 { top:2.375rem;left:0rem;width:20rem;height:2.25rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd5Mx0pyOUGB0rirkae1WsdzFx43i2bF { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTrbTLC0kWdrqsxdTNkbfk22rRC3N4NH { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRzd23dQTTyNwtJnt7CaGy2vG023pDAN { top:6.625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeOyrf9eqLyGtyJg2mIkfUDUe8m5TQHN { top:20.6875rem;left:0rem;width:16rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAGB73HUISawT6my0tts3atql70RVBJd { top:18.1875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6g5IwZxBGV397KFFns6E4TQns6v8d9F { top:20rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyBqi9IqVeVAKC6I3OTpLLumezmiMxT8 { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTXXLvPLEF3E3IrsvJ9HM8dxXW8JMTLL { top:25.75rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzEFnTzJBSH3TS0GtnvARZymEe56Bwcq { top:10.625rem;left:12.5625rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9UAo1lJ7kRWEu0i4fzcEaolU6R1QClX { top:10.5625rem;left:25.125rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQlThbDd02S7NIyQMI0AqAUxVXQptkdC { top:14.4375rem;left:12.625rem;width:22.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM4vdSvnRZFpuNFseulPxbhgDGlTZymq { top:14.4375rem;left:25.25rem;width:22.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttP944LL6pfcg2NP8rRRGXBBmED9QSXW { top:5.1875rem;left:3.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsCc6rZoVbU8VEU10XZc0W28Q1FQE4cp { width:14.8125rem;height:3.5rem;top:25.8125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRKcGKP7d54XIvCdP8OqcZIKUe6oMmI { display:block; }
 }@media only screen and (max-width: 763px) { #tor4fmOGaZcWFZzAlsqFcO4EB5q7wySd { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3KPusbTUAvT2ScwXkQG3ahDV2fTlGtN { display:block; }
 }@media only screen and (max-width: 763px) { #dPVIcSSnUMhlDrePtHMITu72KP00bOgT { width:13.75rem;height:3.5rem;top:25.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewywCeKWdLPxVQpBBqTZpex3BK7qlTrD { display:block; }
 }@media only screen and (max-width: 763px) { #Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re { display:none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OvEx0Z5eJJIHZtHXZM0ccGrlIwMquvPD { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVMvlfEqZQQN8s3urZ7ZTLL3WmC9dvd1 { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOCFNJ7fmmeW5oZuJe2frwFBu7QFhy65 { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaLNRHvw8xzmGBEo8g4UCqEbXT1HMKpG { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCgeXl4TCkdpasIKboctPp61Zl6rQ1yZ { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7vWhOap3yWWmaenA7mHezsOctWt6Dub { top:1.625rem;left:0rem;width:20rem;height:5.5rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQX0cZtQblD5tDnAlQJUZIWcqHnE9JRW { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDgxWwGvT29M3nXDn6P4FwOWnEQD8xQy { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXU291MdaA4wNb5OAuHJdVRo1JUJqfFk { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC8Kw82Hwca2UkclRgC376EDX96cOBVo { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw66FlhATEdEWC7S2D3tMvFR0o9QUbFv { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhqTGmeolIamwxLZDOBlaE7yb6cCxaNC { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ccdv9PIGzneDiSWzO66xNSM2G1q0ePWF { top:14.9375rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5hzqWlhgo0TC2eXEvzupAnCtvF6O03R { top:15.0625rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sePUeGcN0XMD4IIfmwbBIgNkbToqqZaf { top:28.75rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Um4SXcTxe4TZyV81J8tw65NV7V6qMu6Z { top:30.9375rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm0bIsuan4BXRThJZ3fTNnH3KdovULIF { top:58.3125rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vg381Wo8w3KgqhZVcglW6Lyu64Q1PWqF { top:43.4375rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF9lm0IBSeTBevu288siNdKXmStAM2Lg { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT4xlw6ZpTH1Tr8rxSWXzEkuHQ79nOdh { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUiFaM9N7FCakhWqsCbAB5HNbkupp23V { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xk23GUixVkf4KmzGuWn5llTBzTAh4PAy { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOWkEhcJUz3TovgrvEtWU3k5KUhPGATy { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfIx9xL6tDqMgwhRLRRRsF8noLlLKtTw { top:6.5rem;left:0rem;width:21.25rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fxt8U2Qnpeyl41sJMIcSeVuhHS93hnU3 { top:57.8125rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F66ImIdp0psCTSnRh7tQpWbmZAqX0yEx { top:44.875rem;left:0rem;width:9rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJC2T9paaKJKFbr2MVxK16vJHhJoxzbT { top:22.0625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gF3eySKGgidEnHpsHInu3rTJ8FSnqIFy { top:22.0625rem;left:22.25rem;width:3.125rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkCzI6v2ZhBq5tGsJvDDvoZQKq2Qqz5z { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4OhFfrDQHmyMttHoTxcMJtfy5AM9lle { top:11.5rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaSQJfwqctR6P8tym8VLlsz1lsZaUO7C { top:11.5rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bB0ultCGZUraNJ8ARo0DZzCMd2L8yM { top:11.5rem;left:25.4375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTCagzFwkEI4ax0UlOq0ayK5VF2gNh1m { top:11.5rem;left:5.9375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMWAIJNMuxXTISTnnDTsl4k6Ga6rvvl { top:36.875rem;left:0rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXtCI0BJaaa18ng2hJTwRz1KJuMp9qe { top:36.875rem;left:5.9375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLqn38TSIEw8ky4hOwUb5RxMmtATBmI { top:36.875rem;left:25.4375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKVfdpUoLJpFcQRT1MSI0iHL19yp2Szs { top:36.875rem;left:31.375rem;width:16.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSJK6Q8wVT3wNbdfXhuiTq0rnHkqh2A0 { top:26.9375rem;left:0rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTVoQ7aHDmG7JXGKCVPPRvREbLmUh4a { top:26.9375rem;left:5.96875rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9SgERXwn90U9zvFJ7LZ9B5vqSs1tdbM { top:27.8125rem;left:25.46875rem;width:16.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpavEqHJs2Em4bk5mFGl4qB1kst9s0U { top:27.8125rem;left:31.4375rem;width:16.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI4ZGCzMU3177ppqAsAxMBymJeqtr5x7 { top:53.125rem;left:0rem;width:16.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6Av8cauMx08IOAbfaB9Kv3MqKsGmfV { top:52.25rem;left:5.96875rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHmuSZvDh51I3SOEzl2qvBAX1dD0dVgh { top:52.25rem;left:25.46875rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTREq0vXcfPWmlcSqANb5ze82Ir75dx1 { top:52.25rem;left:31.4375rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4yPRpuVWhRaKgTcHTEXVqzh8pak9UTI { top:13.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhD6rkRlZJnQ8lIe2cyeOZ95KrGR2nzo { top:13.5625rem;left:7.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itmKRW6fPckgUB2JrXvEyt4TMlw7PlAy { top:13.6875rem;left:34.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJMfknaQF7pS6SegTLdUydFsG6ddywND { top:39.1875rem;left:8.25rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUctplMJP19SGKtaOgGPwLXrT9IXnIgi { top:39.125rem;left:27.8125rem;width:11.875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRgeuJRrmKfL5rJMkITSV1wZ4m5No1JT { top:40.3125rem;left:35.25rem;width:12.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9o5MtDytPqTpzc48gar5rIAywtWiHW { top:6.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDxcJ9lIFbTfl1eeIKdw6kdm7sMxtpdI { top:15.375rem;left:27.625rem;width:13.125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZlbE1D1MVzggAT57hpQztN4fx8vspq { width:47.75rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTd8vKhkLZHBBQ50AFfSagT3TlLILwZ4 { top:39rem;left:0rem;width:9.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVGFqXmlgdW0n2Ob6sPzxQLhAkZsNGJ { width:47.75rem;height:63.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf { display:none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtQEfIywB4xicAQK7S545lbo4HAV8HSl { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfMSTszbG5MQSphl639lt11NOUeRoP1W { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1uJOMU3OfOQnNvK4VFddRSA2sdNKuBn { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L44kKCslTSbkZXL2S6XCqzJ9UakUdz7e { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTx5cO0oZnyAZKhVpQgMPQDZdtboJ0UQ { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ { display:none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N51ByOAbW2I9FDwbPKzQyGt6z6tbaQT9 { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPpmk8gMyrm3ML6vbw2aeuhXEVIDI7gT { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eo2LzROQ7uwQZsPODAzCUkSrxWsbMT1O { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4bc0nBo0XRyTQdeBFHMzuUOSNCqAgk8 { top:22.0625rem;left:22.25rem;width:3.1875rem;height:3.7805232558139rem;display:none; }
 }@media only screen and (max-width: 763px) { #nacoJwiUT0VwsnTSvHfFbCTTtmM4qzEh { top:22.0625rem;left:22.25rem;width:3.1875rem;height:2.890988372093rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcATd5e9MBLdCO9ztfMUrs2cJA1tt5GW { width:47.75rem;height:79.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAIwm9Oy8t3vC4MzVKbBucT6DkghoeRD { top:5.0625rem;left:0rem;width:20rem;height:6rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCTbxV8cZovySlkxJUBi8AumTI0EL3n7 { width:13.75rem;height:3.5rem;top:40.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaitPm39CrCHNMtXFaiGMXEKRFdQ6yhA { display:block; }
 }@media only screen and (max-width: 763px) { #a4IxVSQgQmOGEiKSTU6cUeToorJaoIUI { top:54.8125rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrZAAGVVx1g4dPK8yaCibpaoelPkZZ2s { top:71.625rem;left:0rem;width:19.5625rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPXrUeCgNuTXiu00Tt2o6BUuT5xyPhby { top:43.3125rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qaycf8TvqLZkthw9CRRy6gS7OidAUwdb { top:62.875rem;left:0rem;width:19.5625rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAxpEXBsbvVtBppFiQJIthlTebGEJ47o { top:37.0625rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #StuRqByw1f4eKGGbIvaX2yztmpqCI7DK { top:33.3125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBiRi8xmn1IqNyRXPa9qnlCbZpGt2n64 { top:24.375rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGB0fQ4Nt12GfqgkJXTszQInJ4d8e4Rp { top:34rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nky6QuyefzawsSu1xG93rLhAeo7Lgv8k { top:26.6875rem;left:0rem;width:22.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZx9JfGalOX7q9e7Q6ZF56sKkhHmCQco { top:36.3125rem;left:0rem;width:22.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1eUpuLfcMcP0y7clQhuRKN0UtZ12uW { width:14.625rem;height:3.5rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcZ2epc2gfxomn6q4gvST6mnlMya3C3y { display:block; }
 }@media only screen and (max-width: 763px) { #e4mccqKSMDXgCskIK94LRgl168WFQMDx { top:17.375rem;left:0rem;width:22.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k50009KL3TRe9Vg0Knmvlue64CHGOTGl { top:15.0625rem;left:0rem;width:22.5rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnCcBMVrPeV8Fs8TQkTsUFRRwIywdMCX { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTSrhQd7QFN7V0hpO606VteRk4lXFPNh { top:25.4375rem;left:32.6875rem;width:15.0625rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAwJ36ShrUA1IxfRdvQQlMG42fCnQqx3 { top:11.5rem;left:25.625rem;width:22.125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXk8CTbu4iVyfPnxEXXukATl6Gzrx3Cf { width:13.75rem;height:3.5rem;top:52.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAwxZQ3LgwRGMStSyHlO1X0Q7XJH8Ask { 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) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { top:5.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvGOsfvki6wcg7ZtVgSWaITGT7OgJXRT { top:4.5625rem;left:0rem;width:20rem;height:8.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcT36uiMM6SIGvAKPdTkBG6HTnNRC3su { top:1.0625rem;left:0rem;width:20rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2VtNvDbST61MSp6N3nq4dDm3Az2MbJO { top:2.375rem;left:13.3125rem;width:21.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1631fa;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1631fa;background-image:url("https://images.assets-landingi.com/uc/04dbad15-928d-434d-833d-70633a12e2ea/mobile10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQgdHCwoXg8ZqakhmBSRIBU2gio7OvCH { width:16.25rem;height:3.25rem;top:29.75rem;left:1.875rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWhwtLntBtFwIr7KiiHfQFR3TKp1MFEo { display:block; }
 }@media only screen and (max-width: 763px) { #yfk7TyczWdZimakbQuUBGvJEqRNTTcf2 { width:20rem;height:4.9723756906077rem;top:34.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkbPlX70NBATh58E3oQM9a05pFbe0CGR { width:20rem;height:11.446808510638rem;top:19.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Us84wrq84IrEz1dV460pJPchEPbmkgN9 { width:16.25rem;height:2.75rem;top:10.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v39cTlld9Mmt8r8XXVm4XoTI7QublmSZ { width:13.75rem;height:3.5rem;top:41.125rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs0K6S0cIJT1MDuT3dbqsdHTuzOpMyS7 { 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:0.875rem;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) { #gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ { 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; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { background-color: transparent; background-image: none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container > .video-iframe-container { display: none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { display: none; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .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); }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { border-width: 0; border-radius: 0; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvluPVTlpDq6HH3dcPAAM7xSsclFMlqJ > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPUbbep7f17Leg6RPxxgKqI2NRugU2vM { top:10.375rem;left:0.625rem;width:18.75rem;height:88.1875rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ryNRzgV4FehAND1rP2LlsOOKwrQaPZTT { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz2KACdh4Bn9hMJSaZ275dP1OyLtmnks { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #apZT739xm0TxNng4ByxAffDSFF4wQqn2 { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKpWgirmkME9Q5dACrX2RvDMFMTC7sJe { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfSh5ckeVuQbMNGXFTmtCbBrWEekgfnX { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmtkNs1vWFHr1rTDV0BeRQ4XslsCv3dt { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBtmkQJ05zGFoKk6vMhWnAHLT4X4zI87 { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvh1ImR7mCtk88JixDpXFwQTf33stTcQ { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M48TpaHkVErTxP7OrocKBQNPfCiCrRFV { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6Bc3SPkNTQbdpERlV0ywCCBCpHWwnc8 { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #haHVW5ZNehmqLtTzL5sykKHHQNxh0k13 { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9k8h3mQaTrfU3Muyi9x3FLqcsMv0Ilk { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPcL44lePaX69GyoEDfpR4wrc6F1Toza { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTTerPbB86eTzsA57mXSmIAVeNoAVRln { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRJ5wmxd4rtPTzUICA9GdlTeZkUsHby2 { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBvs0CpmP5QZlHrdPmHE1gexngbWtXwu { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmAuPXwGrReCuCKDBTqFRnmiKJtvnZOM { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZnIkpkTCpBIlMyJ7BhUWRIPMAPGWAZo { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThPMIvKlcatNeM4zpAoCVURKx21B5fWZ { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld567APL9IwPUb4d4NpO8BURxskqGTG5 { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKJR2457iu9pEQTqepyN5gdxpzaulvvT { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntqv7F5JeMCd5OhMKleXeSSltKeXq4DL { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQys6v4AQe4F6X8DuepFhtkPI4xAm0d9 { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEhqDE7Pa5ltPGRVIVLxdysbgofo8VQL { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0UCbq3dgTtRiThXXRfu2WcTp0fMgMGa { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM6Xl3fBmN9FFt8nkrQ7ea2Vzo2O17sH { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gU3k9DqOKJqXU2Uwcmi0dQ2TTxReTh6U { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JX2pcgaIWPToBreEN4TgbAdyrt7wg7Ld { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #neqtHolBsicmBrWFR5UGSO2KF3kf8cZO { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #VzqSedhgrioTAZm5GVLsqlmMekCEle4N { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #RbgBlVEG0WAXUaiN6rRaepWD5TRxrd4e { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #v4pqB2DIk5x1gLySkiat2nJtEfraRb4i { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #h19uWLR3NL7TVXcmB3EBQQOaOtZQt8yf { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #iHlxaenlTWUAhg5kqMS6tBE0Wyhgpe1u { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iNqNMq9PZ0csV5Llnqo5OX0s2dx67QuV { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #kXMh4rBCngz72e4xSrzedh8TqxBSspHW { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #v0VBEEI0P2iBllEy6EznheJL0iHZXWVe { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #lXErxhzQSUxGS2c1TEoT0oDGSKiU7bIB { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #TaDmeAtKI63iCntWH8AdIAgOQN5wGUfn { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #clJTVnAH0bAD7QpPdou1aOpsCqrzkh6J { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #xzAfyAw5Hr88N64ktfizbksaJhuRAvaS { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #lihZ1paTWNRNOFrckobHZSv7EH1bI1Dh { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #vRZyC5Kpn8ZwE1trpTx67frpDrdzDbQt { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glfhhTITTEQ72q9KxChtJTnE1Gonamrv { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkl2zDtpodv4fLMQs4fxSMXgH4RG21i5 { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #USZIT659mfT03zGfEMss6QyunHiKTuZP { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTl8CuuLqPcV9b91sIoMBk1wnqMw0CWT { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXQQnHQhkchHtZP6CfbN2Tx0z3Bom4sD { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #As155WmTG9nI81vN4XGMPL7A2XmsBIDX { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c75NlDBybpRXuE1KJVFv2sDnvIn2kf53 { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezqaX5Bz2JXidTnZlapgnMGv4s9AWJu { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBVhTh9er7ndtwmqaxbVTREibZLlA4Zu { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PqA7sVPqAgnoLxVes5MQT4b24g7mEG { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg2qrfuZFK7eTxsJAJkTcqUMMIJeGw1J { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtG22AU1yH1w8I9qQZcSvFArfHTetiUr { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #afaJWwP8aTBBSaouiR5TGlUfTsVCP1H5 { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8wFWug8EwCceHFiZybXc4XsqH9F6d9I { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thDFubQx6wmznFsGCi832S6lH2JMbLa5 { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #On7BLLwCyyAO3xqFtA3veqToMwQH2Euz { width:6.8125rem;height:0;top:48.757171630859rem;left:12.968099653721rem;font-size:0.75rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #wQxo7Jpwe69d5d2O1smAM0aEWoo96awu { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #FEdGmctNev7PdydkTTd0KRnPd7sUXpah { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #gApfoBdi81E0518qoKfFxGZlNiiXwaNa { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #uhMuQKlbumylpw8EeniFUNCJMAT0LhLz { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #H3kEkIXJ5NdXV3FL2SgOHGBRC3fHagZ9 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #WTeZOXqnTTXUR6ehrDi0yJDvK2wQLkWV { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #cXhgwuVxy8dJkv5DbbaeH06ZBPy06fhd { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AKyEk6mNus6v959KMJtny1t5e9B7zR7z { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #A1O79GKQeH6ZTA6ISLuOE3Prs45WOXrF { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #yOTnQeMKO4Ng34uwO03KNPJKgnfiZtuf { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #mN4WXzXxEeKcwMAyPOIJF1iITz51wMpS { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #ekvov0croctB5nqmTt6AaBmGyTpDoiUk { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #pZ72GzMugT0lKE1VRUDNKDyvEowqBzZ9 { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #VbFGo23sQoBsGQKsVwmTTtcQ08w7xhyB { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #PiImFOWb5cLgv1upEgBbdDbapGO1te28 { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #y2QmAG9scyUnH8sXod6wEJpNx9Iapinl { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #Un0Ti4b64gM18oPBqDy5eOKT13D8wzIJ { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VliMl5SzdTZV7QTPto3LMlHTh3AeO43U { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #BBeE1e8hOpCJlSkWCo4OAd014ktPw9hH { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #eFsk7w9TtCGy7FMvMT9kLSQcOFDCm1AK { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #Foe7AJrRhX1Tmke3xbsxfEZ5RcO3wdHJ { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #HFAo53xbcOl0zPheblu7nguzXX9fXIJ2 { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #TabphnShGdpgSdzDHMTry159Ary0eLiW { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #XJyXbfMldbJTPp3ZV88BhzmgBrhyFFzW { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #cZ13A30sgWsybL9Iq08BIiqm1h12fRzv { width:7.5625rem;height:0;top:137.5009765625rem;left:5.9677734375rem;font-size:0.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiTpOalW5uypcxyw5716zRbDZuJvHhZ { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXvGS95cbeXFZySlTU7J273d9zcTda8Q { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #HtI1ASUwIue1nyJG5lKnF7x1Vw8ikixP { width:7.25rem;height:0;top:84.228088378906rem;left:12.75rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Zw3Lta06dQP5XBnregfTc03mbRTwPN5C { width:5.8125rem;height:0;top:84.253044128419rem;left:0rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #uHbuVJPHO3a7hJ4tgoUlrl4pHpDCWTTz { width:6.5625rem;height:0;top:75.379348754881rem;left:13.123698294162rem;font-size:0.75rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #oL6dzfESJ8ZvwNbMaEOQITrqM6fnNLeK { width:6.125rem;height:0;top:84.2539024353rem;left:6.8125001788137rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ScP16UISHn1est8FqL05IfBiXLiaFHMs { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #PccTueg6ZmFeT67oVVpoW5smmMvOck3X { top:12.8125rem;left:1.9990234375rem;width:3.25rem;height:238.375rem;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iKCbLEnG7G6VCbqSIhzImc9ksJvkql55 { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Smce5gML30ThcGvVpg84V2wO9E41Wd2u { width:5.875rem;height:0;top:13.625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nz7v0U0l5e5bNBOspyZxtC8XpTMdDv7L { width:12.8125rem;height:0;top:11.9375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vHBx9h7gH3xqWaBaS0v5TDHVy1EgEkX5 { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS2oX0O2OAzTzxNyveQvRdOaePegQen1 { width:1.875rem;height:1.625rem;top:9.25rem;left:1.4375rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z11qg0yQ8rFl07Mg4IQ9w4IIy7AcUOQJ { width:2.5rem;height:1.625rem;top:19.5rem;left:1.09375rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s1txNRd6SWI7AEaVlaAyQ6a4LiDgWVVa { width:1.25rem;height:1.9375rem;top:29.65625rem;left:1.6875rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kIyAaJSPlqm4qBpFQ2S88nTyVveGquKA { width:1.875rem;height:1.875rem;top:39.8125rem;left:1.375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WBmWvMOXMSgdlfvvZzTfHVqVnfyxlTiA { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qiTwSbyouOQUrg4lRxVlIRNhowoRX8QV { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qDERPRe2gLtTUJioTcbUyq3aivZtyVdN { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CPufzeRApIUBVTEhIZ4A7ueVexdLC9Rd { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #XW6focT560rvRPRz6eOiVpqQmLzIxfqr { width:2rem;height:1.3125rem;top:20.5625rem;left:1.375rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bDdKG3rSwERHoMf1BTRth3PnEl5DuqBG { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xFNkD66HGJ0gDGr6W85qixIkxAwTJFbD { display:flex;width:2.125rem;height:2.125rem;top:9.9375rem;left:1.3125rem;z-index:15018;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7C7Vqv9GWJxyAft2Qrx7DpMwMq8XpQM { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #mXx05Ce4rMBCudnood1qoZJ0zEnFxi32 { width:2.0625rem;height:1.75rem;top:5.6875rem;left:1.375rem;z-index:15064;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mTcRGehgUb9xToWmEewTTB0JrtyLrzEC { width:20rem;height:0;top:2.625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #cbgGPzmkFx26IbTTTV651ZFCZauRyHZy { width:3.125rem;height:3.125rem;top:9.25rem;left:0.75rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #s3acucDD2ZxTDHWyVeZJu0FUK4h5MA8g { width:1.875rem;height:1.625rem;top:10rem;left:1.375rem;z-index:15067;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qpNRnVyO2ywm9pBPMH3OD6p7DKhfDLqn { width:7.3125rem;height:0;top:12.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.8);display:none; }
 }@media only screen and (max-width: 763px) { #BAU2i9n9pyiHrrNNle0m3SP7su96dtUc { width:5.5rem;height:0;top:14.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15034;text-shadow:0.1875rem 0.1875rem 0.625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #tH3BMNwCsMZuAPPnO9UMeC2KhtrIiDdz { width:7.62425rem;height:0;top:77.5625rem;left:6.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UemJ1TkRv7hQtwxscGaU1OEsID3iMgBn { height:11.25rem;width:20rem;top:3.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { background-color: transparent; background-image: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { display: none; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { border-width: 0; border-radius: 0; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmTS70t2nKxFTy5lQz47sJdIXtEb7F06 > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POyH9qAPaAimkBPvd1Z7T9vhqEPGZuxd { width:3.4375rem;height:0;top:51.9375rem;left:12.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fRTdTI3LqkCe2S9FMQibB4UTm3T6ySXr { width:17.1875rem;height:29.9375rem;top:37.0625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O07n1teop8oSUCAEIPNhNbfShyuDWWQL { width:3rem;height:3rem;top:37.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyByTMoT1KkbZvaotFifTykJFtRaqu0H { width:3rem;height:3rem;top:47.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGyxd4dwgVmksWcKgvsOlKxKi65QxXOX { width:3rem;height:3rem;top:47.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2WuhFdQnsXScKCOCg64uhPMs3aDvWNW { width:5.8125rem;height:0;top:51.9375rem;left:2.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tbg491AxT35TycqVILn3dPl3MMbb83ep { width:5rem;height:0;top:42.0625rem;left:12.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #JhbGLzZc2ZDbm2Lc02BFkpItx3nlSTwI { width:11.4375rem;height:0;top:42.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #IoTEP7Jc2PSmsW6gLL0dcuCayXRKz41b { width:4.75rem;height:4.75rem;top:251.29260783691rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPiQM2uvtITd0TMlns9kIq3rha9T2N93 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkxbbUofB9HBUu0iHEdtA4Bx1Nbbu0fd { width:3rem;height:3rem;top:37.5625rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wW7OQJFd75Gb9Inax8VsDCAmHSEG49C9 { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2PgCCSUpduxWbnCWS9Ni5ENtf0DT5Qy { display:flex;width:2rem;height:2rem;top:48.1875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAPn8VwQFzNSNirpAT34T8aOuZc8h91Z { width:13.125rem;height:0;top:56.912109375rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yMJSs4K3WTyf9QTVp1LTglmsWTHGKxRM { width:15.1875rem;height:0;top:95.5rem;left:2.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kaToWsBWaNtUEO7nRTWn6f2y0WPJevrb { width:20rem;height:0;top:84.8125rem;left:-0.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q0wz99a8TUcSNbusZsC0K7ETMibqHZqT { width:18rem;height:0;top:141.5rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #X5lnBoiXxVTqlNv1eewp6HfwZbqgpWGh { width:18.4375rem;height:0;top:68.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QQEgQUdyB5Z6T8E5OInVXUnQLEuZ5Am3 { display:flex;width:2.125rem;height:2.125rem;top:91.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8g9JuCWeCdfK7xco9zHJR0dAIZFJoF8 { width:1.875rem;height:1.75rem;top:187.9985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqML6xpVN4z4x8SHKKS9G9hMSVVT1rl7 { width:1.5rem;height:1.875rem;top:178.6547875rem;left:9.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMzKT0RTqlsoWC6zQTBZ6HeehCgx2ltG { display:flex;width:1.875rem;height:1.875rem;top:137.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKNGWIn76A7PxyFWSogO9Rna79B0TZ9F { width:6.5625rem;height:9.125rem;top:51.4375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFVK3zLVT2fJfibIE0K9riIlXLHXfneS { width:3rem;height:3rem;top:91.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSKJPKG95b8S18WghuctnVpqgPTMSSAe { width:3rem;height:3rem;top:137.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FezEcQR08Mio8TmWEfr6QhtuhVmg88TQ { width:3rem;height:3rem;top:72.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RakrPodPQWtdI9o0z7ilmSPzgIDCKwbJ { width:3rem;height:3rem;top:80.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti9dXWuHUgGUZwM3D5bAVnb6roN0lOus { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #spTx8EakUCOwgTe7aDx3h6vCSZ07qMqI { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zL78HAsTQk08rB6iHlGPv30MxCcpkzTQ { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DZ832VlbKtG1s2I5JeAG9zDxo36bQnnD { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #La9muP8QHPMA3wtzSsNdNdN2Trui0r4K { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wQqywAyTdyJhWeCEKTkQ5HPHQQ6N0QTb { width:20rem;height:0;top:5.224609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #B6357eG8sCioLgwck3EvGg00p8sz7PAn { width:20rem;height:0;top:2.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAtIqZEFb0Q0F8SNCiy20qJQT4ce3c2o { width:19.875rem;height:11.25rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmZihMgTPqwzy0QC7tL7So3JfilIu8Lu { width:20rem;height:auto;top:15.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HceRZQ4PbcpvSXg8kpFoyXSqTdJglP48 { width:20rem;height:2.7749rem;top:0.5rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#192434;z-index:15015;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bd5Mx0pyOUGB0rirkae1WsdzFx43i2bF { width:18.75rem;height:8.75rem;top:5.375rem;left:0.5625rem;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #MTrbTLC0kWdrqsxdTNkbfk22rRC3N4NH { width:18.75rem;height:8.75rem;top:15rem;left:0.5rem;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #MRzd23dQTTyNwtJnt7CaGy2vG023pDAN { width:20rem;height:1.5rem;top:9.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15030;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xeOyrf9eqLyGtyJg2mIkfUDUe8m5TQHN { width:20rem;height:0;top:10.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15027;color:rgba(25,36,52,0.65);display:none; }
 }@media only screen and (max-width: 763px) { #HAGB73HUISawT6my0tts3atql70RVBJd { width:20rem;height:;top:18.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c6g5IwZxBGV397KFFns6E4TQns6v8d9F { width:20rem;height:0;top:20rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15028;color:rgba(25,36,52,0.65);display:none; }
 }@media only screen and (max-width: 763px) { #IyBqi9IqVeVAKC6I3OTpLLumezmiMxT8 { width:18.75rem;height:8.75rem;top:24.59375rem;left:0.5rem;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #cTXXLvPLEF3E3IrsvJ9HM8dxXW8JMTLL { width:20rem;height:3rem;top:27.53125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15032;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WzEFnTzJBSH3TS0GtnvARZymEe56Bwcq { width:19.875rem;height:11.25rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9UAo1lJ7kRWEu0i4fzcEaolU6R1QClX { width:19.875rem;height:11.25rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQlThbDd02S7NIyQMI0AqAUxVXQptkdC { width:20rem;height:auto;top:14.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yM4vdSvnRZFpuNFseulPxbhgDGlTZymq { width:20rem;height:auto;top:14.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ttP944LL6pfcg2NP8rRRGXBBmED9QSXW { width:3.5rem;height:3.5rem;top:5.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsCc6rZoVbU8VEU10XZc0W28Q1FQE4cp { width:13.75rem;height:3.5rem;top:34.71875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITRKcGKP7d54XIvCdP8OqcZIKUe6oMmI { display:block; }
 }@media only screen and (max-width: 763px) { #tor4fmOGaZcWFZzAlsqFcO4EB5q7wySd { width:16.25rem;height:3.25rem;top:35.46875rem;left:1.875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #l3KPusbTUAvT2ScwXkQG3ahDV2fTlGtN { display:block; }
 }@media only screen and (max-width: 763px) { #dPVIcSSnUMhlDrePtHMITu72KP00bOgT { width:13.75rem;height:3.5rem;top:34.71875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewywCeKWdLPxVQpBBqTZpex3BK7qlTrD { display:block; }
 }@media only screen and (max-width: 763px) { #Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { background-color: transparent; background-image: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { display: none; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { border-width: 0; border-radius: 0; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oa7daLxdGCJtFUlQ10vfaM0WzsnDJ2re > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvEx0Z5eJJIHZtHXZM0ccGrlIwMquvPD { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #QVMvlfEqZQQN8s3urZ7ZTLL3WmC9dvd1 { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gOCFNJ7fmmeW5oZuJe2frwFBu7QFhy65 { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IaLNRHvw8xzmGBEo8g4UCqEbXT1HMKpG { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VCgeXl4TCkdpasIKboctPp61Zl6rQ1yZ { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #u7vWhOap3yWWmaenA7mHezsOctWt6Dub { width:20rem;height:5.54980625rem;top:0.53125rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#192434;z-index:15016;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nQX0cZtQblD5tDnAlQJUZIWcqHnE9JRW { width:9rem;height:13.125rem;top:6.53125rem;left:0.5rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #yDgxWwGvT29M3nXDn6P4FwOWnEQD8xQy { width:9rem;height:13.125rem;top:6.53125rem;left:10.34375rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #qXU291MdaA4wNb5OAuHJdVRo1JUJqfFk { width:9rem;height:13.125rem;top:20.5rem;left:0.5rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #AC8Kw82Hwca2UkclRgC376EDX96cOBVo { width:9rem;height:13.125rem;top:20.5rem;left:10.34375rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #sw66FlhATEdEWC7S2D3tMvFR0o9QUbFv { width:9rem;height:13.125rem;top:34.53125rem;left:0.5rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #ZhqTGmeolIamwxLZDOBlaE7yb6cCxaNC { width:9rem;height:13.125rem;top:34.53125rem;left:10.34375rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #Ccdv9PIGzneDiSWzO66xNSM2G1q0ePWF { width:9rem;height:2.3994125rem;top:16.03125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15033;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a5hzqWlhgo0TC2eXEvzupAnCtvF6O03R { width:9rem;height:2.3994125rem;top:16.03076171875rem;left:10.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15034;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sePUeGcN0XMD4IIfmwbBIgNkbToqqZaf { width:9rem;height:1.19970625rem;top:30.94921875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15034;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Um4SXcTxe4TZyV81J8tw65NV7V6qMu6Z { width:9rem;height:;top:30.94921875rem;left:10.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mm0bIsuan4BXRThJZ3fTNnH3KdovULIF { width:9rem;height:;top:58.3125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vg381Wo8w3KgqhZVcglW6Lyu64Q1PWqF { width:9rem;height:2.3994125rem;top:44.15576171875rem;left:10.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15036;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TF9lm0IBSeTBevu288siNdKXmStAM2Lg { width:8.75rem;height:8.75rem;top:6.84375rem;left:0.6875rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XT4xlw6ZpTH1Tr8rxSWXzEkuHQ79nOdh { width:8.75rem;height:8.75rem;top:6.84375rem;left:10.53125rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MUiFaM9N7FCakhWqsCbAB5HNbkupp23V { width:7.5rem;height:7.375rem;top:49.8125rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xk23GUixVkf4KmzGuWn5llTBzTAh4PAy { width:7.75rem;height:7.75rem;top:35.53125rem;left:11.09375rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOWkEhcJUz3TovgrvEtWU3k5KUhPGATy { width:9rem;height:13.125rem;top:48.65625rem;left:0.5rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #NfIx9xL6tDqMgwhRLRRRsF8noLlLKtTw { width:9rem;height:13.125rem;top:48.65625rem;left:10.34375rem;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(25,36,52,0.2);border-left:0.0625rem solid rgba(25,36,52,0.2);border-right:0.0625rem solid rgba(25,36,52,0.2);border-bottom:0.0625rem solid rgba(25,36,52,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #Fxt8U2Qnpeyl41sJMIcSeVuhHS93hnU3 { width:9rem;height:2.3994125rem;top:58.31201171875rem;left:10.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15036;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F66ImIdp0psCTSnRh7tQpWbmZAqX0yEx { width:9rem;height:1.19970625rem;top:44.88037109375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#192434;font-family:inter;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qJC2T9paaKJKFbr2MVxK16vJHhJoxzbT { width:8.5rem;height:8.5rem;top:21.5rem;left:10.59375rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gF3eySKGgidEnHpsHInu3rTJ8FSnqIFy { width:8.125rem;height:6.25rem;top:50.3125rem;left:10.84375rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kkCzI6v2ZhBq5tGsJvDDvoZQKq2Qqz5z { width:20rem;height:auto;top:3.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4OhFfrDQHmyMttHoTxcMJtfy5AM9lle { width:16.25rem;height:21.875rem;top:11.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaSQJfwqctR6P8tym8VLlsz1lsZaUO7C { width:16.25rem;height:21.875rem;top:11.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3bB0ultCGZUraNJ8ARo0DZzCMd2L8yM { width:16.25rem;height:21.875rem;top:11.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTCagzFwkEI4ax0UlOq0ayK5VF2gNh1m { width:16.25rem;height:21.875rem;top:11.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXMWAIJNMuxXTISTnnDTsl4k6Ga6rvvl { width:16.25rem;height:21.875rem;top:36.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlXtCI0BJaaa18ng2hJTwRz1KJuMp9qe { width:16.25rem;height:21.875rem;top:36.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPLqn38TSIEw8ky4hOwUb5RxMmtATBmI { width:16.25rem;height:21.875rem;top:36.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKVfdpUoLJpFcQRT1MSI0iHL19yp2Szs { width:16.25rem;height:21.875rem;top:36.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSJK6Q8wVT3wNbdfXhuiTq0rnHkqh2A0 { width:16.3125rem;height:auto;top:26.9375rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZyTVoQ7aHDmG7JXGKCVPPRvREbLmUh4a { width:16.3125rem;height:auto;top:26.9375rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #S9SgERXwn90U9zvFJ7LZ9B5vqSs1tdbM { width:16.3125rem;height:auto;top:27.8125rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AvpavEqHJs2Em4bk5mFGl4qB1kst9s0U { width:16.3125rem;height:auto;top:27.8125rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HI4ZGCzMU3177ppqAsAxMBymJeqtr5x7 { width:16.3125rem;height:auto;top:53.125rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LL6Av8cauMx08IOAbfaB9Kv3MqKsGmfV { width:16.3125rem;height:auto;top:52.25rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XHmuSZvDh51I3SOEzl2qvBAX1dD0dVgh { width:16.3125rem;height:auto;top:52.25rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iTREq0vXcfPWmlcSqANb5ze82Ir75dx1 { width:16.3125rem;height:auto;top:52.25rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #u4yPRpuVWhRaKgTcHTEXVqzh8pak9UTI { width:12.5rem;height:12.5rem;top:13.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhD6rkRlZJnQ8lIe2cyeOZ95KrGR2nzo { width:12.5rem;height:12.5rem;top:13.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #itmKRW6fPckgUB2JrXvEyt4TMlw7PlAy { width:13.125rem;height:13.125rem;top:13.6875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJMfknaQF7pS6SegTLdUydFsG6ddywND { width:11.875rem;height:11.875rem;top:39.1875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUctplMJP19SGKtaOgGPwLXrT9IXnIgi { width:11.875rem;height:11.8125rem;top:39.125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRgeuJRrmKfL5rJMkITSV1wZ4m5No1JT { width:12.5rem;height:9.75rem;top:40.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz9o5MtDytPqTpzc48gar5rIAywtWiHW { width:4.375rem;height:4.375rem;top:6.1875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDxcJ9lIFbTfl1eeIKdw6kdm7sMxtpdI { width:13.125rem;height:9.875rem;top:15.375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCZlbE1D1MVzggAT57hpQztN4fx8vspq { top:22.65625rem;left:1.125rem;width:8.75rem;height:6.5625rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTd8vKhkLZHBBQ50AFfSagT3TlLILwZ4 { width:9.375rem;height:12.375rem;top:39rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWVGFqXmlgdW0n2Ob6sPzxQLhAkZsNGJ { top:35.40576171875rem;left:1.6875rem;width:6.5rem;height:8.5625rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf { background-color:#0070e1;background-image:url("https://images.assets-landingi.com/uc/141534ba-97f9-4986-815e-d0ecf302c57e/viewportdlaczegowartomobilebg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.adaptive-delivery-prevent-bg, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyload, #MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf.lazyloading { background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { background-color: transparent; background-image: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { display: none; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { border-width: 0; border-radius: 0; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPVy0po3SmAZqnOBbNfTBTwImczzk3Rf > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtQEfIywB4xicAQK7S545lbo4HAV8HSl { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #BfMSTszbG5MQSphl639lt11NOUeRoP1W { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #k1uJOMU3OfOQnNvK4VFddRSA2sdNKuBn { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L44kKCslTSbkZXL2S6XCqzJ9UakUdz7e { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vTx5cO0oZnyAZKhVpQgMPQDZdtboJ0UQ { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ { background-color:#000a4c;background-image:url("https://images.assets-landingi.com/uc/230edee9-8147-4506-b67c-3d334d47660b/bgkvphone.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.adaptive-delivery-prevent-bg, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyload, #IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ.lazyloading { background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { background-color: transparent; background-image: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { display: none; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { border-width: 0; border-radius: 0; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IilGknFSi3kuQ8x5wyau5qtZwvCk1NXQ > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N51ByOAbW2I9FDwbPKzQyGt6z6tbaQT9 { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #JPpmk8gMyrm3ML6vbw2aeuhXEVIDI7gT { width:1.875rem;height:1.875rem;top:48.25rem;left:4.4375rem;z-index:15054;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Eo2LzROQ7uwQZsPODAzCUkSrxWsbMT1O { top:84.875rem;left:0.5625rem;width:17.375rem;height:0;z-index:15059;color:#ffffff;font-size:0.875rem;font-family:inter;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n4bc0nBo0XRyTQdeBFHMzuUOSNCqAgk8 { width:1.625rem;height:1.8125rem;top:73rem;left:8.4375rem;z-index:15056;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nacoJwiUT0VwsnTSvHfFbCTTtmM4qzEh { width:2.0625rem;height:1.5rem;top:81.125rem;left:8.1875rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RcATd5e9MBLdCO9ztfMUrs2cJA1tt5GW { top:4.625rem;left:1.78125rem;width:16.4375rem;height:27.5rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wAIwm9Oy8t3vC4MzVKbBucT6DkghoeRD { width:20rem;height:2.7749rem;top:0rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15017;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTbxV8cZovySlkxJUBi8AumTI0EL3n7 { width:16.25rem;height:3.25rem;top:57.625rem;left:1.875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #kaitPm39CrCHNMtXFaiGMXEKRFdQ6yhA { display:block; }
 }@media only screen and (max-width: 763px) { #a4IxVSQgQmOGEiKSTU6cUeToorJaoIUI { width:20rem;height:2.7998rem;top:51.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15033;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #zrZAAGVVx1g4dPK8yaCibpaoelPkZZ2s { width:20rem;height:1.75rem;top:49.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15032;color:#ffa500;display:block; }
 }@media only screen and (max-width: 763px) { #tPXrUeCgNuTXiu00Tt2o6BUuT5xyPhby { width:20rem;height:2.79980625rem;top:43.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15032;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #Qaycf8TvqLZkthw9CRRy6gS7OidAUwdb { width:20rem;height:1.75rem;top:41.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15031;color:#ffa500;display:block; }
 }@media only screen and (max-width: 763px) { #CAxpEXBsbvVtBppFiQJIthlTebGEJ47o { width:20rem;height:2.7998rem;top:35.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15030;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #StuRqByw1f4eKGGbIvaX2yztmpqCI7DK { width:20rem;height:1.75rem;top:33.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15029;color:#ffa500;display:block; }
 }@media only screen and (max-width: 763px) { #hBiRi8xmn1IqNyRXPa9qnlCbZpGt2n64 { width:20rem;height:auto;top:24.375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DGB0fQ4Nt12GfqgkJXTszQInJ4d8e4Rp { width:20rem;height:auto;top:34rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Nky6QuyefzawsSu1xG93rLhAeo7Lgv8k { width:20rem;height:auto;top:26.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aZx9JfGalOX7q9e7Q6ZF56sKkhHmCQco { width:20rem;height:auto;top:36.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GP1eUpuLfcMcP0y7clQhuRKN0UtZ12uW { width:14.625rem;height:3.5rem;top:42.625rem;left:2.6875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcZ2epc2gfxomn6q4gvST6mnlMya3C3y { display:block; }
 }@media only screen and (max-width: 763px) { #e4mccqKSMDXgCskIK94LRgl168WFQMDx { width:20rem;height:auto;top:17.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #k50009KL3TRe9Vg0Knmvlue64CHGOTGl { width:20rem;height:auto;top:15.0625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qnCcBMVrPeV8Fs8TQkTsUFRRwIywdMCX { width:20rem;height:0;top:3.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTSrhQd7QFN7V0hpO606VteRk4lXFPNh { width:15.0625rem;height:0;top:62.125rem;left:2.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAwJ36ShrUA1IxfRdvQQlMG42fCnQqx3 { width:20rem;height:33.389830508475rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXk8CTbu4iVyfPnxEXXukATl6Gzrx3Cf { width:13.75rem;height:3.5rem;top:55.42431875rem;left:3.125rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAwxZQ3LgwRGMStSyHlO1X0Q7XJH8Ask { display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#000a4c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { width:20rem;height:0;top:0.66357421875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nvGOsfvki6wcg7ZtVgSWaITGT7OgJXRT { width:20rem;height:8.44925rem;top:4.61474609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wcT36uiMM6SIGvAKPdTkBG6HTnNRC3su { width:20rem;height:1.13720625rem;top:1.875rem;left:0rem;font-size:0.8125rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y2VtNvDbST61MSp6N3nq4dDm3Az2MbJO { width:20rem;height:auto;top:2.375rem;left:0rem;font-size:0.8125rem;z-index:15001;line-height:1.4;display:none; }
 }