.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:0,112,225;--color-primary-4:0,62,164;--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:#192434;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:#192434;background-image:url("https://images.assets-landingi.com/uc/430fe4bb-a0a4-4600-bdf4-f015f1b81f96/DEBATAKV2.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:40.125rem;width:75rem;overflow:visible;position:relative;display:block; }#RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { 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:4.875rem;width:4.875rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#tm3DZofZdcWIKbvhBzVxxmxez8ZooGd6 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.4375rem;left:63.75rem;overflow:hidden;display:none; }
#klEP6dVyonx6wDTQQpQOzTPEmKuMktby { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#He7evMkhVUE95CbicOBI1FzitVB2kmbR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCkXHB7neu1opDGn4zTgmWVfhX80OMXr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pfOLLlPkWE4rQbfvTvBTuttNV6edMtNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6BvCcR8deA2Wi8pOe3otSSAeS4P6iG6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xXk0VcTwWzBUkNF45D7nlWS10On49kvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNMVTasVVs8KEN6oNvxveLXEOx9LHQ3h { color:rgba(var(--color-tertiary-1),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:23.80078125rem;left:0.3125rem;height:7.6470585rem;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;display:block; }
#oozXTvyWhGv4inb71DPZoD6RczaPVWWB { color:rgba(var(--color-tertiary-1),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:15.11328125rem;left:0.3125rem;height:7.058823125rem;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;display:block; }
#C6mfzWwShNdQZa2vBU1IyTBXsdSQaxEv { color:rgba(var(--color-tertiary-1),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.10009765625rem;left:0rem;height:5.361325rem;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;display:none; }
#qUPu0R73iTMwBJq8AU9HiiTQGg2BNiPh { color:rgba(var(--color-tertiary-1),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.312255859375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#pflWw9xNUie6cuWUOauL8NEQofywo7ur { 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:15004;text-align:center;text-align-last:center;top:61.625rem;left:22.875rem;display:none; }
#nkXAtN1VqLXo8F3aiqTvcwGXPfVsCZfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ien89B0C6fO8ucaJizV3W8WgCOor82uz { 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:29.1875rem;width:75rem;display:none; }
#lw9dUpbmieS1Ql3kJIDMdF5qtFLzctqh { position:absolute;display:block;z-index:15009;height:3.1875rem;width:3rem;top:33.65625rem;left:30.21875rem;display:block; }
#oJDprhU5SQ0eMrTKZL1gITxN5K0qCkwO { 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:15012;text-align:center;text-align-last:center;top:33.5rem;left:0rem;display:block; }
#XZtCqLJFAkUASdao4hLKmcfw0flIKqAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONLfwPmNR9BBT0pXO7wiTccrHUI560I3 { 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:15013;text-align:center;text-align-last:center;top:33.5rem;left:15.3125rem;display:block; }
#QFcQAX26o0xfq0AUK8K32smvTHGJrsuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLWEJNuoCobPKodC04CkKGSzCrmukWJM { 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:15005;text-align:center;text-align-last:center;top:40.5625rem;left:15.6875rem;display:none; }
#weW6wGzT0BdhA098UBP53nc0GzfShgUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRtKFffT4hgdZ6c3UnW1bS3bhnmqMWx8 { position:absolute;display:block;z-index:15007;height:3.1875rem;width:3rem;top:40.71875rem;left:30.875rem;display:none; }
#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 { 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/080d93ad-4128-4db5-a09a-900519532d6a/bgbg2.jpg");background-position: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; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5.adaptive-delivery-prevent-bg, #SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5.lazyload, #SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5.lazyloading { background-image: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { background-color: transparent; background-image: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container > .video-iframe-container { display: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row > .video-iframe-container { display: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .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); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { border-width: 0; border-radius: 0; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;position:relative;display:block; }#BZ9M82fvzGBZtDdwpfH3cqwSaGMh8rJT { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.5625rem;left:8.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#c3NSncEPp63n46QcG4SolOAs5wRnuHGS { color:rgba(var(--color-tertiary-1),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.5625rem;left:19.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#kbIXGJ0sTsTcIf9Ry5AhWyqIxKisqzLe { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.5625rem;left:32.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#wvOEiNCEIORURNhzMvz4eeA6x529PIVC { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:45.40625rem;height:0;text-align:center;text-align-last:center;display:none; }
#zmlQnf3KzdXGI7bRD53MvAnG09BIa4JW { color:rgba(var(--color-tertiary-1),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.5625rem;left:56.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#kfpTCPXedqi6ABuJQHcdv2IKkCc9mxps { 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:3rem;width:3rem;top:8.25rem;left:11.25rem;overflow:hidden;display:none; }
#qWR5yoSQ4Sn9evsdJrTBM2NqUdAtV6TE { 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:8.25rem;left:23.6875rem;overflow:hidden;display:none; }
#lh9PMdJ4435RmSdGwCSZzL3p1izJnSiX { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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:8.25rem;left:36rem;overflow:hidden;display:none; }
#FAg15SOzVvqzSqd2k5wS8f86Dl99FQJ9 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;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:8.25rem;left:48.53125rem;overflow:hidden;display:none; }
#c5PVQgg0lcc6Py5VVIrPSxaIn7vLn2cf { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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:8.25rem;left:60.9375rem;overflow:hidden;display:none; }
#VGsTxyboXPLn03pZ5SoncOBPX0DzFnUS { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;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:20.625rem;left:11.25rem;overflow:hidden;display:none; }
#W63l0tPRC6I8Lv1r3eFPNnrxuFu4gTfl { 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:3rem;width:3rem;top:20.625rem;left:23.6875rem;overflow:hidden;display:none; }
#ZEEKXt7U22LhDJDFtPLrEGS10awmmoLk { 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:3.1875rem;top:20.53125rem;left:35.90625rem;overflow:hidden;display:none; }
#betIVM2gU6GxEOQzlkzVMs7PGaSO0lvM { 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:3.75rem;width:3.75rem;top:20.25rem;left:48.15625rem;overflow:hidden;display:none; }
#Id3q06c1qO1crGTR9hWzUV7X4DvCIl65 { 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:3.75rem;width:3.75rem;top:20.25rem;left:60.5625rem;overflow:hidden;display:none; }
#RTvSh54LuRP5EoBoOzD2cQMaugeU7eMO { color:rgba(var(--color-tertiary-1),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:25.9375rem;left:56.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#nfP4Rx1dInANOTNCps99NOBhPAy7vfM8 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.9375rem;left:45.4375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Jgli5dX7rGlIMhgFKRRnw99sPzPo8G5T { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:25.9375rem;left:32.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#WIm1MTOu95ZJ0h8gLz2B3SvdaCMyzr4P { color:rgba(var(--color-tertiary-1),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:25.9375rem;left:19.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#cIXwFap69546JmPZ5ZQQBV872gX8JDEG { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.9375rem;left:8.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#Tr2CPDDWpi9XaXxCWnIEDZ29EHTLJ1Qf { 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; }
#JlFBp3DEyuEQqrmxNQg8s5Wiwav7do52 { 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; }
#M0Gxk3EoOLdHX0GERW3rgH3Ovnuds4RG { 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:3rem;width:3rem;top:38.4375rem;left:23.6875rem;overflow:hidden;display:none; }
#p7aqFC6SZGlcvsW2bEASqPVv8QhrBZRd { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#TS0cAQnVyQL3adco1hxHeJpaAWUR8d4P { color:rgba(var(--color-tertiary-1),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:19.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#Z34vOVkXC2EK2yWWS3tttCbAQ4V51iaB { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#PDkwFbpkiWGDbMaTgacTRRZ07LIULgI1 { 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:3.75rem;width:3.75rem;top:21.8125rem;left:60.5625rem;overflow:hidden;display:none; }
#PFUvTPIBTlqq8Sgugq8UhummffU7ptk2 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.125rem;top:33.4375rem;left:11.6875rem;overflow:hidden;display:none; }
#OGx0UpSViZvsReasQTumeuzcFluPULLT { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:38.9375rem;left:8.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#TGQApllK5JSI5OCy7LRPUpXoUkBd9s6G { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#Q5QCk0bLiuRzTwwHvzx1nprpvLu12hWw { color:rgba(var(--color-tertiary-1),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:38.9375rem;left:19.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#pypevsKrXOoGTEkTIDNrAOJUeMTn3gff { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3rem;top:33.625rem;left:36rem;overflow:hidden;display:none; }
#ySxqtC6tW4SBhdX8aKyow8OEgOtrTXQf { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:38.9375rem;left:32.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#l5kbMSGbsJoSRWM1TShgDLFWHLnnoo5T { 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:3.75rem;width:3.75rem;top:21.8125rem;left:60.5625rem;overflow:hidden;display:none; }
#T6KppXUwfHAX5Dpt4XPhrcFudnLMoD4z { color:rgba(var(--color-tertiary-1),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:19.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#duUT7JCTRZUSMCrCNOclMVDZPZmurn82 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#hVF2CVsqa0e6aUnMybvdO1P7JEbpXRO3 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#aIgcfHB1TSDBO54aQGALvgot6JJmvS7p { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.25rem;top:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#gmRU9GInN93sA4wkg1vWnFC49LAvKszM { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#m1iZTW37arATTlk7znUWs0sC100gmJOl { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#bqZXwdnm82Hnn7ce5X2XcoXyoRfvCAe5 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:19.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#K0OFT2LTVKTIHOQx4eAG2GwHN42rmL2X { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#i8M48fkBx2677QGRUuAcnV9S7TtM4UBK { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:33.5625rem;left:23.6875rem;overflow:hidden;display:none; }
#JUlChH9T7lxM1BCT09VEe1DqdTNrGOdx { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#nqIc81PJgmOBexFIm31StbRnyw3LKH4m { 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: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; }
#oF8BQQZnr6xSwzh7Akolb6rqqNRJBvIP { 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: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; }
#VhGBENd7dSzeiDPglw4Em4NVKqXTxu1c { 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: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; }
#tTkOQ82lkPVsVuIv8W143esWKxTBpiP4 { 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: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; }
#XJr6wg7vomaiZ44ncN6Ey4TV1D1whTpg { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#s7nqdquXhtEuXgPlFMoW4eQ9H8TOstkX { 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: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; }
#JZO94wsdR9BV1MVa0BoTAi517uRQoMku { 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: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; }
#MSMndzhn6cxltEf6eCCb8KLXSAZGTIk6 { 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: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; }
#d9BGm6TBqIIqu1LyaztAXf4ZV1xxA0sc { color:rgba(var(--color-tertiary-1),1);display:block;width:33rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21rem;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; }
#IWpMepamgqzHpKTZcsyUxzzsE1uNQVIX { 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: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; }
#aoG8UaQoDUTVTLTHERy2kPWtsQeFEzXp { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5rem;position:absolute;font-family:"tt supermolot mobile";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.25rem;height:2.5996125rem;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; }
#wsNbGhIIHTpLm3ydyCTBvHf08WlRW5ev { 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: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; }
#MWBQZHpTdlgauq3mgMBO1OoXvMuuZnvX { 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: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; }
#zvICz4WDPd6J0F3TETPoQo3Rn6XP9pky { 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; }
#nIJzXc8o2xio1nrDmRETrvtQoe0RAmLq { 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.6875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#uX8yXuwCXIJpBdbRIesqlF3lQFie7pM3 { 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; }
#VtGRLUsilVPAdfKuHN8SPwmTJKzCPMtF { 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.1875rem;width:2.1875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#mTnUh2GVctqWMZEd42pvg0dgXbTMDXky { 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: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; }
#QpTHXFBNs1LJdwzOt1E3ax4BictmHG1T { 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: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; }
#WP1DQcHmguUt4zBzBME3HpUs6nRETGzR { 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; }
#wskW1pXW7G6h1mTFkl1tbWudBDR3dT06 { 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.6875rem;width:2rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#alp0MdBpR7CVAqcFlkZklzgcc5vFeWXn { 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: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; }
#VqTXeS7FE7KR1P2yegkEGKUfIaPg4ED3 { 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: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; }
#owe7BAlP55mQ2TTI8O3hKdpNGmyDDs2q { 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:15004;text-align:center;text-align-last:center;top:61.625rem;left:22.875rem;display:none; }
#uG8JAh1aRoD54rc8iyImLW2z3Md1v2bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KG6idWyPlGgnXGKx0ZaHKJ6mdeuWriHL { 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: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; }
#PQgX93pM3cHdrqqgvbVMrB47PfUMMXHQ { 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: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; }
#QvwKPTfeAMQPTMA9AygnMTlMTICzohVi { 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: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; }
#IZgZ7NB9haQxRTlbQ5t55qHqnsTziL4Z { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TDQI4QBDy6HlxcrdllK21aQuZFnoFabI { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Vvgqx6gfbpL9JSyhRuvTZwzfWvwqKN0i { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#crq8noBaJAKU529kmbiP0xMn0rF1Cf90 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PqLTZuUAdzKsUn71omGbNLAr7ywR0gho { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gsltFK5LEUir8amdweN5F0UAKS9weiQ3 { 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; }
#rMtw3gTmUrDdO5RcFzKynAkPLvZBx3i6 { 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; }
#CDbqc9Hp8W0sI0ZdBSlCDSJQLzMMPBPn { 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; }
#Fm2hpRNxpF0os5NrviLX6ITiLFSbONHU { 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.1875rem;width:2.1875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#t1mq39UFBgoxugf326msgfHAQTW6Eyc5 { 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.6875rem;width:2rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#AMI4tBSUtTSxC7oOr8dceEkRdprZZ8PE { 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.6875rem;width:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#gMBBvblhPywTxwpLuuDmt2JmDMnT4IXI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vkGMERniASEkQpzHZ7p96ninuloeBEhF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ShyVge7XWi1tLRwIULpbX0LMyEWB4fru { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A18N4eIM2IBqTe0qlK5SCL0HWgQEOSCA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qNKhAa4xdg0dExItvRCoCf4X5uphux19 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ipTwoPWTCBBialFSiU3o7JUmHfJIex7v { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hRw0iEQnil8mDpVSTfgU45WC1LwCpNkN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hyXa7TDFH7XKvFt0xf4W9PiKz8eRRTEx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CHp0qaKSy7yWSxxcB5lzwx3aev8uotXg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#psdrcyLv3DiHWPKonS3F1gKTFRxfHUxZ { 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; }
#e4K10JrOheusrZAitSfvtV6Oe2l8pTTN { 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; }
#QxWo3sKhXPEQPCfQogrI8UOBp2IUfAi6 { 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; }
#cin8tDnDU6WHTbfTtrWBgHVbZ1tPRqAQ { 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; }
#vJWeS4TOQapAxUpJgGCgDrbhOy6uI9Vy { 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; }
#T5AqaSi733PwfI4WIf475Blt4aI4v9xa { 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; }
#xEqAQh3yJXrzxObUgsuTow8L0s9pupsb { 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; }
#cTVRtIwthx0xPoHyEmr4HPM8tT4BkdJM { 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; }
#KW0MTMwhbvninPhCbyRhX3O22R7EI8b2 { 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; }
#oBByi8UqlI9iSes7qqQmdagt35oMHGZi { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:28.85546875rem;left:0rem;height:3.6029410625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xtz7bKMeDaTQDumT12yRr4Ru32TT0Lzw { color:rgba(var(--color-tertiary-1),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:34.5185546875rem;left:4.1875rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMPcWF33v4Nl7abNtGgPRsfyzlJOen28 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:34.0185546875rem;left:0rem; }
#boKCDhlIqQ2632ewZndOorstzTVHJn3y { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:39.287109375rem;left:4.1875rem;height:3.235294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wDIputHlbob1nDZckai55mL3B6TxDW9V { color:rgba(var(--color-tertiary-1),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:45.5rem;left:4.1875rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vw97Ka7z2WxTdsOG0I4q4vHWnqGWDZJg { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.537109375rem;left:0rem; }
#QheU5OtqLD0Fwawrpo3rogrecmMB5EIc { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:45.0185546875rem;left:0rem; }
#pyPsTyT82wa1XkdG6vkMqWcDEaSpOvDt { color:rgba(var(--color-tertiary-1),1);display:block;width:45.75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:57rem;left:0rem;height:3.6029410625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xOz0HGakFwHJrBGa17rc811492wK1vua { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;top:62.625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#WFy4s7TisvrtnQ0zGutobdKChZa40TfQ { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;top:67.875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#laVWed8TqMdKlK4IOFaqlFCf9GRgJu7i { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;top:73.25rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#XPHPqXSLPCS1KdMIaSSXtKb5vQ9Pm4wM { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;top:78.3125rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#OwqwFSFrVK5H6gLTgbgd6I1AUFhsBmms { color:rgba(var(--color-tertiary-1),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:63.40625rem;left:1.46875rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqAFt0P85ny6ykixHUoFS2WpEf9Ig79X { color:rgba(var(--color-tertiary-1),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:68.59375rem;left:1.28125rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZsSpPV7NfT1IGRQZfEd9ofBlg6vLbDA { color:rgba(var(--color-tertiary-1),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:73.96875rem;left:1.28125rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CzUhqo5HgkiBQAUtoHzv7SaaIAr3qRie { color:rgba(var(--color-tertiary-1),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:78.90625rem;left:1.28125rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7vTbSSlaPNERnzPhTeScrgO8B5Hd1rb { color:rgba(var(--color-tertiary-1),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:63.75rem;left:5.6875rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5pJRHEh16HAObsdtawmydtrsTF4gI9r { color:rgba(var(--color-tertiary-1),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:69.0625rem;left:5.6875rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rPEP0Dvn5XUGPRkMP00XdF9TpmzdSy0V { color:rgba(var(--color-tertiary-1),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:73.587890625rem;left:5.6875rem;height:3.235294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zo7geBgNOFNgXFKxUTKrJbRq3QubzEX1 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:79.4375rem;left:5.6875rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWEsTcF2NRiVnuoVrpPsqVDIt82UNXTd { color:rgba(var(--color-primary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:92.8125rem;left:23.4375rem;height:0.9558823125rem;font-style:normal;display:block; }
#TX0oNhnEM9zT1u3ZvxJQ7rJ3ZrGl5SE2 { color:rgba(var(--color-primary-3),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:92.75rem;left:38.875rem;height:0.9558823125rem;font-style:normal;display:block; }
#r4ifQ4mT00Wq6VZqPGD6l8o3aqu9b5k5 { 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:15010;text-align:center;text-align-last:center;top:86.8125rem;left:22.5625rem;display:block; }
#XI2LZzbQcaBwQqlOIXo7veKr0UT5NrMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d57lddtxWngaRfoylzKhwEHQtg53RZGv { 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:15011;text-align:center;text-align-last:center;top:86.8125rem;left:38.25rem;display:block; }
#r7ifkXKUnALxdT1H6FdUuB2SvyIt2xJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIdUegUWzxRRO4NEU5kWr65PPwn7d0gI { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.25rem;width:25.1875rem;top:30.9375rem;left:49.375rem;overflow:hidden;display:block; }
#ZMeRktCBW2E4nHnFdpC48n7WBwcPLLgy { 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:15011;text-align:center;text-align-last:center;top:89.9375rem;left:38.4375rem;display:none; }
#Uzr9ADMM08VU6n1eqcUc7HiTim8olzoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMk6dnv1B8ESXiQxKVPX01PRFvhsREZp { 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:15010;text-align:center;text-align-last:center;top:89.9375rem;left:22.75rem;display:none; }
#DTB0lDz7DyFyOs4xviclvqRDIapXF3PS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geMealCDgN70Qr9bSOOiJ4BEc0Pzs8Li { 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; }
#A7eLeXTTZrMsOoLVnbTGbcLPfh5cviv9 { 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; }
#STK6bfvaI2yC5D5J6Tv2e1TEmsl4P6S7 { 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; }
#a7UCk30SDUxpM1T7TWKJyF6FW0zQnJwA { color:#283548;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:66.125rem;left:5.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K7zMGyngoXfSGLHOJvWzf4G2rPzUGDnb { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#OmX6uNAlznXO2BpVaet3Vep4h5vLn7dC { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#qewy9qXMZz1CQhKrhqqSLH0i0a3zDfMm { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#FqRR56TD7JvBNtHQJbGTD4MMp3IeL1fU { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#a3ab24ApK5E2u2BxaOrMIcAwBvDOJR7F { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#Tv3w3tilwD0TayHoZoLsTLqorBhdQ2Zv { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#UxpmguHhUES7hbsZ2fd0lvfxlSE41RNn { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#VhdcDZuuhiNyUSOqqVK5IlPIA96xAQIP { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#t677pylPtT08x8dT9O8ea5Gq5O5Lzpkh { 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; }
#klZtpafep8fqVZKKw1ibtWHpTwFDKCEZ { 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; }
#GdaJxI05xB2yfkzRsGwasghZ3PhuoMo7 { 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; }
#aIl8yPy0qqkh1AkucL85Niys9uo7QO1Q { 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:15019;opacity:1;top:40.5625rem;left:0.9375rem;display:none; }
#fM20McSMTBdpno8DhSms3n9X8MIUUEsA { 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:15019;opacity:1;top:40.5625rem;left:0.9375rem;display:none; }
#xuDK4JMDENXkLAIeUdIQCx4l9IZJfqlO { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#vNtXpMiFy42cTk50h35F4X39rDeSPGPK { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#NecCJWBouKJnyfKDBxLmZHgRmCFduGL5 { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#y0iwFcbTyTmUGs05dKtb2K9mKPHqiawh { 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.5rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#My8hvg7kc4Cv0VXAf8sJCGoMo2yW646s { 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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.5625rem;left:43.5rem;display:block; }
#KXtTyhd6pG5RTlATVVoBcni1omLEQULg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTdl2LQgZMEVA36e2XmwFWdU8z3copf8 { color:rgba(var(--color-tertiary-1),1);display:block;width:38.25rem;position:absolute;font-family:"tt supermolot mobile";font-size:3.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:7.9375rem;left:33.875rem;height:7.6470585rem;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; }
#DgynqTaQKtK2PNCfhVyInZEIKCrg5Sa5 { 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:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#CoE9yw0oMrFdMg3UFLap94ww7UtBXx4s { color:rgba(var(--color-tertiary-1),1);display:block;width:36.1875rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.6875rem;left:2.375rem;height:9rem;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; }
#tbUgf8nfbcws0vysn7KbTNLNP1VNmMrh { 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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.25rem;left:47.375rem;display:none; }
#UlxD3y2m2DGLqUIBX0Vyq58tnv3DIKbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxP5pRW35sKfz2fG6wiPvbSrSbGiCLne { color:rgba(var(--color-tertiary-1),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:50.65625rem;left:4.1875rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nJ5U0vyITT9VzNfQ1FAAPIFLTClMUeZP { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:50.15625rem;left:0rem; }
#gxXCK96nhaVClKPsDfrV4xUpc6AF6nNd { 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:15019;opacity:1;top:40.5625rem;left:0.9375rem;display:none; }
#NmmzSO9nZMch2Pmx69AHCZWNFewC8Ae3 { color:rgba(var(--color-tertiary-0),0.84);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.75rem;left:14.71875rem;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:center;text-align-last:center;display:none; }
#IN7SrBkdZkgks7pNvMDiwqd3sKXJyyNN { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:75rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l { 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; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { background-color: transparent; background-image: none; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container > .video-iframe-container { display: none; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row > .video-iframe-container { display: none; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .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); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { border-width: 0; border-radius: 0; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#RZiGogpSfu6Rwxp0VhgazVvZZwAv4XqL { 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; }
#kXVGn6cdtvzFb9cu1EIqaoVrhGNnopRT { 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; }
#bXKSMksHQ309HG1faUDIw2HMVMzdLcID { 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; }
#nGNZdsRst7q65WJHsoTgX0TQU6GIqDVt { 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; }
#ga64R6mLtE2Bk5pTasQ9A9N8dsSNTU4I { 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; }
#Kfir6nRNudIa6UkbsKi2ctKC2U8F7d44 { 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: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; }
#Z5UBJluv8NTqJFIsc99pCSBVmhrt4ik0 { 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: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; }
#z0fAmciCSATPpknsDwar9Kn2uMzXnFAQ { 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: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; }
#mARKEAoaRR0hOFZhfOR0P5KsPPW8tvZO { 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; }
#PCZmxKyzDy3BV4Rbl3QCazNpK7gCoQdO { 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:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#S6Dr154vk7GHbWbyWrmuTUocM5MJeEPI { 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; }
#QaPvh8qv2Mxf9onq72LsUsowykFTTHQW { 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.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#TsIXaJAw7CsCOTV9XG9JxsPe2kKwtXIJ { 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; }
#E5m4nxsylH9so7p0uGNx02C0dzNMIoI3 { 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; }
#oFhAgR0MqzS9zA1a3DnDHa2vQrwABn6P { 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:2rem;width:2.3125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#oXrG4fSbdAJneTFnJdXXUTnBR9v2q5s2 { 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: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; }
#rWl2XQOr3vZWyPL1pdtR9Jx1oT0F3ft9 { 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:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#PMSFwWzCsyAhRSMviP22Hash7g46DUTs { 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:38.5625rem;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; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-1),1);background-image:none;vertical-align:top; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-trigger.adaptive-delivery-prevent-bg, #FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-trigger.lazyload, #FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-trigger.lazyloading { background-image: none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:-0.0625rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #ZlShgW0HpJNhheUXhRgr4FmDqnuuOdJd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #J11MH3hfm2DONmMk2sUf45Cqqn6QeNNI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nARpM83evb47Zp7ECVbTtWpcZREuLcKr {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #raA4nCMSwKzlnqEXBP9lVT1KrHdDzt3U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #gAuVoWsNPMI7USTt6DhSxVa2d10DJAct { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #xo8Ks6GqQ7zPaCodKtBTGQN1BF6hx8IW { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #VvOlNQqhEt61e0pTNhl3XRGuuGgzHT86 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #KO8BK8duwvObFSsRwmgwEaztDtodPbSD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #KwBRvsAtTuF6iCLXAEtyPlJX96OsNsSO { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #X8m4D25wbpFTkiacaiOslWKuyLZTuaGk {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #eh0wR2RFHhTrzlKgSTXcNmhgPR4RwGwu { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nBTsh08QpTQuOKT5kPen9vx27NLScpp5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #r8c8lx0zAhQi96H9Lb7RDvvcnoSVmT3U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #zR2QNGNz7yGLry56snuEUIr8TgE1om0h { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #dpWT3bwQQ2Bnt90rblzzAfOrzywIiRJb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #JLxoEziql3sD5QAJr1qCTGiXUIBg1IJ5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nD612J2b94EfIZvIuoJzGHxb8XAtKiWL { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #m1QpWAwJGK2fLPQR0eNVH9gSCKayKoKK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #DRf17ivX97zE0Qw7FDyqOEDHDWHhANzn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #m43Te3WCUmMLfNLAua2fB5enn0p7TCwk { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #XDQqx7B9zrqTq8cUUKNioCMIdPuoHyyi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #Rtli5XUf3MTCC6RopVOfJy6WngLfP7Fv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #Qz4Gkc8yah2PTbedcfsk8arqD0NFTweN { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #iStFxZAlBugWPsigtzDBsXGlJMfKk5xu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #ZysLbTJy3ufFzq3Nl7TyAh9yGOUAATae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #pa61ZRtvAEH5leON4cXnAHpXhwXbmHES { display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #hXx4QW2e4sZzS2wRdMNgufW7VJaguXUv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #I1I25gOhNBSUrxSxfDShMgaKINoc2MOT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa { display:block;position:relative; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG #cGuqfyt018HSPzRCnJaUeAzUIwmhEp6a { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-1),1);background-image:none;vertical-align:top; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:#192434;font-style:normal; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-trigger.adaptive-delivery-prevent-bg, #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-trigger.lazyload, #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-trigger.lazyloading { background-image: none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15056;background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.75rem;left:-0.0625rem;display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #PetDVWTaicwvmMGOxdd8yV2LwMyRLut4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #tVRJtDdugHNXRCAnscfZepUGVLTrEy56 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #oC91tK3Lq2mgfgZKH4V5s5StDDnDoVhw { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #AxPV4qrFb8Uul0J7ED3aqd3i45TES0XA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #H38SPIwcu8tPcIGJH3KFftxpNtilT0mn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #zGpTRAGDToaBSS2WwGT8gdQQq5WmfhqQ { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #D61gRnG6tfmSVhr6RHczEMC2TpIJ8BDr {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #Ext9Sxx9tRJO3Ez05CMevPkcFwLblBrF { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #qxDCsckNmysfXfCi03tDmcVuaU6E43Un { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #rXmuUqtG5bowJ4H1d7tpT6FMUnG0mSZy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #X8IZfeHofAczGvHJgS8ucRV9ahTEaUiZ { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #I4MW3QeTc9OOFBP3RrTT0gOaUhT08sb9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #oC4x26Z4EhRW6xFamZ1iIQ7XJEELPlXs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #xaTKqQtuzpVDekae9y9DN8MU2RAir0rF { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #kXwua4559TgsrpVx8s4hs6vcuH2aGXCu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #avWT36O6pAN9Vf55AqFkNlNx0D2T24M1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #lK4sCTSI41w2FTLOiRD0AV88TZZnphcu { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #ksPMJ3GH2EOtgsoqz0yGQll6KKWi2BST { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #tb2vBxh5U3qTSQwlHsydP0fZzdTJ9ybO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #iJMegCo11KoW2V1OnPsRxyKiR5cc9pJ6 { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #M57piPn4y79dyLLbU4LaNVeBvbUF682a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #nwHTJqRLf0LWEe5Q7uKd35zgriaeZNLs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #lt1WQOOxEJI7fEnuF53kb2npbFikt8KU { display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #QwwPcT06F7g4x3NwmrUDNQVCo4xbW8LT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #MPtoCOvzHtctaC1ogWlxJMl0VSvBfXIA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa { display:block;position:relative; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #Tek6No0z84ltkEmi7N7uiNVieaUPNLwh { display:none; }
#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { background-color: transparent; background-image: none; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container > .video-iframe-container { display: none; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row > .video-iframe-container { display: none; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .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); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { border-width: 0; border-radius: 0; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#nZftELrZi9H2xCcbkCCoQNuctWWpDT6e { 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; }
#w6CObptPPPT9OXsXiLec0HtUVMgqbDki { 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; }
#OOmbo8zO9OLUkAdZfyc56OZU8IeWyyGX { 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; }
#DEwhcQdHzhALqnvyTxIiVBpvWmPa1IzX { 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; }
#zw6vGKu3VyQJeZAkzFoDx7UAtcZqsCEu { 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; }
#rxRWIQbeEKepmA19xAlbgTur8T6h1ASU { color:rgba(var(--color-tertiary-1),1);display:block;width:33rem;position:absolute;font-family:"tt supermolot mobile";font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:21rem;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; }
#ZAX2w3Nx0o5hxaAz86UMztZVvIz2qE6h { 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: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; }
#W47PTqmdyockAg1VpkhTkZB2VEaS677q { 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: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; }
#HLDmkKT5fTmJGwCWGwPG9WKXTdAEXegA { 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: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; }
#J38UHgTMBqddDRNi44hRQl6XXcREJnAK { 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; }
#t8MpsGiIOJX2ROm2TwBRRIFKxR9viTDS { 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:2.6875rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#Js9rWeHFpsWDLafV5nVn4qhplk5bvhLD { 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; }
#QGnc0s8WZuHWUQbODo6P6u85qaAcDF0W { 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.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#xHL9Du6op0TDShOfCumFbcmXiMzBp34G { 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; }
#kg75OX05PZJDdr4JMFEvMGbAQHCkR4UG { 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; }
#CNCHMyL8H391RlBdE5w1eQHms6WdJTap { 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:2rem;width:2.3125rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#VEqklAWGB8UsmwSnKmzc9pMD5eMLKDIF { 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: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; }
#azhFcu6BUiXmT7ZXhctm0hXJf13IiTVt { 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:1.375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#zrTOeofDiL244MDwvWGgeizvcNrMbvK2 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.875rem;top:15.15625rem;left:11.53125rem;overflow:hidden;display:block; }
#PhAk6kyLDboZUDFLrfK0NTMDfVLrAshp { color:rgba(var(--color-tertiary-1),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.125rem;left:8.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#IiINI6OhXZxm3GXfG0GWHtdssNFIFnbV { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:-0.03125rem;height:3.3823528125rem;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; }
#EiBsKCcDVgCRXVO3MKaAVw1heTZTEe47 { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(227,227,227,0.3);background-image:none;top:14.21875rem;left:11.03125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#imHs2fTEJ32prCCJ0OqOQ66OMzzxLZZ0 { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.3);background-image:none;top:14.21875rem;left:27.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#SVKePEX26ItpMTRJckMLBedU8TiVZvSQ { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.3);background-image:none;top:14.21875rem;left:43.90625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#oONO1HeP1nfqWwvKDz9ctOSOf5Z7Xvrm { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.3);background-image:none;top:14.21875rem;left:60.09375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#bKIA1Z8BWS6mva7WQRugIk2577oafhL8 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.125rem;left:39.40625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#MTME5o6cBpPftrmUAc2SftaTm15ZH6z0 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:20.125rem;left:22.34375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#CtaP25CzKJqVXd4rXTV4Hd2zoPRbl0lT { color:rgba(var(--color-tertiary-1),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:20.125rem;left:55.3125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#VyWemFiZadakykSVU2m6PiTkCMggord0 { 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:3.125rem;width:1.875rem;top:14.59375rem;left:28.25rem;overflow:hidden;display:block; }
#myeSTOcwuXiIuEu0hAmbgq4q6ybekFx5 { 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:2.5625rem;width:2.875rem;top:14.875rem;left:44.40625rem;overflow:hidden;display:block; }
#IGLSlq2nWZCSaUXhbWQJJU7VX08gCAT1 { 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:2.5rem;width:2.875rem;top:14.90625rem;left:60.59375rem;overflow:hidden;display:block; }
#wEuyhBkJcrXMclwXuHHiGC0b7pUzoMio { color:rgba(var(--color-tertiary-1),0.6);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:29.9375rem;left:0rem;height:0.882352875rem;text-align:center;text-align-last:center;display:block; }
#bU92tLyoHL7ZJ3vGcQH7WU5CLMQmF3q3 { 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:38.5625rem;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; }
#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h { 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; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { background-color: transparent; background-image: none; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container > .video-iframe-container { display: none; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row > .video-iframe-container { display: none; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .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); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { border-width: 0; border-radius: 0; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#yEgDGG3CKVJCV2ZWOeu6LfAqrDIJhC08 { 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; }
#X4ekKBrZmJGZlMV98nkEi6iXvWnwaC7d { 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; }
#STzJ57e90psVgHKQK3wC3IVqIaOG5vAO { 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; }
#i2pqD3hdbFQ9q28LwN0squO1XTq2Ugy5 { 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; }
#OVTpfTpwmefaXIgEVx9lb1FzLT0T3Jx8 { 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; }
#IsJQSe9gaBZyPlt3rftOu824Mrvq5u1J { 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; }
#IMaxCLaPoeq0QQS3yXE6Z1VGfVlSWCvc { 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; }
#o6P1BhP51ooHTPP7dC6BrZb67TzJzDlS { 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; }
#QrDaKolCCOwizbuK0JVUPXZBQDVlMTTt { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,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; }
#KM0HTX3qpvsE3Q00vN2t2unqiNeZ0k0b { 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; }
#A3Q3T2SZNQMGaukghw6Mr1KJiprhBmKh { 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; }
#cAoz6Rk2RLJAAReyHsQpezEZDmbVaxxB { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,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; }
#DUxKeJPdynIIx0ME0hxDPT4EFAXWwKL4 { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,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; }
#pBp4w6TIt4nesd4aMuMlatDG3CnTwt87 { 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; }
#MoRRH8pyXVJpn3rPTe58AkBw1g8dDrTD { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,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; }
#c1QqJFCnBKyPAJkt3ikVVRezWw0ITERB { 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; }
#kCHfzq9Z0gy1C5Dpahd360rJlWBR0Zot { 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; }
#tcBpPB2HoezZytkBTc1dnT7Fe5BgOMwb { 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; }
#ymLmR2GtIKZG1fPRtO05eyGebx3Qrpbi { 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; }
#gJUvtfeUDPlOiBcI464EBfNJsmBRBiXC { 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; }
#To3V3bbO9f90EC5MwJgEXubcyPa5VlR4 { 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; }
#O9odUcTQbOgudmktewX4dUAJcz1IXeLt { 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; }
#hO9b13Qsy2yhfq9zPGg5sJbclDG6R4n0 { 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; }
#hq5myxrhZ380JZ6FeXNAWTn8rVlkptqr { 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; }
#Zt1KQMeHXmc5ZEqqV9H5CLfa1znkaKTT { 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; }
#HmPzvVGiiplKDSLWT9VzAnuLPM7uwrRv { 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; }
#MLfsoKcxLpKmflviQVKMz1IIh17NwZ34 { 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; }
#oWf1SzRQOTcp4wX7byO5FSRbyxIdtPDn { 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; }
#OJTZn7gHO9lzfAl0vG5IsNi7RsJlUXRc { 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; }
#LVN9KSE8asTNx7nH05tghG2whvk6H6z1 { 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; }
#WCthTKXB8MdISPHrkvOd2T9hMHSOyk3E { 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; }
#zPHXVb6pUWHO4D5B497yqG4syac3RT85 { 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; }
#QR2AmSqGGAbzy0ZqoOTUcRGxgZB5w8MT { 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; }
#mHMvGmxwJgPDe0pubBz3H0ysRFF5aWaw { 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; }
#f50MZ9zQQTeTUVmaxw0hbUom8I7Jl9Zf { 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; }
#vHsBfbsZgvCQc9prc2O19J1tGTEgeK70 { 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; }
#HmE4mwGI0LnthU7GUH8BJAVqHlumb4vz { 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; }
#pwKZuUE9cxe2wyVCTMayz8MEVgODknVb { 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; }
#hX2MKKbPXTTEnZTy3eQT8P4oeFeXrTWO { 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; }
#rOteXKGHGBlUp3oibKhZwvJVtqq4rPuD { 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; }
#t70I0KBlrkGSgtMRwxMJogbTzdJGN7au { 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; }
#L4hz6TyUCBPQGU1UDC4FdyKdodace4ZH { 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; }
#arZL77n6KbaKyrATulf52GgcWAEHrDoz { 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; }
#WZprm2Z9L1oWFqd0CmTcJtDLcsS5SuNh { 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; }
#sEKZGIW4yZfcprDvCT4y1BEgEsmun5QI { 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; }
#e5pUKIMD3pcz7i6hNLTicx8kqrNqvhnu { 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; }
#aaVE8UiGfZT6TRMH2prZaAUR6kJ2hZ6p { 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; }
#RiMwX5ITEX5PTB7Bpms8pUHrZLWOvOoB { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,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; }
#d5Q980zX52GWyNxeb7IhoMxlJnuwbT3y { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,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; }
#xxfLkNBXwDTLMeOADXIUksawbqTrwePs { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,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; }
#SugiURKPfxiMldRsp9CkV66FwkwfIdKn { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,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; }
#OKdC1PkfvP8g87STV11o8AH3vGlbPxq6 { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,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; }
#b38fvCPfsaJUfe0JGwNUsJltPQ2LE1ze { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,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; }
#TOfssWDem7lu7f3nkblqQhaPD4nSZ16Q { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,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; }
#BUOkLNokkZ7gCJ1H9T3wZsNdzsoVeSPo { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,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; }
#xLNENXiA5RzdQ51EH4pSrlukPsIV5Dlx { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,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; }
#JESL1r0qI33Eob8XXqT3sTJQWaQ3QewG { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,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; }
#IFkDOTfRrqdDHS2qOBh9Eo7knOl2HOT0 { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,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; }
#TwIVTSDMqo3xiE57ob9bsSUg5xlyunhu { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,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; }
#Jzo85Oyde3vHzTakx9HTcUxhaWeutC9G { 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; }
#S6To4i9vi4cUiv4XXPxJKnRmc57PCplR { 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; }
#tvssvpXlz5hWMq07bq54l0UBM66XqFI9 { 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; }
#xWJQUZ50C8i6a1Ascr4QT2dyvbyeTfRT { 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; }
#plLBTyTQRy4BbBuWNMzp3I4MvlNSxFdp { 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; }
#dxmFEJFlQKGZ9702t7BnbqiW2oEazq5t { 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; }
#l40vqIIwdkzbTKnkTPR4mSuddiFOmIKt { 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; }
#kchlRzlOUAThpM6cuCdQeFnQsCmxOiC4 { 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; }
#UgxPMhaDWUTZD27wvDT3Co92eeC84I70 { 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; }
#VqhKpXu6dkVT0JIdPpXDJKAG4M8lGhBU { 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; }
#SZE6tzQL2xmEEyQGpJTnr35IEPq6GpWo { 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; }
#RWzivw4U5tPgrQemvkbinycFC8az86Tm { 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; }
#F0MVX5Dfw5MMo081TI9BCoy1nKCoUo1b { 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; }
#GoqnklO8Bv9JZMRy9uEPBKbIlaVUU2oO { 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; }
#sUyD7ETm06T8WCDw3ONi0pRlm6KfLOc0 { 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; }
#BEE63wQ0GbV3SoCsH6xWbg0FXOKs8B72 { 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; }
#rSvNQ3wO0mqxNyBfEAZmeTFNIirclXDi { 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; }
#GsCiqU1gwNwsXnoTop9tMVKvbpkztUu9 { 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; }
#L0cwk1mpCOT0uCnWemOcvirTNgFin3lm { 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; }
#N8D6ykPUksardKDIXwwMqa9c0uBJiHSb { 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; }
#h4Ugeioam4eFfTZ0eSzw3JRhwEpKPzGE { 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; }
#R39Bql25kaNzLbHl3fkvEIEzTIoPnElG { 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; }
#crA5c5mJMenD9grQTeRu3EDupRUigeAe { 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; }
#xZbqdVeQA0PkmQGrRry5Sn34IpuPFC0b { 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; }
#kI2TmbS5RPRLvEQrbEhRftyCvOfgr1pq { 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; }
#TwUXRU1T5NS1oNICGxZn7Wh8dtqfD8H3 { 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; }
#ZgIluyAyMJ8miQdCBdZ38gZ1WsKl7GVb { 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; }
#VZqbZcJOnugptSACCrk6roxrvTDFkHp1 { 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; }
#zWn6dAUUhx3r7iBHUwLSpbQvrB70rLUP { 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; }
#Vd6yMHDgllAdWwNU2sLqvnsPbI8auzwF { 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; }
#aNHdV3Oi9WcLAdiHiNfmSSXIa4Zm8myG { 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; }
#okIksbwNLpTxPrZTKtEhVFOX1ydutOo2 { 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; }
#xvys4UQmekmZdzyTDiSLC2Avq4OXPnET { 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; }
#b40HGuqQXZdn0QifnccyMmakmZsI8TQO { 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; }
#spiTvpuupzZ40ITrCcMptSvOdTD5zBHI { color:#192434;display:block;width:75rem;position:absolute;font-family:"tt supermolot mobile";font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.03125rem;height:3.3823528125rem;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; }
#al6WgfTOOG447BMhMC3xpd4TgyMS0hb8 { 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-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),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; }
#DGeG58FHo89Ba1cu7QcUBiVTvUT7XzIO { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:12.34375rem;left:39.5625rem;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:block; }
#z8pwB2trIZiHh7qkAoxXmblVqxf75cGx { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:29.0625rem;left:3.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:block; }
#nJPBmpIBNAX1uHfNxFMNn6pnxafTHQ1m { 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:29.125rem;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:block; }
#umoZbUhSEyhLKhfre6KgVQn9TqDlvxvS { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:3.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:block; }
#DvUQxfuntZ2cPDfIkyZ5RL0xPcZkCexI { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:32.9375rem;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:block; }
#ICC3DWW0UvF4lUTgwl3IJSCOiI19wbHk { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:45.75rem;left:58.84375rem;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:block; }
#XZgCIcLQbZuvuET1hqIUm40c6uwQbnvP { 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; }
#Gs3sa4TxkvWhGpwwemVQfRrzlxQJkFHr { 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; }
#WXP5lFtrNsv4UsKsrOchctPipBQP1nfV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.125rem;left:39.4375rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzoDE63DRXEiI9pwvrw0vGUpNTFSo0ln { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.4375rem;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:block; }
#w29nu1gtmCdk97iLZLHu7QCUy6VoKOQP { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:34.8125rem;left:3.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2HxoPHGtcAxGCDU70GWIeRMbFtnQT3T { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5rem;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:block; }
#xzXIffDnHa4T5NQ8qqOcStuFPnhAGE7G { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:34.875rem;left:39.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuBLMGOpHouTMBqM43ZJhEfKdTpnqzTB { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:37.5625rem;left:39.5rem;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:block; }
#prD47zNR1esTqc6aiGqiorFeFkazALIL { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:51.375rem;left:3.5rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbehqrZsfmDraI7ZxGJ0ybFTUKoFu9Cp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 1.25rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:3.5rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dly6LoS70SzMc8T4ThwvrPPXuSNtHicN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:51.5rem;left:32.8125rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQTrCTbEZSll4w14ocgKMLCSKngFoUew { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:54.1875rem;left:32.8125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v91edvBGT1uabtth7x7uwuBlJhOWC9uI { 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:15031;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:51.375rem;left:58.75rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oM24JeplG3yQH757sF3NwMw26oKQuphI { 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:15030;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.6);top:54.0625rem;left:58.75rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2T6lKrVZPcTp952M3s4B4ZsrViITsiD { 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; }
#RkODZZbwZiT4NWwpZ98i5RFUPqGcDn6S { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.0625rem;top:13.15625rem;left:39.90625rem;overflow:hidden;display:block; }
#PWbwm4KcKw9BDuDnSNzeuPQy46CztlS1 { 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:2.5rem;width:2.3125rem;top:29.71875rem;left:40.3125rem;overflow:hidden;display:block; }
#T3y8TvppeNeB3RTBoKxJrucQ1y2bAgyV { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5rem;top:29.53125rem;left:4.1875rem;overflow:hidden;display:block; }
#wTqNQFTQqQG7rnMle7B99ARcTclKaqxr { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.625rem;top:46.8125rem;left:33.46875rem;overflow:hidden;display:block; }
#vT62iFP1Np5JSVT1WLL4qER3X6Aob7L8 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;top:46.46875rem;left:59.4375rem;overflow:hidden;display:block; }
#WL54xmwvzlGgot7DvzWiQIbDcbBbdJqX { 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:14.375rem;width:34.0625rem;top:11rem;left:38.25rem;overflow:hidden;display:block; }
#UUu64LTUpFZFpFFh4i11ZXJQI0ro9cWR { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:27.6875rem;left:2.25rem;overflow:hidden;display:block; }
#z3TMTZZ4DvSmSFrUSEP8rym57huF3se7 { 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:14.375rem;width:27.4375rem;top:44.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#nBpZrQL58FN0PVMiLVkWlLkDqtUGueLR { 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; }
#poH9U9yISKUlzRb0FIw7X05pG9T2q9VD { 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; }
#kdCTm7zsoQk3UbohHEDkyKXCgOyFMStO { 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; }
#VrRim6vCpLBVaeT3IPdzVAvU7EXwEa4I { 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; }
#dJVKBVfE7zm2zsqkzdSH1gKp9SCzprFx { 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; }
#s6gSxaIKMcgZ6LKmVl2fiHWOkQbFJkyB { 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; }
#shzX1fvyEOnD3HW2nurSRdbmr9hNdBFg { 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; }
#fOh31pxdm6m5JLzHWbshbGn9xq0i6P8G { 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; }
#nk0LpT5TaxuxTpdak33pxPolDcCVChqt { 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; }
#bB3RtWTIgwttPHw4sf8iDbkOPFDy762m { 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; }
#uOMUvhlK4TaV3Wx4BAOsfe874VDgTJMR { 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; }
#CTaFg4ykMf5xWCSRIllzH4GTfJviXn8H { 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; }
#gkIE2dNAfSGXcIC7NygHbqqsyXWbw9sT { 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; }
#VRvuQPPpT5VDsm7uPH6nkiBT3c6RL0Fs { 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; }
#pmeiXr0KE2dOtnepae55RQvv6RyuvtdD { 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; }
#ir8c7Nr60gAUF9iJGvSRWZFfzHiAW1XS { 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; }
#KR0h0zXevAwy2VyCfNLRr6HRzKmDtdlQ { 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; }
#OKSNt8W6pmFgT4z71gitOCKkHSIqT9hZ { 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; }
#eHl4e25wTfIb2tZXoa6vVXXwTBAw7ffD { 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:9.1875rem;left:38.25rem;overflow:hidden;display:none; }
#rN6TpPcQFlf7EJkXLW2LLsut1bC8KGnM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.4375rem;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; }
#L0udvI8FCG9wtCKtD9HkJzwVpkv8NcKE { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19rem;left:39.4375rem;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; }
#aPZUw0fgtP9s5mzvkyRWwmq2kSod6LL0 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.08);background-image:none;top:10.53125rem;left:39.5625rem;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; }
#kQhqAwlTaPdza6k1HBNJRwk0gLe488X2 { 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; }
#EuuuyZCXtqqVMqSFy42bhWKcCNyH79fS { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;left:2.25rem;overflow:hidden;display:none; }
#OPoRccBZ13sgGwqhQKJwc5bywiopbAhJ { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:3.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; }
#QFA0NTc0IyNIbyynDgumWo5nCxv8zwhe { 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.375rem;width:1.25rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#K5l1mspovWiRF0qhcp1wbHodhNztLbkF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:3.5rem;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; }
#MC48cZvPOpx9G3TeSk88v2RaFkz5GGMl { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:3.5rem;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; }
#rFFG908Nc1B9lfoF84PXtzOlIEL47P2d { 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; }
#OHiPbQZA4xxCCDrzaI28pfTQs0EBSyuw { 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; }
#sw4fanJ6e5WwQ0q7T9HO2D2y1kNGrz3R { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.0625rem;left:39.5rem;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; }
#rLoOEZBa4DPfVt49fBOyp1bDLMihV40F { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.5rem;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; }
#s0UaQ6fWTuKyUKQE0Vt0c45obRPgJufv { 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; }
#dTBDKZa4ei9O8ONVg2xJlmq6EaLyII3R { 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; }
#P99uf89Bb0s5ybrhGKlcTRLeVeAGG1Me { 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:4.5625rem;width:10.875rem;top:25.84375rem;left:38.2109375rem;overflow:hidden;display:none; }
#VSzFkvGDfCIQbupK9vJJegFZ3w1hnN85 { 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; }
#TKyzqRVd8dtxNaFsL9X2nZVr03q2BwXy { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:49.5625rem;left:3.5rem;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; }
#gvTtZCInrQK4Eqz4PeahrJkNXbbeOnfs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:52.25rem;left:3.5rem;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; }
#IQCem2H2IPOEOI5SwbcItFsKB0DynbNm { 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; }
#XG2KKoZZbEHrwxnGVUXTxwXi2TFEv3eI { 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; }
#SQhJ972kNDDWUqekRTHmF2BTOicTTNT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:49.6875rem;left:35.0625rem;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; }
#bigm25EoXo6XEMBc3dk3U9D7vSCAenWT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.375rem;left:35.0625rem;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; }
#nIBGWa0sq6RyCXTbkT0z0N9AfJrcIEyD { 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; }
#B6ibvXoQuXM4haNCcnv03JXzTq0cobSE { 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.4375rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#yI7RUx0NlNDofZuTmBlpsTgETziTU3rT { 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:15031;line-height:1.5;letter-spacing:0;top:49.5625rem;left:58.75rem;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; }
#KIJabVnnRQu7hvgVmcyMixaJ7UU1wdUW { 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:15030;line-height:1.3;letter-spacing:0;top:52.25rem;left:58.75rem;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; }
#L17pEFeCgPJu6IvMo5biGRbFoGKcLIkT { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:40.5625rem;top:44.3125rem;left:31.625rem;overflow:hidden;display:block; }
#hU3GEHw5ST6RVBWoMBueuTLIiqxi2Dgn { 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; }
#lvNrVID62z71OJZDfiCxiGPklDyUM0Mw { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:46.25rem;left:4.0625rem; }
#tafXNMqI9aRRrnl7cry2Qi7ky8rWMpk6 { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:27.6875rem;left:38.25rem;overflow:hidden;display:block; }
#hoqN81xdEtGV7nz0JoRZECGrd1DU3Faq { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.08);background-image:none;top:12.375rem;left:3.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:block; }
#A13k4APaI7ETQ92shtEEouVv0u7zZipy { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;top:13.3125rem;left:4.25rem;overflow:hidden;display:block; }
#gwiGDOuV3Dv2XCFEsGufEBwLpmahG91A { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:17.0625rem;left:3.625rem;height:1.83823525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxeUfvzaKmnIolvwwgxkFI3HJEoMrhdE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:19.1875rem;left:3.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5DvzK8dsGPtgcF3ewuwBF18WqSQLhb9 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:34.0625rem;top:11rem;left:2.28125rem;overflow:hidden;display:block; }
#iGVvtA4QRGNRw9rpa5ZST4F9RTP2azoF { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;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:9.0625rem;left:2.09375rem;overflow:hidden;display:none; }
#zIJ1G3Jyl3b5He79aJO1LEnTbcL3yA2P { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.08);background-image:none;top:27.25rem;left:0rem;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; }
#tbrTzFedMGeLBk5P8QF73BJuvmT0hsih { 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.5rem;top:22.09375rem;left:35.90625rem;overflow:hidden;display:none; }
#huwWXq6GC4P0dJmqegwCALGHqPbJKDwv { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:0rem;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; }
#iMPG4Sof3xIvTFwcp3kQMz6aSXCF7p4g { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:0rem;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; }
#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { 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; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { background-color: transparent; background-image: none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container > .video-iframe-container { display: none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container { display: none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .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); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { border-width: 0; border-radius: 0; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { 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:2.375rem;left:26.9375rem;height:0;text-align:center;text-align-last:center;display:none; }
#bVyyKd9KQVuk7br2fAlapB7T3R3f4678 { color:#283548;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.369140625rem;left:0rem;height:0.9558823125rem;text-align:center;text-align-last:center;display:block; }
#PieeATZO2TPI8nGXoBx8QcPLgMoEPGys { 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:15013;text-align:center;text-align-last:center;top:1.6875rem;left:38.4375rem;display:block; }
#W8mQ1dhrQMTkwaxfZBDGI8XXksX9WLwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8NQsnZTOrfZwXT8ddqrN0IB13u3inBF { 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:15012;text-align:center;text-align-last:center;top:1.6875rem;left:22.75rem;display:block; }
#S8zCAwgN7vPladBSbJcHzXTTT0sV4SyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9cHysHQwGTSy7i1dnZUVWuKfEQs0iT0 { 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:15010;text-align:center;text-align-last:center;top:89.9375rem;left:22.75rem;display:none; }
#lwrMy9Vb9aWbTLSQtqcqeHh49w9Mx6Dx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlKSFuq7HtdrAP7CKXLiZlsHz0Xoixfw { 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:15011;text-align:center;text-align-last:center;top:89.9375rem;left:38.4375rem;display:none; }
#od3FQ776P7Rc8O7uCsKv0tGoLO8ZohOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container { border-width: 0; border-radius: 0; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:none; }#NZgsfdN34Bzxvw5uVZBhZTiCcSmrmVU3 { 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:2.375rem;left:26.9375rem;height:0;text-align:center;text-align-last:center;display:none; }
#X74GiDkTNfoA0G7yyc0pK3mPKoxfxbwA { color:#283548;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.369140625rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#WlnwbEzeGy9O9eXG0wL5FewxoLOoFg9T { 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:15013;text-align:center;text-align-last:center;top:1.6875rem;left:38.4375rem;display:block; }
#dMREEtuI6AnHTtbltoBvW1LP5UwVabwG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0b3nM58tvR2VXczRTOo6z4eF9eOSgsM { 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:15012;text-align:center;text-align-last:center;top:1.6875rem;left:22.75rem;display:block; }
#mxiSy6W03KBfhi5x0LQ5VTxEellSXlwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duPc3teRUUSsR1LAaeF4phIQGT5iqa46 { color:rgba(var(--color-tertiary-1),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.10009765625rem;left:0rem;height:5.361325rem;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;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { top:4.3125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm3DZofZdcWIKbvhBzVxxmxez8ZooGd6 { top:3.4375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #klEP6dVyonx6wDTQQpQOzTPEmKuMktby { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #He7evMkhVUE95CbicOBI1FzitVB2kmbR { display:block; }
 }@media only screen and (max-width: 763px) { #kCkXHB7neu1opDGn4zTgmWVfhX80OMXr { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pfOLLlPkWE4rQbfvTvBTuttNV6edMtNd { display:block; }
 }@media only screen and (max-width: 763px) { #G6BvCcR8deA2Wi8pOe3otSSAeS4P6iG6 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xXk0VcTwWzBUkNF45D7nlWS10On49kvJ { display:block; }
 }@media only screen and (max-width: 763px) { #XNMVTasVVs8KEN6oNvxveLXEOx9LHQ3h { top:23.75rem;left:0rem;width:35.5625rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oozXTvyWhGv4inb71DPZoD6RczaPVWWB { top:15.0625rem;left:0rem;width:39.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6mfzWwShNdQZa2vBU1IyTBXsdSQaxEv { top:23.25rem;left:0rem;width:20rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUPu0R73iTMwBJq8AU9HiiTQGg2BNiPh { top:17.9375rem;left:0rem;width:20rem;height:4.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pflWw9xNUie6cuWUOauL8NEQofywo7ur { width:13.75rem;height:3.5rem;top:61.625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkXAtN1VqLXo8F3aiqTvcwGXPfVsCZfp { display:block; }
 }@media only screen and (max-width: 763px) { #ien89B0C6fO8ucaJizV3W8WgCOor82uz { width:47.75rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lw9dUpbmieS1Ql3kJIDMdF5qtFLzctqh { top:33.625rem;left:16.59375rem;width:3rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJDprhU5SQ0eMrTKZL1gITxN5K0qCkwO { width:13.75rem;height:3.5rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZtCqLJFAkUASdao4hLKmcfw0flIKqAT { display:block; }
 }@media only screen and (max-width: 763px) { #ONLfwPmNR9BBT0pXO7wiTccrHUI560I3 { width:13.8125rem;height:3.5rem;top:33.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFcQAX26o0xfq0AUK8K32smvTHGJrsuo { display:block; }
 }@media only screen and (max-width: 763px) { #WLWEJNuoCobPKodC04CkKGSzCrmukWJM { width:13.8125rem;height:3.5rem;top:40.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #weW6wGzT0BdhA098UBP53nc0GzfShgUb { display:block; }
 }@media only screen and (max-width: 763px) { #hRtKFffT4hgdZ6c3UnW1bS3bhnmqMWx8 { top:40.6875rem;left:17.25rem;width:3rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 { display:block; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZ9M82fvzGBZtDdwpfH3cqwSaGMh8rJT { top:13.5625rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3NSncEPp63n46QcG4SolOAs5wRnuHGS { top:13.5625rem;left:5.6875rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIXGJ0sTsTcIf9Ry5AhWyqIxKisqzLe { top:13.5625rem;left:19.25rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvOEiNCEIORURNhzMvz4eeA6x529PIVC { top:13.5625rem;left:31.78125rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlQnf3KzdXGI7bRD53MvAnG09BIa4JW { top:13.5625rem;left:36.125rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpTCPXedqi6ABuJQHcdv2IKkCc9mxps { top:8.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWR5yoSQ4Sn9evsdJrTBM2NqUdAtV6TE { top:8.25rem;left:10.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh9PMdJ4435RmSdGwCSZzL3p1izJnSiX { top:8.25rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAg15SOzVvqzSqd2k5wS8f86Dl99FQJ9 { top:8.25rem;left:34.90625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5PVQgg0lcc6Py5VVIrPSxaIn7vLn2cf { top:8.25rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGsTxyboXPLn03pZ5SoncOBPX0DzFnUS { top:20.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63l0tPRC6I8Lv1r3eFPNnrxuFu4gTfl { top:20.625rem;left:10.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEKXt7U22LhDJDFtPLrEGS10awmmoLk { top:20.5rem;left:22.28125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #betIVM2gU6GxEOQzlkzVMs7PGaSO0lvM { top:20.25rem;left:34.53125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id3q06c1qO1crGTR9hWzUV7X4DvCIl65 { top:20.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvSh54LuRP5EoBoOzD2cQMaugeU7eMO { top:25.9375rem;left:36.125rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfP4Rx1dInANOTNCps99NOBhPAy7vfM8 { top:25.9375rem;left:31.8125rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgli5dX7rGlIMhgFKRRnw99sPzPo8G5T { top:25.9375rem;left:19.25rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIm1MTOu95ZJ0h8gLz2B3SvdaCMyzr4P { top:25.9375rem;left:5.6875rem;width:11.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXwFap69546JmPZ5ZQQBV872gX8JDEG { top:25.9375rem;left:0rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2CPDDWpi9XaXxCWnIEDZ29EHTLJ1Qf { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlFBp3DEyuEQqrmxNQg8s5Wiwav7do52 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0Gxk3EoOLdHX0GERW3rgH3Ovnuds4RG { top:38.4375rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7aqFC6SZGlcvsW2bEASqPVv8QhrBZRd { top:33.5625rem;left:0rem;width:2.6875rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS0cAQnVyQL3adco1hxHeJpaAWUR8d4P { top:34.5rem;left:0rem;width:5rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z34vOVkXC2EK2yWWS3tttCbAQ4V51iaB { top:37rem;left:0rem;width:4rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDkwFbpkiWGDbMaTgacTRRZ07LIULgI1 { top:21.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFUvTPIBTlqq8Sgugq8UhummffU7ptk2 { top:33.4375rem;left:0rem;width:2.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGx0UpSViZvsReasQTumeuzcFluPULLT { top:38.9375rem;left:0rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGQApllK5JSI5OCy7LRPUpXoUkBd9s6G { top:33.5625rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5QCk0bLiuRzTwwHvzx1nprpvLu12hWw { top:38.9375rem;left:5.6875rem;width:11.75rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pypevsKrXOoGTEkTIDNrAOJUeMTn3gff { top:33.625rem;left:22.375rem;width:3rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySxqtC6tW4SBhdX8aKyow8OEgOtrTXQf { top:38.9375rem;left:19.25rem;width:9.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5kbMSGbsJoSRWM1TShgDLFWHLnnoo5T { top:21.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6KppXUwfHAX5Dpt4XPhrcFudnLMoD4z { top:25.9375rem;left:0rem;width:3.5rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #duUT7JCTRZUSMCrCNOclMVDZPZmurn82 { top:25.9375rem;left:0rem;width:4.625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVF2CVsqa0e6aUnMybvdO1P7JEbpXRO3 { top:25.9375rem;left:0.25rem;width:5.0625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIgcfHB1TSDBO54aQGALvgot6JJmvS7p { top:33.5625rem;left:10.0625rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmRU9GInN93sA4wkg1vWnFC49LAvKszM { top:33.5625rem;left:10.0625rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1iZTW37arATTlk7znUWs0sC100gmJOl { top:27.375rem;left:0rem;width:3.8125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqZXwdnm82Hnn7ce5X2XcoXyoRfvCAe5 { top:27.375rem;left:0.28125rem;width:3.875rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0OFT2LTVKTIHOQx4eAG2GwHN42rmL2X { top:33.0625rem;left:0rem;width:4.4375rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8M48fkBx2677QGRUuAcnV9S7TtM4UBK { top:33.5625rem;left:10.0625rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUlChH9T7lxM1BCT09VEe1DqdTNrGOdx { top:27.375rem;left:0rem;width:4.1875rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqIc81PJgmOBexFIm31StbRnyw3LKH4m { top:26.25rem;left:2.71875rem;width:3.1875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oF8BQQZnr6xSwzh7Akolb6rqqNRJBvIP { top:26.75rem;left:0rem;width:2.875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhGBENd7dSzeiDPglw4Em4NVKqXTxu1c { top:80.3125rem;left:2.5625rem;width:3.8125rem;height:1.75rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTkOQ82lkPVsVuIv8W143esWKxTBpiP4 { top:26.75rem;left:0rem;width:2.875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJr6wg7vomaiZ44ncN6Ey4TV1D1whTpg { display:none; }
 }@media only screen and (max-width: 763px) { #s7nqdquXhtEuXgPlFMoW4eQ9H8TOstkX { top:81.75rem;left:0rem;width:5.625rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZO94wsdR9BV1MVa0BoTAi517uRQoMku { top:78.5rem;left:0rem;width:4.1875rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSMndzhn6cxltEf6eCCb8KLXSAZGTIk6 { top:74.3125rem;left:0rem;width:3.375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9BGm6TBqIIqu1LyaztAXf4ZV1xxA0sc { top:44rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpMepamgqzHpKTZcsyUxzzsE1uNQVIX { top:87.875rem;left:0rem;width:1.6875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoG8UaQoDUTVTLTHERy2kPWtsQeFEzXp { top:16.125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsNbGhIIHTpLm3ydyCTBvHf08WlRW5ev { top:26.375rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWBQZHpTdlgauq3mgMBO1OoXvMuuZnvX { top:28.5rem;left:0rem;width:20rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvICz4WDPd6J0F3TETPoQo3Rn6XP9pky { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIJzXc8o2xio1nrDmRETrvtQoe0RAmLq { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uX8yXuwCXIJpBdbRIesqlF3lQFie7pM3 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtGRLUsilVPAdfKuHN8SPwmTJKzCPMtF { top:22.0625rem;left:22.28125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTnUh2GVctqWMZEd42pvg0dgXbTMDXky { top:40.3125rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpTHXFBNs1LJdwzOt1E3ax4BictmHG1T { top:30.8125rem;left:0rem;width:18.875rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP1DQcHmguUt4zBzBME3HpUs6nRETGzR { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #wskW1pXW7G6h1mTFkl1tbWudBDR3dT06 { top:22.0625rem;left:22.28125rem;width:2rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alp0MdBpR7CVAqcFlkZklzgcc5vFeWXn { top:54.8125rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqTXeS7FE7KR1P2yegkEGKUfIaPg4ED3 { top:56.1875rem;left:0rem;width:20rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #owe7BAlP55mQ2TTI8O3hKdpNGmyDDs2q { width:13.75rem;height:3.5rem;top:61.625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uG8JAh1aRoD54rc8iyImLW2z3Md1v2bl { display:block; }
 }@media only screen and (max-width: 763px) { #KG6idWyPlGgnXGKx0ZaHKJ6mdeuWriHL { top:67.875rem;left:0rem;width:3.375rem;height:1.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQgX93pM3cHdrqqgvbVMrB47PfUMMXHQ { top:70.25rem;left:2.6875rem;width:3.375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvwKPTfeAMQPTMA9AygnMTlMTICzohVi { top:70.25rem;left:0rem;width:3.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZgZ7NB9haQxRTlbQ5t55qHqnsTziL4Z { display:none; }
 }@media only screen and (max-width: 763px) { #TDQI4QBDy6HlxcrdllK21aQuZFnoFabI { display:none; }
 }@media only screen and (max-width: 763px) { #Vvgqx6gfbpL9JSyhRuvTZwzfWvwqKN0i { display:none; }
 }@media only screen and (max-width: 763px) { #crq8noBaJAKU529kmbiP0xMn0rF1Cf90 { display:none; }
 }@media only screen and (max-width: 763px) { #PqLTZuUAdzKsUn71omGbNLAr7ywR0gho { display:none; }
 }@media only screen and (max-width: 763px) { #gsltFK5LEUir8amdweN5F0UAKS9weiQ3 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMtw3gTmUrDdO5RcFzKynAkPLvZBx3i6 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDbqc9Hp8W0sI0ZdBSlCDSJQLzMMPBPn { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fm2hpRNxpF0os5NrviLX6ITiLFSbONHU { top:22.0625rem;left:22.28125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1mq39UFBgoxugf326msgfHAQTW6Eyc5 { top:22.0625rem;left:22.28125rem;width:2rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMI4tBSUtTSxC7oOr8dceEkRdprZZ8PE { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMBBvblhPywTxwpLuuDmt2JmDMnT4IXI { display:none; }
 }@media only screen and (max-width: 763px) { #vkGMERniASEkQpzHZ7p96ninuloeBEhF { display:none; }
 }@media only screen and (max-width: 763px) { #ShyVge7XWi1tLRwIULpbX0LMyEWB4fru { display:none; }
 }@media only screen and (max-width: 763px) { #A18N4eIM2IBqTe0qlK5SCL0HWgQEOSCA { display:none; }
 }@media only screen and (max-width: 763px) { #qNKhAa4xdg0dExItvRCoCf4X5uphux19 { display:none; }
 }@media only screen and (max-width: 763px) { #ipTwoPWTCBBialFSiU3o7JUmHfJIex7v { display:none; }
 }@media only screen and (max-width: 763px) { #hRw0iEQnil8mDpVSTfgU45WC1LwCpNkN { display:none; }
 }@media only screen and (max-width: 763px) { #hyXa7TDFH7XKvFt0xf4W9PiKz8eRRTEx { display:none; }
 }@media only screen and (max-width: 763px) { #CHp0qaKSy7yWSxxcB5lzwx3aev8uotXg { display:none; }
 }@media only screen and (max-width: 763px) { #psdrcyLv3DiHWPKonS3F1gKTFRxfHUxZ { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4K10JrOheusrZAitSfvtV6Oe2l8pTTN { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxWo3sKhXPEQPCfQogrI8UOBp2IUfAi6 { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cin8tDnDU6WHTbfTtrWBgHVbZ1tPRqAQ { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJWeS4TOQapAxUpJgGCgDrbhOy6uI9Vy { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5AqaSi733PwfI4WIf475Blt4aI4v9xa { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEqAQh3yJXrzxObUgsuTow8L0s9pupsb { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTVRtIwthx0xPoHyEmr4HPM8tT4BkdJM { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KW0MTMwhbvninPhCbyRhX3O22R7EI8b2 { top:19.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBByi8UqlI9iSes7qqQmdagt35oMHGZi { top:28.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtz7bKMeDaTQDumT12yRr4Ru32TT0Lzw { top:34.5rem;left:0rem;width:46.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMPcWF33v4Nl7abNtGgPRsfyzlJOen28 { top:34rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #boKCDhlIqQ2632ewZndOorstzTVHJn3y { top:39.25rem;left:0rem;width:47rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDIputHlbob1nDZckai55mL3B6TxDW9V { top:45.5rem;left:0rem;width:25.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw97Ka7z2WxTdsOG0I4q4vHWnqGWDZJg { top:39.5rem;left:0rem;width:2.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QheU5OtqLD0Fwawrpo3rogrecmMB5EIc { top:45rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyPsTyT82wa1XkdG6vkMqWcDEaSpOvDt { top:57rem;left:0rem;width:45.75rem;height:3.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOz0HGakFwHJrBGa17rc811492wK1vua { top:62.625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFy4s7TisvrtnQ0zGutobdKChZa40TfQ { top:67.875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laVWed8TqMdKlK4IOFaqlFCf9GRgJu7i { top:73.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHPqXSLPCS1KdMIaSSXtKb5vQ9Pm4wM { top:78.3125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwqwFSFrVK5H6gLTgbgd6I1AUFhsBmms { top:63.375rem;left:0rem;width:1.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqAFt0P85ny6ykixHUoFS2WpEf9Ig79X { top:68.5625rem;left:0rem;width:1.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZsSpPV7NfT1IGRQZfEd9ofBlg6vLbDA { top:73.9375rem;left:0rem;width:1.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzUhqo5HgkiBQAUtoHzv7SaaIAr3qRie { top:78.875rem;left:0rem;width:1.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7vTbSSlaPNERnzPhTeScrgO8B5Hd1rb { top:63.75rem;left:0rem;width:25.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5pJRHEh16HAObsdtawmydtrsTF4gI9r { top:69.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPEP0Dvn5XUGPRkMP00XdF9TpmzdSy0V { top:73.5625rem;left:0rem;width:36.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7geBgNOFNgXFKxUTKrJbRq3QubzEX1 { top:79.4375rem;left:0rem;width:28.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWEsTcF2NRiVnuoVrpPsqVDIt82UNXTd { top:92.8125rem;left:9.8125rem;width:13rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0oNhnEM9zT1u3ZvxJQ7rJ3ZrGl5SE2 { top:92.75rem;left:25.25rem;width:11.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ifQ4mT00Wq6VZqPGD6l8o3aqu9b5k5 { width:13.75rem;height:3.5rem;top:86.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI2LZzbQcaBwQqlOIXo7veKr0UT5NrMK { display:block; }
 }@media only screen and (max-width: 763px) { #d57lddtxWngaRfoylzKhwEHQtg53RZGv { width:13.8125rem;height:3.5rem;top:86.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ifkXKUnALxdT1H6FdUuB2SvyIt2xJf { display:block; }
 }@media only screen and (max-width: 763px) { #BIdUegUWzxRRO4NEU5kWr65PPwn7d0gI { top:30.9375rem;left:22.5625rem;width:25.1875rem;height:48.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMeRktCBW2E4nHnFdpC48n7WBwcPLLgy { width:13.8125rem;height:3.5rem;top:89.9375rem;left:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uzr9ADMM08VU6n1eqcUc7HiTim8olzoB { display:block; }
 }@media only screen and (max-width: 763px) { #ZMk6dnv1B8ESXiQxKVPX01PRFvhsREZp { width:13.75rem;height:3.5rem;top:89.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTB0lDz7DyFyOs4xviclvqRDIapXF3PS { display:block; }
 }@media only screen and (max-width: 763px) { #geMealCDgN70Qr9bSOOiJ4BEc0Pzs8Li { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7eLeXTTZrMsOoLVnbTGbcLPfh5cviv9 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #STK6bfvaI2yC5D5J6Tv2e1TEmsl4P6S7 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7UCk30SDUxpM1T7TWKJyF6FW0zQnJwA { top:66.125rem;left:0rem;width:22.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7zMGyngoXfSGLHOJvWzf4G2rPzUGDnb { top:65.0625rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmX6uNAlznXO2BpVaet3Vep4h5vLn7dC { top:53.0625rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qewy9qXMZz1CQhKrhqqSLH0i0a3zDfMm { top:66.25rem;left:0rem;width:15.8125rem;height:1.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqRR56TD7JvBNtHQJbGTD4MMp3IeL1fU { top:62rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3ab24ApK5E2u2BxaOrMIcAwBvDOJR7F { top:57.625rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tv3w3tilwD0TayHoZoLsTLqorBhdQ2Zv { top:67.8125rem;left:0rem;width:1.125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxpmguHhUES7hbsZ2fd0lvfxlSE41RNn { top:68.6875rem;left:0rem;width:1.125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhdcDZuuhiNyUSOqqVK5IlPIA96xAQIP { top:70.625rem;left:0rem;width:1.125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t677pylPtT08x8dT9O8ea5Gq5O5Lzpkh { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #klZtpafep8fqVZKKw1ibtWHpTwFDKCEZ { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdaJxI05xB2yfkzRsGwasghZ3PhuoMo7 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIl8yPy0qqkh1AkucL85Niys9uo7QO1Q { top:40.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fM20McSMTBdpno8DhSms3n9X8MIUUEsA { top:40.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuDK4JMDENXkLAIeUdIQCx4l9IZJfqlO { top:24.8125rem;left:0rem;width:15.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNtXpMiFy42cTk50h35F4X39rDeSPGPK { top:47.875rem;left:0rem;width:15.8125rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NecCJWBouKJnyfKDBxLmZHgRmCFduGL5 { top:36rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0iwFcbTyTmUGs05dKtb2K9mKPHqiawh { top:22.0625rem;left:22.28125rem;width:1.25rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #My8hvg7kc4Cv0VXAf8sJCGoMo2yW646s { width:25rem;height:3.9375rem;top:18.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXtTyhd6pG5RTlATVVoBcni1omLEQULg { display:block; }
 }@media only screen and (max-width: 763px) { #rTdl2LQgZMEVA36e2XmwFWdU8z3copf8 { top:7.9375rem;left:9.5rem;width:38.25rem;height:7.75rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgynqTaQKtK2PNCfhVyInZEIKCrg5Sa5 { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoE9yw0oMrFdMg3UFLap94ww7UtBXx4s { top:16.125rem;left:0rem;width:20rem;height:8.4375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbUgf8nfbcws0vysn7KbTNLNP1VNmMrh { width:25rem;height:3.9375rem;top:26.25rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlxD3y2m2DGLqUIBX0Vyq58tnv3DIKbs { display:block; }
 }@media only screen and (max-width: 763px) { #TxP5pRW35sKfz2fG6wiPvbSrSbGiCLne { top:50.625rem;left:0rem;width:25.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ5U0vyITT9VzNfQ1FAAPIFLTClMUeZP { top:50.125rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxXCK96nhaVClKPsDfrV4xUpc6AF6nNd { top:40.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmmzSO9nZMch2Pmx69AHCZWNFewC8Ae3 { top:59.8125rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN7SrBkdZkgks7pNvMDiwqd3sKXJyyNN { top:2.75rem;left:0rem;width:47.75rem;height:15.120833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzsVaByAd5MI93iLHCo7z89pDAfFCF7l { display:block; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZiGogpSfu6Rwxp0VhgazVvZZwAv4XqL { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXVGn6cdtvzFb9cu1EIqaoVrhGNnopRT { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXKSMksHQ309HG1faUDIw2HMVMzdLcID { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGNZdsRst7q65WJHsoTgX0TQU6GIqDVt { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga64R6mLtE2Bk5pTasQ9A9N8dsSNTU4I { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kfir6nRNudIa6UkbsKi2ctKC2U8F7d44 { top:11.875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5UBJluv8NTqJFIsc99pCSBVmhrt4ik0 { top:21.375rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0fAmciCSATPpknsDwar9Kn2uMzXnFAQ { top:31.25rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mARKEAoaRR0hOFZhfOR0P5KsPPW8tvZO { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCZmxKyzDy3BV4Rbl3QCazNpK7gCoQdO { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6Dr154vk7GHbWbyWrmuTUocM5MJeEPI { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaPvh8qv2Mxf9onq72LsUsowykFTTHQW { top:22.0625rem;left:22.28125rem;width:2.4375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsIXaJAw7CsCOTV9XG9JxsPe2kKwtXIJ { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5m4nxsylH9so7p0uGNx02C0dzNMIoI3 { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFhAgR0MqzS9zA1a3DnDHa2vQrwABn6P { top:22.0625rem;left:22.28125rem;width:2.3125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXrG4fSbdAJneTFnJdXXUTnBR9v2q5s2 { top:41.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWl2XQOr3vZWyPL1pdtR9Jx1oT0F3ft9 { top:22.0625rem;left:22.28125rem;width:1.375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMSFwWzCsyAhRSMviP22Hash7g46DUTs { top:45.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #ZlShgW0HpJNhheUXhRgr4FmDqnuuOdJd {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #J11MH3hfm2DONmMk2sUf45Cqqn6QeNNI {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nARpM83evb47Zp7ECVbTtWpcZREuLcKr {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #raA4nCMSwKzlnqEXBP9lVT1KrHdDzt3U {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #gAuVoWsNPMI7USTt6DhSxVa2d10DJAct {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #xo8Ks6GqQ7zPaCodKtBTGQN1BF6hx8IW {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #VvOlNQqhEt61e0pTNhl3XRGuuGgzHT86 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #KO8BK8duwvObFSsRwmgwEaztDtodPbSD {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #KwBRvsAtTuF6iCLXAEtyPlJX96OsNsSO {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #X8m4D25wbpFTkiacaiOslWKuyLZTuaGk {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #eh0wR2RFHhTrzlKgSTXcNmhgPR4RwGwu {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nBTsh08QpTQuOKT5kPen9vx27NLScpp5 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #r8c8lx0zAhQi96H9Lb7RDvvcnoSVmT3U {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #zR2QNGNz7yGLry56snuEUIr8TgE1om0h {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #dpWT3bwQQ2Bnt90rblzzAfOrzywIiRJb {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #JLxoEziql3sD5QAJr1qCTGiXUIBg1IJ5 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nD612J2b94EfIZvIuoJzGHxb8XAtKiWL {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #m1QpWAwJGK2fLPQR0eNVH9gSCKayKoKK {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #DRf17ivX97zE0Qw7FDyqOEDHDWHhANzn {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #m43Te3WCUmMLfNLAua2fB5enn0p7TCwk {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #XDQqx7B9zrqTq8cUUKNioCMIdPuoHyyi {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #Rtli5XUf3MTCC6RopVOfJy6WngLfP7Fv {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #Qz4Gkc8yah2PTbedcfsk8arqD0NFTweN {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #iStFxZAlBugWPsigtzDBsXGlJMfKk5xu {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #ZysLbTJy3ufFzq3Nl7TyAh9yGOUAATae {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #pa61ZRtvAEH5leON4cXnAHpXhwXbmHES {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #hXx4QW2e4sZzS2wRdMNgufW7VJaguXUv {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #I1I25gOhNBSUrxSxfDShMgaKINoc2MOT {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #cGuqfyt018HSPzRCnJaUeAzUIwmhEp6a {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem;display:none; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #PetDVWTaicwvmMGOxdd8yV2LwMyRLut4 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #tVRJtDdugHNXRCAnscfZepUGVLTrEy56 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #oC91tK3Lq2mgfgZKH4V5s5StDDnDoVhw {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #AxPV4qrFb8Uul0J7ED3aqd3i45TES0XA {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #H38SPIwcu8tPcIGJH3KFftxpNtilT0mn {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #zGpTRAGDToaBSS2WwGT8gdQQq5WmfhqQ {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #D61gRnG6tfmSVhr6RHczEMC2TpIJ8BDr {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #Ext9Sxx9tRJO3Ez05CMevPkcFwLblBrF {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #qxDCsckNmysfXfCi03tDmcVuaU6E43Un {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #rXmuUqtG5bowJ4H1d7tpT6FMUnG0mSZy {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #X8IZfeHofAczGvHJgS8ucRV9ahTEaUiZ {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #I4MW3QeTc9OOFBP3RrTT0gOaUhT08sb9 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #oC4x26Z4EhRW6xFamZ1iIQ7XJEELPlXs {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #xaTKqQtuzpVDekae9y9DN8MU2RAir0rF {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #kXwua4559TgsrpVx8s4hs6vcuH2aGXCu {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #avWT36O6pAN9Vf55AqFkNlNx0D2T24M1 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #lK4sCTSI41w2FTLOiRD0AV88TZZnphcu {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #ksPMJ3GH2EOtgsoqz0yGQll6KKWi2BST {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #tb2vBxh5U3qTSQwlHsydP0fZzdTJ9ybO {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #iJMegCo11KoW2V1OnPsRxyKiR5cc9pJ6 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #M57piPn4y79dyLLbU4LaNVeBvbUF682a {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #nwHTJqRLf0LWEe5Q7uKd35zgriaeZNLs {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #lt1WQOOxEJI7fEnuF53kb2npbFikt8KU {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #QwwPcT06F7g4x3NwmrUDNQVCo4xbW8LT {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #MPtoCOvzHtctaC1ogWlxJMl0VSvBfXIA {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #Tek6No0z84ltkEmi7N7uiNVieaUPNLwh {  }
 }@media only screen and (max-width: 763px) { #mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV { display:block; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZftELrZi9H2xCcbkCCoQNuctWWpDT6e { top:31.3125rem;left:27rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6CObptPPPT9OXsXiLec0HtUVMgqbDki { top:9.8125rem;left:10.0625rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOmbo8zO9OLUkAdZfyc56OZU8IeWyyGX { top:84.0625rem;left:0rem;width:17.6875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEwhcQdHzhALqnvyTxIiVBpvWmPa1IzX { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zw6vGKu3VyQJeZAkzFoDx7UAtcZqsCEu { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxRWIQbeEKepmA19xAlbgTur8T6h1ASU { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAX2w3Nx0o5hxaAz86UMztZVvIz2qE6h { top:11.875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W47PTqmdyockAg1VpkhTkZB2VEaS677q { top:21.375rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLDmkKT5fTmJGwCWGwPG9WKXTdAEXegA { top:31.25rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J38UHgTMBqddDRNi44hRQl6XXcREJnAK { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8MpsGiIOJX2ROm2TwBRRIFKxR9viTDS { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js9rWeHFpsWDLafV5nVn4qhplk5bvhLD { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGnc0s8WZuHWUQbODo6P6u85qaAcDF0W { top:22.0625rem;left:22.28125rem;width:2.4375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHL9Du6op0TDShOfCumFbcmXiMzBp34G { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #kg75OX05PZJDdr4JMFEvMGbAQHCkR4UG { top:60.625rem;left:3.875rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNCHMyL8H391RlBdE5w1eQHms6WdJTap { top:22.0625rem;left:22.28125rem;width:2.3125rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEqklAWGB8UsmwSnKmzc9pMD5eMLKDIF { top:41.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #azhFcu6BUiXmT7ZXhctm0hXJf13IiTVt { top:22.0625rem;left:22.28125rem;width:1.375rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrTOeofDiL244MDwvWGgeizvcNrMbvK2 { top:15.125rem;left:0rem;width:2.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhAk6kyLDboZUDFLrfK0NTMDfVLrAshp { top:20.125rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiINI6OhXZxm3GXfG0GWHtdssNFIFnbV { top:4.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBsKCcDVgCRXVO3MKaAVw1heTZTEe47 { top:14.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHs2fTEJ32prCCJ0OqOQ66OMzzxLZZ0 { top:14.1875rem;left:13.625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVKePEX26ItpMTRJckMLBedU8TiVZvSQ { top:14.1875rem;left:30.28125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONO1HeP1nfqWwvKDz9ctOSOf5Z7Xvrm { top:14.1875rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKIA1Z8BWS6mva7WQRugIk2577oafhL8 { top:20.125rem;left:25.78125rem;width:12.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTME5o6cBpPftrmUAc2SftaTm15ZH6z0 { top:20.125rem;left:8.71875rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtaP25CzKJqVXd4rXTV4Hd2zoPRbl0lT { top:20.125rem;left:34.3125rem;width:13.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyWemFiZadakykSVU2m6PiTkCMggord0 { top:14.5625rem;left:14.625rem;width:1.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myeSTOcwuXiIuEu0hAmbgq4q6ybekFx5 { top:14.875rem;left:30.78125rem;width:2.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLSlq2nWZCSaUXhbWQJJU7VX08gCAT1 { top:14.875rem;left:44.875rem;width:2.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuyhBkJcrXMclwXuHHiGC0b7pUzoMio { top:29.9375rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU92tLyoHL7ZJ3vGcQH7WU5CLMQmF3q3 { top:45.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h { display:block; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEgDGG3CKVJCV2ZWOeu6LfAqrDIJhC08 { width:18.75rem;height:88.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4ekKBrZmJGZlMV98nkEi6iXvWnwaC7d { top:20.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STzJ57e90psVgHKQK3wC3IVqIaOG5vAO { top:15.625rem;left:0rem;width:5rem;height:196.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2pqD3hdbFQ9q28LwN0squO1XTq2Ugy5 { top:15.625rem;left:7.40625rem;width:5rem;height:197.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTpfTpwmefaXIgEVx9lb1FzLT0T3Jx8 { top:15.9375rem;left:21.375rem;width:5rem;height:199.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsJQSe9gaBZyPlt3rftOu824Mrvq5u1J { top:15.625rem;left:35.96875rem;width:5rem;height:200.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMaxCLaPoeq0QQS3yXE6Z1VGfVlSWCvc { top:15.625rem;left:42.75rem;width:5rem;height:200.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6P1BhP51ooHTPP7dC6BrZb67TzJzDlS { top:33.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrDaKolCCOwizbuK0JVUPXZBQDVlMTTt { top:25.3125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM0HTX3qpvsE3Q00vN2t2unqiNeZ0k0b { top:179.1875rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Q3T2SZNQMGaukghw6Mr1KJiprhBmKh { top:45.9375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAoz6Rk2RLJAAReyHsQpezEZDmbVaxxB { top:38.125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxKeJPdynIIx0ME0hxDPT4EFAXWwKL4 { top:50.9375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBp4w6TIt4nesd4aMuMlatDG3CnTwt87 { top:58.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoRRH8pyXVJpn3rPTe58AkBw1g8dDrTD { top:63.75rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1QqJFCnBKyPAJkt3ikVVRezWw0ITERB { top:71.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHfzq9Z0gy1C5Dpahd360rJlWBR0Zot { top:84.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcBpPB2HoezZytkBTc1dnT7Fe5BgOMwb { top:97.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymLmR2GtIKZG1fPRtO05eyGebx3Qrpbi { top:110rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUvtfeUDPlOiBcI464EBfNJsmBRBiXC { top:122.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3V3bbO9f90EC5MwJgEXubcyPa5VlR4 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9odUcTQbOgudmktewX4dUAJcz1IXeLt { top:45.9375rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO9b13Qsy2yhfq9zPGg5sJbclDG6R4n0 { top:58.8125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq5myxrhZ380JZ6FeXNAWTn8rVlkptqr { top:148.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt1KQMeHXmc5ZEqqV9H5CLfa1znkaKTT { top:161.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmPzvVGiiplKDSLWT9VzAnuLPM7uwrRv { top:174.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLfsoKcxLpKmflviQVKMz1IIh17NwZ34 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWf1SzRQOTcp4wX7byO5FSRbyxIdtPDn { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJTZn7gHO9lzfAl0vG5IsNi7RsJlUXRc { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVN9KSE8asTNx7nH05tghG2whvk6H6z1 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCthTKXB8MdISPHrkvOd2T9hMHSOyk3E { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPHXVb6pUWHO4D5B497yqG4syac3RT85 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR2AmSqGGAbzy0ZqoOTUcRGxgZB5w8MT { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHMvGmxwJgPDe0pubBz3H0ysRFF5aWaw { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f50MZ9zQQTeTUVmaxw0hbUom8I7Jl9Zf { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHsBfbsZgvCQc9prc2O19J1tGTEgeK70 { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmE4mwGI0LnthU7GUH8BJAVqHlumb4vz { top:135.6875rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwKZuUE9cxe2wyVCTMayz8MEVgODknVb { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hX2MKKbPXTTEnZTy3eQT8P4oeFeXrTWO { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOteXKGHGBlUp3oibKhZwvJVtqq4rPuD { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t70I0KBlrkGSgtMRwxMJogbTzdJGN7au { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4hz6TyUCBPQGU1UDC4FdyKdodace4ZH { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #arZL77n6KbaKyrATulf52GgcWAEHrDoz { top:135.625rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZprm2Z9L1oWFqd0CmTcJtDLcsS5SuNh { top:187rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEKZGIW4yZfcprDvCT4y1BEgEsmun5QI { top:204.8125rem;left:0rem;width:2.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5pUKIMD3pcz7i6hNLTicx8kqrNqvhnu { top:199.8125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVE8UiGfZT6TRMH2prZaAUR6kJ2hZ6p { top:212.625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiMwX5ITEX5PTB7Bpms8pUHrZLWOvOoB { top:76.5625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Q980zX52GWyNxeb7IhoMxlJnuwbT3y { top:89.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxfLkNBXwDTLMeOADXIUksawbqTrwePs { top:102.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SugiURKPfxiMldRsp9CkV66FwkwfIdKn { top:115rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdC1PkfvP8g87STV11o8AH3vGlbPxq6 { top:127.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b38fvCPfsaJUfe0JGwNUsJltPQ2LE1ze { top:140.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfssWDem7lu7f3nkblqQhaPD4nSZ16Q { top:153.4375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUOkLNokkZ7gCJ1H9T3wZsNdzsoVeSPo { top:166.375rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLNENXiA5RzdQ51EH4pSrlukPsIV5Dlx { top:179.1875rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JESL1r0qI33Eob8XXqT3sTJQWaQ3QewG { top:192rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFkDOTfRrqdDHS2qOBh9Eo7knOl2HOT0 { top:204.8125rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwIVTSDMqo3xiE57ob9bsSUg5xlyunhu { top:217.625rem;left:0rem;width:47.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzo85Oyde3vHzTakx9HTcUxhaWeutC9G { top:44rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6To4i9vi4cUiv4XXPxJKnRmc57PCplR { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvssvpXlz5hWMq07bq54l0UBM66XqFI9 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWJQUZ50C8i6a1Ascr4QT2dyvbyeTfRT { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #plLBTyTQRy4BbBuWNMzp3I4MvlNSxFdp { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxmFEJFlQKGZ9702t7BnbqiW2oEazq5t { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l40vqIIwdkzbTKnkTPR4mSuddiFOmIKt { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kchlRzlOUAThpM6cuCdQeFnQsCmxOiC4 { top:71.625rem;left:35.9375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgxPMhaDWUTZD27wvDT3Co92eeC84I70 { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqhKpXu6dkVT0JIdPpXDJKAG4M8lGhBU { top:84.4375rem;left:36.03125rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZE6tzQL2xmEEyQGpJTnr35IEPq6GpWo { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWzivw4U5tPgrQemvkbinycFC8az86Tm { top:109.9375rem;left:35.84375rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0MVX5Dfw5MMo081TI9BCoy1nKCoUo1b { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoqnklO8Bv9JZMRy9uEPBKbIlaVUU2oO { top:122.8125rem;left:35.90625rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUyD7ETm06T8WCDw3ONi0pRlm6KfLOc0 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEE63wQ0GbV3SoCsH6xWbg0FXOKs8B72 { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSvNQ3wO0mqxNyBfEAZmeTFNIirclXDi { top:135.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsCiqU1gwNwsXnoTop9tMVKvbpkztUu9 { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0cwk1mpCOT0uCnWemOcvirTNgFin3lm { top:148.375rem;left:21.343036651611rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8D6ykPUksardKDIXwwMqa9c0uBJiHSb { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4Ugeioam4eFfTZ0eSzw3JRhwEpKPzGE { top:161.4375rem;left:7.47815949292rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R39Bql25kaNzLbHl3fkvEIEzTIoPnElG { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #crA5c5mJMenD9grQTeRu3EDupRUigeAe { top:187rem;left:21.311965942382rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZbqdVeQA0PkmQGrRry5Sn34IpuPFC0b { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI2TmbS5RPRLvEQrbEhRftyCvOfgr1pq { top:198.875rem;left:37.432832653426rem;width:2rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwUXRU1T5NS1oNICGxZn7Wh8dtqfD8H3 { top:132.75rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgIluyAyMJ8miQdCBdZ38gZ1WsKl7GVb { top:36.9375rem;left:34.25rem;width:13.5rem;height:3.4995120144451rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqbZcJOnugptSACCrk6roxrvTDFkHp1 { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWn6dAUUhx3r7iBHUwLSpbQvrB70rLUP { top:79.4375rem;left:0rem;width:7.6875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd6yMHDgllAdWwNU2sLqvnsPbI8auzwF { 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) { #aNHdV3Oi9WcLAdiHiNfmSSXIa4Zm8myG { top:77.75rem;left:0rem;width:9.25rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #okIksbwNLpTxPrZTKtEhVFOX1ydutOo2 { 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) { #xvys4UQmekmZdzyTDiSLC2Avq4OXPnET { top:58.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b40HGuqQXZdn0QifnccyMmakmZsI8TQO { display:none; }
 }@media only screen and (max-width: 763px) { #spiTvpuupzZ40ITrCcMptSvOdTD5zBHI { top:4.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #al6WgfTOOG447BMhMC3xpd4TgyMS0hb8 { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGeG58FHo89Ba1cu7QcUBiVTvUT7XzIO { top:12.3125rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8pwB2trIZiHh7qkAoxXmblVqxf75cGx { top:29.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJPBmpIBNAX1uHfNxFMNn6pnxafTHQ1m { top:29.125rem;left:26rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoZbUhSEyhLKhfre6KgVQn9TqDlvxvS { top:45.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvUQxfuntZ2cPDfIkyZ5RL0xPcZkCexI { top:45.75rem;left:19.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICC3DWW0UvF4lUTgwl3IJSCOiI19wbHk { top:45.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZgCIcLQbZuvuET1hqIUm40c6uwQbnvP { top:20.8125rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs3sa4TxkvWhGpwwemVQfRrzlxQJkFHr { top:18.125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXP5lFtrNsv4UsKsrOchctPipBQP1nfV { top:18.125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzoDE63DRXEiI9pwvrw0vGUpNTFSo0ln { top:20.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29nu1gtmCdk97iLZLHu7QCUy6VoKOQP { top:34.8125rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2HxoPHGtcAxGCDU70GWIeRMbFtnQT3T { top:37.5rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzXIffDnHa4T5NQ8qqOcStuFPnhAGE7G { top:34.875rem;left:25.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBLMGOpHouTMBqM43ZJhEfKdTpnqzTB { top:37.5625rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prD47zNR1esTqc6aiGqiorFeFkazALIL { top:51.375rem;left:0rem;width:26rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbehqrZsfmDraI7ZxGJ0ybFTUKoFu9Cp { top:54.0625rem;left:0rem;width:22.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dly6LoS70SzMc8T4ThwvrPPXuSNtHicN { top:51.5rem;left:19.1875rem;width:19.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTrCTbEZSll4w14ocgKMLCSKngFoUew { top:54.1875rem;left:19.1875rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91edvBGT1uabtth7x7uwuBlJhOWC9uI { top:51.375rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM24JeplG3yQH757sF3NwMw26oKQuphI { top:54.0625rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2T6lKrVZPcTp952M3s4B4ZsrViITsiD { top:13.0625rem;left:0rem;width:2.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkODZZbwZiT4NWwpZ98i5RFUPqGcDn6S { top:13.125rem;left:26.28125rem;width:3.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWbwm4KcKw9BDuDnSNzeuPQy46CztlS1 { top:29.6875rem;left:26.6875rem;width:2.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3y8TvppeNeB3RTBoKxJrucQ1y2bAgyV { top:29.5rem;left:0rem;width:2.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTqNQFTQqQG7rnMle7B99ARcTclKaqxr { top:46.8125rem;left:19.84375rem;width:2.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT62iFP1Np5JSVT1WLL4qER3X6Aob7L8 { top:46.4375rem;left:45.1875rem;width:2.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL54xmwvzlGgot7DvzWiQIbDcbBbdJqX { top:11rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUu64LTUpFZFpFFh4i11ZXJQI0ro9cWR { top:27.6875rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TMTZZ4DvSmSFrUSEP8rym57huF3se7 { top:44.3125rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBpZrQL58FN0PVMiLVkWlLkDqtUGueLR { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #poH9U9yISKUlzRb0FIw7X05pG9T2q9VD { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdCTm7zsoQk3UbohHEDkyKXCgOyFMStO { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrRim6vCpLBVaeT3IPdzVAvU7EXwEa4I { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJVKBVfE7zm2zsqkzdSH1gKp9SCzprFx { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6gSxaIKMcgZ6LKmVl2fiHWOkQbFJkyB { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #shzX1fvyEOnD3HW2nurSRdbmr9hNdBFg { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOh31pxdm6m5JLzHWbshbGn9xq0i6P8G { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nk0LpT5TaxuxTpdak33pxPolDcCVChqt { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bB3RtWTIgwttPHw4sf8iDbkOPFDy762m { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOMUvhlK4TaV3Wx4BAOsfe874VDgTJMR { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTaFg4ykMf5xWCSRIllzH4GTfJviXn8H { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkIE2dNAfSGXcIC7NygHbqqsyXWbw9sT { top:22.0625rem;left:22.28125rem;width:1.375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRvuQPPpT5VDsm7uPH6nkiBT3c6RL0Fs { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmeiXr0KE2dOtnepae55RQvv6RyuvtdD { top:10.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ir8c7Nr60gAUF9iJGvSRWZFfzHiAW1XS { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR0h0zXevAwy2VyCfNLRr6HRzKmDtdlQ { top:16.3125rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKSNt8W6pmFgT4z71gitOCKkHSIqT9hZ { top:19rem;left:0rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHl4e25wTfIb2tZXoa6vVXXwTBAw7ffD { top:9.1875rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rN6TpPcQFlf7EJkXLW2LLsut1bC8KGnM { top:16.3125rem;left:25.8125rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0udvI8FCG9wtCKtD9HkJzwVpkv8NcKE { top:19rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPZUw0fgtP9s5mzvkyRWwmq2kSod6LL0 { top:10.5rem;left:25.9375rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQhqAwlTaPdza6k1HBNJRwk0gLe488X2 { top:22.0625rem;left:22.28125rem;width:2.6875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuuuyZCXtqqVMqSFy42bhWKcCNyH79fS { top:25.875rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPoRccBZ13sgGwqhQKJwc5bywiopbAhJ { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFA0NTc0IyNIbyynDgumWo5nCxv8zwhe { top:22.0625rem;left:22.28125rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5l1mspovWiRF0qhcp1wbHodhNztLbkF { top:33rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MC48cZvPOpx9G3TeSk88v2RaFkz5GGMl { top:35.6875rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFFG908Nc1B9lfoF84PXtzOlIEL47P2d { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHiPbQZA4xxCCDrzaI28pfTQs0EBSyuw { top:22.0625rem;left:22.28125rem;width:1.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw4fanJ6e5WwQ0q7T9HO2D2y1kNGrz3R { top:33.0625rem;left:25.875rem;width:18.9375rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLoOEZBa4DPfVt49fBOyp1bDLMihV40F { top:35.75rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0UaQ6fWTuKyUKQE0Vt0c45obRPgJufv { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTBDKZa4ei9O8ONVg2xJlmq6EaLyII3R { top:25.8125rem;left:13.6875rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P99uf89Bb0s5ybrhGKlcTRLeVeAGG1Me { top:25.8125rem;left:13.6875rem;width:10.875rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSzFkvGDfCIQbupK9vJJegFZ3w1hnN85 { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKyzqRVd8dtxNaFsL9X2nZVr03q2BwXy { top:53.3125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvTtZCInrQK4Eqz4PeahrJkNXbbeOnfs { top:55.0625rem;left:0rem;width:14.9375rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQCem2H2IPOEOI5SwbcItFsKB0DynbNm { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XG2KKoZZbEHrwxnGVUXTxwXi2TFEv3eI { top:22.0625rem;left:22.28125rem;width:1.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQhJ972kNDDWUqekRTHmF2BTOicTTNT9 { top:49.6875rem;left:21.4375rem;width:19.875rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bigm25EoXo6XEMBc3dk3U9D7vSCAenWT { top:52.3125rem;left:21.437255859375rem;width:19.4375rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIBGWa0sq6RyCXTbkT0z0N9AfJrcIEyD { top:27.3125rem;left:26rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6ibvXoQuXM4haNCcnv03JXzTq0cobSE { top:22.0625rem;left:22.28125rem;width:1.4375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yI7RUx0NlNDofZuTmBlpsTgETziTU3rT { top:49.5625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIJabVnnRQu7hvgVmcyMixaJ7UU1wdUW { top:52.25rem;left:34.9375rem;width:12.8125rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L17pEFeCgPJu6IvMo5biGRbFoGKcLIkT { top:44.3125rem;left:7.1875rem;width:40.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU3GEHw5ST6RVBWoMBueuTLIiqxi2Dgn { top:37.25rem;left:26.9375rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvNrVID62z71OJZDfiCxiGPklDyUM0Mw { top:46.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tafXNMqI9aRRrnl7cry2Qi7ky8rWMpk6 { top:27.6875rem;left:13.6875rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoqN81xdEtGV7nz0JoRZECGrd1DU3Faq { top:12.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13k4APaI7ETQ92shtEEouVv0u7zZipy { top:13.3125rem;left:0rem;width:2.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiGDOuV3Dv2XCFEsGufEBwLpmahG91A { top:17.0625rem;left:0rem;width:27.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxeUfvzaKmnIolvwwgxkFI3HJEoMrhdE { top:19.1875rem;left:0rem;width:22.1875rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5DvzK8dsGPtgcF3ewuwBF18WqSQLhb9 { top:11rem;left:0rem;width:34.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGVvtA4QRGNRw9rpa5ZST4F9RTP2azoF { top:9.0625rem;left:0rem;width:18.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIJ1G3Jyl3b5He79aJO1LEnTbcL3yA2P { top:27.25rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbrTzFedMGeLBk5P8QF73BJuvmT0hsih { top:22.0625rem;left:22.28125rem;width:2.5rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #huwWXq6GC4P0dJmqegwCALGHqPbJKDwv { top:32.1875rem;left:0rem;width:13.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMPG4Sof3xIvTFwcp3kQMz6aSXCF7p4g { top:33.6875rem;left:0rem;width:13.0625rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { display:block; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { top:2.375rem;left:13.3125rem;width:21.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVyyKd9KQVuk7br2fAlapB7T3R3f4678 { top:7.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PieeATZO2TPI8nGXoBx8QcPLgMoEPGys { width:13.8125rem;height:3.5rem;top:1.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8mQ1dhrQMTkwaxfZBDGI8XXksX9WLwU { display:block; }
 }@media only screen and (max-width: 763px) { #S8NQsnZTOrfZwXT8ddqrN0IB13u3inBF { width:13.75rem;height:3.5rem;top:1.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8zCAwgN7vPladBSbJcHzXTTT0sV4SyA { display:block; }
 }@media only screen and (max-width: 763px) { #F9cHysHQwGTSy7i1dnZUVWuKfEQs0iT0 { width:13.75rem;height:3.5rem;top:89.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwrMy9Vb9aWbTLSQtqcqeHh49w9Mx6Dx { display:block; }
 }@media only screen and (max-width: 763px) { #TlKSFuq7HtdrAP7CKXLiZlsHz0Xoixfw { width:13.8125rem;height:3.5rem;top:89.9375rem;left:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #od3FQ776P7Rc8O7uCsKv0tGoLO8ZohOz { display:block; }
 }@media only screen and (max-width: 763px) { #bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u { display:none; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZgsfdN34Bzxvw5uVZBhZTiCcSmrmVU3 { top:2.375rem;left:13.3125rem;width:21.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X74GiDkTNfoA0G7yyc0pK3mPKoxfxbwA { top:7.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlnwbEzeGy9O9eXG0wL5FewxoLOoFg9T { width:13.8125rem;height:3.5rem;top:1.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMREEtuI6AnHTtbltoBvW1LP5UwVabwG { display:block; }
 }@media only screen and (max-width: 763px) { #E0b3nM58tvR2VXczRTOo6z4eF9eOSgsM { width:13.75rem;height:3.5rem;top:1.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxiSy6W03KBfhi5x0LQ5VTxEellSXlwA { display:block; }
 }@media only screen and (max-width: 763px) { #duPc3teRUUSsR1LAaeF4phIQGT5iqa46 { top:4.5625rem;left:0rem;width:20rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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:#192434;background-image:url("https://images.assets-landingi.com/uc/67b26947-18d6-4d5a-bd09-65651962842e/mobiledebata.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;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:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG5yGe8tgHyvsVxZ0rD8PdEXcuQuGcLp { width:3.5625rem;height:3.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm3DZofZdcWIKbvhBzVxxmxez8ZooGd6 { width:6.25rem;height:6.25rem;top:15.3125rem;left:15.28125rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #klEP6dVyonx6wDTQQpQOzTPEmKuMktby { top:10.8125rem;left:-14.3125rem;width:6.25rem;height:4.0625rem;z-index:15183;background-color:#0070e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"tt supermolot neue exp";font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;line-height:1.3727272;display:block; }
 }@media only screen and (max-width: 763px) { #He7evMkhVUE95CbicOBI1FzitVB2kmbR { display:block; }
 }@media only screen and (max-width: 763px) { #kCkXHB7neu1opDGn4zTgmWVfhX80OMXr { top:10.8125rem;left:-14.3125rem;width:6.25rem;height:4.0625rem;z-index:15184;background-color:#0070e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"tt supermolot neue exp";font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;line-height:1.3727272;display:block; }
 }@media only screen and (max-width: 763px) { #pfOLLlPkWE4rQbfvTvBTuttNV6edMtNd { display:block; }
 }@media only screen and (max-width: 763px) { #G6BvCcR8deA2Wi8pOe3otSSAeS4P6iG6 { top:10.8125rem;left:-14.3125rem;width:6.25rem;height:4.0625rem;z-index:15184;background-color:#0070e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"tt supermolot neue exp";font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;line-height:1.3727272;display:block; }
 }@media only screen and (max-width: 763px) { #xXk0VcTwWzBUkNF45D7nlWS10On49kvJ { display:block; }
 }@media only screen and (max-width: 763px) { #XNMVTasVVs8KEN6oNvxveLXEOx9LHQ3h { width:20rem;height:0;top:30.52734375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oozXTvyWhGv4inb71DPZoD6RczaPVWWB { width:20rem;height:0;top:7.48876953125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6mfzWwShNdQZa2vBU1IyTBXsdSQaxEv { width:20rem;height:6.25rem;top:23.25rem;left:0rem;font-size:1rem;z-index:15185;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qUPu0R73iTMwBJq8AU9HiiTQGg2BNiPh { width:20rem;height:4.411764625rem;top:17.94921875rem;left:0rem;font-size:1.875rem;z-index:15008;line-height:1.2;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pflWw9xNUie6cuWUOauL8NEQofywo7ur { width:9.375rem;height:2.8125rem;top:30.625rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nkXAtN1VqLXo8F3aiqTvcwGXPfVsCZfp { display:block; }
 }@media only screen and (max-width: 763px) { #ien89B0C6fO8ucaJizV3W8WgCOor82uz { top:2.46875rem;left:4.5rem;width:4.5625rem;height:1.75rem;z-index:15186;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lw9dUpbmieS1Ql3kJIDMdF5qtFLzctqh { width:3rem;height:3.1875rem;top:33.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJDprhU5SQ0eMrTKZL1gITxN5K0qCkwO { width:13.75rem;height:3.5rem;top:27.6875rem;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) { #XZtCqLJFAkUASdao4hLKmcfw0flIKqAT { display:block; }
 }@media only screen and (max-width: 763px) { #ONLfwPmNR9BBT0pXO7wiTccrHUI560I3 { width:13.8125rem;height:3.5rem;top:32.4375rem;left:3.0625rem;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) { #QFcQAX26o0xfq0AUK8K32smvTHGJrsuo { display:block; }
 }@media only screen and (max-width: 763px) { #WLWEJNuoCobPKodC04CkKGSzCrmukWJM { width:9.375rem;height:2.875rem;top:30.59375rem;left:10.625rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #weW6wGzT0BdhA098UBP53nc0GzfShgUb { display:block; }
 }@media only screen and (max-width: 763px) { #hRtKFffT4hgdZ6c3UnW1bS3bhnmqMWx8 { width:1.875rem;height:3.1875rem;top:34.625rem;left:9.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0879b7a-9e20-4d59-bce2-e1deb8488e4e/flagapion.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5.adaptive-delivery-prevent-bg, #SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5.lazyload, #SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5.lazyloading { background-image: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { background-color: transparent; background-image: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container > .video-iframe-container { display: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row > .video-iframe-container { display: none; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .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); }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { border-width: 0; border-radius: 0; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpI9n6VN7hm6Vb8oe4TIUwJFu73pphC5 > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZ9M82fvzGBZtDdwpfH3cqwSaGMh8rJT { width:2.6875rem;height:0;top:10.9560546875rem;left:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3NSncEPp63n46QcG4SolOAs5wRnuHGS { width:2.5625rem;height:0;top:10.9560546875rem;left:8.59375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbIXGJ0sTsTcIf9Ry5AhWyqIxKisqzLe { width:4rem;height:0;top:10.9560546875rem;left:14.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvOEiNCEIORURNhzMvz4eeA6x529PIVC { width:6rem;height:0;top:43.6875rem;left:10.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmlQnf3KzdXGI7bRD53MvAnG09BIa4JW { width:11.625rem;height:0;top:42.0625rem;left:4.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfpTCPXedqi6ABuJQHcdv2IKkCc9mxps { width:3rem;height:3rem;top:88.1875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWR5yoSQ4Sn9evsdJrTBM2NqUdAtV6TE { width:2.5rem;height:2.5rem;top:7.59375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lh9PMdJ4435RmSdGwCSZzL3p1izJnSiX { width:2.5rem;height:2.5rem;top:7.59375rem;left:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAg15SOzVvqzSqd2k5wS8f86Dl99FQJ9 { width:2.5rem;height:2.5rem;top:16.3310546875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5PVQgg0lcc6Py5VVIrPSxaIn7vLn2cf { width:3rem;height:3rem;top:130.080078125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGsTxyboXPLn03pZ5SoncOBPX0DzFnUS { width:3rem;height:3rem;top:142.455078125rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W63l0tPRC6I8Lv1r3eFPNnrxuFu4gTfl { width:2.5rem;height:2.5rem;top:25.06201171875rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEEKXt7U22LhDJDFtPLrEGS10awmmoLk { width:2.6875rem;height:2.6875rem;top:24.99951171875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #betIVM2gU6GxEOQzlkzVMs7PGaSO0lvM { width:2.9375rem;height:2.9375rem;top:24.81201171875rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Id3q06c1qO1crGTR9hWzUV7X4DvCIl65 { width:3.75rem;height:3.75rem;top:142.080078125rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTvSh54LuRP5EoBoOzD2cQMaugeU7eMO { width:11.625rem;height:0;top:43.6875rem;left:5.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfP4Rx1dInANOTNCps99NOBhPAy7vfM8 { width:9.25rem;height:0;top:41.75rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jgli5dX7rGlIMhgFKRRnw99sPzPo8G5T { width:9.25rem;height:0;top:41.75rem;left:6.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIm1MTOu95ZJ0h8gLz2B3SvdaCMyzr4P { width:11.75rem;height:0;top:43.75rem;left:5.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIXwFap69546JmPZ5ZQQBV872gX8JDEG { width:9.25rem;height:0;top:42.6875rem;left:4.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr2CPDDWpi9XaXxCWnIEDZ29EHTLJ1Qf { width:2.5rem;height:2.5rem;top:7.59375rem;left:1.875rem;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #JlFBp3DEyuEQqrmxNQg8s5Wiwav7do52 { width:2.5rem;height:2.5rem;top:16.3310546875rem;left:8.625rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #M0Gxk3EoOLdHX0GERW3rgH3Ovnuds4RG { width:2.5rem;height:2.5rem;top:16.3310546875rem;left:15.5625rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p7aqFC6SZGlcvsW2bEASqPVv8QhrBZRd { width:1.8125rem;height:0;top:19.71240234375rem;left:2.25rem;font-size:0.75rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #TS0cAQnVyQL3adco1hxHeJpaAWUR8d4P { width:3.5rem;height:0;top:19.71240234375rem;left:8.25rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #Z34vOVkXC2EK2yWWS3tttCbAQ4V51iaB { width:3.5625rem;height:0;top:19.71240234375rem;left:15.03125rem;font-size:0.75rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #PDkwFbpkiWGDbMaTgacTRRZ07LIULgI1 { width:3.75rem;height:3.75rem;top:32.25rem;left:7.28125rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #PFUvTPIBTlqq8Sgugq8UhummffU7ptk2 { width:2.125rem;height:3.25rem;top:43.875rem;left:-41.59375rem;z-index:15080;display:none; }
 }@media only screen and (max-width: 763px) { #OGx0UpSViZvsReasQTumeuzcFluPULLT { width:9.25rem;height:1.911764625rem;top:49.375rem;left:-45.15625rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TGQApllK5JSI5OCy7LRPUpXoUkBd9s6G { width:4.875rem;height:4.875rem;top:44rem;left:-29.59375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QCk0bLiuRzTwwHvzx1nprpvLu12hWw { width:11.75rem;height:1.911764625rem;top:49.375rem;left:-33.96875rem;font-size:0.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #pypevsKrXOoGTEkTIDNrAOJUeMTn3gff { width:4.875rem;height:4.75rem;top:44.0625rem;left:-17.28125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #ySxqtC6tW4SBhdX8aKyow8OEgOtrTXQf { width:9.25rem;height:0.9558823125rem;top:49.375rem;left:-20.40625rem;font-size:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #l5kbMSGbsJoSRWM1TShgDLFWHLnnoo5T { width:3.75rem;height:3.75rem;top:31.15625rem;left:9.03125rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #T6KppXUwfHAX5Dpt4XPhrcFudnLMoD4z { width:1.8125rem;height:0;top:28.49365234375rem;left:8.96875rem;font-size:0.75rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #duUT7JCTRZUSMCrCNOclMVDZPZmurn82 { width:3.8125rem;height:0;top:28.43115234375rem;left:1.125rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #hVF2CVsqa0e6aUnMybvdO1P7JEbpXRO3 { width:4.1875rem;height:0;top:28.49365234375rem;left:14.8125rem;font-size:0.75rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #aIgcfHB1TSDBO54aQGALvgot6JJmvS7p { width:1.6875rem;height:2.4375rem;top:33.87451171875rem;left:8.96875rem;overflow:hidden;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #gmRU9GInN93sA4wkg1vWnFC49LAvKszM { width:2.5rem;height:2.5rem;top:33.84326171875rem;left:15.625rem;overflow:hidden;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #m1iZTW37arATTlk7znUWs0sC100gmJOl { width:1.6875rem;height:0;top:37.21240234375rem;left:2.3125rem;font-size:0.75rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #bqZXwdnm82Hnn7ce5X2XcoXyoRfvCAe5 { width:5.1875rem;height:0;top:37.21240234375rem;left:14.21875rem;font-size:0.75rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #K0OFT2LTVKTIHOQx4eAG2GwHN42rmL2X { width:4.5rem;height:0;top:50.349609375rem;left:2.375rem;font-size:0.75rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #i8M48fkBx2677QGRUuAcnV9S7TtM4UBK { width:2.5rem;height:2.5rem;top:50.349609375rem;left:0.78125rem;overflow:hidden;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #JUlChH9T7lxM1BCT09VEe1DqdTNrGOdx { width:4.4375rem;height:0;top:37.21240234375rem;left:7.53125rem;font-size:0.75rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #nqIc81PJgmOBexFIm31StbRnyw3LKH4m { width:3.25rem;height:0;top:87.25rem;left:16.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15035;color:#283548;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oF8BQQZnr6xSwzh7Akolb6rqqNRJBvIP { width:3.0625rem;height:0;top:87.25rem;left:12.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15034;color:#283548;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VhGBENd7dSzeiDPglw4Em4NVKqXTxu1c { width:2.9375rem;height:0;top:84.875rem;left:16.4375rem;font-size:0.5rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15034;color:rgba(40,53,72,0.6);font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tTkOQ82lkPVsVuIv8W143esWKxTBpiP4 { width:3rem;height:0;top:87.25rem;left:7.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15033;color:#283548;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #XJr6wg7vomaiZ44ncN6Ey4TV1D1whTpg { top:76.625rem;left:6.9375rem;width:0.125rem;height:12.125rem;z-index:14996;background-color:#cddeec;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #s7nqdquXhtEuXgPlFMoW4eQ9H8TOstkX { width:6.5rem;height:0;top:82.625rem;left:0.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15031;color:#283548;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JZO94wsdR9BV1MVa0BoTAi517uRQoMku { width:4.1875rem;height:0;top:79.8115234375rem;left:0.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15030;color:#283548;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MSMndzhn6cxltEf6eCCb8KLXSAZGTIk6 { width:3.375rem;height:0;top:77.333984375rem;left:0.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15029;color:#283548;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #d9BGm6TBqIIqu1LyaztAXf4ZV1xxA0sc { width:20rem;height:2.2058823125rem;top:62.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:14995;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IWpMepamgqzHpKTZcsyUxzzsE1uNQVIX { width:1.8125rem;height:0;top:87.25rem;left:0.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15032;color:#283548;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aoG8UaQoDUTVTLTHERy2kPWtsQeFEzXp { width:20rem;height:2.2058823125rem;top:35rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15010;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wsNbGhIIHTpLm3ydyCTBvHf08WlRW5ev { width:20rem;height:0;top:27rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;font-weight:700;font-style:normal;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #MWBQZHpTdlgauq3mgMBO1OoXvMuuZnvX { width:20rem;height:0;top:29.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15026;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #zvICz4WDPd6J0F3TETPoQo3Rn6XP9pky { width:3rem;height:3rem;top:66.4375rem;left:0rem;z-index:15001;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nIJzXc8o2xio1nrDmRETrvtQoe0RAmLq { width:2.25rem;height:2.25rem;top:21.625rem;left:6.3125rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uX8yXuwCXIJpBdbRIesqlF3lQFie7pM3 { width:3rem;height:3rem;top:37.1875rem;left:8.5rem;z-index:15004;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #VtGRLUsilVPAdfKuHN8SPwmTJKzCPMtF { width:2.0625rem;height:2.0625rem;top:37.65625rem;left:8.96875rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mTnUh2GVctqWMZEd42pvg0dgXbTMDXky { width:20rem;height:0;top:40.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;font-weight:700;font-style:normal;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #QpTHXFBNs1LJdwzOt1E3ax4BictmHG1T { width:20rem;height:0;top:43rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15027;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #WP1DQcHmguUt4zBzBME3HpUs6nRETGzR { width:3rem;height:3rem;top:51.0625rem;left:8.5rem;z-index:15007;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wskW1pXW7G6h1mTFkl1tbWudBDR3dT06 { width:1.875rem;height:2.4375rem;top:51.25rem;left:9.0625rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #alp0MdBpR7CVAqcFlkZklzgcc5vFeWXn { width:20rem;height:0;top:54.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;font-weight:700;font-style:normal;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #VqTXeS7FE7KR1P2yegkEGKUfIaPg4ED3 { width:20rem;height:0;top:56.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15028;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #owe7BAlP55mQ2TTI8O3hKdpNGmyDDs2q { width:18.5625rem;height:3.25rem;top:7.9375rem;left:0.71875rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #uG8JAh1aRoD54rc8iyImLW2z3Md1v2bl { display:block; }
 }@media only screen and (max-width: 763px) { #KG6idWyPlGgnXGKx0ZaHKJ6mdeuWriHL { width:3.625rem;height:0;top:75.1689453125rem;left:11.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15030;color:#283548;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PQgX93pM3cHdrqqgvbVMrB47PfUMMXHQ { width:3.375rem;height:0;top:75.1689453125rem;left:16.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15031;color:#283548;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QvwKPTfeAMQPTMA9AygnMTlMTICzohVi { width:3.5rem;height:0;top:75.1689453125rem;left:7.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15031;color:#283548;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IZgZ7NB9haQxRTlbQ5t55qHqnsTziL4Z { top:76.6875rem;left:11.3125rem;width:0.125rem;height:12.125rem;z-index:14997;background-color:#cddeec;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TDQI4QBDy6HlxcrdllK21aQuZFnoFabI { top:76.6875rem;left:15.6875rem;width:0.125rem;height:12.125rem;z-index:14998;background-color:#cddeec;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Vvgqx6gfbpL9JSyhRuvTZwzfWvwqKN0i { top:81.5rem;left:0rem;width:20rem;height:0.125rem;z-index:14997;background-color:#cddeec;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #crq8noBaJAKU529kmbiP0xMn0rF1Cf90 { top:78.9375rem;left:0rem;width:20rem;height:0.125rem;z-index:14998;background-color:#cddeec;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #PqLTZuUAdzKsUn71omGbNLAr7ywR0gho { top:86.3125rem;left:0rem;width:20rem;height:0.125rem;z-index:14998;background-color:#cddeec;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gsltFK5LEUir8amdweN5F0UAKS9weiQ3 { width:2.625rem;height:2.625rem;top:72rem;left:16.5625rem;z-index:15008;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #rMtw3gTmUrDdO5RcFzKynAkPLvZBx3i6 { width:2.625rem;height:2.625rem;top:72rem;left:12.21875rem;z-index:15009;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CDbqc9Hp8W0sI0ZdBSlCDSJQLzMMPBPn { width:2.625rem;height:2.625rem;top:72rem;left:7.78125rem;z-index:15010;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Fm2hpRNxpF0os5NrviLX6ITiLFSbONHU { width:1.875rem;height:1.875rem;top:72.375rem;left:12.59375rem;z-index:15060;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #t1mq39UFBgoxugf326msgfHAQTW6Eyc5 { width:1.625rem;height:2.125rem;top:72.15625rem;left:17.0625rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AMI4tBSUtTSxC7oOr8dceEkRdprZZ8PE { width:2rem;height:2rem;top:72.21875rem;left:8.0625rem;z-index:15058;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gMBBvblhPywTxwpLuuDmt2JmDMnT4IXI { top:76.9375rem;left:7.40625rem;width:3.5rem;height:1.625rem;z-index:14994;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #vkGMERniASEkQpzHZ7p96ninuloeBEhF { top:76.9150390625rem;left:11.8125rem;width:3.5rem;height:1.625rem;z-index:14993;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #ShyVge7XWi1tLRwIULpbX0LMyEWB4fru { top:76.9150390625rem;left:16.15625rem;width:3.5rem;height:1.625rem;z-index:14992;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #A18N4eIM2IBqTe0qlK5SCL0HWgQEOSCA { top:79.4775390625rem;left:7.40625rem;width:3.5rem;height:1.625rem;z-index:14991;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #qNKhAa4xdg0dExItvRCoCf4X5uphux19 { top:79.4765625rem;left:11.8125rem;width:3.5rem;height:1.625rem;z-index:14990;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #ipTwoPWTCBBialFSiU3o7JUmHfJIex7v { top:79.4765625rem;left:16.15625rem;width:3.5rem;height:1.625rem;z-index:14989;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #hRw0iEQnil8mDpVSTfgU45WC1LwCpNkN { top:83.0625rem;left:7.40625rem;width:3.5rem;height:1.625rem;z-index:14988;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #hyXa7TDFH7XKvFt0xf4W9PiKz8eRRTEx { top:83.0625rem;left:11.8125rem;width:3.5rem;height:1.625rem;z-index:14987;background-color:#e1fce9;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #CHp0qaKSy7yWSxxcB5lzwx3aev8uotXg { top:83rem;left:16.15625rem;width:3.5rem;height:1.625rem;z-index:14986;background-color:#ffe6e4;background-image:none;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; }
 }@media only screen and (max-width: 763px) { #psdrcyLv3DiHWPKonS3F1gKTFRxfHUxZ { display:flex;width:1.125rem;height:1.125rem;top:77.2177734375rem;left:8.5625rem;z-index:15017;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4K10JrOheusrZAitSfvtV6Oe2l8pTTN { display:flex;width:1.125rem;height:1.125rem;top:77.1552734375rem;left:12.96875rem;z-index:15018;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxWo3sKhXPEQPCfQogrI8UOBp2IUfAi6 { display:flex;width:1.125rem;height:1.125rem;top:77.1552734375rem;left:17.375rem;z-index:15019;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cin8tDnDU6WHTbfTtrWBgHVbZ1tPRqAQ { display:flex;width:1.125rem;height:1.125rem;top:79.7578125rem;left:8.5625rem;z-index:15018;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJWeS4TOQapAxUpJgGCgDrbhOy6uI9Vy { display:flex;width:1.125rem;height:1.125rem;top:79.7578125rem;left:13.03125rem;z-index:15019;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5AqaSi733PwfI4WIf475Blt4aI4v9xa { display:flex;width:1.125rem;height:1.125rem;top:79.7578125rem;left:17.375rem;z-index:15020;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEqAQh3yJXrzxObUgsuTow8L0s9pupsb { display:flex;width:1.125rem;height:1.125rem;top:83.27734375rem;left:8.625rem;z-index:15019;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTVRtIwthx0xPoHyEmr4HPM8tT4BkdJM { display:flex;width:1.125rem;height:1.125rem;top:83.33984375rem;left:13.03125rem;z-index:15020;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KW0MTMwhbvninPhCbyRhX3O22R7EI8b2 { display:flex;width:1.125rem;height:1.125rem;top:83.25rem;left:17.34375rem;z-index:15018;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBByi8UqlI9iSes7qqQmdagt35oMHGZi { width:20rem;height:auto;top:28.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xtz7bKMeDaTQDumT12yRr4Ru32TT0Lzw { width:20rem;height:auto;top:34.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMPcWF33v4Nl7abNtGgPRsfyzlJOen28 { display:flex;width:2rem;height:2rem;top:39.0625rem;left:0rem;z-index:15017;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #boKCDhlIqQ2632ewZndOorstzTVHJn3y { width:20rem;height:auto;top:39.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDIputHlbob1nDZckai55mL3B6TxDW9V { width:20rem;height:auto;top:45.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vw97Ka7z2WxTdsOG0I4q4vHWnqGWDZJg { display:flex;width:2.75rem;height:2.75rem;top:39.5rem;left:8.625rem;z-index:15017;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QheU5OtqLD0Fwawrpo3rogrecmMB5EIc { display:flex;width:2.625rem;height:2.625rem;top:45rem;left:8.6875rem;z-index:15017;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyPsTyT82wa1XkdG6vkMqWcDEaSpOvDt { width:20rem;height:auto;top:57rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xOz0HGakFwHJrBGa17rc811492wK1vua { width:3.875rem;height:3.875rem;top:62.625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFy4s7TisvrtnQ0zGutobdKChZa40TfQ { width:3.875rem;height:3.875rem;top:67.875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #laVWed8TqMdKlK4IOFaqlFCf9GRgJu7i { width:3.875rem;height:3.875rem;top:73.25rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPHPqXSLPCS1KdMIaSSXtKb5vQ9Pm4wM { width:3.875rem;height:3.875rem;top:78.3125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwqwFSFrVK5H6gLTgbgd6I1AUFhsBmms { width:1.3125rem;height:auto;top:63.375rem;left:9.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqAFt0P85ny6ykixHUoFS2WpEf9Ig79X { width:1.3125rem;height:auto;top:68.5625rem;left:9.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZsSpPV7NfT1IGRQZfEd9ofBlg6vLbDA { width:1.3125rem;height:auto;top:73.9375rem;left:9.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzUhqo5HgkiBQAUtoHzv7SaaIAr3qRie { width:1.3125rem;height:auto;top:78.875rem;left:9.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7vTbSSlaPNERnzPhTeScrgO8B5Hd1rb { width:20rem;height:auto;top:63.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5pJRHEh16HAObsdtawmydtrsTF4gI9r { width:20rem;height:auto;top:69.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPEP0Dvn5XUGPRkMP00XdF9TpmzdSy0V { width:20rem;height:auto;top:73.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zo7geBgNOFNgXFKxUTKrJbRq3QubzEX1 { width:20rem;height:auto;top:79.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWEsTcF2NRiVnuoVrpPsqVDIt82UNXTd { width:10.5rem;height:1.911764625rem;top:121.9375rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TX0oNhnEM9zT1u3ZvxJQ7rJ3ZrGl5SE2 { width:10rem;height:1.911764625rem;top:124.849609375rem;left:4.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4ifQ4mT00Wq6VZqPGD6l8o3aqu9b5k5 { width:13.75rem;height:3.5rem;top:90.0625rem;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) { #XI2LZzbQcaBwQqlOIXo7veKr0UT5NrMK { display:block; }
 }@media only screen and (max-width: 763px) { #d57lddtxWngaRfoylzKhwEHQtg53RZGv { width:13.8125rem;height:3.5rem;top:94.8125rem;left:3.0625rem;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) { #r7ifkXKUnALxdT1H6FdUuB2SvyIt2xJf { display:block; }
 }@media only screen and (max-width: 763px) { #BIdUegUWzxRRO4NEU5kWr65PPwn7d0gI { width:20rem;height:38.312655086849rem;top:30.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMeRktCBW2E4nHnFdpC48n7WBwcPLLgy { width:9.625rem;height:3.125rem;top:116.8125rem;left:10.375rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Uzr9ADMM08VU6n1eqcUc7HiTim8olzoB { display:block; }
 }@media only screen and (max-width: 763px) { #ZMk6dnv1B8ESXiQxKVPX01PRFvhsREZp { width:9.625rem;height:3.125rem;top:116.8125rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #DTB0lDz7DyFyOs4xviclvqRDIapXF3PS { display:block; }
 }@media only screen and (max-width: 763px) { #geMealCDgN70Qr9bSOOiJ4BEc0Pzs8Li { width:3rem;height:3rem;top:70.82421875rem;left:0rem;z-index:15002;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A7eLeXTTZrMsOoLVnbTGbcLPfh5cviv9 { width:3rem;height:3rem;top:75.0625rem;left:0rem;z-index:15003;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #STK6bfvaI2yC5D5J6Tv2e1TEmsl4P6S7 { width:3rem;height:3rem;top:79.4375rem;left:0rem;z-index:15004;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a7UCk30SDUxpM1T7TWKJyF6FW0zQnJwA { width:20rem;height:0;top:52.15625rem;left:1.53125rem;font-size:1.25rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #K7zMGyngoXfSGLHOJvWzf4G2rPzUGDnb { width:15.8125rem;height:2.20588225rem;top:66.912109375rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15014;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OmX6uNAlznXO2BpVaet3Vep4h5vLn7dC { width:15.8125rem;height:2.20588225rem;top:71.3310546875rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15015;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qewy9qXMZz1CQhKrhqqSLH0i0a3zDfMm { width:0.6875rem;height:1.911764625rem;top:66.92578125rem;left:1.09375rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15016;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FqRR56TD7JvBNtHQJbGTD4MMp3IeL1fU { width:15.8125rem;height:2.20588225rem;top:79.8623046875rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #a3ab24ApK5E2u2BxaOrMIcAwBvDOJR7F { width:15.8125rem;height:2.2058823125rem;top:75.4873046875rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3w3tilwD0TayHoZoLsTLqorBhdQ2Zv { width:1rem;height:1.911764625rem;top:71.369140625rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15017;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UxpmguHhUES7hbsZ2fd0lvfxlSE41RNn { width:1rem;height:1.911764625rem;top:75.587890625rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15018;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VhdcDZuuhiNyUSOqqVK5IlPIA96xAQIP { width:1.0625rem;height:1.911764625rem;top:79.962890625rem;left:0.96875rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15019;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t677pylPtT08x8dT9O8ea5Gq5O5Lzpkh { width:3rem;height:3rem;top:30.0625rem;left:0rem;z-index:15004;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #klZtpafep8fqVZKKw1ibtWHpTwFDKCEZ { width:3rem;height:3rem;top:24.9375rem;left:0rem;z-index:15005;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GdaJxI05xB2yfkzRsGwasghZ3PhuoMo7 { width:3rem;height:3rem;top:35.625rem;left:0rem;z-index:15006;background-color:rgba(227,227,227,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #aIl8yPy0qqkh1AkucL85Niys9uo7QO1Q { display:flex;width:2rem;height:2rem;top:44.3125rem;left:0rem;z-index:15018;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #fM20McSMTBdpno8DhSms3n9X8MIUUEsA { display:flex;width:2rem;height:2rem;top:50.3125rem;left:0rem;z-index:15019;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #xuDK4JMDENXkLAIeUdIQCx4l9IZJfqlO { width:15.8125rem;height:3.3088234375rem;top:39.1689453125rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15015;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vNtXpMiFy42cTk50h35F4X39rDeSPGPK { width:15.8125rem;height:4.411764625rem;top:44.375rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NecCJWBouKJnyfKDBxLmZHgRmCFduGL5 { width:15.8125rem;height:2.20588225rem;top:50.3125rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #y0iwFcbTyTmUGs05dKtb2K9mKPHqiawh { width:14.125rem;height:27.125rem;top:85.46875rem;left:2.875rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #My8hvg7kc4Cv0VXAf8sJCGoMo2yW646s { width:19rem;height:3.9375rem;top:148.205078125rem;left:1rem;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) { #KXtTyhd6pG5RTlATVVoBcni1omLEQULg { display:block; }
 }@media only screen and (max-width: 763px) { #rTdl2LQgZMEVA36e2XmwFWdU8z3copf8 { width:20rem;height:0;top:15.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #DgynqTaQKtK2PNCfhVyInZEIKCrg5Sa5 { width:20rem;height:30rem;top:2.625rem;left:0rem;z-index:14983;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CoE9yw0oMrFdMg3UFLap94ww7UtBXx4s { width:20rem;height:5.2941174375rem;top:16.15625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:14984;line-height:1.3;text-shadow:0.375rem 0.375rem 0.375rem rgba(0,0,0,0.6);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tbUgf8nfbcws0vysn7KbTNLNP1VNmMrh { width:17.5rem;height:3.125rem;top:23.4375rem;left:1.25rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UlxD3y2m2DGLqUIBX0Vyq58tnv3DIKbs { display:block; }
 }@media only screen and (max-width: 763px) { #TxP5pRW35sKfz2fG6wiPvbSrSbGiCLne { width:20rem;height:auto;top:50.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJ5U0vyITT9VzNfQ1FAAPIFLTClMUeZP { display:flex;width:2.625rem;height:2.625rem;top:50.125rem;left:8.6875rem;z-index:15017;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxXCK96nhaVClKPsDfrV4xUpc6AF6nNd { display:flex;width:2rem;height:2rem;top:56.0625rem;left:0rem;z-index:15020;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #NmmzSO9nZMch2Pmx69AHCZWNFewC8Ae3 { width:15.8125rem;height:2.20588225rem;top:55.869140625rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IN7SrBkdZkgks7pNvMDiwqd3sKXJyyNN { width:20rem;height:6.3333333333333rem;top:131.236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzsVaByAd5MI93iLHCo7z89pDAfFCF7l { 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; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { background-color: transparent; background-image: none; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container > .video-iframe-container { display: none; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row > .video-iframe-container { display: none; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .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); }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { border-width: 0; border-radius: 0; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzsVaByAd5MI93iLHCo7z89pDAfFCF7l > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZiGogpSfu6Rwxp0VhgazVvZZwAv4XqL { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #kXVGn6cdtvzFb9cu1EIqaoVrhGNnopRT { 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) { #bXKSMksHQ309HG1faUDIw2HMVMzdLcID { 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) { #nGNZdsRst7q65WJHsoTgX0TQU6GIqDVt { 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) { #ga64R6mLtE2Bk5pTasQ9A9N8dsSNTU4I { 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) { #Kfir6nRNudIa6UkbsKi2ctKC2U8F7d44 { width:20rem;height:0;top:11.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Z5UBJluv8NTqJFIsc99pCSBVmhrt4ik0 { width:20rem;height:0;top:21.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;font-weight:400;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #z0fAmciCSATPpknsDwar9Kn2uMzXnFAQ { width:20rem;height:0;top:31.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mARKEAoaRR0hOFZhfOR0P5KsPPW8tvZO { width:3rem;height:3rem;top:8.1875rem;left:8.5rem;z-index:15009;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #PCZmxKyzDy3BV4Rbl3QCazNpK7gCoQdO { width:2.25rem;height:1.5625rem;top:8.90625rem;left:8.875rem;z-index:15060;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S6Dr154vk7GHbWbyWrmuTUocM5MJeEPI { width:3rem;height:3rem;top:27.625rem;left:8.5rem;z-index:15011;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QaPvh8qv2Mxf9onq72LsUsowykFTTHQW { width:2.25rem;height:2.125rem;top:28.0625rem;left:8.9245689655175rem;z-index:15062;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TsIXaJAw7CsCOTV9XG9JxsPe2kKwtXIJ { width:3rem;height:3rem;top:17.875rem;left:8.5rem;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #E5m4nxsylH9so7p0uGNx02C0dzNMIoI3 { width:3rem;height:3rem;top:37.25rem;left:8.5rem;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #oFhAgR0MqzS9zA1a3DnDHa2vQrwABn6P { width:2.25rem;height:1.875rem;top:37.8125rem;left:8.875rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oXrG4fSbdAJneTFnJdXXUTnBR9v2q5s2 { width:20rem;height:0;top:41.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #rWl2XQOr3vZWyPL1pdtR9Jx1oT0F3ft9 { width:1.4375rem;height:2.4375rem;top:18.15625rem;left:9.28125rem;z-index:15063;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PMSFwWzCsyAhRSMviP22Hash7g46DUTs { width:20rem;height:0;top:47.46875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15016;font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);display:none; }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG { display:flex;height:auto;width:17.5rem;top:1.28125rem;left:0rem;display:none; }
#FszThRqDBumcqXpcLcmeRmFSGS45tfQG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #ZlShgW0HpJNhheUXhRgr4FmDqnuuOdJd {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #J11MH3hfm2DONmMk2sUf45Cqqn6QeNNI {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nARpM83evb47Zp7ECVbTtWpcZREuLcKr {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #raA4nCMSwKzlnqEXBP9lVT1KrHdDzt3U {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #gAuVoWsNPMI7USTt6DhSxVa2d10DJAct {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #xo8Ks6GqQ7zPaCodKtBTGQN1BF6hx8IW {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #VvOlNQqhEt61e0pTNhl3XRGuuGgzHT86 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #KO8BK8duwvObFSsRwmgwEaztDtodPbSD {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #KwBRvsAtTuF6iCLXAEtyPlJX96OsNsSO {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #X8m4D25wbpFTkiacaiOslWKuyLZTuaGk {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #eh0wR2RFHhTrzlKgSTXcNmhgPR4RwGwu {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nBTsh08QpTQuOKT5kPen9vx27NLScpp5 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #r8c8lx0zAhQi96H9Lb7RDvvcnoSVmT3U {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #zR2QNGNz7yGLry56snuEUIr8TgE1om0h {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #dpWT3bwQQ2Bnt90rblzzAfOrzywIiRJb {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #JLxoEziql3sD5QAJr1qCTGiXUIBg1IJ5 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #nD612J2b94EfIZvIuoJzGHxb8XAtKiWL {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #m1QpWAwJGK2fLPQR0eNVH9gSCKayKoKK {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #DRf17ivX97zE0Qw7FDyqOEDHDWHhANzn {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #m43Te3WCUmMLfNLAua2fB5enn0p7TCwk {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #XDQqx7B9zrqTq8cUUKNioCMIdPuoHyyi {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #Rtli5XUf3MTCC6RopVOfJy6WngLfP7Fv {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #Qz4Gkc8yah2PTbedcfsk8arqD0NFTweN {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #iStFxZAlBugWPsigtzDBsXGlJMfKk5xu {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #ZysLbTJy3ufFzq3Nl7TyAh9yGOUAATae {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #pa61ZRtvAEH5leON4cXnAHpXhwXbmHES {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #hXx4QW2e4sZzS2wRdMNgufW7VJaguXUv {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #I1I25gOhNBSUrxSxfDShMgaKINoc2MOT {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #FszThRqDBumcqXpcLcmeRmFSGS45tfQG #cGuqfyt018HSPzRCnJaUeAzUIwmhEp6a {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem;z-index:15057; }
#sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #y3HUbW56q3qCEE0HlhyaSDCOd4A9kdgL {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #QhQIernXTZxGRN6hmVfdkrTE2ZB0trT7 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #AHbUUZtM4cIqKGQBIq0Zd9dV91wqkzT7 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #wVHG74BmyGWLzCyv6DKeTD9AWCRaKyh7 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #gfCTcK2uTEAt2dmmAzcsgBtTJ9a15tOK {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #PetDVWTaicwvmMGOxdd8yV2LwMyRLut4 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #tVRJtDdugHNXRCAnscfZepUGVLTrEy56 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #b49CmzGlWVkc4cXiQBkutuX9cc1H6EG1 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #CKSUJHSD29c7ZUyyKVL0bwttaO395KCf {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #oC91tK3Lq2mgfgZKH4V5s5StDDnDoVhw {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #AxPV4qrFb8Uul0J7ED3aqd3i45TES0XA {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #H38SPIwcu8tPcIGJH3KFftxpNtilT0mn {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #zGpTRAGDToaBSS2WwGT8gdQQq5WmfhqQ {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #D61gRnG6tfmSVhr6RHczEMC2TpIJ8BDr {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #Ext9Sxx9tRJO3Ez05CMevPkcFwLblBrF {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #qxDCsckNmysfXfCi03tDmcVuaU6E43Un {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #rXmuUqtG5bowJ4H1d7tpT6FMUnG0mSZy {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #hBg2DGUxoRk9IQWGQnVy4awTghb3up1T {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #T1dxDC1E2FaSl4wK70EadAt7RFxuOwzF {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #X8IZfeHofAczGvHJgS8ucRV9ahTEaUiZ {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #I4MW3QeTc9OOFBP3RrTT0gOaUhT08sb9 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #oC4x26Z4EhRW6xFamZ1iIQ7XJEELPlXs {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #nZ4xu8UN3hVqAkNvIhy3LAZ642is8dqr {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #yf4yRiTS4nkqLPXRgRQD6SkQa1VsNfh6 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #xaTKqQtuzpVDekae9y9DN8MU2RAir0rF {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #kXwua4559TgsrpVx8s4hs6vcuH2aGXCu {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #avWT36O6pAN9Vf55AqFkNlNx0D2T24M1 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #rHxUqUs2TUKiRH898ZHRBlc9ZFmJJQH1 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #c2KeVf2enAgtKiZmeBwHVsu9vVNlo1rC {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #lK4sCTSI41w2FTLOiRD0AV88TZZnphcu {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #ksPMJ3GH2EOtgsoqz0yGQll6KKWi2BST {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #tb2vBxh5U3qTSQwlHsydP0fZzdTJ9ybO {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #vhvsFIMPAqGG4dlehTMTfnyMIMSTlkXo {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #fTCcIedGaPlHx90FtaJCtNdM9GKRVRt5 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #iJMegCo11KoW2V1OnPsRxyKiR5cc9pJ6 {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #M57piPn4y79dyLLbU4LaNVeBvbUF682a {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #nwHTJqRLf0LWEe5Q7uKd35zgriaeZNLs {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #a2VfJ1GtoCVe2tiR7WeW8NmTeN5SZnPi {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #fTF82v6bxnunNbBA8yNxifNJsRQoNK6N {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #lt1WQOOxEJI7fEnuF53kb2npbFikt8KU {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #QwwPcT06F7g4x3NwmrUDNQVCo4xbW8LT {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #MPtoCOvzHtctaC1ogWlxJMl0VSvBfXIA {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #kgVBpppcJrtiqH6aT8WBeImpIa0GdeUa {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #BMqoPFsoMdOwVU1NZZ31lsDXHDHNGAiU {  }
 }@media only screen and (max-width: 763px) { #sgMHmwFT2BeqeQrDZ6dmVnb27CxobWq8 #Tek6No0z84ltkEmi7N7uiNVieaUPNLwh {  }
 }@media only screen and (max-width: 763px) { #mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV { 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;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; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { background-color: transparent; background-image: none; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container > .video-iframe-container { display: none; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row > .video-iframe-container { display: none; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .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); }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { border-width: 0; border-radius: 0; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mH3ZUPlFGg3ONTbiV3bKNhtWriSZuOzV > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZftELrZi9H2xCcbkCCoQNuctWWpDT6e { width:4.75rem;height:4.75rem;top:56.375rem;left:13.21875rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #w6CObptPPPT9OXsXiLec0HtUVMgqbDki { 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) { #OOmbo8zO9OLUkAdZfyc56OZU8IeWyyGX { 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) { #DEwhcQdHzhALqnvyTxIiVBpvWmPa1IzX { 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) { #zw6vGKu3VyQJeZAkzFoDx7UAtcZqsCEu { 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) { #rxRWIQbeEKepmA19xAlbgTur8T6h1ASU { width:20rem;height:2.2058823125rem;top:3.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#fbf8f8;z-index:15011;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZAX2w3Nx0o5hxaAz86UMztZVvIz2qE6h { width:20rem;height:2.5rem;top:12.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W47PTqmdyockAg1VpkhTkZB2VEaS677q { width:20rem;height:2.941176375rem;top:21.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HLDmkKT5fTmJGwCWGwPG9WKXTdAEXegA { width:20rem;height:2.5rem;top:31.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J38UHgTMBqddDRNi44hRQl6XXcREJnAK { width:3rem;height:3rem;top:8.5rem;left:8.5rem;z-index:15009;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t8MpsGiIOJX2ROm2TwBRRIFKxR9viTDS { width:2.25rem;height:1.5625rem;top:9.21875rem;left:8.875rem;z-index:15060;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Js9rWeHFpsWDLafV5nVn4qhplk5bvhLD { width:3rem;height:3rem;top:27.9375rem;left:8.5rem;z-index:15011;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QGnc0s8WZuHWUQbODo6P6u85qaAcDF0W { width:2.25rem;height:2.125rem;top:28.375rem;left:8.92431640625rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xHL9Du6op0TDShOfCumFbcmXiMzBp34G { width:3rem;height:3rem;top:18.1875rem;left:8.5rem;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kg75OX05PZJDdr4JMFEvMGbAQHCkR4UG { width:3rem;height:3rem;top:37.5625rem;left:8.5rem;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CNCHMyL8H391RlBdE5w1eQHms6WdJTap { width:2.25rem;height:1.875rem;top:38.125rem;left:8.875rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VEqklAWGB8UsmwSnKmzc9pMD5eMLKDIF { width:20rem;height:2.5rem;top:41.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #azhFcu6BUiXmT7ZXhctm0hXJf13IiTVt { width:1.4375rem;height:2.4375rem;top:18.46875rem;left:9.28125rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zrTOeofDiL244MDwvWGgeizvcNrMbvK2 { width:2.875rem;height:2rem;top:43.6875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhAk6kyLDboZUDFLrfK0NTMDfVLrAshp { width:9.25rem;height:0;top:42.25rem;left:7.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiINI6OhXZxm3GXfG0GWHtdssNFIFnbV { width:20rem;height:auto;top:4.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EiBsKCcDVgCRXVO3MKaAVw1heTZTEe47 { width:3.875rem;height:3.875rem;top:14.1875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #imHs2fTEJ32prCCJ0OqOQ66OMzzxLZZ0 { width:3.875rem;height:3.875rem;top:14.1875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVKePEX26ItpMTRJckMLBedU8TiVZvSQ { width:3.875rem;height:3.875rem;top:14.1875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oONO1HeP1nfqWwvKDz9ctOSOf5Z7Xvrm { width:3.875rem;height:3.875rem;top:14.1875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKIA1Z8BWS6mva7WQRugIk2577oafhL8 { width:12.875rem;height:auto;top:20.125rem;left:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTME5o6cBpPftrmUAc2SftaTm15ZH6z0 { width:13.6875rem;height:auto;top:20.125rem;left:3.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtaP25CzKJqVXd4rXTV4Hd2zoPRbl0lT { width:13.4375rem;height:auto;top:20.125rem;left:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyWemFiZadakykSVU2m6PiTkCMggord0 { width:1.875rem;height:3.125rem;top:14.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #myeSTOcwuXiIuEu0hAmbgq4q6ybekFx5 { width:2.875rem;height:2.5625rem;top:14.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGLSlq2nWZCSaUXhbWQJJU7VX08gCAT1 { width:2.875rem;height:2.5rem;top:14.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEuyhBkJcrXMclwXuHHiGC0b7pUzoMio { width:20rem;height:auto;top:29.9375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bU92tLyoHL7ZJ3vGcQH7WU5CLMQmF3q3 { width:20rem;height:1.911764625rem;top:47.46875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15016;font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h { 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; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { background-color: transparent; background-image: none; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container > .video-iframe-container { display: none; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row > .video-iframe-container { display: none; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .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); }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { border-width: 0; border-radius: 0; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mf9Bfb1oovpzVtOTmZCzT7bmLep1hs6h > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEgDGG3CKVJCV2ZWOeu6LfAqrDIJhC08 { 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) { #X4ekKBrZmJGZlMV98nkEi6iXvWnwaC7d { width:20rem;height:2.5rem;top:14.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STzJ57e90psVgHKQK3wC3IVqIaOG5vAO { width:3.125rem;height:234.5625rem;top:14.03125rem;left:1.53125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #i2pqD3hdbFQ9q28LwN0squO1XTq2Ugy5 { width:3.125rem;height:234.4375rem;top:14rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVTpfTpwmefaXIgEVx9lb1FzLT0T3Jx8 { width:2.9375rem;height:234.75rem;top:14rem;left:14.664285714286rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsJQSe9gaBZyPlt3rftOu824Mrvq5u1J { width:5rem;height:42.25rem;top:264.49658203125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMaxCLaPoeq0QQS3yXE6Z1VGfVlSWCvc { width:5rem;height:42.25rem;top:292.5083rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6P1BhP51ooHTPP7dC6BrZb67TzJzDlS { width:20rem;height:2.5rem;top:22.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrDaKolCCOwizbuK0JVUPXZBQDVlMTTt { width:20rem;height:1.0625rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KM0HTX3qpvsE3Q00vN2t2unqiNeZ0k0b { width:1rem;height:6.375rem;top:243.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3Q3T2SZNQMGaukghw6Mr1KJiprhBmKh { width:20rem;height:2.5rem;top:31.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAoz6Rk2RLJAAReyHsQpezEZDmbVaxxB { width:20rem;height:1.5625rem;top:347.88330078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUxKeJPdynIIx0ME0hxDPT4EFAXWwKL4 { width:20rem;height:1.5625rem;top:356.94580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBp4w6TIt4nesd4aMuMlatDG3CnTwt87 { width:20rem;height:2.5rem;top:45.44921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoRRH8pyXVJpn3rPTe58AkBw1g8dDrTD { width:20rem;height:1.5625rem;top:366.00830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1QqJFCnBKyPAJkt3ikVVRezWw0ITERB { width:20rem;height:2.5rem;top:54.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCHfzq9Z0gy1C5Dpahd360rJlWBR0Zot { width:20rem;height:2.5rem;top:63.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcBpPB2HoezZytkBTc1dnT7Fe5BgOMwb { width:20rem;height:2.5rem;top:72.07421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymLmR2GtIKZG1fPRtO05eyGebx3Qrpbi { width:20rem;height:2.5rem;top:80.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJUvtfeUDPlOiBcI464EBfNJsmBRBiXC { width:20rem;height:2.5rem;top:89.82421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #To3V3bbO9f90EC5MwJgEXubcyPa5VlR4 { width:20rem;height:2.5rem;top:98.69921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9odUcTQbOgudmktewX4dUAJcz1IXeLt { width:2.1875rem;height:2.5625rem;top:45.38600730896rem;left:8.7496448159219rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO9b13Qsy2yhfq9zPGg5sJbclDG6R4n0 { width:5.1242875rem;height:5.1242875rem;top:84.734943389894rem;left:6.2857148051262rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq5myxrhZ380JZ6FeXNAWTn8rVlkptqr { width:20rem;height:5rem;top:710.0361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zt1KQMeHXmc5ZEqqV9H5CLfa1znkaKTT { width:20rem;height:5rem;top:716.2861359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmPzvVGiiplKDSLWT9VzAnuLPM7uwrRv { width:20rem;height:5rem;top:722.5361359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLfsoKcxLpKmflviQVKMz1IIh17NwZ34 { width:20rem;height:2.5rem;top:107.57421875rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #oWf1SzRQOTcp4wX7byO5FSRbyxIdtPDn { width:20rem;height:2.5rem;top:116.44921875rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #OJTZn7gHO9lzfAl0vG5IsNi7RsJlUXRc { width:20rem;height:2.5rem;top:125.32421875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #LVN9KSE8asTNx7nH05tghG2whvk6H6z1 { width:20rem;height:2.5rem;top:134.19921875rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #WCthTKXB8MdISPHrkvOd2T9hMHSOyk3E { width:20rem;height:2.5rem;top:143.07421875rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #zPHXVb6pUWHO4D5B497yqG4syac3RT85 { width:20rem;height:2.5rem;top:151.94921875rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #QR2AmSqGGAbzy0ZqoOTUcRGxgZB5w8MT { width:20rem;height:2.5rem;top:160.82421875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #mHMvGmxwJgPDe0pubBz3H0ysRFF5aWaw { width:20rem;height:2.5rem;top:169.69921875rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #f50MZ9zQQTeTUVmaxw0hbUom8I7Jl9Zf { width:20rem;height:2.5rem;top:178.57421875rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #vHsBfbsZgvCQc9prc2O19J1tGTEgeK70 { width:20rem;height:2.5rem;top:187.44921875rem;left:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #HmE4mwGI0LnthU7GUH8BJAVqHlumb4vz { width:20rem;height:2.5rem;top:196.32421875rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #pwKZuUE9cxe2wyVCTMayz8MEVgODknVb { width:20rem;height:2.5rem;top:205.19921875rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #hX2MKKbPXTTEnZTy3eQT8P4oeFeXrTWO { width:20rem;height:2.5rem;top:214.07421875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #rOteXKGHGBlUp3oibKhZwvJVtqq4rPuD { width:20rem;height:2.5rem;top:222.94921875rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #t70I0KBlrkGSgtMRwxMJogbTzdJGN7au { width:20rem;height:2.5rem;top:231.82421875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #L4hz6TyUCBPQGU1UDC4FdyKdodace4ZH { width:20rem;height:2.5rem;top:240.69921875rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #arZL77n6KbaKyrATulf52GgcWAEHrDoz { width:20rem;height:2.5rem;top:249.57421875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #WZprm2Z9L1oWFqd0CmTcJtDLcsS5SuNh { width:20rem;height:5rem;top:191.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEKZGIW4yZfcprDvCT4y1BEgEsmun5QI { width:2.0625rem;height:7.8125rem;top:912.88801862181rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5pUKIMD3pcz7i6hNLTicx8kqrNqvhnu { width:20rem;height:5rem;top:204.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaVE8UiGfZT6TRMH2prZaAUR6kJ2hZ6p { width:20rem;height:5rem;top:217.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiMwX5ITEX5PTB7Bpms8pUHrZLWOvOoB { width:20rem;height:1.5625rem;top:728.135763916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5Q980zX52GWyNxeb7IhoMxlJnuwbT3y { width:20rem;height:1.5625rem;top:308.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxfLkNBXwDTLMeOADXIUksawbqTrwePs { width:20rem;height:1.5625rem;top:337.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SugiURKPfxiMldRsp9CkV66FwkwfIdKn { width:20rem;height:1.5625rem;top:788.788279541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKdC1PkfvP8g87STV11o8AH3vGlbPxq6 { width:20rem;height:1.5625rem;top:798.836217041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b38fvCPfsaJUfe0JGwNUsJltPQ2LE1ze { width:20rem;height:1.5625rem;top:827.821654541rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOfssWDem7lu7f3nkblqQhaPD4nSZ16Q { width:20rem;height:1.5625rem;top:844.05691275025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUOkLNokkZ7gCJ1H9T3wZsNdzsoVeSPo { width:20rem;height:1.5625rem;top:854.123313385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLNENXiA5RzdQ51EH4pSrlukPsIV5Dlx { width:20rem;height:1.5625rem;top:895.295709198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JESL1r0qI33Eob8XXqT3sTJQWaQ3QewG { width:20rem;height:1.5625rem;top:899.07144515994rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFkDOTfRrqdDHS2qOBh9Eo7knOl2HOT0 { width:20rem;height:1.5625rem;top:921.95051862181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwIVTSDMqo3xiE57ob9bsSUg5xlyunhu { width:20rem;height:1.5625rem;top:966.41516237181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jzo85Oyde3vHzTakx9HTcUxhaWeutC9G { 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) { #S6To4i9vi4cUiv4XXPxJKnRmc57PCplR { width:2.5rem;height:2.5rem;top:63.199219703675rem;left:8.5625006556513rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #tvssvpXlz5hWMq07bq54l0UBM66XqFI9 { width:2.5rem;height:2.5rem;top:63.198356628419rem;left:15.124349653721rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #xWJQUZ50C8i6a1Ascr4QT2dyvbyeTfRT { width:2.5rem;height:2.5rem;top:72.074219703675rem;left:1.7851564288139rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #plLBTyTQRy4BbBuWNMzp3I4MvlNSxFdp { width:2.5rem;height:2.5rem;top:72.04276275635rem;left:15.156033575535rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #dxmFEJFlQKGZ9702t7BnbqiW2oEazq5t { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:1.8430989384651rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #l40vqIIwdkzbTKnkTPR4mSuddiFOmIKt { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:8.624783575535rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #kchlRzlOUAThpM6cuCdQeFnQsCmxOiC4 { width:2.5rem;height:2.5rem;top:80.917541503906rem;left:15.100694715977rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #UgxPMhaDWUTZD27wvDT3Co92eeC84I70 { width:2.5rem;height:2.5rem;top:98.698577880863rem;left:15.101129591465rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #VqhKpXu6dkVT0JIdPpXDJKAG4M8lGhBU { width:2.5rem;height:2.5rem;top:107.6060295105rem;left:1.8119420409203rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #SZE6tzQL2xmEEyQGpJTnr35IEPq6GpWo { width:2.5rem;height:2.5rem;top:134.19866752624rem;left:1.8119420409203rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #RWzivw4U5tPgrQemvkbinycFC8az86Tm { width:2.5rem;height:2.5rem;top:134.26173019409rem;left:8.6241322159769rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #F0MVX5Dfw5MMo081TI9BCoy1nKCoUo1b { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:15.101346075535rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #GoqnklO8Bv9JZMRy9uEPBKbIlaVUU2oO { width:2.5rem;height:2.5rem;top:143.07357883453rem;left:8.624783575535rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #sUyD7ETm06T8WCDw3ONi0pRlm6KfLOc0 { width:2.5rem;height:2.5rem;top:151.94922637939rem;left:8.5625006556513rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #BEE63wQ0GbV3SoCsH6xWbg0FXOKs8B72 { width:2.5rem;height:2.5rem;top:151.94836235046rem;left:15.101346075535rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #rSvNQ3wO0mqxNyBfEAZmeTFNIirclXDi { width:2.5rem;height:2.5rem;top:160.82423114777rem;left:1.8114150166511rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #GsCiqU1gwNwsXnoTop9tMVKvbpkztUu9 { width:2.5rem;height:2.5rem;top:169.66537761688rem;left:15.101779997349rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #L0cwk1mpCOT0uCnWemOcvirTNgFin3lm { width:2.5rem;height:2.5rem;top:178.57271194458rem;left:1.8114150166511rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #N8D6ykPUksardKDIXwwMqa9c0uBJiHSb { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:1.7484808564186rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #h4Ugeioam4eFfTZ0eSzw3JRhwEpKPzGE { width:2.5rem;height:2.5rem;top:187.44858169556rem;left:8.6243496537206rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #R39Bql25kaNzLbHl3fkvEIEzTIoPnElG { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:8.5933161377906rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #crA5c5mJMenD9grQTeRu3EDupRUigeAe { width:2.5rem;height:2.5rem;top:214.00999832153rem;left:15.101346075535rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #xZbqdVeQA0PkmQGrRry5Sn34IpuPFC0b { width:1rem;height:4.6875rem;top:230.72983551026rem;left:15.827691137791rem;z-index:15081;display:none; }
 }@media only screen and (max-width: 763px) { #kI2TmbS5RPRLvEQrbEhRftyCvOfgr1pq { width:1rem;height:4.6875rem;top:239.60546875rem;left:2.5618489980697rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #TwUXRU1T5NS1oNICGxZn7Wh8dtqfD8H3 { 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) { #ZgIluyAyMJ8miQdCBdZ38gZ1WsKl7GVb { width:13.5rem;height:3.4995120144451rem;top:256.69376525879rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZqbZcJOnugptSACCrk6roxrvTDFkHp1 { width:2.5rem;height:2.5rem;top:72.07421875rem;left:8.625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #zWn6dAUUhx3r7iBHUwLSpbQvrB70rLUP { 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) { #Vd6yMHDgllAdWwNU2sLqvnsPbI8auzwF { 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) { #aNHdV3Oi9WcLAdiHiNfmSSXIa4Zm8myG { 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) { #okIksbwNLpTxPrZTKtEhVFOX1ydutOo2 { 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) { #xvys4UQmekmZdzyTDiSLC2Avq4OXPnET { width:2.5rem;height:2.5rem;top:45.571430206299rem;left:8.6244427561763rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #b40HGuqQXZdn0QifnccyMmakmZsI8TQO { 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) { #spiTvpuupzZ40ITrCcMptSvOdTD5zBHI { width:12.625rem;height:0;top:1.26904296875rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#283548;display:none; }
 }@media only screen and (max-width: 763px) { #al6WgfTOOG447BMhMC3xpd4TgyMS0hb8 { width:3.125rem;height:3.125rem;top:8.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGeG58FHo89Ba1cu7QcUBiVTvUT7XzIO { width:3.125rem;height:3.125rem;top:18.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8pwB2trIZiHh7qkAoxXmblVqxf75cGx { width:3.125rem;height:3.125rem;top:29.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJPBmpIBNAX1uHfNxFMNn6pnxafTHQ1m { width:3.125rem;height:3.125rem;top:39.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #umoZbUhSEyhLKhfre6KgVQn9TqDlvxvS { width:3.75rem;height:3.75rem;top:89.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvUQxfuntZ2cPDfIkyZ5RL0xPcZkCexI { width:3.75rem;height:3.75rem;top:89.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICC3DWW0UvF4lUTgwl3IJSCOiI19wbHk { width:3.75rem;height:3.75rem;top:112.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZgCIcLQbZuvuET1hqIUm40c6uwQbnvP { 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) { #Gs3sa4TxkvWhGpwwemVQfRrzlxQJkFHr { 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) { #WXP5lFtrNsv4UsKsrOchctPipBQP1nfV { width:18.9375rem;height:0;top:22.1875rem;left:0.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vzoDE63DRXEiI9pwvrw0vGUpNTFSo0ln { width:15.125rem;height:0;top:23.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #w29nu1gtmCdk97iLZLHu7QCUy6VoKOQP { width:14.875rem;height:0;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #H2HxoPHGtcAxGCDU70GWIeRMbFtnQT3T { width:11.3125rem;height:0;top:34.1875rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xzXIffDnHa4T5NQ8qqOcStuFPnhAGE7G { width:11.5rem;height:0;top:42.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tuBLMGOpHouTMBqM43ZJhEfKdTpnqzTB { width:14rem;height:0;top:44.25rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #prD47zNR1esTqc6aiGqiorFeFkazALIL { width:16.0625rem;height:0;top:12.875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VbehqrZsfmDraI7ZxGJ0ybFTUKoFu9Cp { width:12rem;height:0;top:14.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dly6LoS70SzMc8T4ThwvrPPXuSNtHicN { width:14.25rem;height:0;top:23.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tQTrCTbEZSll4w14ocgKMLCSKngFoUew { width:11rem;height:0;top:24.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #v91edvBGT1uabtth7x7uwuBlJhOWC9uI { width:12.8125rem;height:0;top:8.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oM24JeplG3yQH757sF3NwMw26oKQuphI { width:12.8125rem;height:0;top:10rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x2T6lKrVZPcTp952M3s4B4ZsrViITsiD { width:2.625rem;height:2.375rem;top:259.87939375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkODZZbwZiT4NWwpZ98i5RFUPqGcDn6S { width:3.0625rem;height:2.1875rem;top:273.60400625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWbwm4KcKw9BDuDnSNzeuPQy46CztlS1 { width:2.3125rem;height:2.5rem;top:300.83448125rem;left:2.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3y8TvppeNeB3RTBoKxJrucQ1y2bAgyV { width:1.6875rem;height:1.8125rem;top:286.95361875rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTqNQFTQqQG7rnMle7B99ARcTclKaqxr { width:2.625rem;height:1.6875rem;top:314.9624140625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT62iFP1Np5JSVT1WLL4qER3X6Aob7L8 { width:2.5625rem;height:2.3125rem;top:314.6811640625rem;left:16.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WL54xmwvzlGgot7DvzWiQIbDcbBbdJqX { width:18.75rem;height:7.9375rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUu64LTUpFZFpFFh4i11ZXJQI0ro9cWR { width:18.75rem;height:7.9375rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3TMTZZ4DvSmSFrUSEP8rym57huF3se7 { width:5.9375rem;height:3.0625rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBpZrQL58FN0PVMiLVkWlLkDqtUGueLR { 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) { #poH9U9yISKUlzRb0FIw7X05pG9T2q9VD { 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) { #kdCTm7zsoQk3UbohHEDkyKXCgOyFMStO { 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) { #VrRim6vCpLBVaeT3IPdzVAvU7EXwEa4I { 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) { #dJVKBVfE7zm2zsqkzdSH1gKp9SCzprFx { width:20rem;height:8.5rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s6gSxaIKMcgZ6LKmVl2fiHWOkQbFJkyB { width:20rem;height:8.5rem;top:18.75rem;left:0rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #shzX1fvyEOnD3HW2nurSRdbmr9hNdBFg { width:20rem;height:8.5rem;top:15.625rem;left:0rem;z-index:14997;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fOh31pxdm6m5JLzHWbshbGn9xq0i6P8G { width:3.125rem;height:3.125rem;top:9.4375rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #nk0LpT5TaxuxTpdak33pxPolDcCVChqt { 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) { #bB3RtWTIgwttPHw4sf8iDbkOPFDy762m { width:3.125rem;height:3.125rem;top:19.625rem;left:0.8125rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #uOMUvhlK4TaV3Wx4BAOsfe874VDgTJMR { 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) { #CTaFg4ykMf5xWCSRIllzH4GTfJviXn8H { width:3.125rem;height:3.125rem;top:4.9375rem;left:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gkIE2dNAfSGXcIC7NygHbqqsyXWbw9sT { 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) { #VRvuQPPpT5VDsm7uPH6nkiBT3c6RL0Fs { width:20rem;height:4.411764625rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#283548;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;display:block; }
 }@media only screen and (max-width: 763px) { #pmeiXr0KE2dOtnepae55RQvv6RyuvtdD { 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) { #ir8c7Nr60gAUF9iJGvSRWZFfzHiAW1XS { 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) { #KR0h0zXevAwy2VyCfNLRr6HRzKmDtdlQ { 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) { #OKSNt8W6pmFgT4z71gitOCKkHSIqT9hZ { 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) { #eHl4e25wTfIb2tZXoa6vVXXwTBAw7ffD { width:20rem;height:8.5625rem;top:18.375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rN6TpPcQFlf7EJkXLW2LLsut1bC8KGnM { width:7.8125rem;height:1.4705881875rem;top:22.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #L0udvI8FCG9wtCKtD9HkJzwVpkv8NcKE { width:11.375rem;height:0;top:24.3125rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #aPZUw0fgtP9s5mzvkyRWwmq2kSod6LL0 { width:3.125rem;height:3.125rem;top:19.125rem;left:0.75rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kQhqAwlTaPdza6k1HBNJRwk0gLe488X2 { width:2.5rem;height:1.625rem;top:19.9375rem;left:1.0625rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EuuuyZCXtqqVMqSFy42bhWKcCNyH79fS { width:20rem;height:8.5rem;top:28.3125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OPoRccBZ13sgGwqhQKJwc5bywiopbAhJ { width:3.125rem;height:3.125rem;top:28.96875rem;left:0.75rem;z-index:15017;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QFA0NTc0IyNIbyynDgumWo5nCxv8zwhe { width:2.125rem;height:2.3125rem;top:29.375rem;left:1.25rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K5l1mspovWiRF0qhcp1wbHodhNztLbkF { width:13.625rem;height:1.4705881875rem;top:32.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #MC48cZvPOpx9G3TeSk88v2RaFkz5GGMl { width:9.4375rem;height:0;top:34.150390625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #rFFG908Nc1B9lfoF84PXtzOlIEL47P2d { width:3.125rem;height:3.125rem;top:38.875rem;left:0.75rem;z-index:15018;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OHiPbQZA4xxCCDrzaI28pfTQs0EBSyuw { width:1.875rem;height:1.875rem;top:39.5rem;left:1.3125rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sw4fanJ6e5WwQ0q7T9HO2D2y1kNGrz3R { width:10.6875rem;height:1.4705881875rem;top:42.375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #rLoOEZBa4DPfVt49fBOyp1bDLMihV40F { width:12.3125rem;height:0;top:44.087890625rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #s0UaQ6fWTuKyUKQE0Vt0c45obRPgJufv { width:20rem;height:8.5625rem;top:48rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dTBDKZa4ei9O8ONVg2xJlmq6EaLyII3R { width:20rem;height:8.4375rem;top:57.9375rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P99uf89Bb0s5ybrhGKlcTRLeVeAGG1Me { width:20rem;height:8.5625rem;top:67.875rem;left:0rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VSzFkvGDfCIQbupK9vJJegFZ3w1hnN85 { width:3.125rem;height:3.125rem;top:48.75rem;left:0.75rem;z-index:15012;background-color:rgba(227,227,227,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TKyzqRVd8dtxNaFsL9X2nZVr03q2BwXy { width:16.5625rem;height:1.4705881875rem;top:52.25rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #gvTtZCInrQK4Eqz4PeahrJkNXbbeOnfs { width:14.9375rem;height:1.76470575rem;top:54rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15028;color:#fbf8f8;display:block; }
 }@media only screen and (max-width: 763px) { #IQCem2H2IPOEOI5SwbcItFsKB0DynbNm { width:3.125rem;height:3.125rem;top:58.6875rem;left:0.75rem;z-index:15014;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XG2KKoZZbEHrwxnGVUXTxwXi2TFEv3eI { width:2rem;height:1.375rem;top:59.5625rem;left:1.3125rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SQhJ972kNDDWUqekRTHmF2BTOicTTNT9 { width:13.75rem;height:1.4705881875rem;top:62.1875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bigm25EoXo6XEMBc3dk3U9D7vSCAenWT { width:7.9375rem;height:1.76470575rem;top:63.9375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nIBGWa0sq6RyCXTbkT0z0N9AfJrcIEyD { width:3.125rem;height:3.125rem;top:68.625rem;left:0.6875rem;z-index:15015;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B6ibvXoQuXM4haNCcnv03JXzTq0cobSE { width:2.25rem;height:1.9375rem;top:69.1875rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yI7RUx0NlNDofZuTmBlpsTgETziTU3rT { width:7.25rem;height:1.4705881875rem;top:72.125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KIJabVnnRQu7hvgVmcyMixaJ7UU1wdUW { width:6.6875rem;height:1.76470575rem;top:73.8125rem;left:0.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L17pEFeCgPJu6IvMo5biGRbFoGKcLIkT { width:20rem;height:7.0878274268106rem;top:44.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hU3GEHw5ST6RVBWoMBueuTLIiqxi2Dgn { display:flex;width:2.125rem;height:2.125rem;top:49.25rem;left:1.25rem;z-index:15019;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #lvNrVID62z71OJZDfiCxiGPklDyUM0Mw { display:flex;width:2.75rem;height:2.75rem;top:46.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tafXNMqI9aRRrnl7cry2Qi7ky8rWMpk6 { width:20rem;height:8.4403669724769rem;top:38.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoqN81xdEtGV7nz0JoRZECGrd1DU3Faq { width:3.75rem;height:3.75rem;top:12.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A13k4APaI7ETQ92shtEEouVv0u7zZipy { width:2.5rem;height:2.25rem;top:13.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwiGDOuV3Dv2XCFEsGufEBwLpmahG91A { width:20rem;height:auto;top:17.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nxeUfvzaKmnIolvwwgxkFI3HJEoMrhdE { width:20rem;height:auto;top:19.1875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #A5DvzK8dsGPtgcF3ewuwBF18WqSQLhb9 { width:20rem;height:8.4403669724769rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGVvtA4QRGNRw9rpa5ZST4F9RTP2azoF { width:20rem;height:8.5625rem;top:8.5rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zIJ1G3Jyl3b5He79aJO1LEnTbcL3yA2P { width:3.125rem;height:3.125rem;top:9.25rem;left:0.8125rem;z-index:15021;background-color:rgba(227,227,227,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tbrTzFedMGeLBk5P8QF73BJuvmT0hsih { width:1.875rem;height:1.75rem;top:10rem;left:1.375rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #huwWXq6GC4P0dJmqegwCALGHqPbJKDwv { width:13.625rem;height:1.4705881875rem;top:12.46875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #iMPG4Sof3xIvTFwcp3kQMz6aSXCF7p4g { width:13.0625rem;height:2.647058625rem;top:14rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { background-color: transparent; background-image: none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container > .video-iframe-container { display: none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container { display: none; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .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); }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { border-width: 0; border-radius: 0; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#kqUvnAAZT5oQs22Fyp6E4G0vSMSDF1Oz > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7wpkb0OyGKwa9K4IJffCXoZ9W3Hrs9g { width:15.5625rem;height:0;top:1.25rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bVyyKd9KQVuk7br2fAlapB7T3R3f4678 { width:20rem;height:auto;top:7.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PieeATZO2TPI8nGXoBx8QcPLgMoEPGys { width:13.8125rem;height:3.5rem;top:1.6875rem;left:3.0625rem;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) { #W8mQ1dhrQMTkwaxfZBDGI8XXksX9WLwU { display:block; }
 }@media only screen and (max-width: 763px) { #S8NQsnZTOrfZwXT8ddqrN0IB13u3inBF { width:13.75rem;height:3.5rem;top:1.6875rem;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) { #S8zCAwgN7vPladBSbJcHzXTTT0sV4SyA { display:block; }
 }@media only screen and (max-width: 763px) { #F9cHysHQwGTSy7i1dnZUVWuKfEQs0iT0 { width:9.625rem;height:3.125rem;top:1.75rem;left:0rem;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #lwrMy9Vb9aWbTLSQtqcqeHh49w9Mx6Dx { display:block; }
 }@media only screen and (max-width: 763px) { #TlKSFuq7HtdrAP7CKXLiZlsHz0Xoixfw { width:9.625rem;height:3.125rem;top:1.75rem;left:10.375rem;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #od3FQ776P7Rc8O7uCsKv0tGoLO8ZohOz { display:block; }
 }@media only screen and (max-width: 763px) { #bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container { background-color: transparent; background-image: none; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container > .video-iframe-container { display: none; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row > .video-iframe-container { display: none; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .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); }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container { border-width: 0; border-radius: 0; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bCkR0xdwZxW7iyl0V0EtN2K57ngPSR7u > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZgsfdN34Bzxvw5uVZBhZTiCcSmrmVU3 { width:15.5625rem;height:0;top:1.25rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X74GiDkTNfoA0G7yyc0pK3mPKoxfxbwA { width:20rem;height:auto;top:7.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WlnwbEzeGy9O9eXG0wL5FewxoLOoFg9T { width:13.8125rem;height:3.5rem;top:1.6875rem;left:3.0625rem;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) { #dMREEtuI6AnHTtbltoBvW1LP5UwVabwG { display:block; }
 }@media only screen and (max-width: 763px) { #E0b3nM58tvR2VXczRTOo6z4eF9eOSgsM { width:13.75rem;height:3.5rem;top:1.6875rem;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) { #mxiSy6W03KBfhi5x0LQ5VTxEellSXlwA { display:block; }
 }@media only screen and (max-width: 763px) { #duPc3teRUUSsR1LAaeF4phIQGT5iqa46 { width:20rem;height:3.088235375rem;top:0.9375rem;left:0rem;font-size:0.75rem;z-index:15186;line-height:1.4;font-weight:400;font-style:normal;color:#192434;text-align:center;text-align-last:center;display:block; }
 }